witnet-rust
witnet-rust copied to clipboard
Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend 👁️🦀
The [dockerfile for witnet-rust](https://github.com/witnet/witnet-rust/blob/master/docker/witnet-rust/Dockerfile) is using an Ubuntu Jammy and we should try to upgrade to Ubuntu Noble to be able to use the latest packages and prevent dependency related...
Stake transactions encumbered with a timelock would create the stake entry immediately but only become unstakeable after the timelock is over. Because of issues with stake aggregation, the timelock may...
You can see here what I mean: ``` ║ 4. STAKE AMOUNT ║ ║ This is the number of coins that will be staked. While staked, the coins ║ ║...
This unifies #2404 + #2401 + #2403 and solves #2411
[WIP]
Contains a number of changes that allow for more efficient key export / import.