-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feat/substrate v1.0.0 Fix Tests #836
Merged
JasonTulp
merged 40 commits into
feat/substrate-v1.0.0
from
feat/substrate-v1.0.0-tests
May 10, 2024
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
ee9d022
Fix AssetsExt tests
JasonTulp 02b1dc3
Fix Crowdsale tests
JasonTulp e177450
Fix Dex tests
JasonTulp 0912857
Fix Doughnut tests
JasonTulp e6d3154
Fix Erc20-Peg tests
JasonTulp 2b9e343
Fix Evm Chain Id tests
JasonTulp be4fe45
Fix FeeControl tests
JasonTulp 6e75fe7
Fix FeeProxy tests
JasonTulp 1bfa0fb
Fix MaintenanceMode tests
JasonTulp 2eeb470
Fix Marketplace tests
JasonTulp 227104a
Fix NFT tests
JasonTulp 81adf73
Fix SFT tests
JasonTulp f8eea21
Fix VTXDistribution tests
JasonTulp bd59668
Fix XLS20 tests
JasonTulp a90d7a5
Fix XRPLBridge tests
JasonTulp 284e17a
Fix Echo tests
JasonTulp 4bf5048
Merge remote-tracking branch 'origin/feat/substrate-v1.0.0' into feat…
JasonTulp cf0e5f6
Fix Futurepass tests
JasonTulp e7aa0f8
Fix Ethy tests
JasonTulp 1c92ace
Update cargo.toml files to support benchmarking tests
JasonTulp 32345fe
Merge remote-tracking branch 'origin/feat/substrate-v1.0.0' into feat…
JasonTulp 3dcf42b
Fix benchmark tests
JasonTulp 1080a29
Merge remote-tracking branch 'origin/feat/substrate-v1.0.0' into feat…
JasonTulp e8e0da1
Merge remote-tracking branch 'origin/feat/substrate-v1.0.0' into feat…
JasonTulp 7045bc9
Merge remote-tracking branch 'origin/feat/substrate-v1.0.0' into feat…
JasonTulp ff1428d
Fix assets Config
JasonTulp 717f41b
Update Futurepass tests
JasonTulp 9f6af7b
Merge remote-tracking branch 'origin/feat/substrate-v1.0.0' into feat…
JasonTulp 2ae7206
Fix further test build errors
JasonTulp 56f8699
Merge remote-tracking branch 'origin/feat/substrate-v1.0.0' into feat…
JasonTulp f72ac87
Fix runtime and client tests
JasonTulp d8eb451
Add ignore flags for pallet-xrpl failing tests
JasonTulp eee88df
Fix fund_authorities_and_accounts test
JasonTulp f9ee1a4
Fix multiplier_can_grow_from_zero test
JasonTulp 08622cc
Add assetsExt fix
JasonTulp 7d9b14e
Move AssetsExt fix to EVMCurrencyScaler
JasonTulp e34fbdc
try-runtime back again.
surangap e37aa71
Fix last test
JasonTulp 97ecb3b
Fix some warnings
JasonTulp c692e3a
Fix some more warnings
JasonTulp 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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.
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.
Noting here for reference. will be addressed in the main PR
check if
backend
can be removed