Sina M

Results 72 issues of Sina M

Hey everyone, Meta txes are supposed to be submitted to the network immediately by relayers. It'd be however possible to delay their execution, and make it conditional, e.g. on [time](https://github.com/ethereum-alarm-clock/ethereum-alarm-clock),...

Cryptoeconomic

Hey everyone, *Note:* I didn't know any other place to put this to discussion. If it doesn't belong in this repository please let me know and I'll delete it. The...

Cryptoeconomic

Hey everyone, this is a challenge we were exploring with @Perseverance for one of the possible solutions (read more about the general solution [here](https://github.com/Meta-tx/Harbour-MVP/issues/14)) for the [collision problem](https://github.com/Meta-tx/Harbour-MVP/issues/3). Would love...

Cryptoeconomic

In runevm there are two sources of truth for the remaining gas during a transaction. One stored by the host, and one by parity's interpreter. This would be no problem...

Right now `rebuild` returns the root `Node`. In order to compute the root hash, the partial trie has to be walked down and up once. To improve the efficiency of...

Currently instructions are RLP-encoded like other data structures. That's not strictly necessary as after reading each opcode (1 byte) we'd know how many bytes of data to read for that...

Leaves are sent in the multiproof slightly different than how they are actually stored in the trie. The difference lies in the key. In the multiproof the first part of...

This is more related to an EE wanting to do token transfers using this multiproof algorithm. I'm not sure if it makes sense to merge it in the repo. EE...

During discussions about the `multiExpThreshold` I got curious as to how dense the tree actually gets. My thinking was we don't need `LinCombG1` because most nodes will be sparse anyway....

documentation

In #33 we invalidate the cached commitment as soon as an insertion/modification operation is started, even if it isn't successful or ends in a modified tree.