Skip to content

han0110/geth-stateless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

Generate block and witness for stateless verification:

cd bw-gen && RPC_URL={RPC_URL} cargo run -r

Compile to native target, and run stateless verification:

make run_native

Compile to riscv64 for Linux user space using tamago, and run stateless verification using qemu-riscv64:

make run_tamago_linux_riscv64

Note

Need to patch geth to disable some syscall for GOOS=tamago, the diff can be found here.

Also need compile geth with tag appengine to disable mmap in fastcache.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published