Merge branch 'master' into connor/governor

This commit is contained in:
fanghr 2022-05-14 00:40:26 +08:00
commit 88c54a74c5
18 changed files with 1103 additions and 8 deletions

View file

@ -106,6 +106,7 @@ data Governor = Governor
-- ^ Arbitrary limit for maximum amount of cosigners on a proposal.
-- See `Agora.Proposal.proposalDatumValid`.
}
deriving stock (GHC.Generic)
--------------------------------------------------------------------------------