File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ rust-version = "1.74.1"
1212
1313[dependencies ]
1414bdk_wallet = " 2.2.0"
15- floresta-chain = { git = " https://github.com/vinteumorg/Floresta.git" , rev = " f1b61ff04237cd529cb88808500d44aec1b04009" , features = [" flat-chainstore" ] } # v0.8.0
16- floresta-wire = { git = " https://github.com/vinteumorg/Floresta.git" , rev = " f1b61ff04237cd529cb88808500d44aec1b04009" } # v0.8.0
15+ # floresta-chain = { git = "https://github.com/vinteumorg/Floresta.git", rev = "f1b61ff04237cd529cb88808500d44aec1b04009", features = ["flat-chainstore"] } # v0.8.0
16+ # floresta-wire = { git = "https://github.com/vinteumorg/Floresta.git", rev = "f1b61ff04237cd529cb88808500d44aec1b04009" } # v0.8.0
17+ floresta-chain = { git = " https://github.com/luisschwab/Floresta.git" , branch = " feat/tracing-subscriber" , features = [" flat-chainstore" ] }
18+ floresta-wire = { git = " https://github.com/luisschwab/Floresta.git" , branch = " feat/tracing-subscriber" }
1719tokio = { version = " 1.47.1" , features = [" full" ] }
1820tracing = " 0.1.41"
1921tracing-subscriber = " 0.3.20"
You can’t perform that action at this time.
0 commit comments