Skip to content

Releases: quorumcontrol/messages

Gossip protobuf types

04 Feb 08:57
4fb2183
Compare
Choose a tag to compare

This adds a new Gossip protobuf type for proofs, rounds, etc.

v2.1.2: Hermetic builds & other fixes

27 Dec 16:21
eacadbe
Compare
Choose a tag to compare

Our build system should now be much more hermetic and consistent. Releasing this to make sure that's the version of the compiled code we're using everywhere.

v2.1.1: Update the generated code w/ v2.1.0 changes

18 Dec 21:06
3c159a6
Compare
Choose a tag to compare

In v2.1.0 we inadvertently updated only the protobuf code, not the generated JS and Go code. This release updates the generated code as well.

v1.1.1: Update the generated code w/ v1.1.0 changes

18 Dec 21:08
b19490a
Compare
Choose a tag to compare

In v1.1.0 we inadvertently updated only the protobuf code, not the generated JS and Go code. This release updates the generated code as well.

v2.1.0: Add v2 prefix to protobuf types

18 Dec 18:10
8a0503b
Compare
Choose a tag to compare

This release adds a v2 prefix to the protobuf types defined in this repo. This allows safe interoperation of v2 messages with v1 in the same project.

v1.1.0: Remove v1 prefix from protobuf types

18 Dec 18:12
234715a
Compare
Choose a tag to compare

In retrospect the addition of v1 prefixes in v1.0.0 was the opposite of what we needed. Existing v1 code expects protobuf types without a prefix, so instead we're adding a v2 prefix in the v2.1.0 release so that new v2-using code can explicitly use those new names (and they can both coexist in the same projects when desired), but existing v1-using code can continue to use compatible un-prefixed type names.

v1 prefixed protobuf types

03 Dec 21:49
0aeab5e
Compare
Choose a tag to compare
Pre-release

This allows using the old pre-v2 messages in the same codebase, which is helpful for translational tools across the two versions.

move go.mod to root of directory

14 Nov 14:32
610878b
Compare
Choose a tag to compare
Pre-release

Go assumes a root go.mod and this satisfies that go assumption.

Move v2 major version into a directory

14 Nov 13:44
a25f8c1
Compare
Choose a tag to compare
Pre-release

We have a non-standard directory layout here, this attempts to solve a usage problem in other repos by putting the major version into a directory.

Conditions

14 Nov 12:55
7a9210a
Compare
Choose a tag to compare
Conditions Pre-release
Pre-release

This is moves the object definitions around to support our new conditions, allowing for small scripts on ChainTree ownership.