gouroboros
gouroboros copied to clipboard
Go implementation of the Cardano Ouroboros family of protocols
…w simultaneous GetCurrentTip requests
A common use case for Certificate data will be to only operate on specific certificate types. It would greatly simplify downstream if we had a way to access the type...
Multiple certificate types were added in Conway ``` ; DELEG reg_cert = (7, stake_credential, coin) unreg_cert = (8, stake_credential, coin) vote_deleg_cert = (9, stake_credential, drep) stake_vote_deleg_cert = (10, stake_credential, pool_keyhash,...
This was added in Conway ``` , ? 22 : positive_coin ; New; donation ```
This was added in Conway ``` , ? 21 : coin ; New; current treasury value ```
When a collateral return output is returned via the `.Produced()` function, the output index should be the next after the original TX outputs rather than implicitly `#0`. For example, if...
It's currently on the `ledger.Transaction` interface, but it's part of the TX body and should be supported there too.
We need to be able to do something like use chain-sync to get the current tip, shutdown chain-sync to avoid a later timeout, and then use it again later with...
A number of new params have been added. It also looks like protocol version was removed since Babbage. This will probably let us stop duplicating so much between the Conway+...