Releases: status-im/status-go
Releases · status-im/status-go
v0.28.0-beta.0
Move installations to status-go (#1499) * Move installations to status-go This commit moves installations management/storage to status-go. We remove the native binding and provide RPC endpoints to set the metadata and return a list of our own installations.
v0.27.0-beta.0
Publish contact code periodically
v0.26.0-beta.0
Download transfers starting from latest block header (#1467)
v0.25.0-beta.2
Fix channel subscriber that was blocking sending new requests (#1465) In RequestMessagesSync subscriber is listening to a feed where all whisper events are posted. After we received event with a request hash - subscriber will stop actively consuming messages from a feed, as a subscription channel will get overflow and whole feed will get blocked. Some events are posted to a feed before request is sent, so blocked feed results in blocked sending. Now we will unsubscribe after relevant event was received, and terminate subscriber explicitly by timeout.
onb01
onb.v.0.1 remove unused fmt
onboarding
onb.0.1 remove unused fmt
v0.26.0-alpha.0
Add postgres This commits adds support for postgres database. Currently two fields are stored: the bloom filter and the topic. Only the bloom filter is actually used to query, but potentially we will use also the topic in the future, so easier to separate it now in order to avoid a migration.
v0.25.0-beta.1
fix parameters parsing for eth_* filters subscriptions (#1461)
v0.25.0-beta.0
Bump version to 0.24.0-beta.4 (#1458)