aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fixes after rebasingGreg Hysen2018-06-081-3/+4
|
* Update naming in orderStateUtils to use asset over token, also removed ↵Fabio Berger2018-06-081-4/+3
| | | | cancelledAmount since in V2 it's binary.
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
|
* Improve comments and remove unused importsFabio Berger2018-06-021-0/+3
|
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-281/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (33 commits) Only show ProviderDisplay in portal Improve sol-cov docs Remove old parse code Refactor order parser and add shared order support to new portal Add generate and fill order routes Address feedback Override ethereumjs-tx version Fix missing key Update placeholder param ordering Change userEtherBalanceInWei to optional so we can know if its loading Add loading state to ProviderDisplay Tweaks Add Placeholder component Add StandardIconRow Split render into loading and loaaded Fix linter errors Fix linter errors Add ethereum-types to extraFileIncludes Introduce ethereum-types package Remove merge conflicts from yarn.lock ... # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/src/utils/match_order_tester.ts # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/core.ts # packages/contracts/test/exchange/match_orders.ts # packages/contracts/test/libraries/lib_bytes.ts # packages/sol-cov/package.json
| * Introduce ethereum-types packageLeonid Logvinov2018-06-011-281/+1
| |
* | Add signature specific validation methods, and other refactorsFabio Berger2018-06-021-0/+8
| |
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-4/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (45 commits) Check length before accessing indices, add awaitTransactionSuccess where needed, and rename function Add back before/after snapshots for each test Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT Make preSigned and allowedValidators mappings public Change names of signature types Fix formatting and tests Make AssetProxyId last byte of assetData Add signer to txHash, allow approveValidator to be used with executeTransaction Update Whitelist Fix Exchange interface Increase block gas limit Use last byte of signature as signature type Remove TxOrigin signature type, modify whitelist to use Validator signature type Update Whitelist contract with comments, also require maker to be whitelisted Fix build Add example whitelist contract and minimum tests Add sample whitelist contract Add TxOrigin signature type and rearrange order of types Add approveValidator function Add Validator signature type ... # Conflicts: # packages/contracts/src/contracts/current/protocol/Exchange/MixinSignatureValidator.sol # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/transactions.ts # packages/order-utils/src/asset_proxy_utils.ts
* | Introduce OrderWithoutExchangeAddress type since this is what get's sent to ↵Fabio Berger2018-05-311-0/+15
| | | | | | | | the smart contracts
* | Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-5/+45
|/ | | | package.
* Migrate migrations to v2Leonid Logvinov2018-05-251-15/+15
|
* Support all opcodes in a trace parserLeonid Logvinov2018-05-231-1/+12
|
* Add comment to TransactionReceiptWithDecodedLogs explaining that it doesn't ↵Fabio Berger2018-05-111-0/+5
| | | | always return "decodedLogs"
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+78
| | | | unifying library with the same interface
* Add comment about Provider typeFabio Berger2018-04-111-0/+4
|
* Introduce type JSONRpcErrorCallbackFabio Berger2018-04-111-1/+3
|
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-0/+4
|
* Add metacoin example projectLeonid Logvinov2018-04-021-1/+1
|
* Move common types out of web3 typesLeonid Logvinov2018-03-271-10/+191
|
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-151-0/+28
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-5/+0
|
* Move RawLogEntry to types packageFabio Berger2018-03-071-0/+11
|
* Add as an option toLeonid Logvinov2018-02-281-1/+1
|
* Add data to TxDataLeonid Logvinov2018-02-281-0/+1
|
* Move BlockParam and BlockParamLiteral to shared typesJacob Evans2018-02-071-0/+10
|
* Make awaitTransactionMinedAsync non-generic againLeonid Logvinov2018-01-301-2/+2
|
* Remove truffle from testsLeonid Logvinov2018-01-301-1/+27
|
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-0/+5
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-3/+3
|
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-0/+4
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-0/+23