Releases: status-im/status-go
Releases · status-im/status-go
v0.30.1-beta.0
integrate status-protocol-go
multi1
refactoring
v0.30.0-beta.3
Set version to 0.30.0-beta.3 (#1529)
multi3
fix whisper tests
v0.30.0-beta.2
Bump version
v0.30.0-beta.1
Fix initialization
v0.30.0-beta.0
Add personal filter Add a filter for 1-to-1, currently not used but useful in potential migrations
v0.29.0-beta.3
Refactor messaging (#1510) This change flattens messaging/chat package. It also removes dependency between multidevice and chat/protobuf packages. The Publisher interface was also changed a bit to support more native types. Version got bumped to 0.29.0-beta.3.
v0.29.0-beta.2
bump version to 0.29.0-beta.2
v0.29.0-beta.1
create random accounts in memory for onboarding (#1464) * add account onboarding struct * add onboarding to account manager * allow resetting onboarding * add onboarding functions to lib and mobile * fix lint warnings * update mnemonic test * remove unused fmt * reset onboarding before selecting account * expose ResetOnboaring to lib and mobile * refactoring * add comment * update StartOnboarding function * remove unused var * update VERSION * fix returned accounts slice