farcaster-core
farcaster-core copied to clipboard
Farcaster Core Library.
This should allow the same offer to have different ID each seconds, this is a temporary fix. The offer should evolve more later.
Align with next monero-rs branch `0.18` when the ecosystem is ready. - [x] https://github.com/monero-rs/monero-rpc-rs/issues/88 - [ ] https://github.com/monero-rs/monero-lws/issues/22
SatPerVByte::from_str should take `float` satoshi/vByte, not `integer`
Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. Commits 75298d3 update crates to digest v0.10 (#217) d6c8c3c Remove some unsafe (#320) a7431da release sha2 v0.9.8 (#318) 93d895d sha2:...
Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. Release notes Sourced from serde_yaml's releases. 0.9.0 API documentation: https://docs.rs/serde_yaml/0.9 Highlights The serde_yaml::Value enum gains a Tagged variant which represents...
Updates the requirements on [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) to permit the latest version. Changelog Sourced from secp256k1's changelog. 0.25.0 - 2022-12-07 Fix soundness issue with preallocated_gen_new Update to secp256k1-sys v0.7.0 Use type system...
Integration of taproot with tests in regtest mode. The current implementation doesn't work but I open this for visibility.
After lnp-bp dependencies bump we don't have anymore a limit on p2p message sizes, so we can merge again the two reveal messages. This will also help to simplify node...
Rename `DoubleKeys` into `RoleKeys`
Remove the specific from Alice and Bob in commit reveal with tagged element for specific keys.