Slixe
Slixe
In `fn compute_rank(&self)` remove the if condition previously used to remove the bounds check. According to the issue linked (https://github.com/rust-lang/rust/issues/90794) it has been fixed since 1.72. Another condition below can...
Transactions generation has been disabled in daemon simulator due to the ZK Proofs and the balances ciphertexts tracking. TODO: re-implement it correctly and in a lightweight to not import most...
Currently we have all the RPC methods explained in the API.md file. But a Swagger interface to easily test and give description of each would be much better. NOTE: RPC...
### Describe the bug A negative `#[cfg(...)]` over a `pub mod foo;` should not generate the code. ### Steps to reproduce Simply do the following: ```rust #[cfg(not(all( target_arch = "wasm32",...
## 💡 Feature description Due to some cache issues from browsers, when we do an update by replacing the WASM binary and its JS binding file, even by clearing the...
## Description **Common**: - smart contracs environment improvements - bug fixes - new API types **Daemon**: - P2P improvements - database rework - Better chain sync - Snapshot mode rework...
Hey there, I have been trying to compile rocksdb as a dependency but it keeps requesting the libstdc++-6.dll on Windows instead of including it, with no success. I'm using the...