diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-30 21:48:39 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-30 21:48:39 +0800 |
commit | ddd3d284d94043b27977714d4f49353c01c40bd3 (patch) | |
tree | d0f3b86fd42e14c3bed43060d77496a903f6e1b5 /packages/subproviders | |
parent | f55a300f43da3e2460837aedfac9287f1342c46c (diff) | |
download | dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.gz dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.bz2 dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.lz dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.xz dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.zst dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.zip |
Remove CHANGELOG.json files since will be generated on development
Diffstat (limited to 'packages/subproviders')
-rw-r--r-- | packages/subproviders/CHANGELOG.json | 132 |
1 files changed, 0 insertions, 132 deletions
diff --git a/packages/subproviders/CHANGELOG.json b/packages/subproviders/CHANGELOG.json deleted file mode 100644 index cfe44e266..000000000 --- a/packages/subproviders/CHANGELOG.json +++ /dev/null @@ -1,132 +0,0 @@ -[ - { - "version": "0.8.1", - "changes": [ - { - "note": "Introduce `JSONRPCRequestPayloadWithMethod` type", - "pr": "465" - }, - { - "note": "Export `ErrorCallback` type.", - "pr": "465" - } - ] - }, - { - "version": "0.8.0", - "changes": [ - { - "note": "Export `GanacheSubprovider` and `Subprovider`", - "pr": "426" - }, - { - "note": "Make all subproviders to derive from `Subprovider`", - "pr": "426" - }, - { - "note": "Add types for `NextCallback`, `OnNextCompleted`", - "pr": "426" - }, - { - "note": "Ignore `ganache-core` dependency when using package in a browser environment." - } - ], - "timestamp": 1521327600, - "isPublished": true - }, - { - "version": "0.7.0", - "changes": [ - { - "note": "Updated legerco packages. Removed node-hid package as a dependency and make it an optional dependency. It is still used in integration tests but is causing problems for users on Linux distros.", - "pr": "437" - } - ], - "timestamp": 1520463600, - "isPublished": true - }, - { - "version": "0.6.0", - "changes": [ - { - "note": "Move web3 types from being a devDep to a dep since one cannot use this package without it", - "pr": "429" - }, - { - "note": "Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync`", - "pr": "432" - } - ], - "timestamp": 1520118000, - "isPublished": true - }, - { - "version": "0.5.0", - "changes": [ - { - "note": "Add EmptyWalletSubprovider and FakeGasEstimateSubprovider", - "pr": "392" - } - ], - "timestamp": 1518735600, - "isPublished": true - }, - { - "version": "0.4.1", - "changes": [ - { - "note": "Fix publishing issue where .npmignore was not properly excluding undesired content", - "pr": "389" - } - ], - "timestamp": 1518130800, - "isPublished": true - }, - { - "version": "0.4.0", - "changes": [ - { - "note": "Added NonceTrackerSubprovider", - "pr": "355" - }, - { - "note": "InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object", - "pr": "363" - } - ], - "timestamp": 1517958000, - "isPublished": true - }, - { - "version": "0.3.6", - "changes": [ - { - "note": "Return a transaction hash from `_sendTransactionAsync`", - "pr": "303" - } - ], - "timestamp": 1517094000, - "isPublished": true - }, - { - "version": "0.3.0", - "changes": [ - { - "note": "Allow LedgerSubprovider to handle `eth_sign` in addition to `personal_sign` RPC requests" - } - ], - "timestamp": 1514415600, - "isPublished": true - }, - { - "version": "0.2.0", - "changes": [ - { - "note": "Improve the performance of address fetching", - "pr": "271" - } - ], - "timestamp": 1513724400, - "isPublished": true - } -]
\ No newline at end of file |