Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
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
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!47
[enh] BMA: blockchain/parameters: add sigReplay and msPeriod
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
[enh] BMA: blockchain/parameters: add sigReplay and msPeriod
bma_params
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Moul
requested to merge
bma_params
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cddad483
1 commit,
6 years ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
duniterpy/api/bma/blockchain.py
+
6
−
0
View file @ cddad483
Edit in single-file editor
Open in Web IDE
Show full file
@@ -208,12 +208,18 @@ PARAMETERS_SCHEMA = {
"
sigQty
"
:
{
"
type
"
:
"
number
"
},
"
sigReplay
"
:
{
"
type
"
:
"
number
"
},
"
xpercent
"
:
{
"
type
"
:
"
number
"
},
"
msValidity
"
:
{
"
type
"
:
"
number
"
},
"
msPeriod
"
:
{
"
type
"
:
"
number
"
},
"
stepMax
"
:
{
"
type
"
:
"
number
"
},
Loading