- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 24 2024
patch step size calculation for token listing input
as_member_ref -> as_ref, factor repeated code into a member_ser_from_member method
add comments about the double switch Some(cf_member_hash) and mem_data.is_member_hash_index_enabled
mention in the summary that the mempool indexing is not part of this diff
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