Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
e7275f63
Commit
e7275f63
authored
2 years ago
by
Éloïs
Committed by
Éloïs
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: metadata should comply subxt & polkadotjs expectations
parent
940093d3
No related branches found
No related tags found
1 merge request
!51
Oneshot accounts
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pallets/oneshot-account/src/check_nonce.rs
+1
-1
1 addition, 1 deletion
pallets/oneshot-account/src/check_nonce.rs
resources/metadata.scale
+0
-0
0 additions, 0 deletions
resources/metadata.scale
runtime/gdev/src/lib.rs
+1
-1
1 addition, 1 deletion
runtime/gdev/src/lib.rs
with
2 additions
and
2 deletions
pallets/oneshot-account/src/check_nonce.rs
+
1
−
1
View file @
e7275f63
...
@@ -50,7 +50,7 @@ where
...
@@ -50,7 +50,7 @@ where
type
Call
=
<
T
as
frame_system
::
Config
>
::
Call
;
type
Call
=
<
T
as
frame_system
::
Config
>
::
Call
;
type
AdditionalSigned
=
();
type
AdditionalSigned
=
();
type
Pre
=
();
type
Pre
=
();
const
IDENTIFIER
:
&
'static
str
=
"
OneshotAccount
CheckNonce"
;
const
IDENTIFIER
:
&
'static
str
=
"CheckNonce"
;
fn
additional_signed
(
&
self
)
->
sp_std
::
result
::
Result
<
(),
TransactionValidityError
>
{
fn
additional_signed
(
&
self
)
->
sp_std
::
result
::
Result
<
(),
TransactionValidityError
>
{
self
.0
.additional_signed
()
self
.0
.additional_signed
()
...
...
This diff is collapsed.
Click to expand it.
resources/metadata.scale
+
0
−
0
View file @
e7275f63
No preview for this file type
This diff is collapsed.
Click to expand it.
runtime/gdev/src/lib.rs
+
1
−
1
View file @
e7275f63
...
@@ -117,7 +117,7 @@ pub type SignedExtra = (
...
@@ -117,7 +117,7 @@ pub type SignedExtra = (
frame_system
::
CheckEra
<
Runtime
>
,
frame_system
::
CheckEra
<
Runtime
>
,
pallet_oneshot_account
::
CheckNonce
<
Runtime
>
,
pallet_oneshot_account
::
CheckNonce
<
Runtime
>
,
frame_system
::
CheckWeight
<
Runtime
>
,
frame_system
::
CheckWeight
<
Runtime
>
,
//
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
pallet_transaction_payment
::
ChargeTransactionPayment
<
Runtime
>
,
);
);
/// Executive: handles dispatch to the various modules.
/// Executive: handles dispatch to the various modules.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment