witnet-rust icon indicating copy to clipboard operation
witnet-rust copied to clipboard

Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend 👁️🦀

Results 201 witnet-rust issues
Sort by recently updated
recently updated
newest added

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?:...

enhancement 📈

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....

On execution time, the Radon operator would fail if the received string value cannot get converted into the expected number type.

enhancement 📈