Skip to content

ethereum/go-verkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bc28ef · Jan 8, 2025
Aug 29, 2024
Jan 19, 2024
May 19, 2022
May 13, 2022
Jan 19, 2024
Feb 14, 2023
Sep 21, 2023
Feb 15, 2021
Oct 25, 2024
Jan 17, 2024
Jun 26, 2024
Feb 29, 2024
Jan 17, 2024
Sep 21, 2023
Jul 30, 2024
Jan 8, 2025
Aug 29, 2023
Oct 30, 2024
Jan 7, 2025
Aug 28, 2024
Mar 6, 2024
Jan 8, 2025
Aug 29, 2023
Feb 29, 2024
Aug 28, 2023
Jan 8, 2025
Jan 17, 2024
Sep 12, 2023
Jan 8, 2025
Jan 8, 2025
Feb 29, 2024
Jan 8, 2025
Jan 8, 2025
Sep 4, 2023

Repository files navigation

Go Version Lint and Test goreports API Reference

go-verkle

A Go implementation of Verkle Tree datastructure defined in the spec.

Test & Benchmarks

To run the tests and benchmarks, run the following commands:

$ go test ./...

To run the benchmarks:

go test ./... -bench=. -run=none -benchmem

Security

If you find any security vulnerability, please don't open a GH issue and contact repo owners directly.

LICENSE

License.