Skip to content

Releases: status-im/status-go

v0.16.4 (MailServer Improvements And ULC)

19 Oct 10:37
a75f9c3
Compare
Choose a tag to compare

Additions

  1. Added ULC support (#1239).

Changes

  1. Add metrics for mailserver errors (#1242),
  2. Return error response by mailserver (#1244),
  3. Request historical messages in batches (#1245).

v0.16.3

16 Oct 07:56
c86f8bf
Compare
Choose a tag to compare

Improvements

  1. Make status-go compile with go 1.11 (#1225),
  2. Limit number of proxied records and proxy only recently observed nodes. This fixes memory consumption which otherwise has been rising pretty significantly for proxy nodes (#1227),
  3. Add IPC path command line flag (#1229),
  4. Allow configure HTTPVirtualHosts and HTTPCors settings (#1236),
  5. Allow multiple topics in mailserver requests (#1240).

Chore

  1. Remove statusd-cli (#1231).

v0.16.3-2-ge4ba365b

16 Oct 11:40
Compare
Choose a tag to compare
v0.16.3-2-ge4ba365b Pre-release
Pre-release
added ulc patch (#1239)

v0.16.2-6-gae3343a8

12 Oct 13:12
Compare
Choose a tag to compare
v0.16.2-6-gae3343a8 Pre-release
Pre-release
Add bundles.added signal & pairing endpoint

v0.16.2

16 Oct 07:58
fc54e0b
Compare
Choose a tag to compare

Updates

  1. Use status-im/whisper package (our fork of github.com/ethereum/go-ethereum/whisper) everywhere.

v0.16.1

02 Oct 17:09
Compare
Choose a tag to compare

Changes

  1. Return always json struct in VerifyGroupMembershipSignatures binding (#1220)

v0.16.0 (Fork Fork Fork)

27 Sep 19:23
ac8da3c
Compare
Choose a tag to compare

From this version on, we won't have go-ethereum patches in the status-go codebase. Instead, we will maintain our fork and especially patched/1.8 branch which will be in sync with the latest geth releases and have our changes applied.

One huge advantage of switching to use a fork instead of patching dependencies on-the-fly is that status-go can be used as a regular module in Go programs. Check out https://github.com/status-im/statusd-bots to see an example how you can take advantage of this.

Updates

  1. Geth 1.8.16 (#1184).

v0.15.1

27 Sep 19:14
b309718
Compare
Choose a tag to compare

Performance

  1. aab84e5 Ephemeral rendezvous client generates key using seckp256k1 curve,
  2. 4ad036f In general case create enr.Record right before registering it.

PFS

  1. Add x3dh key exchange (#1127),
  2. Add sign & verify api calls (#1218).

Changes

  1. Update geth to v1.8.15 (#1213).

v0.15.0 (CLI Config Refactoring)

19 Sep 18:26
5b98b88
Compare
Choose a tag to compare

This release completely changes the way a Status Node is run and configured from the command line.

Check out statusd -h for more details.

v0.14.1 (Rendezbous Nodes Beta)

04 Sep 13:03
0136ceb
Compare
Choose a tag to compare

Features

  1. Rendezvous nodes were added to eth.beta fleet (#1179).