Releases: status-im/status-go
Releases · status-im/status-go
v0.16.4 (MailServer Improvements And ULC)
v0.16.3
Improvements
- Make status-go compile with go 1.11 (#1225),
- 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),
- Add IPC path command line flag (#1229),
- Allow configure HTTPVirtualHosts and HTTPCors settings (#1236),
- Allow multiple topics in mailserver requests (#1240).
Chore
- Remove statusd-cli (#1231).
v0.16.3-2-ge4ba365b
added ulc patch (#1239)
v0.16.2-6-gae3343a8
Add bundles.added signal & pairing endpoint
v0.16.2
Updates
- Use status-im/whisper package (our fork of github.com/ethereum/go-ethereum/whisper) everywhere.
v0.16.1
v0.16.0 (Fork Fork Fork)
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
- Geth 1.8.16 (#1184).
v0.15.1
v0.15.0 (CLI Config Refactoring)
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)
Features
- Rendezvous nodes were added to
eth.beta
fleet (#1179).