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
The InstallBundle message results in more or less permanent storage of the bundle, but we currently only charge as though it were a large message to be consumed.
Describe the bug
The
InstallBundle
message results in more or less permanent storage of the bundle, but we currently only charge as though it were a large message to be consumed.agoric-sdk/golang/cosmos/x/swingset/keeper/msg_server.go
Line 160 in 563809d
To Reproduce
IOU some experimental data on current charging rates
Expected behavior
IOU some economic justification of how much is enough. The cost should be subject to governance.
Additional context
The design in #4396 included:
#6049 adds charging admission fees on
MsgWalletSpendAction
but not onMsgInstallBundle
.cc @michaelfig @JimLarson @kriskowal
The text was updated successfully, but these errors were encountered: