Skip to content

0.10.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@adambabik adambabik released this 26 Jul 11:38
· 4460 commits to develop since this release
60249e4

This is a clean-up release. We want to start releasing status-go independently from status-react weekly, provided there is anything to release.

Each release will have a list of changes so that status-react can pick up a new version and create proper tasks for themselves to update the code accordingly.

Selected Changes

Order from older to newer commits.

  1. 3abfe3f Replace gometalinter with golangci-lint (4.5x faster). Closes #1017
  2. b3a8991 Update mailserver metrics for archived envelopes (#1035)
  3. fa390a5 RequestHistoricMessages response (#1009)
  4. 58a8135 Fix return type of RequestMessages (hash instead of bool)
  5. 1974f39 extkeys: extended key can derive a child only if its depth is less than 255 (#1032)
  6. 3b05209 Update to geth 1.8.11. Closes #1033
  7. b003400 Validate lower/upper limit in mailserver request (#1058)
  8. 1bc63df validate query range on requestMessages API (#1060)
  9. ab7b9b9 Recover from panics which can get sent from goleveldb due to bad arguments. Closes #1059
  10. 327299d Desktop platform jail signal callback support
  11. 809db97 mailserver pagination (#1039)
  12. 4f9a7a9 Make sure all new docker images are also tagged with commit (#1062)
  13. 9321006 Add goroutines count to geth metrics (#1077)
  14. 38a6013 Add asymmetric key support for MailServer requests (#1075)
  15. 737f966 Decouple discovery from p2p server
  16. bfbb020 Discover mail servers on demand. (#1082)
  17. 9ce96ba [#1093] Mailserver compatible with sync AND async keys (#1096)
  18. 343809a Mailserver discovery topic should be whispermail (#1099)
  19. 801053a Remove jail package (#1106)
  20. eeca435 Add rendezvous implementation for discovery interface
  21. 408ba5a Configure eth.staging fleet (#1111)
  22. 3b8c6c8 Add interface to verify trusted MailServers (#1112)
  23. 60249e4 Fix memleak in signal package (#1114)