github.com/MaynardMiner/ethereumprogpow@v1.8.23/cmd/clef/extapi_changelog.md (about) 1 ### Changelog for external API 2 3 #### 4.0.0 4 5 * The external `account_Ecrecover`-method was removed. 6 * The external `account_Import`-method was removed. 7 8 #### 3.0.0 9 10 * The external `account_List`-method was changed to not expose `url`, which contained info about the local filesystem. It now returns only a list of addresses. 11 12 #### 2.0.0 13 14 * Commit `73abaf04b1372fa4c43201fb1b8019fe6b0a6f8d`, move `from` into `transaction` object in `signTransaction`. This 15 makes the `accounts_signTransaction` identical to the old `eth_signTransaction`. 16 17 18 #### 1.0.0 19 20 Initial release. 21 22 ### Versioning 23 24 The API uses [semantic versioning](https://semver.org/). 25 26 TLDR; Given a version number MAJOR.MINOR.PATCH, increment the: 27 28 * MAJOR version when you make incompatible API changes, 29 * MINOR version when you add functionality in a backwards-compatible manner, and 30 * PATCH version when you make backwards-compatible bug fixes. 31 32 Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.