-
See #1595 for details of the plan for revocation 2.
We need a technical spike done to verify our assumptions about the proposed approach to storing the leaves of the merkle tree on the ledger. Nota…
-
So I've been thinking a bit about the properties of an optimal backend for the IAVL tree.
We currently use a general purpose backend for the IAVL tree like leveldb.
This isn't optimal because g…
-
# [To document] the way the auth-key is derived from the public key
The way the auth key is derived is not through a canonical hashing via Libra Canonical Serialization (LCS), might want to documen…
-
# The problem
Current network gossip protocol allows an easy-to-launch spam attack whereby an adversary can publish an unlimited amount of PoET proofs which are not associated by any ATX.
Creat…
-
Upon running
```shell
cargo test --manifest-path exonum/Cargo.toml
```
I got the below errors:
```bash
test sandbox::consensus::block_request::transactions_request_to_multiple_nodes ... ig…
-
With #100, then Monero now has an infinitely growing nullifier set.
However it's possible to put a bound on this using merkle trees. Basically all coins belong to a large batch, call this index k. …
-
A Merkle multiproof is a more efficient Merkle proof, for when it is necessary to prove the presence of a multiple elements that are in the same Merkle tree. Details: https://github.com/ledgerwatch/er…
-
Currently a wallet needs to scan linearly all the CAP smart contract events in order to build its state. How much does it take in practice? Can we deduce this from existing on chain data?
-
We're currently using this library https://github.com/heliaxdev/sparse-merkle-tree/tree/tomas/encoding. We only store the hashes (`H256`) of the key and values in the tree (more details in https://git…
-
Stateless execution is one of the defining factors of Ethereum 2.0. It will alleviate the [I/O bottleneck](https://www.reddit.com/r/ethereum/comments/cdg8v6/ama_we_are_the_eth_20_research_team_pt_2/et…