Skip to content

Releases: status-im/status-go

v0.28.0-beta.0

26 Jun 09:43
5335a2b
Compare
Choose a tag to compare
v0.28.0-beta.0 Pre-release
Pre-release
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

20 Jun 05:28
Compare
Choose a tag to compare
v0.27.0-beta.0 Pre-release
Pre-release
Publish contact code periodically

v0.26.0-beta.0

18 Jun 07:26
047c9b5
Compare
Choose a tag to compare
v0.26.0-beta.0 Pre-release
Pre-release
Download transfers starting from latest block header (#1467)

v0.25.0-beta.2

23 May 13:10
d32cd18
Compare
Choose a tag to compare
v0.25.0-beta.2 Pre-release
Pre-release
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

09 Jun 08:00
bea0ac3
Compare
Choose a tag to compare
onb.v.0.1

remove unused fmt

onboarding

09 Jun 07:57
bea0ac3
Compare
Choose a tag to compare
onb.0.1

remove unused fmt

v0.26.0-alpha.0

20 May 07:39
Compare
Choose a tag to compare
v0.26.0-alpha.0 Pre-release
Pre-release
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

10 May 11:22
10fc860
Compare
Choose a tag to compare
v0.25.0-beta.1 Pre-release
Pre-release
fix parameters parsing for eth_* filters subscriptions (#1461)

v0.25.0-beta.0

09 May 11:44
Compare
Choose a tag to compare
v0.25.0-beta.0 Pre-release
Pre-release
Bump version to 0.24.0-beta.4 (#1458)

Release 0.24.0-beta.2

07 May 06:38
74b29ed
Compare
Choose a tag to compare

Features:

  • Network incentivization service #1452
  • Index to track timestamp of the last received envelope per topic #1446
    Bugs:
  • HashMessage decodes hex to bytes only if data starts with 0x #1450
  • Plain string returned when logs are exported #1457