Closed janniks closed 1 year ago
Did a mainnet test as well: https://explorer.stacks.co/txid/0x007e82be799eb0d988fe740f30d7d1774a615b8c4ba7130ff7aa4798d2d95e30?chain=mainnet And here's the delegation status via API read call:
Great -- mainnet test worked:
!
ready for review, but will still
npm install
blockstack 18.1.6 once releasedadds ui and logic for
transactions.makeDelegate
branch
fix/add-v18.1.6-blockstack-testnet
includes the changes to test this on testnet with the software-signernot much changed for the UI, but I added a wrapper container for the specific fields for stacking & delegate
delegate re-used the
amount
field (like other methods), but has it's own further parameterssome fields are now annotated with
optional
andrequired
-- here it might be dangerous to delegate without auntil-ht
, since there is no revoke via btc, so we could technically require all fields for users safety 🤷♂CC @donpdonp