You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(rust/vote-tx-v2): Public vote tx v2 CBOR decoding/encoding implementation (#86)
* refactor
* add public_tx mod
* add initial PublicTx impl
* make gen_tx::Choice generic
* make gen_tx::PropId and gen_tx::Proof generic
* add more gen_tx decoding tests
* add separate tx_body mod
* move vote impl into vote mod
* move EventMap to event_map mod
* move VoterData to voter_data mod
* wip
* remove docoding mod
* wip
* add signature header validation
* add a gen_tx::builder
* wip
* refactor VoterData type
* refactor Cbor
* update cddl specs, make voter-data generic
* move choice to the separate mod
* wip
* move Uuid impl to seprate mod
* move EncodedCbor struct to separate mod
* add public tx test
* fix spelling
* fix, add missing comma
* move definition of public_tx/choice and public_tx/proof to the public_tx/vote mod
* add comment which specifies a CBOR encoding/decoding profile
---------
Co-authored-by: Oleksandr Prokhorenko <[email protected]>
0 commit comments