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 166 witnet-rust issues
Sort by recently updated
recently updated
newest added

- In http/s sources, binary contents are specified by setting headers defined within MIME-type spec (RFC-2045). While data is serialized to text format during transmission, at client's app level is...

enhancement 📈
breaking change ⚠️

Add some flags to the rewind JSON-RPC method to allow manually fixing storage with missing items, issue #2102 Command to process all the blocks again to fix missing entries in...

> traitobject is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `traitobject` | | Version | `0.1.0` | | URL...

> ansi_term is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `ansi_term` | | Version | `0.12.1` | | URL...

In the node CLI, we are using structopt to handle all the argument parsing. structopt uses clap version 2 internally, and with the release of clap version 3, structopt has...

help wanted 🙏
good first issue 👋

This PR serves as a proof-of-concept of how we could validate that a data request does not request too many witnesses. The threshold is hard-coded to 1/4th of the amount...

There is an optional field in [witnet.proto](https://github.com/witnet/witnet-rust/blame/ef7bf95b2f5e1e7af351f658ff30ad9d4894e301/schemas/witnet/witnet.proto#L304) which should not be necessary as all fields are optional by default. Rustc 1.77 even refuses to build this: ``` witnet.proto:304:14: Explicit 'optional'...

enhancement 📈
good first issue 👋
2.0