index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contract-wrappers
/
src
/
contract_wrappers
/
erc20_token_wrapper.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade bignumber.js version
Leonid Logvinov
2019-01-15
1
-3
/
+3
*
Add nonce to TxOpts
Leonid Logvinov
2018-11-20
1
-0
/
+3
*
fix(contract-wrappers): Fix tslint errors that were lingering due to misconfi...
Alex Browne
2018-10-24
1
-7
/
+6
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
1
-5
/
+5
*
Remove ContractNotFound errors in contract-wrappers
Alex Browne
2018-10-16
1
-6
/
+0
*
In contract-wrappers, remove setProvider and add unsubscribeAll method.
Alex Browne
2018-10-16
1
-7
/
+0
*
Introduce new contract-addresses package and use it everywhere
Alex Browne
2018-10-16
1
-2
/
+8
*
update contract_wrappers to use new artifacts and abi-gen wrappers packages
Alex Browne
2018-10-16
1
-13
/
+14
*
Remove artifacts from migrations package and update contract-wrappers accordi...
Alex Browne
2018-10-16
1
-16
/
+12
*
Update contract-wrappers package to use new contracts package for generated f...
Alex Browne
2018-10-16
1
-11
/
+10
*
Remove outdating comment
Fabio Berger
2018-08-17
1
-2
/
+1
*
Add missing doc comments
Fabio Berger
2018-08-03
1
-0
/
+8
*
Stop subscriptions from unsubscribing on recoverable network issues
Fabio Berger
2018-07-17
1
-0
/
+3
*
Rearrange assertions t match parameter order
Leonid Logvinov
2018-07-05
1
-33
/
+23
*
Pass through blockPollingInterval down to contract wrapper
Leonid Logvinov
2018-07-05
1
-2
/
+7
*
Add isSubscriptionToken assertion
Leonid Logvinov
2018-06-29
1
-0
/
+1
*
Use removeUndefinedProperties for txOpts
Leonid Logvinov
2018-06-29
1
-12
/
+22
*
Add HACK comments
Leonid Logvinov
2018-06-29
1
-0
/
+2
*
Add assertions for txOpts and methodOpts
Leonid Logvinov
2018-06-29
1
-34
/
+25
*
Refactor ERC20 token wrapper and it's tests
Leonid Logvinov
2018-06-29
1
-0
/
+443