| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* development: (28 commits)
Remove unnecessary type assertion
Fix comments
Add comments
Don't need any external packages for 0x connect docs yet
Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc
Fix styling
Make prettier ignore postpublish_utils
Add hack comment
Add comment about typeDoc versions
Add support for merging multiple topLevel packages under a single section. For now, we simply merge the two package's children (works well for merging 0x.js types and @0xproject/types)
Because we now include non-0x.js source, the keys changed. Needed to add both for backward compatibility with old doc JSON's
Add support for backward compatibility for TypeDoc versions <0.9.0
Consolidate all same exports together
Add @0xproject/types to 0x.js tsconfig `include` so that TypeDoc also includes these types in the generated doc JSON
Fix small bug where onHover type declarations with comments was taking up the entire window width
Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug fix allowing us to defer to the `include` in tsconfig.json on which files to run through TypeDoc
Move web3 typings from devDeps to deps
remove extrenuous comma
Add PR number
Add changelog entries from types and utils
...
# Conflicts:
# packages/subproviders/CHANGELOG.md
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
`getAccountsAsync` and add tests
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.32.4
- @0xproject/abi-gen@0.2.3
- @0xproject/assert@0.0.20
- @0xproject/connect@0.6.0
- contracts@2.1.13
- @0xproject/deployer@0.1.0
- @0xproject/dev-utils@0.1.0
- @0xproject/json-schemas@0.7.12
- @0xproject/subproviders@0.5.0
- @0xproject/testnet-faucets@1.0.14
- @0xproject/types@0.2.3
- @0xproject/utils@0.3.4
- web3-typescript-typings@0.9.11
- @0xproject/web3-wrapper@0.1.14
- @0xproject/website@0.0.16
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.32.3
- @0xproject/abi-gen@0.2.2
- @0xproject/assert@0.0.19
- @0xproject/connect@0.5.8
- contracts@2.1.12
- @0xproject/deployer@0.0.9
- @0xproject/dev-utils@0.0.13
- @0xproject/json-schemas@0.7.11
- @0xproject/monorepo-scripts@0.1.11
- @0xproject/subproviders@0.4.2
- @0xproject/testnet-faucets@1.0.13
- @0xproject/tslint-config@0.4.9
- @0xproject/types@0.2.2
- @0xproject/utils@0.3.3
- @0xproject/web3-wrapper@0.1.13
- @0xproject/website@0.0.15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.32.2
- @0xproject/abi-gen@0.2.1
- @0xproject/assert@0.0.18
- chai-as-promised-typescript-typings@0.0.9
- chai-typescript-typings@0.0.3
- @0xproject/connect@0.5.7
- contracts@2.1.11
- @0xproject/deployer@0.0.8
- @0xproject/dev-utils@0.0.12
- @0xproject/json-schemas@0.7.10
- @0xproject/monorepo-scripts@0.1.10
- @0xproject/subproviders@0.4.1
- @0xproject/testnet-faucets@1.0.12
- @0xproject/tslint-config@0.4.8
- @0xproject/types@0.2.1
- @0xproject/utils@0.3.2
- web3-typescript-typings@0.9.10
- @0xproject/web3-wrapper@0.1.12
- @0xproject/website@0.0.14
|
|\
| |
| | |
Fix NPM Inclusion Issues
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.32.1
- @0xproject/abi-gen@0.2.0
- @0xproject/assert@0.0.17
- @0xproject/connect@0.5.6
- contracts@2.1.10
- @0xproject/deployer@0.0.7
- @0xproject/dev-utils@0.0.11
- @0xproject/json-schemas@0.7.9
- @0xproject/subproviders@0.4.0
- @0xproject/testnet-faucets@1.0.11
- @0xproject/types@0.2.0
- @0xproject/utils@0.3.1
- @0xproject/web3-wrapper@0.1.11
- @0xproject/website@0.0.13
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
NonceTrackerSubprovider is inspired from Web3ProviderEngine NonceTracker
|
| |
| |
| |
| | |
Also BlockParam
|
| |
| |
| |
| |
| | |
Rename to isFirstGetTransactionCount
assign nextPrefixedHexNonce as a const
|
| | |
|
| |\ |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Caches the nonce when a request to getTransactionCount is made
and increments the pending nonce after successful transactions
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | | |
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | | |
0xProject/refactor/subproviders/injected-provider-constructor
Change the InjectedWeb3Subprovider to accept Web3.Provider
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 0x.js@0.32.0
- @0xproject/abi-gen@0.1.7
- @0xproject/assert@0.0.16
- @0xproject/connect@0.5.5
- contracts@2.1.9
- @0xproject/deployer@0.0.6
- @0xproject/dev-utils@0.0.10
- @0xproject/json-schemas@0.7.8
- @0xproject/monorepo-scripts@0.1.9
- @0xproject/subproviders@0.3.6
- @0xproject/testnet-faucets@1.0.10
- @0xproject/tslint-config@0.4.7
- @0xproject/types@0.1.9
- @0xproject/utils@0.3.0
- web3-typescript-typings@0.9.9
- @0xproject/web3-wrapper@0.1.10
- @0xproject/website@0.0.12
|
|/ / |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 0x.js@0.31.1
- @0xproject/abi-gen@0.1.6
- @0xproject/assert@0.0.15
- chai-as-promised-typescript-typings@0.0.8
- @0xproject/connect@0.5.4
- contracts@2.1.8
- @0xproject/deployer@0.0.5
- @0xproject/dev-utils@0.0.9
- @0xproject/json-schemas@0.7.7
- @0xproject/monorepo-scripts@0.1.8
- @0xproject/subproviders@0.3.5
- @0xproject/testnet-faucets@1.0.9
- @0xproject/tslint-config@0.4.6
- @0xproject/types@0.1.8
- @0xproject/utils@0.2.4
- web3-typescript-typings@0.9.8
- @0xproject/web3-wrapper@0.1.9
- @0xproject/website@0.0.11
|
|\ \
| | |
| | | |
TS 2.7
|
| | | |
|
|/ / |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.31.0
- @0xproject/abi-gen@0.1.5
- @0xproject/assert@0.0.14
- chai-as-promised-typescript-typings@0.0.7
- @0xproject/connect@0.5.3
- contracts@2.1.7
- @0xproject/deployer@0.0.4
- @0xproject/dev-utils@0.0.8
- @0xproject/json-schemas@0.7.6
- @0xproject/monorepo-scripts@0.1.7
- @0xproject/subproviders@0.3.4
- @0xproject/testnet-faucets@1.0.8
- @0xproject/tslint-config@0.4.5
- @0xproject/types@0.1.7
- @0xproject/utils@0.2.3
- web3-typescript-typings@0.9.7
- @0xproject/web3-wrapper@0.1.8
- @0xproject/website@0.0.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.30.2
- @0xproject/abi-gen@0.1.4
- @0xproject/assert@0.0.13
- chai-as-promised-typescript-typings@0.0.6
- @0xproject/connect@0.5.2
- contracts@2.1.6
- @0xproject/deployer@0.0.3
- @0xproject/dev-utils@0.0.7
- @0xproject/json-schemas@0.7.5
- @0xproject/monorepo-scripts@0.1.6
- @0xproject/subproviders@0.3.3
- @0xproject/testnet-faucets@1.0.7
- @0xproject/tslint-config@0.4.4
- @0xproject/types@0.1.6
- @0xproject/utils@0.2.2
- web3-typescript-typings@0.9.6
- @0xproject/web3-wrapper@0.1.7
- @0xproject/website@0.0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.30.1
- @0xproject/abi-gen@0.1.3
- @0xproject/assert@0.0.12
- chai-as-promised-typescript-typings@0.0.5
- @0xproject/connect@0.5.1
- contracts@2.1.5
- @0xproject/deployer@0.0.2
- @0xproject/dev-utils@0.0.6
- @0xproject/json-schemas@0.7.4
- @0xproject/kovan_faucets@1.0.6
- @0xproject/monorepo-scripts@0.1.5
- @0xproject/subproviders@0.3.2
- @0xproject/tslint-config@0.4.3
- @0xproject/types@0.1.5
- @0xproject/utils@0.2.1
- web3-typescript-typings@0.9.5
- @0xproject/web3-wrapper@0.1.6
- @0xproject/website@0.0.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.30.0
- @0xproject/abi-gen@0.1.2
- @0xproject/assert@0.0.11
- chai-as-promised-typescript-typings@0.0.4
- chai-typescript-typings@0.0.2
- @0xproject/connect@0.5.0
- contracts@2.1.4
- @0xproject/dev-utils@0.0.5
- @0xproject/json-schemas@0.7.3
- @0xproject/kovan_faucets@1.0.5
- @0xproject/monorepo-scripts@0.1.4
- @0xproject/subproviders@0.3.1
- @0xproject/tslint-config@0.4.2
- @0xproject/types@0.1.4
- @0xproject/utils@0.2.0
- web3-typescript-typings@0.9.4
- @0xproject/web3-wrapper@0.1.5
- @0xproject/website@0.0.7
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.29.1
- @0xproject/abi-gen@0.1.0
- @0xproject/assert@0.0.10
- @0xproject/connect@0.4.0
- contracts@2.1.2
- @0xproject/dev-utils@0.0.4
- @0xproject/json-schemas@0.7.2
- @0xproject/kovan_faucets@1.0.3
- @0xproject/monorepo-scripts@0.1.3
- @0xproject/subproviders@0.3.0
- @0xproject/tslint-config@0.4.1
- @0xproject/types@0.1.3
- @0xproject/utils@0.1.3
- web3-typescript-typings@0.9.1
- @0xproject/web3-wrapper@0.1.3
- @0xproject/website@0.0.5
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
_sendTransactionAsync should return txHash string
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 0x.js@0.29.0
- @0xproject/abi-gen@0.0.4
- @0xproject/assert@0.0.9
- @0xproject/connect@0.3.2
- contracts@2.1.1
- @0xproject/dev-utils@0.0.3
- @0xproject/json-schemas@0.7.1
- @0xproject/kovan_faucets@1.0.2
- @0xproject/monorepo-scripts@0.1.2
- @0xproject/subproviders@0.2.0
- @0xproject/tslint-config@0.4.0
- @0xproject/types@0.1.2
- @0xproject/utils@0.1.2
- @0xproject/web3-wrapper@0.1.2
- @0xproject/website@0.0.4
|
| |
|
| |
|
| |
|
|
|
| |
ZeroEx uses web3.eth.sign, rather than web3.eth.personal.sign. In addition, the message to sign is the second parameter; not the first. The first parameter is the address.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
...
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Remove ethereum-address dependency and add this logic to the repo
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fix portal subscriptions bug
|
| |/ |
|
|/
|
|
| |
all packages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* development:
Update README.md
Inline network module
Stop supporting different file extensions in abi-gen
Refactor networkId out of web3Wrapper
Update connect types in preperation for publishing
Fix CI command
Address feedback
Refactor web3Wrapper to a separate package
# Conflicts:
# package.json
# packages/website/ts/blockchain.ts
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
rely on hookedWalletSubprovider. Added unit and integration tests.
|