Updated CHANGELOGS
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
"Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher`",
|
"Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher`",
|
||||||
"pr": 963
|
"pr": 963
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.3",
|
"version": "1.0.1-rc.3",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.1-rc.3 - _August 13, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher` (#963)
|
||||||
|
|
||||||
|
## v1.0.1-rc.3 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
* Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts (#914)
|
* Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts (#914)
|
||||||
@@ -22,11 +26,11 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0-rc.2 - _July 19, 2018_
|
## v1.0.0-rc.2 - _July 20, 2018_
|
||||||
|
|
||||||
* Remove `zeroEx.assetData` and instead re-export it's static functions directly off `ZeroEx`
|
* Remove `zeroEx.assetData` and instead re-export it's static functions directly off `ZeroEx`
|
||||||
|
|
||||||
## v1.0.0-rc.1 - _July 19, 2018_
|
## v1.0.0-rc.1 - _July 20, 2018_
|
||||||
|
|
||||||
* Remove tokenRegistry wrapper (#863)
|
* Remove tokenRegistry wrapper (#863)
|
||||||
* Rename `zeroEx.token` to `zeroEx.erc20Token`, and add `zeroEx.erc721Token` (#863)
|
* Rename `zeroEx.token` to `zeroEx.erc20Token`, and add `zeroEx.erc721Token` (#863)
|
||||||
@@ -66,7 +70,7 @@ CHANGELOG
|
|||||||
* Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async (#579)
|
* Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async (#579)
|
||||||
* Renamed ZeroExError to ContractWrappersErrors since they now lives in the @0xproject/contract-wrappers subpackage (#579)
|
* Renamed ZeroExError to ContractWrappersErrors since they now lives in the @0xproject/contract-wrappers subpackage (#579)
|
||||||
|
|
||||||
## v0.37.2 - _May 4, 2018_
|
## v0.37.2 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.6",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -25,7 +29,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Fix the abi-gen entry point in package.json (#901)
|
* Fix the abi-gen entry point in package.json (#901)
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Convert e_r_c to erc in generated file names (#822)
|
* Convert e_r_c to erc in generated file names (#822)
|
||||||
* Remove the output directory before writing to it (#822)
|
* Remove the output directory before writing to it (#822)
|
||||||
@@ -43,7 +47,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.3.1 - _May 31, 2018_
|
## v0.3.1 - _June 1, 2018_
|
||||||
|
|
||||||
* Incorrect publish that was unpublished
|
* Incorrect publish that was unpublished
|
||||||
|
|
||||||
@@ -51,7 +55,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Properly export the executable binary (#588)
|
* Properly export the executable binary (#588)
|
||||||
|
|
||||||
## v0.2.13 - _May 4, 2018_
|
## v0.2.13 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.6",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -25,7 +29,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Fix bug in string enum assertion. We erroneously were checking against the enum keys, not values (#821)
|
* Fix bug in string enum assertion. We erroneously were checking against the enum keys, not values (#821)
|
||||||
|
|
||||||
@@ -41,7 +45,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.2.11 - _May 31, 2018_
|
## v0.2.11 - _June 1, 2018_
|
||||||
|
|
||||||
* Incorrect publish that was unpublished
|
* Incorrect publish that was unpublished
|
||||||
|
|
||||||
@@ -49,7 +53,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.2.9 - _May 4, 2018_
|
## v0.2.9 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "2.0.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "2.0.0-rc.1",
|
"version": "2.0.0-rc.1",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.0.0-rc.1 - _August 13, 2018_
|
## v2.0.0 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v2.0.0-rc.1 - _August 14, 2018_
|
||||||
|
|
||||||
* Added strict encoding/decoding checks for sendTransaction and call (#915)
|
* Added strict encoding/decoding checks for sendTransaction and call (#915)
|
||||||
|
|
||||||
@@ -25,7 +29,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -41,7 +45,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Update EthersJs to fix the `value.toLowerCase()` is not a function bug caused by `ethers.js` breaking patch version https://github.com/ethers-io/ethers.js/issues/201
|
* Update EthersJs to fix the `value.toLowerCase()` is not a function bug caused by `ethers.js` breaking patch version https://github.com/ethers-io/ethers.js/issues/201
|
||||||
|
|
||||||
## v0.3.3 - _May 31, 2018_
|
## v0.3.3 - _June 1, 2018_
|
||||||
|
|
||||||
* Incorrect publish that was unpublished
|
* Incorrect publish that was unpublished
|
||||||
|
|
||||||
@@ -49,7 +53,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.3.1 - _May 4, 2018_
|
## v0.3.1 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -10,7 +10,8 @@
|
|||||||
"note": "Stopped exporting `Order` type",
|
"note": "Stopped exporting `Order` type",
|
||||||
"pr": 924
|
"pr": 924
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
|
@@ -5,7 +5,12 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v2.0.0-rc.1 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Updated for SRA v2 (#974)
|
||||||
|
* Stopped exporting `Order` type (#924)
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -25,7 +30,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Remove `WebSocketOrderbookChannel` from the public interface and replace with `orderbookChannelFactory`
|
* Remove `WebSocketOrderbookChannel` from the public interface and replace with `orderbookChannelFactory`
|
||||||
|
|
||||||
@@ -49,7 +54,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.6.12 - _May 4, 2018_
|
## v0.6.12 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -16,7 +16,8 @@
|
|||||||
"note": "Added Transaction Encoder for use with 0x Exchange executeTransaction",
|
"note": "Added Transaction Encoder for use with 0x Exchange executeTransaction",
|
||||||
"pr": 975
|
"pr": 975
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.3",
|
"version": "1.0.1-rc.3",
|
||||||
|
@@ -5,7 +5,13 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.1-rc.3 - _August 13, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Export missing types: `TransactionEncoder`, `ContractAbi`, `JSONRPCRequestPayload`, `JSONRPCResponsePayload`, `JSONRPCErrorCallback`, `AbiDefinition`, `FunctionAbi`, `EventAbi`, `EventParameter`, `DecodedLogArgs`, `MethodAbi`, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability`, `StateMutability` & `ExchangeSignatureValidatorApprovalEventArgs` (#924)
|
||||||
|
* Remove superfluous exported types: `ContractEvent`, `Token`, `OrderFillRequest`, `ContractEventArgs`, `LogEvent`, `OnOrderStateChangeCallback`, `ECSignature`, `OrderStateValid`, `OrderStateInvalid`, `OrderState`, `FilterObject`, `TransactionReceipt` & `TransactionReceiptWithDecodedLogs` (#924)
|
||||||
|
* Added Transaction Encoder for use with 0x Exchange executeTransaction (#975)
|
||||||
|
|
||||||
|
## v1.0.1-rc.3 - _August 14, 2018_
|
||||||
|
|
||||||
* Added strict encoding/decoding checks for sendTransaction and call (#915)
|
* Added strict encoding/decoding checks for sendTransaction and call (#915)
|
||||||
* Add ForwarderWrapper (#934)
|
* Add ForwarderWrapper (#934)
|
||||||
@@ -23,7 +29,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0-rc.1 - _July 19, 2018_
|
## v1.0.0-rc.1 - _July 20, 2018_
|
||||||
|
|
||||||
* Update blockstream to v5.0 and propogate up caught errors to active subscriptions (#815)
|
* Update blockstream to v5.0 and propogate up caught errors to active subscriptions (#815)
|
||||||
* Update to v2 of 0x rpotocol (#822)
|
* Update to v2 of 0x rpotocol (#822)
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.5",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.4 - _August 13, 2018_
|
## v1.0.5 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.4 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -21,7 +25,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -47,7 +51,7 @@ CHANGELOG
|
|||||||
* Pass SolCompilerArtifactAdapter to CoverageSubprovider (#589)
|
* Pass SolCompilerArtifactAdapter to CoverageSubprovider (#589)
|
||||||
* Move callbackErrorReporter over from 0x.js (#579)
|
* Move callbackErrorReporter over from 0x.js (#579)
|
||||||
|
|
||||||
## v0.4.1 - _May 4, 2018_
|
## v0.4.1 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.5",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.4 - _August 13, 2018_
|
## v1.0.5 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.4 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -21,11 +25,12 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Add `TraceParams` interface for `debug_traceTransaction` parameters (#675)
|
* Add `TraceParams` interface for `debug_traceTransaction` parameters (#675)
|
||||||
* Add `TransactionReceiptStatus` type (#812)
|
* Add `TransactionReceiptStatus` type (#812)
|
||||||
|
* Add Artifact types: `CompilerSettings`, `CompilerOptions`, `OutputField` (#924)
|
||||||
|
|
||||||
## v0.0.2 - _May 31, 2018_
|
## v0.0.2 - _June 1, 2018_
|
||||||
|
|
||||||
* Initial publish (#642)
|
* Initial publish (#642)
|
||||||
|
@@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Dependencies updated"
|
"note": "Dependencies updated"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.3",
|
"version": "1.0.1-rc.3",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.1-rc.3 - _August 13, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.1-rc.3 - _August 14, 2018_
|
||||||
|
|
||||||
* Updated to use latest orderFactory interface, fixed `feeRecipient` spelling error in public interface (#936)
|
* Updated to use latest orderFactory interface, fixed `feeRecipient` spelling error in public interface (#936)
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
@@ -22,7 +26,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0-rc.1 - _July 19, 2018_
|
## v1.0.0-rc.1 - _July 20, 2018_
|
||||||
|
|
||||||
* Make fill-scenarios compatible with V2 of 0x protocol (#656)
|
* Make fill-scenarios compatible with V2 of 0x protocol (#656)
|
||||||
|
|
||||||
|
@@ -6,6 +6,7 @@
|
|||||||
"note": "Add initial forwarderHelperFactory",
|
"note": "Add initial forwarderHelperFactory",
|
||||||
"pr": 997
|
"pr": 997
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
10
packages/forwarder-helper/CHANGELOG.md
Normal file
10
packages/forwarder-helper/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<!--
|
||||||
|
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
|
||||||
|
Edit the package's CHANGELOG.json file only.
|
||||||
|
-->
|
||||||
|
|
||||||
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.1-rc.1 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Add initial forwarderHelperFactory (#997)
|
@@ -6,7 +6,8 @@
|
|||||||
"note": "Update incorrect relayer api fee recipients response schema",
|
"note": "Update incorrect relayer api fee recipients response schema",
|
||||||
"pr": 974
|
"pr": 974
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.4",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.1-rc.4 - _August 13, 2018_
|
## v1.0.1-rc.5 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Update incorrect relayer api fee recipients response schema (#974)
|
||||||
|
|
||||||
|
## v1.0.1-rc.4 - _August 14, 2018_
|
||||||
|
|
||||||
* Allow for additional properties in txData schema (#938)
|
* Allow for additional properties in txData schema (#938)
|
||||||
* Change hexSchema to match `0x` (#937)
|
* Change hexSchema to match `0x` (#937)
|
||||||
@@ -27,7 +31,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0-rc.1 - _July 19, 2018_
|
## v1.0.0-rc.1 - _July 20, 2018_
|
||||||
|
|
||||||
* Update schemas for V2 or 0x Protocol (#615)
|
* Update schemas for V2 or 0x Protocol (#615)
|
||||||
* Added CallData schema (#821)
|
* Added CallData schema (#821)
|
||||||
@@ -53,7 +57,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.7.23 - _May 4, 2018_
|
## v0.7.23 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.5",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.4 - _August 13, 2018_
|
## v1.0.5 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.4 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -21,7 +25,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Added migrations for 0x Protocol v2
|
* Added migrations for 0x Protocol v2
|
||||||
|
|
||||||
@@ -45,7 +49,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.0.5 - _May 4, 2018_
|
## v0.0.5 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -39,7 +39,8 @@
|
|||||||
"Update `findFeeOrdersThatCoverFeesForTargetOrders` to round the the nearest integer when calculating required fees",
|
"Update `findFeeOrdersThatCoverFeesForTargetOrders` to round the the nearest integer when calculating required fees",
|
||||||
"pr": 997
|
"pr": 997
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.3",
|
"version": "1.0.1-rc.3",
|
||||||
|
@@ -5,7 +5,18 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.1-rc.3 - _August 13, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Remove rounding error being thrown when maker amount is very small (#959)
|
||||||
|
* Added rateUtils and sortingUtils (#953)
|
||||||
|
* Update marketUtils api such that all optional parameters are bundled into one optional param and more defaults are provided (#954)
|
||||||
|
* Instead of exporting signature util methods individually, they are now exported as `signatureUtils` (#924)
|
||||||
|
* Export types: `SignedOrder`, `Order`, `OrderRelevantState`, `OrderState`, `ECSignature`, `ERC20AssetData`, `ERC721AssetData`, `AssetProxyId`, `SignerType`, `SignatureType`, `OrderStateValid`, `OrderStateInvalid`, `ExchangeContractErrs`, `TradeSide`, `TransferType`, `FindFeeOrdersThatCoverFeesForTargetOrdersOpts`, `FindOrdersThatCoverMakerAssetFillAmountOpts`, `FeeOrdersAndRemainingFeeAmount`, `OrdersAndRemainingFillAmount`, `Provider`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload` (#924)
|
||||||
|
* Rename `resultOrders` to `resultFeeOrders` for object returned by `findFeeOrdersThatCoverFeesForTargetOrders` in `marketUtils` api (#997)
|
||||||
|
* Make `sortFeeOrdersByFeeAdjustedRate` in `sortingUtils` generic (#997)
|
||||||
|
* Update `findFeeOrdersThatCoverFeesForTargetOrders` to round the the nearest integer when calculating required fees (#997)
|
||||||
|
|
||||||
|
## v1.0.1-rc.3 - _August 14, 2018_
|
||||||
|
|
||||||
* Update ecSignOrderHashAsync to return signature string with signature type byte. Removes messagePrefixOpts. (#914)
|
* Update ecSignOrderHashAsync to return signature string with signature type byte. Removes messagePrefixOpts. (#914)
|
||||||
* Added a synchronous `createOrder` method in `orderFactory`, updated public interfaces to support some optional parameters (#936)
|
* Added a synchronous `createOrder` method in `orderFactory`, updated public interfaces to support some optional parameters (#936)
|
||||||
@@ -28,7 +39,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Upgrade ethereumjs-abi dep including a fix so that addresses starting with 0 are properly decoded by `decodeERC20AssetData`
|
* Upgrade ethereumjs-abi dep including a fix so that addresses starting with 0 are properly decoded by `decodeERC20AssetData`
|
||||||
|
|
||||||
## v1.0.0-rc.1 - _July 19, 2018_
|
## v1.0.0-rc.1 - _July 20, 2018_
|
||||||
|
|
||||||
* Refactor to work with V2 of 0x protocol (#636)
|
* Refactor to work with V2 of 0x protocol (#636)
|
||||||
* Export parseECSignature method (#684)
|
* Export parseECSignature method (#684)
|
||||||
@@ -54,7 +65,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Add orderStateUtils, a module for computing order state needed to decide if an order is still valid
|
* Add orderStateUtils, a module for computing order state needed to decide if an order is still valid
|
||||||
|
|
||||||
## v0.0.4 - _May 4, 2018_
|
## v0.0.4 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -11,7 +11,8 @@
|
|||||||
"note": "Remove exporting types: `BlockParamLiteral`, `BlockParam`, `Order`",
|
"note": "Remove exporting types: `BlockParamLiteral`, `BlockParam`, `Order`",
|
||||||
"pr": 924
|
"pr": 924
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.3",
|
"version": "1.0.1-rc.3",
|
||||||
|
@@ -5,7 +5,12 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.1-rc.3 - _August 13, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Export types: `ExchangeContractErrs`, `OrderRelevantState`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload` (#924)
|
||||||
|
* Remove exporting types: `BlockParamLiteral`, `BlockParam`, `Order` (#924)
|
||||||
|
|
||||||
|
## v1.0.1-rc.3 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -21,7 +26,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0-rc.1 - _July 19, 2018_
|
## v1.0.0-rc.1 - _July 20, 2018_
|
||||||
|
|
||||||
* Add support for ERC721 event watching and Exchange V2 events (#887)
|
* Add support for ERC721 event watching and Exchange V2 events (#887)
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.6",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -25,7 +29,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -45,7 +49,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.0.13 - _May 31, 2018_
|
## v0.0.13 - _June 1, 2018_
|
||||||
|
|
||||||
* Incorrect publish that was unpublished
|
* Incorrect publish that was unpublished
|
||||||
|
|
||||||
@@ -53,7 +57,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.0.11 - _May 4, 2018_
|
## v0.0.11 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.7",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.6 - _August 13, 2018_
|
## v1.0.7 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.6 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -29,7 +33,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -45,11 +49,11 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.2.0 - _May 4, 2018_
|
## v0.2.0 - _May 5, 2018_
|
||||||
|
|
||||||
* Removed portal specific colors
|
* Removed portal specific colors
|
||||||
|
|
||||||
## v0.1.6 - _May 4, 2018_
|
## v0.1.6 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -15,7 +15,8 @@
|
|||||||
"note": "Export types: `CompilerSettings`, `OutputField`",
|
"note": "Export types: `CompilerSettings`, `OutputField`",
|
||||||
"pr": 924
|
"pr": 924
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
|
@@ -5,7 +5,13 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v1.1.0 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Quicken compilation by sending multiple contracts to the same solcjs invocation, batching them together based on compiler version requirements. (#965)
|
||||||
|
* Stop exporting types: `ContractArtifact`, `ContractNetworks` (#924)
|
||||||
|
* Export types: `CompilerSettings`, `OutputField` (#924)
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -25,7 +31,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -51,7 +57,7 @@ CHANGELOG
|
|||||||
* Properly export the executable binary (#588)
|
* Properly export the executable binary (#588)
|
||||||
* Add the ability to define a specific solidity version (#589)
|
* Add the ability to define a specific solidity version (#589)
|
||||||
|
|
||||||
## v0.4.3 - _May 4, 2018_
|
## v0.4.3 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -7,7 +7,8 @@
|
|||||||
"Export types: `JSONRPCRequestPayload`, `Provider`, `JSONRPCErrorCallback`, `JSONRPCResponsePayload`, `JSONRPCRequestPayloadWithMethod`, `NextCallback`, `ErrorCallback`, `OnNextCompleted` and `Callback`",
|
"Export types: `JSONRPCRequestPayload`, `Provider`, `JSONRPCErrorCallback`, `JSONRPCResponsePayload`, `JSONRPCRequestPayloadWithMethod`, `NextCallback`, `ErrorCallback`, `OnNextCompleted` and `Callback`",
|
||||||
"pr": 924
|
"pr": 924
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.0.0 - _August 13, 2018_
|
## v2.1.0 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Export types: `JSONRPCRequestPayload`, `Provider`, `JSONRPCErrorCallback`, `JSONRPCResponsePayload`, `JSONRPCRequestPayloadWithMethod`, `NextCallback`, `ErrorCallback`, `OnNextCompleted` and `Callback` (#924)
|
||||||
|
|
||||||
|
## v2.0.0 - _August 14, 2018_
|
||||||
|
|
||||||
* Fix a bug when eth_call coverage was not computed because of silent schema validation failures (#938)
|
* Fix a bug when eth_call coverage was not computed because of silent schema validation failures (#938)
|
||||||
* Make `TruffleArtifactAdapter` read the `truffle.js` config for `solc` settings (#938)
|
* Make `TruffleArtifactAdapter` read the `truffle.js` config for `solc` settings (#938)
|
||||||
@@ -24,7 +28,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter` (#589)
|
* Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter` (#589)
|
||||||
* Implement `SolCompilerArtifactAdapter` and `TruffleArtifactAdapter` (#589)
|
* Implement `SolCompilerArtifactAdapter` and `TruffleArtifactAdapter` (#589)
|
||||||
@@ -57,7 +61,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.1.0 - _May 31, 2018_
|
## v0.1.0 - _June 1, 2018_
|
||||||
|
|
||||||
* Incorrect publish that was unpublished
|
* Incorrect publish that was unpublished
|
||||||
|
|
||||||
@@ -65,7 +69,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.0.10 - _May 4, 2018_
|
## v0.0.10 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.6",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Fix a bug where RelativeFSResolver would crash when trying to read a directory (#909)
|
* Fix a bug where RelativeFSResolver would crash when trying to read a directory (#909)
|
||||||
* Fix a bug where NpmResolver would crash when trying to read a directory (#961)
|
* Fix a bug where NpmResolver would crash when trying to read a directory (#961)
|
||||||
@@ -26,7 +30,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Fix a bug in FsResolver where it tries to read directories as files (#589)
|
* Fix a bug in FsResolver where it tries to read directories as files (#589)
|
||||||
* Fix a bug in NameResolver where it is not ignoring .sol files (#589)
|
* Fix a bug in NameResolver where it is not ignoring .sol files (#589)
|
||||||
@@ -39,7 +43,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.0.6 - _May 31, 2018_
|
## v0.0.6 - _June 1, 2018_
|
||||||
|
|
||||||
* Incorrect publish that was unpublished
|
* Incorrect publish that was unpublished
|
||||||
|
|
||||||
@@ -47,7 +51,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.0.4 - _May 4, 2018_
|
## v0.0.4 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -6,7 +6,8 @@
|
|||||||
"note": "Add takerAddress to /orders parameters",
|
"note": "Add takerAddress to /orders parameters",
|
||||||
"pr": 974
|
"pr": 974
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.4",
|
||||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.1-rc.4 - _August 13, 2018_
|
## v1.0.1-rc.5 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Add takerAddress to /orders parameters (#974)
|
||||||
|
|
||||||
|
## v1.0.1-rc.4 - _August 14, 2018_
|
||||||
|
|
||||||
* Add inital spec for SRA v2 (#916)
|
* Add inital spec for SRA v2 (#916)
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.6",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -25,7 +29,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -57,7 +61,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Properly export the executable binary (#588)
|
* Properly export the executable binary (#588)
|
||||||
|
|
||||||
## v0.0.14 - _May 4, 2018_
|
## v0.0.14 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -7,7 +7,8 @@
|
|||||||
"Export types: `PartialTxParams`, `JSONRPCRequestPayloadWithMethod`, `ECSignatureString`, `AccountFetchingConfigs`, `LedgerEthereumClientFactoryAsync`, `OnNextCompleted`, `MnemonicWalletSubproviderConfigs`, LedgerGetAddressResult, `JSONRPCRequestPayload`, `Provider`, `JSONRPCResponsePayload` and `JSONRPCErrorCallback`",
|
"Export types: `PartialTxParams`, `JSONRPCRequestPayloadWithMethod`, `ECSignatureString`, `AccountFetchingConfigs`, `LedgerEthereumClientFactoryAsync`, `OnNextCompleted`, `MnemonicWalletSubproviderConfigs`, LedgerGetAddressResult, `JSONRPCRequestPayload`, `Provider`, `JSONRPCResponsePayload` and `JSONRPCErrorCallback`",
|
||||||
"pr": 924
|
"pr": 924
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v2.0.0 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Export types: `PartialTxParams`, `JSONRPCRequestPayloadWithMethod`, `ECSignatureString`, `AccountFetchingConfigs`, `LedgerEthereumClientFactoryAsync`, `OnNextCompleted`, `MnemonicWalletSubproviderConfigs`, LedgerGetAddressResult, `JSONRPCRequestPayload`, `Provider`, `JSONRPCResponsePayload` and `JSONRPCErrorCallback` (#924)
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -25,7 +29,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Add `RpcSubprovider` with timeout (#874)
|
* Add `RpcSubprovider` with timeout (#874)
|
||||||
* Add `EthLightwalletSubprovider` (#775)
|
* Add `EthLightwalletSubprovider` (#775)
|
||||||
@@ -46,7 +50,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.10.1 - _May 4, 2018_
|
## v0.10.1 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.6",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -25,7 +29,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Added a bunch of rules (#883)
|
* Added a bunch of rules (#883)
|
||||||
|
|
||||||
@@ -37,7 +41,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.4.19 - _May 31, 2018_
|
## v0.4.19 - _June 1, 2018_
|
||||||
|
|
||||||
* Incorrect publish that was unpublished
|
* Incorrect publish that was unpublished
|
||||||
|
|
||||||
|
@@ -6,7 +6,8 @@
|
|||||||
"note": "Add revert reasons for ERC721Token",
|
"note": "Add revert reasons for ERC721Token",
|
||||||
"pr": 933
|
"pr": 933
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.4",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.1-rc.4 - _August 13, 2018_
|
## v1.0.1-rc.5 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Add revert reasons for ERC721Token (#933)
|
||||||
|
|
||||||
|
## v1.0.1-rc.4 - _August 14, 2018_
|
||||||
|
|
||||||
* Added SignerType to handle different signing prefix scenarios (#914)
|
* Added SignerType to handle different signing prefix scenarios (#914)
|
||||||
|
|
||||||
@@ -25,7 +29,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0-rc.1 - _July 19, 2018_
|
## v1.0.0-rc.1 - _July 20, 2018_
|
||||||
|
|
||||||
* Updated types for V2 of 0x protocol
|
* Updated types for V2 of 0x protocol
|
||||||
* Add `ECSignatureBuffer`
|
* Add `ECSignatureBuffer`
|
||||||
@@ -48,7 +52,7 @@ CHANGELOG
|
|||||||
* Make OpCode type an enum (#589)
|
* Make OpCode type an enum (#589)
|
||||||
* Moved ExchangeContractErrs, DoneCallback, Token, OrderRelevantState, OrderStateValid, OrderStateInvalid, OrderState, OrderAddresses and OrderValues types from 0x.js (#579)
|
* Moved ExchangeContractErrs, DoneCallback, Token, OrderRelevantState, OrderStateValid, OrderStateInvalid, OrderState, OrderAddresses and OrderValues types from 0x.js (#579)
|
||||||
|
|
||||||
## v0.6.3 - _May 4, 2018_
|
## v0.6.3 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.5",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1534210131,
|
"timestamp": 1534210131,
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
|
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.4 - _August 13, 2018_
|
## v1.0.5 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.4 - _August 14, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
@@ -21,7 +25,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Add types for `eth-lightwallet` (#775)
|
* Add types for `eth-lightwallet` (#775)
|
||||||
* Improve 'web3-provider-engine' typings (#768)
|
* Improve 'web3-provider-engine' typings (#768)
|
||||||
@@ -46,7 +50,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.3.1 - _May 4, 2018_
|
## v0.3.1 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535133899,
|
||||||
|
"version": "1.0.6",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@@ -5,9 +5,14 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.5 - _August 13, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.0.5 - _August 14, 2018_
|
||||||
|
|
||||||
* Increased BigNumber decimal precision from 20 to 78 (#807)
|
* Increased BigNumber decimal precision from 20 to 78 (#807)
|
||||||
|
* Store different ABIs for events with same function signature and different amount of indexed arguments (#933)
|
||||||
|
|
||||||
## v1.0.4 - _July 26, 2018_
|
## v1.0.4 - _July 26, 2018_
|
||||||
|
|
||||||
@@ -25,7 +30,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Add `AbortController` polyfill to `fetchAsync` (#903)
|
* Add `AbortController` polyfill to `fetchAsync` (#903)
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Add `fetchAsync` which adds a default timeout to all requests (#874)
|
* Add `fetchAsync` which adds a default timeout to all requests (#874)
|
||||||
|
|
||||||
@@ -43,7 +48,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.7.0 - _May 31, 2018_
|
## v0.7.0 - _June 1, 2018_
|
||||||
|
|
||||||
* Incorrect publish that was unpublished
|
* Incorrect publish that was unpublished
|
||||||
|
|
||||||
@@ -51,7 +56,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.6.1 - _May 4, 2018_
|
## v0.6.1 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
@@ -15,7 +15,8 @@
|
|||||||
"note": "Export `AbiDecoder` class",
|
"note": "Export `AbiDecoder` class",
|
||||||
"pr": 924
|
"pr": 924
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535133899
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
|
@@ -5,7 +5,13 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.2.0 - _August 13, 2018_
|
## v2.0.0 - _August 24, 2018_
|
||||||
|
|
||||||
|
* Export types: `BlockParam`, `TxData`, `Provider`, `TransactionReceipt`, `Transaction`, `TraceParams`, `TransactionTrace``, BlockWithoutTransactionDat`a, `LogEntry`, `FilterObject`, `CallData`, `TransactionReceiptWithDecodedLogs`, `BlockWithTransactionData``, LogTopi`c, `JSONRPCRequestPayload`, `TransactionReceiptStatus`, `DecodedLogArgs`, `StructLog`, `JSONRPCErrorCallback``, BlockParamLitera`l, `ContractEventArg`, `DecodedLogEntry`, `LogEntryEvent`, `OpCode`, `TxDataPayable`, `JSONRPCResponsePayload``, RawLogEntr`y, `DecodedLogEntryEvent`, `LogWithDecodedArgs`, `AbiDefinition`, `RawLog`, `FunctionAbi`, `EventAbi`, `EventParameter``, MethodAb`i, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability` and `StateMutability` (#924)
|
||||||
|
* Stop exporting types: `CallTxDataBaseRPC` and `AbstractBlockRPC` (#924)
|
||||||
|
* Export `AbiDecoder` class (#924)
|
||||||
|
|
||||||
|
## v1.2.0 - _August 14, 2018_
|
||||||
|
|
||||||
* Export marshaller to convert between RPC and user-space data formats (#938)
|
* Export marshaller to convert between RPC and user-space data formats (#938)
|
||||||
* Export RPC types (#938)
|
* Export RPC types (#938)
|
||||||
@@ -26,7 +32,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.0 - _July 19, 2018_
|
## v1.0.0 - _July 20, 2018_
|
||||||
|
|
||||||
* Stop exporting `marshaller` utility file. (#902)
|
* Stop exporting `marshaller` utility file. (#902)
|
||||||
* Export `marshaller` utility file. (#829)
|
* Export `marshaller` utility file. (#829)
|
||||||
@@ -45,7 +51,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.7.0 - _June 3, 2018_
|
## v0.7.0 - _June 4, 2018_
|
||||||
|
|
||||||
* Add `web3Wrapper.getContractCodeAsync` (#675)
|
* Add `web3Wrapper.getContractCodeAsync` (#675)
|
||||||
* Add `web3Wrapper.getTransactionTraceAsync` (#675)
|
* Add `web3Wrapper.getTransactionTraceAsync` (#675)
|
||||||
@@ -60,7 +66,7 @@ CHANGELOG
|
|||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
## v0.6.3 - _May 4, 2018_
|
## v0.6.3 - _May 5, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user