Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
56312398
Unverified
Commit
56312398
authored
May 20, 2021
by
Shaun Wang
Committed by
GitHub
May 19, 2021
Browse files
Migrate crowdloan pallet to pallet attribute macro. (#3036)
parent
d1a2eff2
Pipeline
#138759
passed with stages
in 29 minutes and 55 seconds
Changes
2
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
runtime/common/src/crowdloan.rs
View file @
56312398
This diff is collapsed.
Click to expand it.
runtime/common/src/integration_tests.rs
View file @
56312398
...
...
@@ -366,7 +366,7 @@ fn basic_end_to_end_works() {
run_to_block
(
109
);
assert_eq!
(
last_event
(),
crowdloan
::
Raw
Event
::
HandleBidResult
(
ParaId
::
from
(
para_2
),
Ok
(()))
.into
(),
crowdloan
::
Event
::
<
Test
>
::
HandleBidResult
(
ParaId
::
from
(
para_2
),
Ok
(()))
.into
(),
);
run_to_block
(
110
);
assert_eq!
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment