status-go/lib
yenda 024f30f0b9 Put settings in a table with schema (#1746)
Move settings table schema from a key-value store to a one row table with many columns.

We now save the first row with initial data in saveAccountAndLogin and follow up saveSetting calls are only saving one setting at a time.

Co-authored-by: Adam Babik <a.babik@designfortress.com>
2019-12-27 10:58:25 +01:00
..
library.go Put settings in a table with schema (#1746) 2019-12-27 10:58:25 +01:00
library_test.go Upgrade geth to 1.9.5 and Whisper (#1617) 2019-10-04 17:21:24 +02:00
library_test_multiaccount.go Migrate more files to eth-node/crypto 2019-12-20 11:24:26 +01:00
library_test_utils.go Put settings in a table with schema (#1746) 2019-12-27 10:58:25 +01:00
main.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
multiaccount.go add multi-account LoadAccount, ImportMnemonic, and Reset functions (#1542) 2019-07-26 11:33:38 +02:00
response.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
response_test.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
types.go Remove FCM implementation 2019-11-17 17:54:55 +01:00