| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved Abi Encoder into utils package | Greg Hysen | 2018-11-29 | 6 | -3151/+0 |
* | Restructured to use index.ts for easier imports by client | Greg Hysen | 2018-11-29 | 6 | -6/+4 |
* | Removed config.ts | Greg Hysen | 2018-11-29 | 5 | -73/+44 |
* | Adding optimizer tests | Greg Hysen | 2018-11-29 | 1 | -10/+26 |
* | removed old log messages | Greg Hysen | 2018-11-29 | 3 | -11/+0 |
* | Cleaner interface for encoding/decoding. Moved encode/decode parameters into ... | Greg Hysen | 2018-11-29 | 4 | -79/+63 |
* | Some tests | Greg Hysen | 2018-11-29 | 2 | -2/+105 |
* | More robust implementation for optimizer | Greg Hysen | 2018-11-29 | 1 | -18/+23 |
* | Alias now points to dependency, not pointer | Greg Hysen | 2018-11-29 | 3 | -4/+46 |
* | optimizer works for basic case | Greg Hysen | 2018-11-29 | 3 | -9/+109 |
* | Annotated calldata (draft). | Greg Hysen | 2018-11-29 | 4 | -27/+118 |
* | decoding with objects as structs works | Greg Hysen | 2018-11-29 | 3 | -34/+45 |
* | Decoder works for uints with width less than 256 | Greg Hysen | 2018-11-29 | 1 | -12/+12 |
* | decoding works for most cases | Greg Hysen | 2018-11-29 | 1 | -5/+89 |
* | Decoding works for some basic typs | Greg Hysen | 2018-11-29 | 4 | -14/+274 |
* | removed old code | Greg Hysen | 2018-11-29 | 1 | -38/+0 |
* | Tests for nested tuples -- couldnt test because not supported by reference AB... | Greg Hysen | 2018-11-29 | 3 | -1/+164 |
* | Refactor passing all regression tests | Greg Hysen | 2018-11-29 | 1 | -2/+2 |
* | passing 18 tests | Greg Hysen | 2018-11-29 | 4 | -9/+63 |
* | Works for types with default widths | Greg Hysen | 2018-11-29 | 3 | -20/+19 |
* | arrays working | Greg Hysen | 2018-11-29 | 3 | -4/+6 |
* | passing tests slowly but surely | Greg Hysen | 2018-11-29 | 3 | -6/+22 |
* | works for simple case | Greg Hysen | 2018-11-29 | 2 | -3/+4 |
* | resolved issue with value.greaterThan | Greg Hysen | 2018-11-29 | 2 | -2/+4 |
* | making progress on basic example | Greg Hysen | 2018-11-29 | 3 | -12/+20 |
* | Refactor Builds! | Greg Hysen | 2018-11-29 | 4 | -1393/+247 |
* | Should build? TBD! | Greg Hysen | 2018-11-29 | 3 | -3/+10 |
* | refactored implementation done but not tested | Greg Hysen | 2018-11-29 | 3 | -88/+167 |
* | Initial port -- wont compile yet | Greg Hysen | 2018-11-29 | 5 | -0/+899 |
* | complex type tesst | Greg Hysen | 2018-11-29 | 2 | -94/+80 |
* | types with default widths | Greg Hysen | 2018-11-29 | 3 | -13/+56 |
* | Arrays of tuples | Greg Hysen | 2018-11-29 | 3 | -2/+231 |
* | multidimensional arrays with dynamic objects | Greg Hysen | 2018-11-29 | 2 | -21/+34 |
* | multidimensional arrays with static type | Greg Hysen | 2018-11-29 | 3 | -1/+127 |
* | Got the crazy ABI working | Greg Hysen | 2018-11-29 | 2 | -9/+39 |
* | static vs dynamic tuple differentatiion | Greg Hysen | 2018-11-29 | 3 | -20/+83 |
* | All existing ABI tests passing | Greg Hysen | 2018-11-29 | 2 | -10/+21 |
* | ABI Encoding for all combinations of arrays | Greg Hysen | 2018-11-29 | 3 | -1291/+1501 |
* | hack for static arrays | Greg Hysen | 2018-11-29 | 1 | -56/+78 |
* | static array abi tests | Greg Hysen | 2018-11-29 | 1 | -41/+90 |
* | Another passing simple Abi 2 | Greg Hysen | 2018-11-29 | 1 | -7/+335 |
* | tests for tuple | Greg Hysen | 2018-11-29 | 1 | -8/+153 |
* | Works for encoding arrays | Greg Hysen | 2018-11-29 | 1 | -22/+36 |
* | switched from depth-first to breadth-first param binding | Greg Hysen | 2018-11-29 | 1 | -29/+58 |
* | corrected selector for Array | Greg Hysen | 2018-11-29 | 1 | -6/+52 |
* | arrays with dynamic size | Greg Hysen | 2018-11-29 | 1 | -3/+20 |
* | Array of basic types works | Greg Hysen | 2018-11-29 | 1 | -5/+48 |
* | constructor for an Array + a test -- appears to work | Greg Hysen | 2018-11-29 | 1 | -29/+58 |
* | implemented bytes (dynamic) | Greg Hysen | 2018-11-29 | 1 | -44/+77 |
* | Static bytes tests | Greg Hysen | 2018-11-29 | 1 | -12/+80 |
* | tests for unsigned integer | Greg Hysen | 2018-11-29 | 1 | -1/+29 |
* | refactored UInt/Int | Greg Hysen | 2018-11-29 | 1 | -43/+32 |
* | Implemented int | Greg Hysen | 2018-11-29 | 1 | -18/+87 |
* | Implemented bool type | Greg Hysen | 2018-11-29 | 1 | -10/+25 |
* | Implemented Address | Greg Hysen | 2018-11-29 | 1 | -11/+16 |
* | cleaner bind | Greg Hysen | 2018-11-29 | 1 | -12/+5 |
* | ABI encodes some basic types correctly | Greg Hysen | 2018-11-29 | 1 | -2/+4 |
* | Prints full ABI encoding for subset of types, with off by factor of 2 for off... | Greg Hysen | 2018-11-29 | 1 | -10/+59 |
* | Going towards first calldata impl | Greg Hysen | 2018-11-29 | 1 | -15/+250 |
* | tests for String | Greg Hysen | 2018-11-29 | 1 | -17/+42 |
* | cleaner name/type for pointer | Greg Hysen | 2018-11-29 | 1 | -2/+16 |
* | works for assigning value to uint | Greg Hysen | 2018-11-29 | 1 | -8/+13 |
* | Fixed width parsing for UINT | Greg Hysen | 2018-11-29 | 1 | -17/+26 |
* | renamed | Greg Hysen | 2018-11-29 | 1 | -6/+2 |
* | Plugging away at encoder | Greg Hysen | 2018-11-29 | 1 | -0/+483 |
* | Fix validateOrderFillableOrThrowAsync method so it also checks order signatur... | Fabio Berger | 2018-11-09 | 1 | -1/+2 |
* | feat(order_utils.py): ERC721 asset data codec (#1186) | F. Eugene Aumson | 2018-10-27 | 1 | -3/+22 |
* | feat(order_utils.py): ERC20 asset data encoding and decoding | F. Eugene Aumson | 2018-10-24 | 1 | -0/+31 |
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 13 | -23/+23 |
* | update order-utils to use new artifacts and abi-gen wrappers packages | Alex Browne | 2018-10-16 | 2 | -6/+3 |
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 2 | -63/+88 |
* | Return SignedOrder from signing utils. | Jacob Evans | 2018-10-05 | 3 | -3/+106 |
* | Introduce Metamask Subprovider. | Jacob Evans | 2018-10-05 | 1 | -89/+15 |
* | Expose eth_signTypedData functionality for order signing | Jacob Evans | 2018-10-05 | 1 | -10/+45 |
* | Add transactionHash to OrderState and emit it from OrderWatcher subscription | Fabio Berger | 2018-09-25 | 1 | -0/+20 |
* | Merge pull request #1003 from 0xProject/feature/contracts/roundup | Amir Bandeali | 2018-08-25 | 1 | -6/+6 |
|\ |
|
| * | Append -Floor to getPartialAmount and isRoundingError | Remco Bloemen | 2018-08-25 | 1 | -6/+6 |
* | | Remove remaining Trezor references | Amir Bandeali | 2018-08-25 | 1 | -9/+0 |
* | | Remove Trezor SignatureType | Amir Bandeali | 2018-08-25 | 1 | -14/+0 |
|/ |
|
* | Merge branch 'development' into feature/forwarder-helper/init | Brandon Millman | 2018-08-24 | 4 | -30/+97 |
|\ |
|
| * | Merge development | Fabio Berger | 2018-08-17 | 4 | -32/+264 |
| |\ |
|
| * | | Fix additional merge conflicts | Fabio Berger | 2018-08-15 | 3 | -13/+32 |
| * | | Merge development | Fabio Berger | 2018-08-15 | 3 | -39/+415 |
| |\ \ |
|
| * | | | Stop exporting constants from order-utils | Fabio Berger | 2018-08-04 | 1 | -1/+3 |
| * | | | Make signature_util into an object literal so related functions are rendered ... | Fabio Berger | 2018-08-03 | 1 | -16/+52 |
* | | | | Add ForwarderHelperImplConfig | Brandon Millman | 2018-08-23 | 1 | -12/+12 |
| |_|/
|/| | |
|
* | | | Rename OrderAlreadyCancelledOrFilled -> OrderCancelled. | Jacob Evans | 2018-08-16 | 1 | -1/+3 |
* | | | [Order-utils] Order is valid when maker amount is very small | Jacob Evans | 2018-08-15 | 1 | -0/+122 |
* | | | Merge branch 'development' into refactor/order-utils/market-utils-api | Brandon Millman | 2018-08-15 | 2 | -0/+122 |
|\ \ \ |
|
| * \ \ | Merge pull request #953 from 0xProject/feature/order-utils/order-sorting-utils | Brandon Millman | 2018-08-15 | 2 | -0/+122 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Fix lint errors | Brandon Millman | 2018-08-10 | 2 | -9/+5 |
| | * | | Update tests for optional feeRate | Brandon Millman | 2018-08-10 | 2 | -3/+14 |
| | * | | Make feeRate optional with a default of 0 | Brandon Millman | 2018-08-10 | 1 | -7/+1 |
| | * | | Add tests for sortingUtils | Brandon Millman | 2018-08-10 | 1 | -0/+66 |
| | * | | Add tests for rateUtils | Brandon Millman | 2018-08-10 | 1 | -0/+55 |
* | | | | Remove remaining amounts that are now defaults in tests | Brandon Millman | 2018-08-14 | 1 | -36/+1 |
* | | | | Update marketUtils api | Brandon Millman | 2018-08-14 | 1 | -23/+44 |
|/ / / |
|
* | | | Rename from SignerProviderType.EthSign to SignerType.Default | Jacob Evans | 2018-08-11 | 1 | -37/+50 |
* | | | Update jsdoc | Jacob Evans | 2018-08-09 | 1 | -0/+1 |
* | | | Introduce SignerProviderType | Jacob Evans | 2018-08-09 | 1 | -39/+78 |
|/ / |
|
* | | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates | Alex Browne | 2018-08-09 | 1 | -1/+2 |
* | | Add some test cases that stress slippageBufferAmount param | Brandon Millman | 2018-08-06 | 1 | -6/+15 |
* | | Add tests for findFeeOrdersThatCoverFeesForTargetOrders | Brandon Millman | 2018-08-06 | 2 | -14/+155 |
* | | Change orderStates param name to remaingFillableMakerAssetAmounts | Brandon Millman | 2018-08-06 | 2 | -61/+14 |
* | | Implement first round of tests for findOrdersThatCoverMakerAssetFillAmount | Brandon Millman | 2018-08-06 | 2 | -0/+209 |
|/ |
|
* | Merge pull request #884 from 0xProject/export-more-0x.js | Fabio Berger | 2018-07-18 | 1 | -2/+2 |
|\ |
|
| * | Rename assetProxyUtils to assetDataUtils | Fabio Berger | 2018-07-17 | 1 | -2/+2 |
* | | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 2 | -5/+4 |
|/ |
|
* | Change import paths from z_r_x and e_r_c to zrx and erc | Leonid Logvinov | 2018-06-29 | 2 | -4/+4 |
* | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-25 | 5 | -7/+2 |
|\ |
|
| * | Fix known order hash value test | Jacob Evans | 2018-06-22 | 1 | -8/+4 |
| * | Skip failing tests temporarily | Fabio Berger | 2018-06-22 | 1 | -2/+6 |
| * | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 5 | -5/+0 |
* | | Remaining refactors of order-utils components for V2 | Fabio Berger | 2018-06-13 | 1 | -12/+13 |
|/ |
|
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -13/+4 |
* | Remove global hooks from tests and deploy contracts from within the specific ... | Fabio Berger | 2018-06-12 | 2 | -54/+32 |
* | Fix tslint issues | Fabio Berger | 2018-06-12 | 1 | -3/+2 |
* | Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utils | Fabio Berger | 2018-06-12 | 4 | -0/+305 |
* | Fix tslint failure | Fabio Berger | 2018-06-08 | 1 | -1/+1 |
* | Pass in fee and assetAmount rather then the whole signedOrder | Fabio Berger | 2018-06-08 | 1 | -30/+20 |
* | - Refactor remainingFillableCalculator so it can be used for the maker and ta... | Fabio Berger | 2018-06-08 | 1 | -0/+257 |
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 4 | -6/+2 |
* | Fix type imports | Fabio Berger | 2018-06-02 | 2 | -2/+2 |
* | Add signature specific validation methods, and other refactors | Fabio Berger | 2018-06-02 | 1 | -2/+0 |
* | Fix TODOs | Fabio Berger | 2018-06-01 | 1 | -2/+1 |
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-01 | 1 | -3/+3 |
|\ |
|
* | | Move isValidOrderHash to the order_hash_test file | Fabio Berger | 2018-05-31 | 2 | -15/+15 |
* | | Fix order-utils tests | Fabio Berger | 2018-05-31 | 2 | -33/+28 |
* | | Initial refactor of order-utils. Move many utils from contracts into this pac... | Fabio Berger | 2018-05-30 | 2 | -28/+85 |
|/ |
|
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -3/+2 |
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 1 | -4/+8 |
|\ |
|
| * | Fix TSLint rules | Fabio Berger | 2018-05-16 | 1 | -4/+8 |
* | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 3 | -0/+3 |
|/ |
|
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 2 | -3/+3 |
* | Fix signature utils tests | Leonid Logvinov | 2018-05-03 | 1 | -15/+22 |
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 5 | -0/+260 |