Open BinChengZhao opened 4 months ago
After implementing these changes, everything functions correctly with the default feature set. However, when enabling the liquid feature, issues arise because it relies on elements, which is currently incompatible with the latest rust-bitcoin. I would appreciate any insights or suggestions on how to resolve this compatibility issue.
We need a rust-elements version using the same rust-bitcoin, I'll probably make a branch for it in the next days unless someone is quicker
After implementing these changes, everything functions correctly with the default feature set. However, when enabling the liquid feature, issues arise because it relies on elements, which is currently incompatible with the latest rust-bitcoin. I would appreciate any insights or suggestions on how to resolve this compatibility issue.
We need a rust-elements version using the same rust-bitcoin, I'll probably make a branch for it in the next days unless someone is quicker
Thank you very much for your response, I will also pay attention to cooperation
FYI rust-elements has been released if you want to update this MR everything should work (TM)
Support for
testnet4
Block Data Indexing Based on Latestrust-bitcoin
During the development phase, I deployed a
testnet4
full node to test this feature, and everything worked as expected.Changes:
Implementation of
testnet4
Support: This feature is based on the latestrust-bitcoin
. Although the relevant PR has not yet been merged intobitcoin Core
, and thusrust-bitcoin
has not been merged either, the code is stable and functional.API Updates: Updated several API calls that were flagged as deprecated by
rust-bitcoin
.New Cursor for Block parse: Implemented a new cursor for block parse due to the removal of some necessary APIs in the updated
rust-bitcoin
.Ask for advice:
After implementing these changes, everything functions correctly with the default feature set. However, when enabling the
liquid
feature, issues arise because it relies onelements
, which is currently incompatible with the latestrust-bitcoin
. I would appreciate any insights or suggestions on how to resolve this compatibility issue.Thank you for your time and assistance.