Joshua Hannan
Joshua Hannan
### Issue To Be Solved We want to be able to release packages in other language so that apps written in those languages can import them to get the contract...
### Issue To Be Solved We want to be able to release packages in other language so that apps written in those languages can import them to get the transaction...
### Issue To Be Solved There are many ways a fungible token can be used and we want more transaction templates to be defined for them. ### Suggest A Solution...
I am curious to hear thoughts on this proposal. It seems to me that nobody really cares about events coming from fungible token contracts that don't include the address of...
**Is your feature request related to a problem? Please describe.** Smart contracts can have arguments to their initializers, but we cannot submit arguments as part of contract deployment in the...
https://github.com/dapperlabs/flow-go/issues/6284 Adds a parameter to the `addNodeRecord` method in the staking contract for the proof of possession. In the `NodeRecord` init function, this is verified with the staking key. Also...
### Issue To Be Solved Many of the transactions in scripts to everything in the prepare block, which is against Cadence best practices There are also opportunities to include post...
### Issue To Be Solved We have a new standard for contract imports: https://github.com/onflow/flow/blob/master/flips/2022-03-23-contract-imports-syntax.md ### Suggest A Solution * Add `flow.json` * Update the contract files to use this syntax...
Adds FlowFreeze contract, which maintains a list of accounts that are frozen that an admin, the service account, controls. The admin can freeze and unfreeze accounts at will. There is...
### Issue To Be Solved Right now, we have a sub-directory in `transactions/` for each of the important contracts, but each contract's directory is organized slightly differently. We like to...