aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/CHANGELOG.md
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-02-07 07:36:00 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-02-07 07:36:00 +0800
commit36a49966eb4d5b78192cb5fa76c98755ef092f8b (patch)
tree7100b22aa1c4ac824bd054fefdae53e9df0aab9a /packages/subproviders/CHANGELOG.md
parentf818d06b43ae9279c4ee022685e3bcb9f27ba2fd (diff)
parent548246c05f128d23d701d9b738ce53deaf783f63 (diff)
downloaddexon-0x-contracts-36a49966eb4d5b78192cb5fa76c98755ef092f8b.tar
dexon-0x-contracts-36a49966eb4d5b78192cb5fa76c98755ef092f8b.tar.gz
dexon-0x-contracts-36a49966eb4d5b78192cb5fa76c98755ef092f8b.tar.bz2
dexon-0x-contracts-36a49966eb4d5b78192cb5fa76c98755ef092f8b.tar.lz
dexon-0x-contracts-36a49966eb4d5b78192cb5fa76c98755ef092f8b.tar.xz
dexon-0x-contracts-36a49966eb4d5b78192cb5fa76c98755ef092f8b.tar.zst
dexon-0x-contracts-36a49966eb4d5b78192cb5fa76c98755ef092f8b.zip
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
Diffstat (limited to 'packages/subproviders/CHANGELOG.md')
-rw-r--r--packages/subproviders/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/subproviders/CHANGELOG.md b/packages/subproviders/CHANGELOG.md
index 6ee8e2455..908272406 100644
--- a/packages/subproviders/CHANGELOG.md
+++ b/packages/subproviders/CHANGELOG.md
@@ -1,8 +1,9 @@
# CHANGELOG
-## v0.4.0 - _Feburary 02, 2018_
+## v0.4.1 - _Febuary 2, 2018_
- * InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object.
+ * Added NonceTrackerSubprovider (#355)
+ * InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object (#363)
## v0.3.5 - _January 28, 2018_