witnet-rust
witnet-rust copied to clipboard
Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend 👁️🦀
Reference implementation for WIP.
Implement JSON-RPC methods for staking and authorizeStaking. Implement CLI methods for staking and authorizeStaking.
- Close #2391. - Close https://github.com/witnet/internal/issues/459.
- 'hex-string' method is mostly used in Web3/EVM contexts. - Optional second parameter would need to be added: - `RadonMap.getBytes(key: string, method?: string)` - `RadonArray.getBytes(index: number, method?: string)` - `RadonString.asBytes(method?:...
Close #2331
Validations - Transaction - [x] It must stake the minimum allowed (10_000_000 nanowits). - [x] It must have at least one input. - [x] It must have a valid signature....
~~TODO: test coin age resets~~ Done!
On execution time, the Radon operator would fail if the received string value cannot get converted into the expected number type.