-
Notifications
You must be signed in to change notification settings - Fork 125
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
tests: Add radiswap-v2
scenario to demonstrate blueprint linking
#2068
tests: Add radiswap-v2
scenario to demonstrate blueprint linking
#2068
Conversation
Docker tags |
Docker tags |
Benchmark for a2cafc8Click to view benchmark
|
radiswap-v2
scenario to demonstrate blueprint linking
@@ -239,9 +239,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" | |||
|
|||
[[package]] | |||
name = "hashbrown" | |||
version = "0.15.0" | |||
version = "0.15.2" |
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.
Updated to fix the remaining dependabot warning
@@ -799,9 +799,9 @@ where | |||
track_total_supply, | |||
non_fungible_schema: | |||
NonFungibleDataSchema::new_local_without_self_package_replacement::<V>(), | |||
entries, |
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.
Re-ordered to align with the underlying struct/SBOR ordering for clarity of people looking at source code
## 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.
Summary
Adds a
radiswap_v2
scenario, 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.