mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 15:14:52 +00:00
Stefan
ca973b4aa6
feat(wallet) use sql activity filter for incremental updates
Switch from the prototype of duplicating the SQL filter as a runtime and keeping them in sync on each event that might invalidate the current filtered entries to a simpler approach of requesting the filter again and doing the diff to detect the new changes. Also add a new reset API to model the new entries design requirements. The new approach shows less corner-case to handle and follows one source of truth concept making debugging and future maintenance easier. Other changes - Fix pending mocking to work with multiple calls - Refactor tests to account for the new changes Updates status-desktop #12120
Status bindings for go-ethereum
Docs
- How to Build
- How to Contribute
- How to Release
- How to run a Bootnode
- How to run a Mailserver
- How to run a Waku node
- How to configure status-go
License
Description
Languages
Go
98.6%
Python
0.7%
Shell
0.4%
Makefile
0.1%
Groovy
0.1%