litevm: "Stateless" Token Transfers on a HyperVM #224
patrick-ogrady
started this conversation in
Chat
Replies: 1 comment 6 replies
-
"proofs required per tx can be quite large (on the order of KBs in large trees). You trade network bandwidth for less validator state management." I think if the appropriate (zk-friendly) hashing algorithms are used for the merkle tree, instead of providing the full merkle proof, it can be possible to provide the zero-knowledge proof of knowing the appropiate path, which would result in a significant decrase in the size. Also this might enable batching just like a rollup. As an idea I am leaving this here. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context: https://twitter.com/_patrickogrady/status/1672354822568419328
TODOs: #225
Beta Was this translation helpful? Give feedback.
All reactions