217 lines
5.5 KiB
JSON
217 lines
5.5 KiB
JSON
[
|
|
{
|
|
"timestamp": 1532043000,
|
|
"version": "1.0.0",
|
|
"changes": [
|
|
{
|
|
"note": "Export `marshaller` utility file.",
|
|
"pr": 829
|
|
},
|
|
{
|
|
"note": "Add `getNodeTypeAsync` method",
|
|
"pr": 812
|
|
},
|
|
{
|
|
"note": "Stop exporting uniqueVersionIds object",
|
|
"pr": 897
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"timestamp": 1531919263,
|
|
"version": "0.7.3",
|
|
"changes": [
|
|
{
|
|
"note": "Dependencies updated"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"timestamp": 1531149657,
|
|
"version": "0.7.2",
|
|
"changes": [
|
|
{
|
|
"note": "Dependencies updated"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"timestamp": 1529397769,
|
|
"version": "0.7.1",
|
|
"changes": [
|
|
{
|
|
"note": "Dependencies updated"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"timestamp": 1528070400,
|
|
"version": "0.7.0",
|
|
"changes": [
|
|
{
|
|
"note": "Add `web3Wrapper.getContractCodeAsync`",
|
|
"pr": 675
|
|
},
|
|
{
|
|
"note": "Add `web3Wrapper.getTransactionTraceAsync`",
|
|
"pr": 675
|
|
},
|
|
{
|
|
"note": "Add `web3Wrapper.getBlockWithTransactionDataAsync`",
|
|
"pr": 675
|
|
},
|
|
{
|
|
"note": "Add exported uniqueVersionIds object",
|
|
"pr": 622
|
|
},
|
|
{
|
|
"note": "Update increaseTimeAsync to work with Geth",
|
|
"pr": 622
|
|
},
|
|
{
|
|
"note": "Make callAsync throw if raw call result is 0x (null)",
|
|
"pr": 622
|
|
},
|
|
{
|
|
"note": "Add new setHeadAsync method",
|
|
"pr": 622
|
|
},
|
|
{
|
|
"note":
|
|
"Improve performance of awaitTransactionMinedAsync by immediately checking if the transaction was already mined instead of waiting for the first interval.",
|
|
"pr": 688
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"timestamp": 1527009133,
|
|
"version": "0.6.4",
|
|
"changes": [
|
|
{
|
|
"note": "Dependencies updated"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"timestamp": 1525477860,
|
|
"version": "0.6.3",
|
|
"changes": [
|
|
{
|
|
"note": "Dependencies updated"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"timestamp": 1525428773,
|
|
"version": "0.6.2",
|
|
"changes": [
|
|
{
|
|
"note": "Dependencies updated"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"timestamp": 1524044013,
|
|
"version": "0.6.1",
|
|
"changes": [
|
|
{
|
|
"note": "Dependencies updated"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"version": "0.6.0",
|
|
"changes": [
|
|
{
|
|
"note": "Make `isAddress` and `toWei` static",
|
|
"pr": 501
|
|
},
|
|
{
|
|
"note": "Add static methods `toUnitAmount` and `toBaseUnitAmount`",
|
|
"pr": 501
|
|
}
|
|
],
|
|
"timestamp": 1523462196
|
|
},
|
|
{
|
|
"version": "0.5.0",
|
|
"changes": [
|
|
{
|
|
"note": "Add `web3Wrapper.awaitTransactionMinedAsync`",
|
|
"pr": 485
|
|
},
|
|
{
|
|
"note":
|
|
"Add a public field `abiDecoder: AbiDecoder` which allows you to add your ABIs that are later used to decode logs",
|
|
"pr": 485
|
|
},
|
|
{
|
|
"note": "Export enum `Web3WrapperErrors` with a single value so far: `TransactionMiningTimeout`",
|
|
"pr": 485
|
|
}
|
|
],
|
|
"timestamp": 1522673609
|
|
},
|
|
{
|
|
"version": "0.4.0",
|
|
"changes": [
|
|
{
|
|
"note": "Rename `signTransactionAsync` to `signMessageAsync` for clarity",
|
|
"pr": 465
|
|
}
|
|
],
|
|
"timestamp": 1522658513
|
|
},
|
|
{
|
|
"version": "0.3.0",
|
|
"changes": [
|
|
{
|
|
"note":
|
|
"Add `web3Wrapper.takeSnapshotAsync`, `web3Wrapper.revertSnapshotAsync`, `web3Wrapper.mineBlockAsync`, `web3Wrapper.increaseTimeAsync`",
|
|
"pr": 426
|
|
},
|
|
{
|
|
"note": "Add `web3Wrapper.isZeroExWeb3Wrapper` for runtime instanceOf checks",
|
|
"pr": 426
|
|
},
|
|
{
|
|
"note": "Add a `getProvider` method",
|
|
"pr": 444
|
|
}
|
|
],
|
|
"timestamp": 1521298800
|
|
},
|
|
{
|
|
"version": "0.2.0",
|
|
"changes": [
|
|
{
|
|
"note": "Ensure all returned user addresses are lowercase",
|
|
"pr": 373
|
|
},
|
|
{
|
|
"note": "Add `web3Wrapper.callAsync`",
|
|
"pr": 413
|
|
},
|
|
{
|
|
"note": "Make `web3Wrapper.estimateGas` accept whole `txData` instead of `data`",
|
|
"pr": 413
|
|
},
|
|
{
|
|
"note": "Remove `web3Wrapper.getContractInstance`",
|
|
"pr": 413
|
|
}
|
|
],
|
|
"timestamp": 1520089200
|
|
},
|
|
{
|
|
"version": "0.1.12",
|
|
"changes": [
|
|
{
|
|
"note": "Fix publishing issue where .npmignore was not properly excluding undesired content",
|
|
"pr": 389
|
|
}
|
|
],
|
|
"timestamp": 1518102000
|
|
}
|
|
]
|