]> Untitled Git - bdk-cli/commit
refactor(runtime): Add address and createtx to db
authorVihiga Tyonum <withtvpeter@gmail.com>
Mon, 22 Jun 2026 15:07:28 +0000 (16:07 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Mon, 22 Jun 2026 21:46:32 +0000 (22:46 +0100)
commit188e68d147f7c548041c802dab2f7c425c3732b8
tree5b52d1506f476b6e4fcd69ab8e22d994ce82c5af
parent75b51413d9bdc4f981831cb91dc966318b0dc0a4
refactor(runtime): Add address and createtx to db

- Add new address, unused address and createtx
commands to list of commands that require
loading existing db
- adding persisting changes in offline and online
commands
src/handlers/online.rs
src/handlers/repl.rs
src/main.rs
src/utils/common.rs
src/utils/runtime.rs