Updated CHANGELOGS & MD docs

This commit is contained in:
xianny 2020-07-14 21:47:59 -07:00
parent 762e0aec2d
commit 9d3755db36
97 changed files with 2348 additions and 1559 deletions

View File

@ -10,7 +10,8 @@
"note": "Add `BalancerBridge`", "note": "Add `BalancerBridge`",
"pr": 2613 "pr": 2613
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "3.3.0", "version": "3.3.0",

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.4.0 - _July 15, 2020_
* Fix instability with DFB. (#2616)
* Add `BalancerBridge` (#2613)
## v3.3.0 - _June 24, 2020_ ## v3.3.0 - _June 24, 2020_
* Use `LibERC20Token.approveIfBelow()` in DEX bridges for for approvals. (#2512) * Use `LibERC20Token.approveIfBelow()` in DEX bridges for for approvals. (#2512)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "1.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.1.5", "version": "1.1.5",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.1.6 - _July 15, 2020_
* Dependencies updated
## v1.1.5 - _June 24, 2020_ ## v1.1.5 - _June 24, 2020_
* Fix broken tests. (#2591) * Fix broken tests. (#2591)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "3.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "3.1.6", "version": "3.1.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.7 - _July 15, 2020_
* Dependencies updated
## v3.1.6 - _June 24, 2020_ ## v3.1.6 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "1.3.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "1.3.4", "version": "1.3.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.3.5 - _July 15, 2020_
* Dependencies updated
## v1.3.4 - _June 24, 2020_ ## v1.3.4 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "2.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "2.1.6", "version": "2.1.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.1.7 - _July 15, 2020_
* Dependencies updated
## v2.1.6 - _June 24, 2020_ ## v2.1.6 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -10,7 +10,8 @@
"note": "Use new Kyber Katalyst functions", "note": "Use new Kyber Katalyst functions",
"pr": 2629 "pr": 2629
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "1.6.0", "version": "1.6.0",

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.7.0 - _July 15, 2020_
* Pass in `DevUtils` address to required functions (#2629)
* Use new Kyber Katalyst functions (#2629)
## v1.6.0 - _June 24, 2020_ ## v1.6.0 - _June 24, 2020_
* Pass in `DevUtils` address as a constructor parameter (#2531) * Pass in `DevUtils` address as a constructor parameter (#2531)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "3.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "3.2.0", "version": "3.2.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.2.1 - _July 15, 2020_
* Dependencies updated
## v3.2.0 - _June 24, 2020_ ## v3.2.0 - _June 24, 2020_
* Add `LibERC20Token.approveIfBelow()` (#2512) * Add `LibERC20Token.approveIfBelow()` (#2512)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "3.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "3.1.6", "version": "3.1.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.7 - _July 15, 2020_
* Dependencies updated
## v3.1.6 - _June 24, 2020_ ## v3.1.6 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "4.2.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "4.2.6", "version": "4.2.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.2.7 - _July 15, 2020_
* Dependencies updated
## v4.2.6 - _June 24, 2020_ ## v4.2.6 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "4.3.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "4.3.6", "version": "4.3.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.3.7 - _July 15, 2020_
* Dependencies updated
## v4.3.6 - _June 24, 2020_ ## v4.3.6 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "3.2.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "3.2.6", "version": "3.2.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.2.7 - _July 15, 2020_
* Dependencies updated
## v3.2.6 - _June 24, 2020_ ## v3.2.6 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "6.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "6.2.0", "version": "6.2.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.2.1 - _July 15, 2020_
* Dependencies updated
## v6.2.0 - _June 24, 2020_ ## v6.2.0 - _June 24, 2020_
* Add MaximumGasPrice contract, tooling, and unit tests (#2511) * Add MaximumGasPrice contract, tooling, and unit tests (#2511)

View File

@ -6,7 +6,8 @@
"note": "Add `BalancerBridge` mainnet tests", "note": "Add `BalancerBridge` mainnet tests",
"pr": 2613 "pr": 2613
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "2.5.2", "version": "2.5.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.6.0 - _July 15, 2020_
* Add `BalancerBridge` mainnet tests (#2613)
## v2.5.2 - _June 24, 2020_ ## v2.5.2 - _June 24, 2020_
* Update `ERC20BridgeSampler` tests (#2531) * Update `ERC20BridgeSampler` tests (#2531)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "4.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "4.1.6", "version": "4.1.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.7 - _July 15, 2020_
* Dependencies updated
## v4.1.6 - _June 24, 2020_ ## v4.1.6 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "2.0.14",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "2.0.13", "version": "2.0.13",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.14 - _July 15, 2020_
* Dependencies updated
## v2.0.13 - _June 24, 2020_ ## v2.0.13 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "5.3.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "5.3.3", "version": "5.3.3",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.3.4 - _July 15, 2020_
* Dependencies updated
## v5.3.3 - _June 24, 2020_ ## v5.3.3 - _June 24, 2020_
* Add `msg` param to `assertIntegerRoughlyEquals` (#2576) * Add `msg` param to `assertIntegerRoughlyEquals` (#2576)

View File

@ -6,7 +6,8 @@
"note": "Reorganize `DeploymentConstants` addresses", "note": "Reorganize `DeploymentConstants` addresses",
"pr": 2628 "pr": 2628
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "4.5.0", "version": "4.5.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.5.1 - _July 15, 2020_
* Reorganize `DeploymentConstants` addresses (#2628)
## v4.5.0 - _June 24, 2020_ ## v4.5.0 - _June 24, 2020_
* Added `GST_ADDRESS` and `GST_COLLECTOR_ADDRESS` (#2523) * Added `GST_ADDRESS` and `GST_COLLECTOR_ADDRESS` (#2523)

View File

@ -14,7 +14,8 @@
"note": "Add `MetaTransactions` and `SignatureValidator` features", "note": "Add `MetaTransactions` and `SignatureValidator` features",
"pr": 2610 "pr": 2610
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.2.0 - _July 15, 2020_
* Export migration tools (#2612)
* Export `AffiliateFeeTransformerContract` (#2622)
* Add `MetaTransactions` and `SignatureValidator` features (#2610)
## v0.1.1 - _June 24, 2020_ ## v0.1.1 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -10,7 +10,8 @@
"note": "Export `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction`", "note": "Export `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction`",
"pr": 2610 "pr": 2610
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v9.2.0 - _July 15, 2020_
* Export `GethCallOverrides` type (#2620)
* Export `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction` (#2610)
## v9.1.6 - _June 24, 2020_ ## v9.1.6 - _June 24, 2020_
* Dependencies updated * Dependencies updated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "5.3.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "5.3.0", "version": "5.3.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.3.1 - _July 15, 2020_
* Dependencies updated
## v5.3.0 - _June 24, 2020_ ## v5.3.0 - _June 24, 2020_
* Allow identifiers with leading underscores in python wrappers (#2591) * Allow identifiers with leading underscores in python wrappers (#2591)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "3.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "3.0.8", "version": "3.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.9 - _July 15, 2020_
* Dependencies updated
## v3.0.8 - _June 24, 2020_ ## v3.0.8 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -42,7 +42,8 @@
"note": "Specify overrides to the ERC20Sampler contract, by default the latest bytecode is the override", "note": "Specify overrides to the ERC20Sampler contract, by default the latest bytecode is the override",
"pr": 2629 "pr": 2629
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "4.5.0", "version": "4.5.0",

View File

@ -5,6 +5,19 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.6.0 - _July 15, 2020_
* Use internal Eth Gas Station proxy (#2614)
* Renamed RFQT request parameters (#2582)
* Fix worst case asset amount calculations. (#2615)
* Specify EthGasStation url as an optional parameter (#2617)
* Singleton Gas Price Oracle (#2619)
* "Fix" forwarder buys of low decimal tokens. (#2618)
* Add Balancer support (#2613)
* Consolidate UniswapV2 sources, Curve sources in `ERC20BridgeSource` enum (#2613)
* Change gas/fee schedule values from constants to functions returning numbers (#2613)
* Specify overrides to the ERC20Sampler contract, by default the latest bytecode is the override (#2629)
## v4.5.0 - _June 24, 2020_ ## v4.5.0 - _June 24, 2020_
* Add support for private liquidity providers (#2505) * Add support for private liquidity providers (#2505)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "6.2.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "6.2.2", "version": "6.2.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.2.3 - _July 15, 2020_
* Dependencies updated
## v6.2.2 - _June 24, 2020_ ## v6.2.2 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "6.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "6.0.8", "version": "6.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.9 - _July 15, 2020_
* Dependencies updated
## v6.0.8 - _June 24, 2020_ ## v6.0.8 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -30,7 +30,8 @@
"note": "Add BalancerBridge addresses", "note": "Add BalancerBridge addresses",
"pr": 2613 "pr": 2613
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "4.10.0", "version": "4.10.0",

View File

@ -5,6 +5,16 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.11.0 - _July 15, 2020_
* Update ganache snapshot Exchange Proxy addresses (#2612)
* Add EP flash wallet and affiliate fee transformer (#2622)
* Update DFB addresses (#2616)
* Deploy FQT from PR 2608 (#2625)
* Redeploy DFB on kovan (#2628)
* Update ganache snapshot Exchange Proxy addresses for MetaTransactions (#2610)
* Add BalancerBridge addresses (#2613)
## v4.10.0 - _June 24, 2020_ ## v4.10.0 - _June 24, 2020_
* Updated Kovan's ERC20BridgeSampler address (#2519) * Updated Kovan's ERC20BridgeSampler address (#2519)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "3.7.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "3.7.0", "version": "3.7.0",
"changes": [ "changes": [

View File

@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.7.1 - _July 15, 2020_
* Dependencies updated
## v3.7.0 - _Invalid date_
* Provide devUtils address as a function parameter in ERC20BridgeSampler (#2629)
* Remove devUtils address from ERC20BridgeSampler constructor (#2629)
## v3.7.0 - _June 24, 2020_ ## v3.7.0 - _June 24, 2020_
* Added `MaximumGasPrice` artifact (#2511) * Added `MaximumGasPrice` artifact (#2511)

View File

@ -6,7 +6,8 @@
"note": "Export `GethCallOverrides`", "note": "Export `GethCallOverrides`",
"pr": 2620 "pr": 2620
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "13.7.0", "version": "13.7.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v13.8.0 - _July 15, 2020_
* Export `GethCallOverrides` (#2620)
## v13.7.0 - _June 24, 2020_ ## v13.7.0 - _June 24, 2020_
* Regenerated wrappers for Broker and GodsUnchainedValidator (#2511) * Regenerated wrappers for Broker and GodsUnchainedValidator (#2511)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "2.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "2.0.9", "version": "2.0.9",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.10 - _July 15, 2020_
* Dependencies updated
## v2.0.9 - _June 24, 2020_ ## v2.0.9 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Export `GethCallOverrides` type", "note": "Export `GethCallOverrides` type",
"pr": 2620 "pr": 2620
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.3.0 - _July 15, 2020_
* Export `GethCallOverrides` type (#2620)
## v3.2.2 - _June 24, 2020_ ## v3.2.2 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -10,7 +10,8 @@
"note": "Touch this package to fix publish", "note": "Touch this package to fix publish",
"pr": 2628 "pr": 2628
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.2.0 - _July 15, 2020_
* Add geth eth_call types (#2620)
* Touch this package to fix publish (#2628)
## v3.1.1 - _June 24, 2020_ ## v3.1.1 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Add geth eth_call properties to `CallData`", "note": "Add geth eth_call properties to `CallData`",
"pr": 2620 "pr": 2620
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.1.0 - _July 15, 2020_
* Add geth eth_call properties to `CallData` (#2620)
## v5.0.8 - _June 24, 2020_ ## v5.0.8 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -14,7 +14,8 @@
"note": "Add BalancerBridge to returned object in `migration.ts`", "note": "Add BalancerBridge to returned object in `migration.ts`",
"pr": 2613 "pr": 2613
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "6.3.0", "version": "6.3.0",

View File

@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.4.0 - _July 15, 2020_
* Add Exchange Proxy migration. (#2612)
* Add affiliate fee transformer migration and flash wallet address (#2622)
* Add BalancerBridge to returned object in `migration.ts` (#2613)
## v6.3.0 - _June 24, 2020_ ## v6.3.0 - _June 24, 2020_
* Add `dexForwarderBridge` to migration output (#2525) * Add `dexForwarderBridge` to migration output (#2525)

View File

@ -10,7 +10,8 @@
"note": "Add `getOrderHash()`, `getExchangeTransactionHash()`, `getExchangeProxyTransactionHash()`", "note": "Add `getOrderHash()`, `getExchangeTransactionHash()`, `getExchangeProxyTransactionHash()`",
"pr": 2610 "pr": 2610
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v10.3.0 - _July 15, 2020_
* Add ERC20 Transformer utils and export useful constants. (#2604)
* Add `getOrderHash()`, `getExchangeTransactionHash()`, `getExchangeProxyTransactionHash()` (#2610)
## v10.2.5 - _June 24, 2020_ ## v10.2.5 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "2.2.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "2.2.6", "version": "2.2.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.2.7 - _July 15, 2020_
* Dependencies updated
## v2.2.6 - _June 24, 2020_ ## v2.2.6 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "4.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "4.1.0", "version": "4.1.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.1 - _July 15, 2020_
* Dependencies updated
## v4.1.0 - _June 24, 2020_ ## v4.1.0 - _June 24, 2020_
* Refactor + add solidity 0.6 support (#2532) * Refactor + add solidity 0.6 support (#2532)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "4.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "4.0.9", "version": "4.0.9",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.10 - _July 15, 2020_
* Dependencies updated
## v4.0.9 - _June 24, 2020_ ## v4.0.9 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "3.1.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "3.1.7", "version": "3.1.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.8 - _July 15, 2020_
* Dependencies updated
## v3.1.7 - _June 24, 2020_ ## v3.1.7 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Make sol-profiler (mostly) work again", "note": "Make sol-profiler (mostly) work again",
"pr": 2607 "pr": 2607
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.0 - _July 15, 2020_
* Make sol-profiler (mostly) work again (#2607)
## v4.0.9 - _June 24, 2020_ ## v4.0.9 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Make sol-profiler (mostly) work again", "note": "Make sol-profiler (mostly) work again",
"pr": 2607 "pr": 2607
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.0 - _July 15, 2020_
* Make sol-profiler (mostly) work again (#2607)
## v3.0.4 - _June 24, 2020_ ## v3.0.4 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "3.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "3.0.9", "version": "3.0.9",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.10 - _July 15, 2020_
* Dependencies updated
## v3.0.9 - _June 24, 2020_ ## v3.0.9 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Make sol-profiler (mostly) work again", "note": "Make sol-profiler (mostly) work again",
"pr": 2607 "pr": 2607
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v7.1.0 - _July 15, 2020_
* Make sol-profiler (mostly) work again (#2607)
## v7.0.9 - _June 24, 2020_ ## v7.0.9 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "3.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "3.0.8", "version": "3.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.9 - _July 15, 2020_
* Dependencies updated
## v3.0.8 - _June 24, 2020_ ## v3.0.8 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "6.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "6.1.0", "version": "6.1.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.1.1 - _July 15, 2020_
* Dependencies updated
## v6.1.0 - _June 24, 2020_ ## v6.1.0 - _June 24, 2020_
* Update ganache-core (#2545) * Update ganache-core (#2545)

View File

@ -6,7 +6,8 @@
"note": "Set `no-non-null-assertion` to false", "note": "Set `no-non-null-assertion` to false",
"pr": 2613 "pr": 2613
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "4.0.0", "version": "4.0.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.0 - _July 15, 2020_
* Set `no-non-null-assertion` to false (#2613)
## v4.0.0 - _December 2, 2019_ ## v4.0.0 - _December 2, 2019_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Add `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction`", "note": "Add `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction`",
"pr": 2610 "pr": 2610
} }
] ],
"timestamp": 1594788383
}, },
{ {
"timestamp": 1592969527, "timestamp": 1592969527,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.2.0 - _July 15, 2020_
* Add `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction` (#2610)
## v3.1.3 - _June 24, 2020_ ## v3.1.3 - _June 24, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "5.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "5.1.0", "version": "5.1.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.1.1 - _July 15, 2020_
* Dependencies updated
## v5.1.0 - _June 24, 2020_ ## v5.1.0 - _June 24, 2020_
* Add `version()` to `SolcInstance` (#2532) * Add `version()` to `SolcInstance` (#2532)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1594788383,
"version": "5.5.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "5.5.0", "version": "5.5.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.5.1 - _July 15, 2020_
* Dependencies updated
## v5.5.0 - _June 24, 2020_ ## v5.5.0 - _June 24, 2020_
* Add `ZeroExRevertErrors` (#2540) * Add `ZeroExRevertErrors` (#2540)
@ -14,6 +18,7 @@ CHANGELOG
* Add more `ZeroExRevertErrors` (#2545) * Add more `ZeroExRevertErrors` (#2545)
* Add more `ZeroExRevertErrors` (#2576) * Add more `ZeroExRevertErrors` (#2576)
* Update `ZeroExRevertErrors` (#2597) * Update `ZeroExRevertErrors` (#2597)
* Add more revert errors to `ZeroExRevertErrors` (#2610)
## v5.4.1 - _February 25, 2020_ ## v5.4.1 - _February 25, 2020_

View File

@ -10,7 +10,8 @@
"note": "Remove duplicate overrides data from the eth_call rpc call", "note": "Remove duplicate overrides data from the eth_call rpc call",
"pr": 2629 "pr": 2629
} }
] ],
"timestamp": 1594788383
}, },
{ {
"version": "7.1.0", "version": "7.1.0",

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v7.2.0 - _July 15, 2020_
* Add geth eth_call support (#2620)
* Remove duplicate overrides data from the eth_call rpc call (#2629)
## v7.1.0 - _June 24, 2020_ ## v7.1.0 - _June 24, 2020_
* Add `getAccountNonce()` to `Web3Wrapper` (#2545) * Add `getAccountNonce()` to `Web3Wrapper` (#2545)