Leonid Logvinov
10fb6061cc
Introduce makerToken and takerToken fields for unsigned token metadata
2018-02-07 15:26:53 +01:00
Leonid Logvinov
223df8006a
Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmount
2018-02-07 15:09:06 +01:00
Leonid Logvinov
1c9428cbba
Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFee
2018-02-07 15:02:41 +01:00
Leonid Logvinov
18dc5d17b5
Rename signature to ecSignature
2018-02-07 14:54:37 +01:00
Leonid Logvinov
4d50933189
Rename exchangeContract to exchangeContractAddress
2018-02-07 14:48:59 +01:00
Leonid Logvinov
9b3680780f
Rename expiration to expirationUnixTimestampSec
2018-02-07 14:41:40 +01:00
Leonid
12d62e1157
Merge pull request #368 from 0xProject/feature/abigen/addNetworkId
...
Add CLI option for networkId, add abi-gen to contracts package
2018-02-07 11:40:06 +01:00
Leonid Logvinov
0bad911a16
Fix ABI error message
2018-02-06 17:34:45 -08:00
Leonid Logvinov
6e87c9e713
Stop using definite assignment assertion cause prettier doesn't handle that
2018-02-06 17:28:55 -08:00
Leonid Logvinov
b61852b1f5
Special-case ZRXToken snake case conversion
2018-02-06 17:27:47 -08:00
Leonid Logvinov
fcbe24a126
Fix linter errors
2018-02-06 17:27:47 -08:00
Leonid Logvinov
55312d00ef
Generate contract wrappers on pre-build
2018-02-06 17:27:47 -08:00
Leonid Logvinov
a96e3f3222
Add missing async
2018-02-06 17:27:47 -08:00
Leonid Logvinov
e35519b50f
Remove noImplicitThis
2018-02-06 17:27:47 -08:00
Leonid Logvinov
ae775f9664
Tslint disable no-consecutive-blank-lines in generated files
2018-02-06 17:27:47 -08:00
Leonid Logvinov
071b1c47d1
Change compiled sources in contracts
2018-02-06 17:27:47 -08:00
Leonid Logvinov
4cc5bbaf19
Change utils
2018-02-06 17:27:47 -08:00
Leonid Logvinov
a264c36a48
Change tests
2018-02-06 17:27:47 -08:00
Leonid Logvinov
0c2ab22656
Add base_contract.ts
2018-02-06 17:27:47 -08:00
Leonid Logvinov
47adad5122
Remove generated files
2018-02-06 17:27:47 -08:00
Leonid Logvinov
745f209f7e
.gitignore gemerated files
2018-02-06 17:27:47 -08:00
Leonid Logvinov
2287597712
Change the list of generated wrappers
2018-02-06 17:27:47 -08:00
Leonid Logvinov
eea8b15180
Change contract templates
2018-02-06 17:27:47 -08:00
Leonid Logvinov
600a2b40af
Add indices for index parameters so that their names don't collide
2018-02-06 17:27:47 -08:00
Leonid Logvinov
a7c51593e4
Use abi-gen for events in 0x.js
2018-02-06 17:27:47 -08:00
Amir Bandeali
218876ac19
Fix artifacts path
2018-02-06 17:26:13 -08:00
Amir Bandeali
6cda67df10
Update compile command and run prettier
2018-02-06 17:26:13 -08:00
Amir Bandeali
897515c002
Add CLI option for networkId, add abi-gen to contracts package
2018-02-06 17:26:12 -08:00
Fabio Berger
4c9c4c487a
Merge branch 'development' of github.com:0xProject/0x.js into development
...
* 'development' of github.com:0xProject/0x.js:
Bump subproviders version
Update yarn.lock
Change rpcUrls keys back into string literals
Add types-bn package to 0x.js and testnet-faucets
Prettier
Addressed comments and update 0xProject/types-ethereumjs-util deps
Prettier
Update testnet-faucets README
Fix lint errors
Add order signing and dispensing ability to faucet
2018-02-06 16:26:35 -08:00
Fabio Berger
c172b9e080
Add networkId to event label
2018-02-06 16:25:50 -08:00
Fabio Berger
5533a84dcd
Update yarn.lock
2018-02-06 16:25:29 -08:00
Brandon Millman
562bcb8571
Merge pull request #352 from 0xProject/feature/testnet-faucets/order-dispenser
...
Add order signing and dispensing ability to faucet
2018-02-06 16:15:25 -08:00
Tom Schmidt
00c07b38a4
Merge pull request #370 from 0xProject/feature/ga-portal-logging
...
Add GA Logging to Portal
2018-02-06 16:01:36 -08:00
Brandon Millman
f44bfa9682
Bump subproviders version
2018-02-06 15:56:40 -08:00
Brandon Millman
7357a0a324
Update yarn.lock
2018-02-06 15:38:23 -08:00
Brandon Millman
36a49966eb
Merge branch 'development' into feature/testnet-faucets/order-dispenser
...
* development:
Attribute the origins of NonceTracker
Move BlockParamLiteral to shared types package
Fixes
Move BlockParam and BlockParamLiteral to shared types
Rename called to something more readable
Newline prettier/lint
Yarn.lock
Refactor tests for reuse of the fixture subprovider
Remove re-fetch of transaction count on error
Disable linter for multiple class declarations
Remove double declaration
Enable CIRCLECI and declare web3
Test faucets to use new NonceTracker
Update changelog
Readability and prettier
Prettify
Nonce tracker subprovider Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions
2018-02-06 15:36:00 -08:00
Brandon Millman
f818d06b43
Change rpcUrls keys back into string literals
2018-02-06 15:31:12 -08:00
Jacob Evans
548246c05f
Merge pull request #355 from 0xProject/feature/subproviders/nonce-tracker
...
Nonce tracker subprovider
2018-02-06 15:29:19 -08:00
Brandon Millman
2bf1aa975a
Add types-bn package to 0x.js and testnet-faucets
2018-02-06 15:24:11 -08:00
Jacob Evans
4be8eca3fe
Attribute the origins of NonceTracker
...
NonceTrackerSubprovider is inspired from Web3ProviderEngine NonceTracker
2018-02-06 15:16:28 -08:00
Jacob Evans
e17ace397c
Move BlockParamLiteral to shared types package
...
Also BlockParam
2018-02-06 13:17:14 -08:00
Brandon Millman
6bdabe72b9
Prettier
2018-02-06 11:48:56 -08:00
Thomas Schmidt
00bfc7f889
Added logging for order filling and order cancelling
2018-02-06 11:47:24 -08:00
Brandon Millman
5fcb77e591
Merge branch 'development' into feature/testnet-faucets/order-dispenser
...
* development:
Update utils in top level package to 0.3.0
Add 0.2.0 back to yarn lock
Reword comment on any
Link to the wiki article in the README
Justify the any usage
Publish
Revert "Temp"
Changelog
Change the InjectedWeb3Subprovider to accept Web3.Provider
2018-02-06 11:45:55 -08:00
Jacob Evans
df8de7ff51
Fixes
...
Rename to isFirstGetTransactionCount
assign nextPrefixedHexNonce as a const
2018-02-06 11:34:22 -08:00
Jacob Evans
67d7540907
Move BlockParam and BlockParamLiteral to shared types
2018-02-06 11:27:11 -08:00
Brandon Millman
83d0bad3a1
Addressed comments and update 0xProject/types-ethereumjs-util deps
2018-02-05 18:11:26 -08:00
Thomas Schmidt
9d80a62bb1
Moved to async await
2018-02-05 18:02:05 -08:00
Jacob Evans
629653425d
Update utils in top level package to 0.3.0
2018-02-05 17:58:30 -08:00
Jacob Evans
03ce1d8641
Add 0.2.0 back to yarn lock
2018-02-05 17:47:10 -08:00