- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 24 2024
Rebase
I still need to figure out the mempool thing and maybe rust tests
rebase, feedback
feedback:
- allow shutdown during scripthash reindexing
- rename scripthash -> member_hash in the group_history.rs context
- let the hash member method deal with endianness to minimize risks of getting in wrong in callsite (hash_member() -> Sha256 -> ser_hash_mebmer -> [u8; 32])
- &[0xff; 32]
It seems like you're not indexing the mempool for scripthash yet, will this be in another diff? If so, add it to the summary. Otherwise I think it's fine to keep it in this diff, it's just a relatively simple HashMap.
fix is_empty
uncomment secp256k1_sys test
I'm just going to land this now so we don't lose track of this stuff.
Oct 23 2024
fix one usage of PublicKey
- update URLs in Cargo.toml
- update README
- remove unused elligator const
- remove unused deprecated functions, and undeprecate functions that clearly are useful
- uncomment test
updated copy as requested (almost)
rebase onto master
Pass peer manager down per feedback. This no longer black boxes the logic of the proof validity check and the testing is not significantly worse.
remove unneeded installs
I had to look at the doc to understand why there were 6 fields and not 5. You should add the cron header in a comment in the line above