Amir Bandeali
ac4074911d
Update and standardize contracts README
2017-12-21 09:21:10 -06:00
Brandon Millman
2d53b7d9a4
Add some missed underscores, update changelog and comments
2017-12-20 19:08:11 -05:00
Brandon Millman
23052a5c2e
Merge branch 'development' into fix/underscorePrivate
...
* development: (29 commits)
Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI
Update outdated WETH ranges
Fix conditional
Fix top-padding
Publish
Update CHANGELOGs
Add slashes to base URLs
Fix linter issue
Fix WETH symbol
Update snapshot and artifacts
Replace our EtherTokens with WETH9 from maker
Fix test description
Fix a typo
Add err==null assertions
Add WETH9 tests
Use the new snapshot including WETH9 and it's artifacts
Add WETH9 and mirations
Fix WETH events watching
Fix a typo
Init the _etherTokenContractsByAddress
...
2017-12-20 19:07:54 -05:00
Leonid Logvinov
a2bf19efc1
Publish
...
- 0x.js@0.28.0
- @0xproject/abi-gen@0.0.3
- @0xproject/assert@0.0.8
- @0xproject/connect@0.3.1
- contracts@2.1.0
- @0xproject/dev-utils@0.0.2
- @0xproject/json-schemas@0.7.0
- @0xproject/kovan_faucets@1.0.1
- @0xproject/monorepo-scripts@0.1.1
- @0xproject/subproviders@0.1.1
- @0xproject/tslint-config@0.3.0
- @0xproject/types@0.1.1
- @0xproject/utils@0.1.1
- @0xproject/web3-wrapper@0.1.1
- @0xproject/website@0.0.3
2017-12-20 17:10:12 +01:00
Brandon Millman
cb11aec84d
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
2017-12-20 15:30:25 +01:00
Leonid Logvinov
9ed05f56d3
Replace our EtherTokens with WETH9 from maker
2017-12-20 14:53:38 +01:00
Leonid Logvinov
d8d15149fc
Add WETH9 and mirations
2017-12-20 14:02:25 +01:00
Amir Bandeali
766824120a
Remove reliance on testrpc snapshot in ZRX tests
2017-12-19 15:03:42 -06:00
Leonid Logvinov
e5b5fc400a
Introduce an identityCommandBuilder
2017-12-19 12:19:48 +01:00
Leonid Logvinov
786ea52738
Define types for methodID
2017-12-19 12:19:48 +01:00
Leonid Logvinov
ed6756898f
Define types for ethereumjs-abi
2017-12-19 12:19:48 +01:00
Leonid Logvinov
a5d2cbfd6f
Install types for yargs
2017-12-19 12:19:48 +01:00
Fabio Berger
ac78c64f9e
Fix tests in contracts
2017-12-17 00:40:19 -06:00
Leonid Logvinov
126048bac9
Fix connect unused vars
2017-12-15 13:58:30 +01:00
Leonid Logvinov
4997331410
Add a comment
2017-12-14 17:13:34 +01:00
Leonid Logvinov
c975676f6c
Make migrations deterministic
2017-12-14 16:40:37 +01:00
Leonid Logvinov
cb596c1413
Move more shared utils into utils package and reuse them
2017-12-14 15:47:02 +01:00
Brandon Millman
19d8449981
Merge branch 'development' into feature/addKovanFaucets
...
* development:
Add new packages to main README
Remove redundant totalSupply from token interface
2017-12-13 12:37:01 -08:00
Brandon Millman
91f276d925
Cleanup kovan-faucet package
2017-12-13 12:36:29 -08:00
Amir Bandeali
1fbe638950
Remove redundant totalSupply from token interface
2017-12-12 16:07:04 -08:00
Amir Bandeali
987637abed
Increase timeout on deployer tests
2017-12-12 15:11:57 -08:00
Amir Bandeali
ff422ecfb2
Add version string to EtherToken_v2
2017-12-12 15:05:31 -08:00
Amir Bandeali
1fb643cb69
Formatting fixes
2017-12-12 15:05:30 -08:00
Amir Bandeali
cf50a82ecc
fix tests after merging with development
2017-12-12 15:05:30 -08:00
Amir Bandeali
145fea5253
Add test:circleci command, add newlines to end of contracts
2017-12-12 15:05:30 -08:00
Amir Bandeali
b97f140b78
Add gas limits to failing tests
2017-12-12 15:05:30 -08:00
Amir Bandeali
1dda4d5f78
Rename contracts lib to utils
2017-12-12 15:05:29 -08:00
Amir Bandeali
6f2cb66163
Refactor unlimited allowance logic out of ERC20Token
2017-12-12 15:05:29 -08:00
Amir Bandeali
8b29f6f18d
Fix typo, change variable name to be consistent
2017-12-12 15:05:28 -08:00
Amir Bandeali
2cc410e61f
Update 0x.js version, fix build errors
2017-12-12 15:05:27 -08:00
Amir Bandeali
548fda8dba
Add updated contracts, reorganize contract file structure
2017-12-12 15:02:05 -08:00
Amir Bandeali
b58bf8259d
Add tests for ERC20Token and EtherToken_v2
2017-12-12 15:02:05 -08:00
Amir Bandeali
e6862e9739
Fix errors with new testrpc version
2017-12-12 15:02:04 -08:00
Amir Bandeali
7008e882c0
Add version to new EtherToken, fix typos
2017-12-12 15:02:04 -08:00
Amir Bandeali
7d59faa650
Add updated ERC20 implementation, update WETH
2017-12-12 15:02:04 -08:00
Leonid Logvinov
707b98849c
Re-hard code the dependency
2017-12-12 15:25:06 +01:00
Brandon Millman
a6f9718131
Publish
...
- 0x.js@0.27.2
- abi-gen-templates@0.0.2
- @0xproject/abi-gen@0.0.2
- @0xproject/assert@0.0.7
- @0xproject/connect@0.3.0
- contracts@2.0.0
- @0xproject/json-schemas@0.6.10
- @0xproject/monorepo-scripts@0.1.0
- @0xproject/subproviders@0.1.0
- @0xproject/tslint-config@0.2.1
- @0xproject/types@0.1.0
- @0xproject/utils@0.1.0
- @0xproject/web3-wrapper@0.1.0
- website@0.0.2
2017-12-08 13:17:03 -08:00
Brandon Millman
d14ed71191
Make contracts package private
2017-12-08 12:41:31 -08:00
Leonid Logvinov
e0d79bd332
Inline network module
2017-12-08 18:47:50 +03:00
Leonid Logvinov
b362e2c28e
Refactor networkId out of web3Wrapper
2017-12-08 12:51:46 +03:00
Leonid Logvinov
825402b0f9
Address feedback
2017-12-07 01:15:15 +03:00
Leonid Logvinov
f1b267cc9f
Refactor web3Wrapper to a separate package
2017-12-06 20:55:09 +03:00
Leonid Logvinov
f76543ebfa
Use same versions of dependencies everywhere
2017-12-06 15:48:30 +03:00
Leonid Logvinov
5d1b845cad
Fix linter error
2017-12-01 23:32:44 -06:00
Amir Bandeali
ca9518c48c
Make class methods that don't use 'this' static
2017-11-30 22:11:44 -08:00
Amir Bandeali
d44d6ccfd8
Fix module versions, cleanup scripts
2017-11-30 22:06:59 -08:00
Amir Bandeali
cec0b2afe3
Add README to contracts package
2017-11-30 07:34:48 -08:00
Amir Bandeali
e85a69655c
Fix indentations
2017-11-30 07:10:18 -08:00
Amir Bandeali
4b3e038323
Add contracts to packages, fix most linting errors
2017-11-30 07:10:18 -08:00