128d20c9bf
* Upgrade geth from 1.8.15 to 1.8.18 * Update vat_tune to use shared repository methods * Query blockchain by block hash instead of block number range * Remove hash validation from repositories * Fix vow flog integration test * Update README Travis build sticker * Update constants formatting per go fmt * Update EthPublicKeyParser.ParsePublicKey to use discv5.PubkeyID method * Address PR comments
1022 B
1022 B
Changelog for external API
4.0.0
- The external
account_Ecrecover
-method was removed. - The external
account_Import
-method was removed.
3.0.0
- The external
account_List
-method was changed to not exposeurl
, which contained info about the local filesystem. It now returns only a list of addresses.
2.0.0
- Commit
73abaf04b1372fa4c43201fb1b8019fe6b0a6f8d
, movefrom
intotransaction
object insignTransaction
. This makes theaccounts_signTransaction
identical to the oldeth_signTransaction
.
1.0.0
Initial release.
Versioning
The API uses semantic versioning.
TLDR; Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.