Joshua Hannan

Results 74 issues of Joshua Hannan

### Issue to be solved Now that we have more general token types with the V2 standards, we should update the standard storefront transactions to use generic types and use...

enhancement
SC-Eng

Updates the `FiatToken` contract for Cadence 1.0 and includes all of the functionality that currently exists on testnet and mainnet. * Go tests have not been updated yet * Contracts...

* Adds comments to the transaction to make sure everything that the transaction is doing is clear. * Update V1 Sale handling to make sure that no capability is created...

### Issue To Be Solved Users need an easy way to burn NFTs from anywhere that doesn't require the specific app to implement burning functionality. A burner address like in...

Improvement
MoSCoW - Should
SC-Eng

### Issue to be solved Being able to get authorized account objects has been pretty useful for scripts since it was introduced. In a similar vein, view functions are not...

Feature
Feedback
Needs Definition
Needs Estimation

### Issue To Be Solved We need an additional generic transfer transaction that is like the existing ones but doesn't assume only one Vault implementation with the name `Vault` ###...

enhancement
good first issue
Technical Debt

## Problem Definition Need tests for the recovered NFT programs with default implementations, specifically `getIDs()`. ## Proposed Solution The solution was added in [this PR](https://github.com/onflow/flow-go/pull/6513) but it was merged before...

S-Access
SC-Eng
Tech Debt

Based on https://github.com/onflow/flow-core-contracts/pull/425 Moved to a new branch because of Git issues Adds a PoP parameter to the `addNodeRecord` method in the staking contract. In the `NodeRecord` init function, PoP...

### Issue to be solved The Crypto contract's functions to construct a signature algorithm and hash algorithm current return `nil` if an invalid input is provided. This is definitely good...

Feedback
Feature

### Issue To Be Solved When nodes' stakes or rewards are slashed, there should be events that indicate what was slashed and how much. ### Suggest A Solution * An...

good first issue
Feedback
Feature
Improvement
Needs Definition