flow-usdc / flow-usdc

A FungibleToken-compatible fiat coin on the Flow blockchain, ERC20-alike with additional support for pausing and blocklisting.
MIT License
20 stars 15 forks source link

Making util functions more generic #53

Closed whalelephant closed 3 years ago

whalelephant commented 3 years ago

contract: By aligning Vault resource to use ResourceId interface, this PR makes util.GetUUID more generic

util: Additionally, updates to util.Multisig_SignAndSubmit allows for direct usage from tests for adding payload and payload signature.

tests: complete tests for MasterMinter