aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/CHANGELOG.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:05:51 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:05:51 +0800
commit4404f92b3809a1edf538a1ebda6e0afe053b5e0c (patch)
tree49184e33779f4b07a9d480257fe6e4ceebf0af34 /packages/subproviders/CHANGELOG.json
parent0a279794642bde667a51401bd7cf2b2a1079c788 (diff)
downloaddexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.gz
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.bz2
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.lz
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.xz
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.zst
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.zip
Add CHANGELOG entries
Diffstat (limited to 'packages/subproviders/CHANGELOG.json')
-rw-r--r--packages/subproviders/CHANGELOG.json24
1 files changed, 19 insertions, 5 deletions
diff --git a/packages/subproviders/CHANGELOG.json b/packages/subproviders/CHANGELOG.json
index dd4dccf4e..276538577 100644
--- a/packages/subproviders/CHANGELOG.json
+++ b/packages/subproviders/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "version": "3.0.0",
+ "changes": [
+ {
+ "note": "Upgrade the bignumber.js to v8.0.2",
+ "pr": 1517
+ }
+ ]
+ },
+ {
"timestamp": 1547561734,
"version": "2.1.11",
"changes": [
@@ -183,7 +192,8 @@
"version": "2.0.0",
"changes": [
{
- "note": "Export types: `PartialTxParams`, `JSONRPCRequestPayloadWithMethod`, `ECSignatureString`, `AccountFetchingConfigs`, `LedgerEthereumClientFactoryAsync`, `OnNextCompleted`, `MnemonicWalletSubproviderConfigs`, LedgerGetAddressResult, `JSONRPCRequestPayload`, `Provider`, `JSONRPCResponsePayload` and `JSONRPCErrorCallback`",
+ "note":
+ "Export types: `PartialTxParams`, `JSONRPCRequestPayloadWithMethod`, `ECSignatureString`, `AccountFetchingConfigs`, `LedgerEthereumClientFactoryAsync`, `OnNextCompleted`, `MnemonicWalletSubproviderConfigs`, LedgerGetAddressResult, `JSONRPCRequestPayload`, `Provider`, `JSONRPCResponsePayload` and `JSONRPCErrorCallback`",
"pr": 924
}
],
@@ -312,7 +322,8 @@
"version": "0.9.0",
"changes": [
{
- "note": "Refactor RedundantRPCSubprovider into RedundantSubprovider where it now accepts an array of subproviders rather then an array of RPC endpoints",
+ "note":
+ "Refactor RedundantRPCSubprovider into RedundantSubprovider where it now accepts an array of subproviders rather then an array of RPC endpoints",
"pr": 500
},
{
@@ -328,7 +339,8 @@
"pr": 507
},
{
- "note": "Refactors LedgerSubprovider such that explicitly setting the `pathIndex` is no longer required. Simply set the request `from` address as desired",
+ "note":
+ "Refactors LedgerSubprovider such that explicitly setting the `pathIndex` is no longer required. Simply set the request `from` address as desired",
"pr": 507
},
{
@@ -386,7 +398,8 @@
"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.",
+ "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
}
],
@@ -434,7 +447,8 @@
"pr": 355
},
{
- "note": "InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object",
+ "note":
+ "InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object",
"pr": 363
}
],