Shigeru Myamoto
Shigeru Myamoto
Updating the shell.nix to a flake.nix. See the Issue on gdnative for more understanding. https://github.com/godot-rust/gdnative/pull/1069#issuecomment-1971001997
See https://github.com/Davidson-Souza/Floresta/issues/86 Since floresta has a variety of strategies to handle errors, the chosen for this PR was to delegate all LibFloresta errors to a separate module, so it can...
# Summer of Bitcoin 2024 Floresta Proposal ### Description Since Floresta is heavily based on async features to work properly and at the moment is using async-std, moving to [Tokio](https://tokio.rs/)...
Implementation and Testing for `BlockValidation` - [x] Move `validate_block()` to `Consensus` - [x] Implement all validation rules from [`Bitcoin Core`](https://github.com/bitcoin/bitcoin/blob/ecd23656db174adef61d3bd753d02698c3528192/src/validation.cpp#L4003) - [ ] Unit Test
We used to rely on a fork off [`RustBitcoin`](https://github.com/rust-bitcoin/rust-bitcoin) but after https://github.com/Davidson-Souza/Floresta/pull/194 we do not need to do it anymore. Now we can use the latest version of `Rust-Bitcoin`
After a talk with @Davidson-Souza was noticed that floresta lack "minimum" consensus rules that core has. TODO: - [x] Map implemented and not-implemented rules on floresta in comparison to core...
After #176 i was alarmed by some development debt, which include: - Grammatical doc errors(discovered by typos.) - Incompatible Versions, such as - ` found crate miniscript compiled by an...
Hi guys, It looks like it had some typos in your `flake.nix`. If im right, this commit solves some of them.