-
Notifications
You must be signed in to change notification settings - Fork 710
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
Implement wrapping of EPM types #1600
Closed
Closed
Changes from 7 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e74c2ec
Implement wrapping of EPM types
wirednkod 06a0283
fmt
wirednkod 6285a1b
minor renaming
wirednkod af1f952
Update tests
wirednkod eb2bc25
fmt
wirednkod 13325a2
minor fix on type passed to 'exists' and 'not_exists' fn of SnapshotW…
wirednkod 211eec9
Merge branch 'master' into nik-wrap-epm-types
wirednkod 2ca30ed
fix: export-genesis-state command (#1521)
Moliholy cf5c195
[Backport] Version bumps from release 1.1.0 (#1580)
EgorPopelyaev e389988
Executor: Remove `LegacyInstanceReuse` strategy (#1486)
yjhmelody a8e82a3
xcm-builder: PayOverXcm supports fallible convertors for asset kind a…
muharem 1d5a9d2
[improve docs] Example pallet crate and Basic Example pallet (#1546)
f6072e8
[improve docs]: Timestamp pallet (#1435)
d569e72
"Common good" vs "System" parachain clean up (#1406)
bkontur 614aa31
Implements a variable deposit base calculation for EPM signed submiss…
gpestana e05d369
Bump docker/setup-buildx-action from 2.1.0 to 3.0.0 (#1551)
dependabot[bot] 519a0f0
Replace secrets with the new ones (#1564)
chevdor f14bf34
Broker pallet: `RegionDropped` event fix & additional tests (#1609)
Szegoo a50e6ba
Bump docker/login-action from 2 to 3 (#1531)
dependabot[bot] 20052e1
Bump docker/build-push-action from 4 to 5 (#1552)
dependabot[bot] 5d34664
chainHead: Add support for storage closest merkle descendant #14818 …
lexnv 372929f
Bump the known_good_semver group with 1 update (#1606)
dependabot[bot] 8900d5b
Move ISSUE_TEMPLATE (#1567)
chevdor e6f5e23
[ci] Publish implementers guide (#1615)
alvicsam a181ced
Replace free for all collation in `cumulus` runtimes (#1251)
georgepisaltu ffe5db0
Staking: Add `dest` to `Rewarded` to aid in reward calculations (#1602)
340c683
Implement wrapping of EPM types
wirednkod 5d3073c
fmt
wirednkod 66d8d3b
minor renaming
wirednkod 9c31d4e
Update tests
wirednkod 81955a5
fmt
wirednkod 75f237f
minor fix on type passed to 'exists' and 'not_exists' fn of SnapshotW…
wirednkod e5411f2
Add minor documentation about wrapper
wirednkod 31699a9
Add minor documentation about wrapper
wirednkod 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
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.
nit: Could add a small documentation that this wrapper handles the synchronization of
Snapshot
,SnapshotMetadata
andDesiredTargets