tmpolaczyk

Results 48 issues of tmpolaczyk

The documentation of `HeaderValue::from_str` says that: https://github.com/hyperium/http/blob/abe651273f4cf19cf9a247f376e9ece85becc722/src/header/value.rs#L101-L104 So I would expect this function to return an error when I pass it a non-ascii utf8 string which contains byte values in...

S-bug
E-easy
A-headers

Fix #2173 This PR adds a new option in witnet.toml `storage.utxos_in_memory` that defaults to `false`. When enabled, the node will keep a map of address to list of UTXOs in...

This avoids passing a `&Secp256k1` argument to every function that needs to validate signatures.

Continuation of #2217 Not ready for review yet, but the changes since #2217 are all in the last commit. Fix #2221

I noticed some errors about missing blocks in one node. It is not clear if that's a problem with witnet-rust, or a problem with rocksdb, so I think the best...

bug 🐜

In the assets of the 1.5.1 release: https://github.com/witnet/witnet-rust/releases/tag/1.5.1 there is a witnet_toolkit binary that says its version is 1.4.3, but that's not true because the toolkit includes the latest changes...

The getBalance method is implemented by iterating over all the existing Unspent Transaction Outputs (UTXOs). This was good enough when the UTXO set was stored in memory, but with the...

witnet-rust currently uses version 0.13.0 of the rocksdb crate, released on 14 Nov 2019. Trying to update that crate to any other version results in this error in github actions:...

bug 🐜
enhancement 📈

Because it uses a `i8` counter internally, so it overflows on more than 127 equal elements: https://github.com/witnet/witnet-rust/blob/c3b1d86ca229ebf8fe5651bfb35d8db9c902eb54/rad/src/reducers/mode.rs#L10 This affects all radon scripts, as well as the tally validation logic. In...

bug 🐜