go-verkle

A go implementation of Verkle trees

UNLICENSE License

Stars
209
Committers
12

Bot releases are hidden (Show)

go-verkle - v0.1.0 Latest Release

Published by jsign about 1 year ago

The following list of changes is pretty long since we'll start creating releases with vX.Y.Z format.

Most notable changes are marked in bold, but there are a lot of:

  • Performance improvements.
  • Breaking APIs.
  • Proof format changes: proofs now contains pre-state and post-state.
  • Changes in precomputed tables representation: no file is required.

Future tagged versions will contain a more digestible set of referenced PRs.

What's Changed

Full Changelog: https://github.com/gballet/go-verkle/compare/banderwagonv3...v0.1.0

go-verkle - Banderwagon precomputed lagrange points v3

Published by gballet over 1 year ago

After a rework of the precomputed Lagrange points by @jsign the performance has improved, at the cost of a larger file.

go-verkle - Precomputed Lagrange points for Banderwagon v2

Published by gballet over 2 years ago

The curve was changed from Bandersnatch to Banderwagon. This release provides the pre-computed Lagrange points. Drop the precomp file in the directory that your program is running in, in order to avoid the file generation on the first run.

go-verkle - Precomputed Lagrange points for Banderwagon

Published by gballet over 2 years ago

The curve was changed from Bandersnatch to Banderwagon. This release provides the pre-computed Lagrange points. Drop the precomp file in the directory that your program is running in, in order to avoid the file generation on the first run.