usagi32
usagi32
In Ethereum, these outcomes are just stored in database indexed by the block hash. The tree is dynamically built in RAM when requests for proof arrive. Maybe we can store...
Also at some we would have incorporate some kind of pruning due to the ledger size. Then we will lose this information. While Ethereum only prunes it's world state trie...
After this pr, the virtual machine can persist additional info about trait methods like public or read-only and check if any contract implementing that trait implements those methods accordingly. If...
I know it's consensus-breaking that's why I have made this assertion optional based on the case that extra arguments are provided on trait-definitions, while working same as before if not....
Opened one here https://github.com/ProvableHQ/snarkVM/pull/2950
As I use windows. Always had to do some hacky things to get linera to compile. This will be helpful for me.
> To update the formats, you may have to run something `INSTA_UPDATE=always cargo insta test -p linera-rpc` They are already updated
> Looks good to me! 👍 (I'll let @ma2bd take another look, but from my side it's good to merge, once the remaining tests are fixed.) Ok so `bcs_scalar!` was...