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
4f71771f
Unverified
Commit
4f71771f
authored
8 months ago
by
bgallois
Browse files
Options
Downloads
Patches
Plain Diff
fix filter
parent
69b7f176
No related branches found
No related tags found
1 merge request
!278
Fix #235 allow remark in prod with a limit on extrinsic size for free transaction
Pipeline
#38106
passed
8 months ago
Stage: labels
Stage: quality
Stage: build
Stage: tests
Stage: deploy
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
runtime/g1/src/lib.rs
+0
-6
0 additions, 6 deletions
runtime/g1/src/lib.rs
runtime/gdev/src/lib.rs
+0
-6
0 additions, 6 deletions
runtime/gdev/src/lib.rs
runtime/gtest/src/lib.rs
+0
-6
0 additions, 6 deletions
runtime/gtest/src/lib.rs
with
0 additions
and
18 deletions
runtime/g1/src/lib.rs
+
0
−
6
View file @
4f71771f
...
...
@@ -173,7 +173,6 @@ mod benches {
pub
struct
BaseCallFilter
;
impl
Contains
<
RuntimeCall
>
for
BaseCallFilter
{
#[cfg(not(feature
=
"runtime-benchmarks"
))]
fn
contains
(
call
:
&
RuntimeCall
)
->
bool
{
!
matches!
(
call
,
...
...
@@ -181,11 +180,6 @@ impl Contains<RuntimeCall> for BaseCallFilter {
|
RuntimeCall
::
Session
(
_
)
)
}
#[cfg(feature
=
"runtime-benchmarks"
)]
fn
contains
(
call
:
&
RuntimeCall
)
->
bool
{
!
matches!
(
call
,
RuntimeCall
::
Session
(
_
))
}
}
/// The type used to represent the kinds of proxying allowed.
...
...
This diff is collapsed.
Click to expand it.
runtime/gdev/src/lib.rs
+
0
−
6
View file @
4f71771f
...
...
@@ -175,7 +175,6 @@ mod benches {
pub
struct
BaseCallFilter
;
impl
Contains
<
RuntimeCall
>
for
BaseCallFilter
{
#[cfg(not(feature
=
"runtime-benchmarks"
))]
fn
contains
(
call
:
&
RuntimeCall
)
->
bool
{
!
matches!
(
call
,
...
...
@@ -183,11 +182,6 @@ impl Contains<RuntimeCall> for BaseCallFilter {
|
RuntimeCall
::
Session
(
_
)
)
}
#[cfg(feature
=
"runtime-benchmarks"
)]
fn
contains
(
call
:
&
RuntimeCall
)
->
bool
{
!
matches!
(
call
,
RuntimeCall
::
Session
(
_
))
}
}
/// The type used to represent the kinds of proxying allowed.
...
...
This diff is collapsed.
Click to expand it.
runtime/gtest/src/lib.rs
+
0
−
6
View file @
4f71771f
...
...
@@ -173,7 +173,6 @@ mod benches {
pub
struct
BaseCallFilter
;
impl
Contains
<
RuntimeCall
>
for
BaseCallFilter
{
#[cfg(not(feature
=
"runtime-benchmarks"
))]
fn
contains
(
call
:
&
RuntimeCall
)
->
bool
{
!
matches!
(
call
,
...
...
@@ -181,11 +180,6 @@ impl Contains<RuntimeCall> for BaseCallFilter {
|
RuntimeCall
::
Session
(
_
)
)
}
#[cfg(feature
=
"runtime-benchmarks"
)]
fn
contains
(
call
:
&
RuntimeCall
)
->
bool
{
!
matches!
(
call
,
RuntimeCall
::
Session
(
_
))
}
}
/// The type used to represent the kinds of proxying allowed.
...
...
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