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
Discuss the desired meaning of the --supply and the --supply-delegated flags. Do we want to keep the previous behavior that the total supply is --supply plus --supply-delegated? Or do we want --supply to be the real total supply and the non delegated supply to be --supply minus --supply-delegated? → Done in create-testnet-data: better UX for supply arguments #581
Use create-testnet-data instead of create-staked in cardano-node here.
Discussing this with @Jimbo4350 he came up with a glorious idea of having an option to write (or not) the delegated keys to disk. The current behavior is that it does not write them to disk after a request from the benchmarking team. Having this as an option gives us more flexibility for other use cases (i.e. tests) where we do need the stake keys available.
I can't comment directly on the line, because it's not (yet 😛) part of the diff, but the definition of distribution in the next line is an atrocity, IMO. It should be
Roadmap
--supply
and the--supply-delegated
flags. Do we want to keep the previous behavior that the total supply is--supply
plus--supply-delegated
? Or do we want--supply
to be the real total supply and the non delegated supply to be--supply
minus--supply-delegated
? → Done in create-testnet-data: better UX for supply arguments #581create-testnet-data
instead ofcreate-staked
in cardano-node here.distribution
: create-testnet-data: Make --stake-delegators write credentials to disk. Keep current behavior with new --transient-stake-delegators. #512 (comment)Additional context
The first item above is kind about reintroducing IntersectMBO/cardano-node#4021, but behind a conditional flag:
The last item above is about this remark from @carlhammann :
The text was updated successfully, but these errors were encountered: