feat(proto)!: Shamir re-key, governance and bootstrapping vault state #102
Reference in New Issue
Block a user
Delete Branch "feat-shamir-protos"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
8c0855b16eto30210a4ed530210a4ed5toe911165137@@ -0,0 +20,4 @@ApprovePersistentGrantPayload approve_persistent_grant = 7;ApproveOneOffTransactionPayload approve_one_off_transaction = 8;}optional uint32 ttl_secs = 2;comment from @CleverWild: blyat
@@ -0,0 +76,4 @@message ProposalSummary {int32 id = 1;string kind = 2;this should be an enum instead
@@ -0,0 +108,4 @@repeated VolumeLimitProto volume_limits = 3;}message ApproveOneOffTransactionPayload {Proposal
@@ -0,0 +121,4 @@bytes input = 10;}message ApprovePersistentGrantPayload {Proposal
@@ -20,3 +39,4 @@}}message Response {Add error on submission of invalid committee parameters
e911165137tof97b8f9424