mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 23:25:29 +00:00
b37fda7731
* Rebase on 1.8.5 * Remove outdated patches and apply all others * Use shh_post that returns hash * Use bloom filter for request to mailserver * Remove tests for sending messages without subbing first * Fix deadlock in ethdb * Expect null if receipt is not yet created * Subscribe to messages before sending them in whisper test
729 B
729 B
Changelog for external API
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.