tests: Add radiswap-v2 scenario to demonstrate blueprint linking#2068
Merged
tests: Add radiswap-v2 scenario to demonstrate blueprint linking#2068
radiswap-v2 scenario to demonstrate blueprint linking#2068Conversation
|
Docker tags |
|
Docker tags |
Benchmark for a2cafc8Click to view benchmark
|
radiswap-v2 scenario to demonstrate blueprint linking
dhedey
commented
Feb 14, 2025
| [[package]] | ||
| name = "hashbrown" | ||
| version = "0.15.0" | ||
| version = "0.15.2" |
Contributor
Author
There was a problem hiding this comment.
Updated to fix the remaining dependabot warning
dhedey
commented
Feb 17, 2025
| track_total_supply, | ||
| non_fungible_schema: | ||
| NonFungibleDataSchema::new_local_without_self_package_replacement::<V>(), | ||
| entries, |
Contributor
Author
There was a problem hiding this comment.
Re-ordered to align with the underlying struct/SBOR ordering for clarity of people looking at source code
iamyulong
approved these changes
Feb 18, 2025
dhedey
added a commit
to radixdlt/babylon-node
that referenced
this pull request
Feb 19, 2025
## Summary Adds support for the WIP dugong protocol update, with a tag pointing at the tip of radixdlt/radixdlt-scrypto#2068 You'll need to wipe your dev database to run it, as it attempts to run Dugong right after Cuttlefish part 2. ## Testing A test checks that Dugong enacts with default testing config. ## Changelog Updated.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds a
radiswap_v2scenario, primarily for Gateway testing, which will be auto-executed at Dugong.(Will pull Dugong into the node next)
Testing
The scenario is run as part of the dumper test.
Changelog
The changelog has been updated to capture the change.