Releases: dusk-network/dusk-protobuf
Releases · dusk-network/dusk-protobuf
Noop
Merge pull request #95 from dusk-network/maintainer Add separate services for automating provisioner and block generator …
Split the Maintainer service into two
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
Changelog:
- Remove
reward
from Distribute transaction - Remove
encrypted_value
andencrypted_blind_factor
from Bid transaction - Remove
encrypted_value
andencrypted_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
Fixes both DistributeTransaction
and DistributeTransactionRequest
dusk-protobuf v0.2.0.1
Changelog:
- The
provisioners_addresses
has been fixed to be a list (so arepeated bytes
rather than justbytes
)
dusk-protobuf v0.2.0
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
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.