index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contract-wrappers
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
feature(contract-wrappers): add support for Trust Wallet signature denial err...
Brandon Millman
2018-12-21
2
-2
/
+6
*
Update packages/contract-wrappers/src/types.ts
Fabio B
2018-11-20
1
-1
/
+1
*
Add nonce to TxOpts
Leonid Logvinov
2018-11-20
7
-0
/
+49
*
address linter errors
Fabio Berger
2018-11-11
1
-2
/
+0
*
Move signature validation into OrderValidationUtils.validateOrderFillableOrTh...
Fabio Berger
2018-11-10
1
-13
/
+2
*
Fix validateOrderFillableOrThrowAsync method so it also checks order signatur...
Fabio Berger
2018-11-09
3
-3
/
+37
*
Add note about tslint false positive
Alex Browne
2018-10-27
2
-0
/
+4
*
fix(contract-wrappers): Fix tslint errors that were lingering due to misconfi...
Alex Browne
2018-10-24
9
-28
/
+31
*
feat(contract-wrappers): relax requirement for throwing `ContractWrappersErro...
Brandon Millman
2018-10-24
2
-2
/
+2
*
feat(contract-wrappers): export ForwarderWrapperError and ContractWrapperErro...
Brandon Millman
2018-10-23
4
-1
/
+20
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
22
-78
/
+78
*
Remove ContractNotFound errors in contract-wrappers
Alex Browne
2018-10-16
4
-26
/
+0
*
In contract-wrappers, remove setProvider and add unsubscribeAll method.
Alex Browne
2018-10-16
9
-62
/
+6
*
Update json-schemas for contract-wrappers
Alex Browne
2018-10-16
4
-87
/
+22
*
Add OrThrow suffix to getContractAddressesForNetwork
Alex Browne
2018-10-16
2
-3
/
+2
*
Fix bug introduced during rebase
Alex Browne
2018-10-16
1
-0
/
+1
*
Fix failing doc generation tests
Alex Browne
2018-10-16
1
-0
/
+2
*
Fix linter errors in contract-wrappers
Alex Browne
2018-10-16
2
-3
/
+4
*
Improve error handling for unknown network ids in contract-wrappers
Alex Browne
2018-10-16
8
-15
/
+30
*
Apply various PR feedback
Alex Browne
2018-10-16
7
-23
/
+19
*
Introduce new contract-addresses package and use it everywhere
Alex Browne
2018-10-16
11
-60
/
+136
*
update contract_wrappers to use new artifacts and abi-gen wrappers packages
Alex Browne
2018-10-16
13
-126
/
+142
*
Remove artifacts from migrations package and update contract-wrappers accordi...
Alex Browne
2018-10-16
11
-318
/
+129
*
Update contract-wrappers package to use new contracts package for generated f...
Alex Browne
2018-10-16
13
-142
/
+104
*
feat(contract-wrappers): add optional validation to the forwarder wrapper
Brandon Millman
2018-10-13
1
-38
/
+84
*
Update the exported types for the packages which touch RPC providers
Jacob Evans
2018-10-09
1
-0
/
+1
*
Throw and handle errors from Providers.
Jacob Evans
2018-10-09
1
-1
/
+1
*
Return SignedOrder from signing utils.
Jacob Evans
2018-10-05
1
-24
/
+3
*
Add eth_signTypedData support to our wallet subproviders
Jacob Evans
2018-10-05
1
-13
/
+22
*
Fix linter issue
Leonid Logvinov
2018-10-02
7
-9
/
+7
*
merge development
Fabio Berger
2018-09-25
3
-6
/
+19
|
\
|
*
Merge pull request #1037 from 0xProject/feature/forwarder-helper/sra-and-rpc
Francesco Agosti
2018-09-24
3
-6
/
+19
|
|
\
|
|
*
Make ForwaderWrapper take in a number for feePercentage instead of BigNumber
fragosti
2018-09-19
3
-6
/
+19
*
|
|
Fix lint issues
Fabio Berger
2018-09-25
1
-8
/
+8
*
|
|
Decode logs received from blockstream
Fabio Berger
2018-09-25
1
-4
/
+5
*
|
|
Refactor blockstream integration to use the proper callback method interface
Fabio Berger
2018-09-25
1
-11
/
+29
|
/
/
*
|
Add comments for clarity
Fabio Berger
2018-09-24
1
-0
/
+1
*
|
Fix bug where if block wasn't found, getBlockAsync would throw. Now it return...
Fabio Berger
2018-09-24
1
-3
/
+14
|
/
*
Update decoration error
Fabio Berger
2018-09-17
1
-1
/
+1
*
Merge https://github.com/0xProject/0x-monorepo into feature/website/update-po...
fragosti
2018-09-05
5
-2
/
+192
|
\
|
*
Export abstract fetchers
Fabio Berger
2018-09-05
1
-0
/
+2
|
*
Export missing type
Fabio Berger
2018-09-04
1
-0
/
+1
|
*
Add `validateFillOrderThrowIfInvalidAsync` and `validateOrderFillableOrThrowA...
Fabio Berger
2018-09-04
2
-2
/
+79
|
*
Export fetchers from contract-wrappers
Fabio Berger
2018-09-04
1
-0
/
+3
|
*
Move fetchers to contract-wrappers
Fabio Berger
2018-09-04
2
-0
/
+107
*
|
Fix contract not deployed on network bug in ContractWrapper class
Brandon Millman
2018-08-31
1
-1
/
+4
|
/
*
Export missing types and add OrderValidatorWrapper to hidden constructors
Brandon Millman
2018-08-29
1
-0
/
+3
*
Add OrderValidatorWrapper to public interface
Brandon Millman
2018-08-28
1
-0
/
+1
*
Add getBalancesAndAllowances to wrapper
Brandon Millman
2018-08-28
1
-0
/
+25
*
Add params to all function comments
Brandon Millman
2018-08-28
1
-0
/
+12
*
Add getERC721Owner to wrapper
Brandon Millman
2018-08-28
1
-1
/
+13
*
Update getOrdersAndTradersInfo to return an array instead
Brandon Millman
2018-08-28
2
-12
/
+12
*
Add getBalanceAndAllowance to wrapper
Brandon Millman
2018-08-28
2
-1
/
+25
*
Add getTraderInfo and getTradersInfo to wrapper
Brandon Millman
2018-08-28
1
-2
/
+27
*
Add getOrderAndTraderInfoAsync to wrapper
Brandon Millman
2018-08-28
2
-2
/
+24
*
Initial OrderValidator wrapper
Brandon Millman
2018-08-28
4
-0
/
+96
*
Combine imports
Fabio Berger
2018-08-27
1
-2
/
+9
*
Add/improve comments
Fabio Berger
2018-08-23
1
-1
/
+1
*
Fix remaining merge issues
Fabio Berger
2018-08-22
2
-3
/
+5
*
Merge development branch
Fabio Berger
2018-08-22
2
-0
/
+304
|
\
|
*
Rename to Transaction Encoder.
Jacob Evans
2018-08-18
3
-127
/
+301
|
*
[Contract-wrappers] Exchange execute transaction encoder
Jacob Evans
2018-08-16
2
-0
/
+130
*
|
Fix index.ts given fix in doc generation
Fabio Berger
2018-08-22
1
-12
/
+0
*
|
Move types from sol-compiler to types so they can be used in other places wit...
Fabio Berger
2018-08-22
3
-6
/
+3
*
|
Add missing exports to 0x.js and contract-wrappers index.ts
Fabio Berger
2018-08-21
1
-0
/
+2
*
|
Cleanup contract-wrappers index.ts
Fabio Berger
2018-08-20
1
-20
/
+30
*
|
Remove outdating comment
Fabio Berger
2018-08-17
6
-12
/
+6
*
|
Flesh out 0x.js index.ts and added some exports to other index.ts in the process
Fabio Berger
2018-08-15
1
-0
/
+1
*
|
Merge development
Fabio Berger
2018-08-15
13
-19
/
+374
|
\
|
|
*
fix contract-wrappers json-schemas
fragosti
2018-08-10
4
-12
/
+12
|
*
Rename to calldata utils
Brandon Millman
2018-08-03
2
-8
/
+8
|
*
Add tests
Brandon Millman
2018-08-02
1
-18
/
+19
|
*
Create marketBuyOrdersOptimizations
Brandon Millman
2018-08-02
3
-8
/
+63
|
*
Clarify ethAmount is in wei
Brandon Millman
2018-07-31
1
-2
/
+2
|
*
Add more assertions
Brandon Millman
2018-07-31
3
-6
/
+102
|
*
Write initial test for forwarder_wrapper
Brandon Millman
2018-07-31
1
-4
/
+4
|
*
Add getOrdersInfo to exchange_wrapper
Brandon Millman
2018-07-31
2
-3
/
+23
|
*
Implement initial forwarder wrapper
Brandon Millman
2018-07-31
6
-0
/
+183
*
|
Add missing type exports
Fabio Berger
2018-08-07
1
-0
/
+1
*
|
Make signature_util into an object literal so related functions are rendered ...
Fabio Berger
2018-08-03
1
-2
/
+2
*
|
Add missing doc comments
Fabio Berger
2018-08-03
6
-2
/
+55
*
|
Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...
Fabio Berger
2018-07-30
1
-8
/
+0
|
/
*
Fix accidental import from test folder
Fabio Berger
2018-07-26
1
-1
/
+1
*
Remove artifacts which should no longer be commited
Fabio Berger
2018-07-26
9
-14598
/
+0
*
Update artifacts in contract-wrappers, generate artifacts and improve README
Fabio Berger
2018-07-26
9
-3813
/
+14589
*
Fix a bad merge
Leonid Logvinov
2018-07-18
1
-2
/
+2
*
Merge
Leonid Logvinov
2018-07-18
1
-9
/
+11
*
Merge branch 'v2-prototype' into feature/order-watcher-v2
Leonid Logvinov
2018-07-18
5
-19
/
+29
|
\
|
*
Stop subscriptions from unsubscribing on recoverable network issues
Fabio Berger
2018-07-17
5
-19
/
+29
*
|
Export forgotten stuff from contract-wrappers
Leonid Logvinov
2018-07-13
1
-3
/
+12
*
|
Make getZRXAssetData not async
Leonid Logvinov
2018-07-13
1
-3
/
+4
|
/
*
Merge pull request #863 from 0xProject/refactor/0x.js
Fabio Berger
2018-07-12
3
-6
/
+9
|
\
|
*
Add missing param
Fabio Berger
2018-07-12
1
-0
/
+1
|
*
Refactor 0x.js to V2
Fabio Berger
2018-07-12
3
-3
/
+8
|
*
Remove TokenRegistry from 0x.js
Fabio Berger
2018-07-12
2
-3
/
+0
*
|
Add explicit HACK comment when we import assert
Brandon Millman
2018-07-12
1
-1
/
+1
|
/
*
Dedupe AssetProxyId types
Leonid Logvinov
2018-07-09
4
-9
/
+3
*
Fix a typo
Leonid Logvinov
2018-07-09
1
-1
/
+1
*
Default shouldValidate to true
Leonid Logvinov
2018-07-09
1
-17
/
+17
*
Add basic validation for exchange contract wrapper
Leonid Logvinov
2018-07-09
2
-18
/
+159
*
Add type for AssetProxyId
Leonid Logvinov
2018-07-09
1
-0
/
+5
*
Add revert reason parsing to error handling decorator
Leonid Logvinov
2018-07-09
2
-0
/
+6
*
Return AssetProxyId instead of string from proxy.getProxyIdAsync()
Leonid Logvinov
2018-07-09
2
-4
/
+6
*
Instantiate BlockAndLogStreamer with generic type parameters
Leonid Logvinov
2018-07-06
1
-1
/
+1
*
Fix tests
Leonid Logvinov
2018-07-06
2
-30
/
+17
*
Fix merge conflicts
Leonid Logvinov
2018-07-05
1
-1
/
+1
*
Adjust comments
Leonid Logvinov
2018-07-05
1
-114
/
+81
*
Fix comments
Leonid Logvinov
2018-07-05
1
-5
/
+5
*
Improve the comment
Leonid Logvinov
2018-07-05
1
-1
/
+1
*
Rename Proxie to Proxy
Leonid Logvinov
2018-07-05
1
-1
/
+1
*
Rename compact_artifacts to artifacts
Leonid Logvinov
2018-07-05
10
-9
/
+9
*
Rearrange assertions t match parameter order
Leonid Logvinov
2018-07-05
3
-138
/
+109
*
Fix match orders test and add a validation TODO
Leonid Logvinov
2018-07-05
1
-1
/
+3
*
Add Exchange contract wrapper
Leonid Logvinov
2018-07-05
3
-3
/
+1040
*
Pass through blockPollingInterval down to contract wrapper
Leonid Logvinov
2018-07-05
3
-6
/
+21
*
Export orderStatus and OrderInfo
Leonid Logvinov
2018-07-05
1
-0
/
+2
*
Add blockPollingInterval config to contractWrappers config type
Leonid Logvinov
2018-07-05
1
-0
/
+2
*
Add contractWrappers.erc721Proxy.getproxyIdAsync
Leonid Logvinov
2018-07-05
1
-0
/
+9
*
Add contractWrappers.erc20Proxy.getproxyIdAsync
Leonid Logvinov
2018-07-05
1
-0
/
+9
*
Make it possible to configure block polling interval in base contract wrapper
Leonid Logvinov
2018-07-05
1
-3
/
+6
*
Add blockPollingIntervalMs as an optional field to contract-wrappers config s...
Leonid Logvinov
2018-07-05
2
-0
/
+2
*
Add OrderInfo and OrderStatus to types
Leonid Logvinov
2018-07-05
1
-0
/
+16
*
Add OrderTxOptsSchema
Leonid Logvinov
2018-07-05
1
-0
/
+8
*
Update ABI in compact_artifacts
Leonid Logvinov
2018-07-05
3
-86
/
+585
*
Merge branch 'v2-prototype' into v2-contract-wrappers-WIP
Leonid Logvinov
2018-07-05
2
-2
/
+122
|
\
|
*
Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final
Jacob Evans
2018-07-04
1
-2
/
+11
|
|
\
|
|
*
Update blockstream to latest version, propogate errors to top-level callers
Fabio Berger
2018-07-04
1
-2
/
+11
|
*
|
Fix Tslint issues
Fabio Berger
2018-06-26
3
-8
/
+7
|
|
/
*
|
Add isSubscriptionToken assertion
Leonid Logvinov
2018-06-29
4
-0
/
+8
*
|
Rename approved to approvedAddress
Leonid Logvinov
2018-06-29
1
-2
/
+2
*
|
Use removeUndefinedProperties for txOpts
Leonid Logvinov
2018-06-29
3
-32
/
+55
*
|
Rename getApprovedAsync to getApprovedIfExistsAsync
Leonid Logvinov
2018-06-29
1
-5
/
+5
*
|
Add HACK comments
Leonid Logvinov
2018-06-29
4
-0
/
+8
*
|
Add assertions for txOpts and methodOpts
Leonid Logvinov
2018-06-29
4
-38
/
+75
*
|
Remove tokenTransferProxyAddress from config
Leonid Logvinov
2018-06-29
2
-10
/
+6
*
|
Fix addresses in WETH9 and ZRX token artifacts
Leonid Logvinov
2018-06-29
2
-2
/
+2
*
|
Export newly refactored contracts from contract-wrappers and index.ts
Leonid Logvinov
2018-06-29
2
-70
/
+50
*
|
Refactor types
Leonid Logvinov
2018-06-29
1
-35
/
+21
*
|
Implement ERC721 token wrapper and token transfer proxy with tests
Leonid Logvinov
2018-06-29
2
-0
/
+512
*
|
Refactor ERC20 token transfer proxy and it's tests
Leonid Logvinov
2018-06-29
1
-25
/
+23
*
|
Refactor ERC20 token wrapper and it's tests
Leonid Logvinov
2018-06-29
1
-23
/
+23
*
|
Refactor base contract-wrapper class to use new names, artifact format and on...
Leonid Logvinov
2018-06-29
1
-21
/
+13
*
|
Refactor EtherToken contract wrapper to use new names and artifacts format
Leonid Logvinov
2018-06-29
1
-19
/
+19
*
|
Use new signature verification method in assertions
Leonid Logvinov
2018-06-29
1
-9
/
+12
*
|
Remove unused params in filter_utils
Leonid Logvinov
2018-06-29
1
-13
/
+3
*
|
Start unused parameter names with underscore
Leonid Logvinov
2018-06-29
1
-4
/
+4
*
|
Remove old contracts and add new ones to/from artifacts.ts
Leonid Logvinov
2018-06-29
1
-14
/
+19
*
|
Remove exchange-related functionality for now
Leonid Logvinov
2018-06-29
8
-1665
/
+0
*
|
Update compact_wrtifacts
Leonid Logvinov
2018-06-29
14
-1820
/
+3311
|
/
*
Fix typo
fragosti
2018-06-15
1
-1
/
+1
*
Fix filling orders on Portal
fragosti
2018-06-15
6
-4
/
+12
*
Store the instantiated OrderValidationUtils
Fabio Berger
2018-06-12
1
-2
/
+2
*
Pass in generated contract wrapper to orderValidationUtils at instantiation
Fabio Berger
2018-06-11
1
-10
/
+25
*
Refactor orderValidationUtils to use the generated contract wrapper instead o...
Fabio Berger
2018-06-11
1
-7
/
+11
*
Refactor ExchangeTransferSimulator public interface to accet an AbstractBalan...
Fabio Berger
2018-06-11
4
-17
/
+59
*
Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils
Fabio Berger
2018-06-07
11
-16
/
+16
|
\
|
*
Get build and tests to pass
fragosti
2018-06-07
3
-3
/
+9
|
*
merge v2-prototype
Fabio Berger
2018-06-06
1
-1
/
+1
|
|
\
|
*
|
Linter now passes
fragosti
2018-06-06
6
-0
/
+7
|
*
|
Try enabling no-unused-variable...
fragosti
2018-06-05
9
-18
/
+5
*
|
|
Move spawnSwitchErr to @0xproject/utils
Fabio Berger
2018-06-06
1
-3
/
+0
|
|
/
|
/
|
*
|
Mention the gasLimit until in the doc comment
Fabio Berger
2018-06-05
1
-1
/
+1
|
/
*
Fix TSLint rules
Fabio Berger
2018-05-16
4
-6
/
+22
*
Add missing type definitions
Leonid Logvinov
2018-05-14
3
-5
/
+5
*
Remove unused methods and imports
Fabio Berger
2018-05-11
2
-31
/
+1
*
Fix prettier
Fabio Berger
2018-05-11
2
-8
/
+2
*
Merge branch 'development' into breakUp0xjs
Fabio Berger
2018-05-11
1
-2
/
+2
*
Rename zeroExContract... to contractWrappers...
Fabio Berger
2018-05-10
6
-14
/
+14
*
Add var returns
Fabio Berger
2018-05-10
2
-6
/
+10
*
Remove unneeded tslint disable
Fabio Berger
2018-05-10
1
-1
/
+0
*
Remove generated contract wrappers
Fabio Berger
2018-05-10
6
-3842
/
+0
*
Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...
Fabio Berger
2018-05-10
39
-0
/
+8969