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
Merge requests
!50
Custom genesis for end2end tests & cucumber binary in docker
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Custom genesis for end2end tests & cucumber binary in docker
elois-custom-genesis-for-end2end-tests
into
master
Overview
0
Commits
4
Pipelines
0
Changes
14
Merged
Éloïs
requested to merge
elois-custom-genesis-for-end2end-tests
into
master
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 2
version 3
e45d6283
2 years ago
version 2
667ca087
2 years ago
version 1
64488bd8
2 years ago
master (base)
and
version 3
latest version
163cf393
4 commits,
2 years ago
version 3
e45d6283
4 commits,
2 years ago
version 2
667ca087
4 commits,
2 years ago
version 1
64488bd8
3 commits,
2 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
runtime/common/src/pallets_config.rs
+
1
−
1
Options
@@ -262,7 +262,7 @@ macro_rules! pallets_config {
impl
pallet_atomic_swap
::
Config
for
Runtime
{
type
Event
=
Event
;
type
SwapAction
=
pallet_atomic_swap
::
BalanceSwapAction
<
AccountId
,
Balances
>
;
type
ProofLimit
=
frame_support
::
traits
::
ConstU32
<
255
>
;
type
ProofLimit
=
frame_support
::
traits
::
ConstU32
<
1_024
>
;
}
impl
pallet_provide_randomness
::
Config
for
Runtime
{
Loading