-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crescendo #164
Merged
Merged
Crescendo #164
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
82d8da8
- Update all HybridCustody contract dependencies
austinkline acaa263
address all contract errors/warnings
austinkline dd03073
split entitlements up
austinkline ec07d6d
remove placeholder entitlement
austinkline 2bff3f3
move public capability retrieval to the CapabilityFactory
austinkline 58b081f
fix CapabilityDelegator tests
austinkline 42746d4
fix CapabilityFactory tests
austinkline 1301040
fix HybridCustody tests
austinkline 1731fe6
configure tests with flow-c1
austinkline 317016a
add exclusions to code coverage
austinkline ed12538
add Burnable Interface
austinkline b075ab0
fix access level for burn callback
austinkline 96fbbbf
add missing tests, make a new _borrowAccount method for internal use …
austinkline 53ff595
add tests for burn callback
austinkline 2d12790
add test for public capabilities
austinkline 0336192
add comments to burnCallback methods
austinkline da10712
remove all variables and references to private paths
austinkline 419deea
update entitlements
austinkline ce76340
more entitlements changes
austinkline 3e923b5
add {Collection} and {Vault} factories
austinkline 83b7571
add missing contract in config
austinkline 0c8ef75
remove incorrect entitlement usage
austinkline 547abbe
remove built-in entitlements
austinkline 2b22935
correct entitlements for NFT.Withdraw because migrations also need th…
austinkline 0c0243b
update Burner testnet alias
sisyphusSmiling 1346ae1
sync new nft standard and public capability retrieval changes
austinkline 6b46b3b
add temporary local migration report
sisyphusSmiling 8ae4eee
remove all conjunctions from function acess modifiers
austinkline 2671d5d
update local migration report
sisyphusSmiling b646f85
fix FTVaultFactory
austinkline 051c49c
fix migration types for child account factory and delegator
austinkline 7562ab1
fix tests
austinkline 0b41ec7
update ChildAccount.delegator field to CapabilityDelegator.Delegator
sisyphusSmiling 756be5f
remove temp report directory
sisyphusSmiling File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ coverage.lcov | |
.idea | ||
*.pkey | ||
*.private | ||
*.pem | ||
*.pem | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[submodule "modules/flow-nft"] | ||
path = modules/flow-nft | ||
url = https://github.com/Flowtyio/flow-nft.git | ||
[submodule "flow-ft"] | ||
path = flow-ft | ||
url = https://github.com/Flowtyio/flow-ft.git | ||
url = https://github.com/onflow/flow-nft.git | ||
[submodule "modules/flow-utils"] | ||
path = modules/flow-utils | ||
url = https://github.com/Flowtyio/flow-utils.git | ||
url = https://github.com/green-goo-dao/flow-utils.git | ||
[submodule "modules/flow-ft"] | ||
path = modules/flow-ft | ||
url = https://github.com/onflow/flow-ft.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ignore: | ||
- "contracts/standard/ExampleNFT.cdc" | ||
- "contracts/standard/ExampleNFT2.cdc" | ||
- "contracts/standard/ExampleToken.cdc" | ||
- "contracts/factories/FTBalanceFactory.cdc" | ||
- "contracts/factories/FTProviderFactory.cdc" | ||
- "contracts/factories/FTReceiverFactory.cdc" | ||
- "contracts/factories/NFTCollectionPublicFactory.cdc" | ||
- "contracts/factories/NFTProviderFactory.cdc" | ||
- "contracts/factories/FTVaultFactory.cdc" | ||
- "contracts/factories/NFTCollectionFactory.cdc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this entitlement needs a slightly more descriptive name, but I'm not 100% sure of my opinion