Skip to content

v1.4.2

Compare
Choose a tag to compare
@jiggoha jiggoha released this 25 Jul 14:48
· 716 commits to master since this release
0501b88

Allow disabling the writes of ephemeral nodes to storage via the --tree_ids_with_no_ephemeral_nodes flag to the sequencer.

  • Allow not storing ephemeral node hashes by @pavelkalinnikov in #2568
  • Log skipped ephemeral nodes writes by @pavelkalinnikov in #2756

Developer updates

  • #2765 copies the required protos from googleapis into third_party in this repository. This simplifies the preconditions in order to compile the proto definitions, and removes a big dependency on $GOPATH/src which was archaic; $GOPATH/src/github.com/googleapis/googleapis is no longer required.

Minor fixes

  • Fix flag initialization by @pavelkalinnikov in #2755
  • Propagate Log Update Failures in AddSequencedLeaves by @therealdrake in #1544

Maintenance

Dependency updates

New Contributors

Full Changelog: v1.4.1...v1.4.2