drcpu-github
drcpu-github
Following [this discussion](https://github.com/witnet/witnet-rust/discussions/2168), I started with a PoC implementation for the minimum reward to collateral mechanism. In summary, there are two main changes to the code: 1) Introduction of a...
This is a first push towards adding some extra counters that can be used to monitor why your node fails to solve data requests. Currently this info is printed to...
### Current state Currently, the choice of which commit transactions to include in a block is up to the miner of a block. This opens up the possibility of censoring...
# Problem description Currently it is impossible to overwrite the master key of the node (see example), so if you want to reuse a synced node with another master key...
I made all relevant Tally tests conditional on WIP0023 being activated. I could not find a proper way of enabling all tests with a new WIP being activated, so I...
This patch aims to fix concurrency issues when using the `gthread` worker class in gunicorn in combination with the `pylibmc` Memcached backend by utilizing a `ClientPool` rather than a single...
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'...
**Describe the bug** One of my wallets seems to be stuck in some endless synchronizing loop for the last week. In the top left corner, it says `SYNCING 0.00%`, it...