zebra/zebrad/tests/common/lightwalletd
teor 1d241afbaa
change(state): Expose ZebraDb methods that can create different kinds of databases (#8002)
* Provide access to DiskDb and DiskWriteBatch outside the state using a feature

* Actually let's export ZebraDb for the format upgrade code

* Pass column families to ZebraDb as an argument

* Allow the database kind to be changed in config.rs

* Use the state kind in finalized_state.rs

* Allow different database kinds in ZebraDb, but don't move the upgrade code yet

* Allow different database kinds in DiskDb

* Allow different database kinds in upgrade.rs, but don't split the upgrade code out yet

* Add new arguments to raw database tests

* Fix doc links

* Fix internal imports

* Fix unused code

* Update zebrad version metadata

* Create a specific state database delete function

* Fix state exports

* Fix zebrad tests

* Fix zebrad state write tests

* Make CI run again

* Fix dead code warnings for test methods

* Remove unnecessary async on some tests

* Fix logging required by tests

* Fix logging required in test itself

* Fix variable names

* Try to copy the message and add regexes
2023-11-28 13:49:11 +00:00
..
proto fix(tests): Checking if transactions get into the mempool fails in lightwalletd tests (#7644) 2023-10-10 02:00:51 +00:00
send_transaction_test.rs fix(ci): Skip mempool checks if it wasn't queried by lightwalletd (#7744) 2023-10-17 02:56:00 +00:00
sync.rs change(tests): Obtain lightwalletd tip from logs instead of grpc (#7507) 2023-09-13 03:33:09 +00:00
wallet_grpc.rs fix(test): Wait for zebrad and lightwalletd to reach the tip in tests, to improve test coverage (#5164) 2022-10-06 04:12:27 +00:00
wallet_grpc_test.rs change(state): Expose ZebraDb methods that can create different kinds of databases (#8002) 2023-11-28 13:49:11 +00:00