tweag / cooked-validators

MIT License
39 stars 11 forks source link

Make signers explicit #189

Closed 0xd34df00d closed 1 year ago

0xd34df00d commented 1 year ago

This change might be somewhat controversial, so I did it on a separate branch to make it easier to review and possibly reject. The main idea is that the balance/collateral wallet is now explicit, and so is the list of additional signers, if any.

carlhammann commented 1 year ago

This was a very useful exploration, and led to the design of the current TxSkel, which has a list of signing wallets, the first of which is the balancing wallet by default.