Skip to content

Releases: dusk-network/dusk-protobuf

Noop

13 May 14:30
be4673b
Compare
Choose a tag to compare
Merge pull request #95 from dusk-network/maintainer

Add separate services for automating provisioner and block generator …

Split the Maintainer service into two

13 May 14:28
be4673b
Compare
Choose a tag to compare

Changelog:

  • The Maintainer service is now split up into the Provisioner service, and the BlockGenerator service. This reflects a change in dusk-blockchain where the component responsible for automating consensus transactions was split as well, for the two different node types.

Remove redundant fields from consensus transactions

13 May 07:09
74ed106
Compare
Choose a tag to compare

Changelog:

  • Remove reward from Distribute transaction
  • Remove encrypted_value and encrypted_blind_factor from Bid transaction
  • Remove encrypted_value and encrypted_blind_factor from WithdrawBid transaction
  • Remove amount from Stake transaction
  • Update Readme.md specifying how removed fields can be retrieved

Overall this change is for bandwidth preservation and optimization

dusk-protobuf v0.2.1

08 May 17:12
Compare
Choose a tag to compare

Fixes both DistributeTransaction and DistributeTransactionRequest

dusk-protobuf v0.2.0.1

08 May 16:47
Compare
Choose a tag to compare

Changelog:

  • The provisioners_addresses has been fixed to be a list (so a repeated bytes rather than just bytes)

dusk-protobuf v0.2.0

08 May 12:12
5c70fb5
Compare
Choose a tag to compare

This release brings a reasonably stable API to the Rusk services, to be used by dusk-blockchain in combination with rusk.

dusk-protobuf v0.1.0

27 Apr 12:40
5279cba
Compare
Choose a tag to compare

This release marks a point in the repository's history where all of the structures set up to be compatible with the node, before the migration to Rusk on the dusk-blockchain repo. The specific version it should work with is v0.3.0.