- fix bug with creating 1 ada utxos
- fix Conway stake reg/dereg certificates
- bump CSL to 12.1.1
- add CIP-129 support for DRep IDs
- add support for guard rails script
- Fixed
InputSetEmptyUTxO
when transaction had implicit inputs - Updated default params
- Minor improvements to governance actions
- Bumped to CSL 12 beta 2
- Bumped to CSL 12 alpha 19
- Added proposal policy things
- Added some basic UI error handling
- Added Treasury donations
- Added Treasury values
- Fixed linking previous governance actions
- Added MIR certificate
- Added genesis certificate
- Fixed combination certs
- Added CC certs
- multiple certs in one transaction
- multiple votes in one transaction
- multiple goActs in one transaction
- make UI modular with tickboxes
- General UI improvements
- Improved update committee
- Improved handelling of refunds
- CSL alpha 13
- Add in combination certs
- Unhardcoded DRep and Gov Act deposits
- Refactor and split code
- Added new Conway Stake Reg and Unreg certs
- Bump to CSL alpha 11
- UI refresh
- Fix info action
- Add no confidence action
- Add placeholder for protocol parameter update
- Add placeholder for HF
- Refactoring
- default to CIP-95 enabled
- Added treasury withdrawal
- WIP Info action
- WIP Update committee
- Fixed UTxO selection strategy
- CSL Alpha v10
- Fixed delegating to predefined DReps
- CSL Alpha v8
- Fixed New Const Gov Act
- Added stake key unreg
- Fixed and tested vote submission
- Changed UTxO selection strategy to prioritize 1
- CSL Alpha v7
Compared to 1.5.1:
- Looks nicer
- Added some basic error handling
- Added a register stake key option
- Changed UTxO selection strategy
Compared to 1.5.0
- this fixes building conway Tx where fee would be calculated incorrectly
- makes things look slightly nicer
- Uses CSL Alpha build 5 to build Conway artefacts.
- Supports building and signing transactions with:
- Empty Tx
- DRep Registration
- DRep Retirement
- DRep Update
- Vote Delegation
- Votes
- Governance Action
- Submission to Sancho untested
.cip95.getPubDRepKey()
.cip95.getRegisteredPubStakeKeys()
.cip95.getUnregisteredPubStakeKeys()
.cip95.signData()
NOT implementedsignTx()
Added .getSupportedExtensions() and .getExtensions()
- Does not use any Conway alpha builds.
.getPubDRepKey()
- Should work correctly as expected.
.getPubActiveStakeKeys()
- Calls from wallet and displays the first of the array.
.signTx()
- No conway items supported properly (waiting for Sancho + CML/CSL).
- Supports generating and signing of metadata transactions which take user input.
.signData()
- No conway items supported properly (waiting for Sancho + CML/CSL).
- Not implemented at all.