mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
981 B
981 B
Changelog for external API
3.0.0
- The external
accounts_List-method was changed to not exposeurl, which contained information about the local machine. It now returns a set of addresses:[]common.Address. - The method was also renamed into
accounts_listAccounts.
2.0.0
- Commit
73abaf04b1372fa4c43201fb1b8019fe6b0a6f8d, movefromintotransactionobject insignTransaction. This makes theaccounts_signTransactionidentical 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.