Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Scheduling Scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
xx network
Scheduling Scripts
Commits
ae2cf69f
Commit
ae2cf69f
authored
Nov 13, 2021
by
Jake Taylor
Browse files
Options
Downloads
Plain Diff
Merge branch 'bernie-c-master-patch-29724' into 'master'
Fix Cmix pallet queries See merge request
!4
parents
93aeb110
da294511
Branches
Branches containing commit
No related tags found
1 merge request
!4
Fix Cmix pallet queries
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
points.py
+2
-2
2 additions, 2 deletions
points.py
scheduling.py
+1
-1
1 addition, 1 deletion
scheduling.py
with
3 additions
and
3 deletions
points.py
+
2
−
2
View file @
ae2cf69f
...
@@ -339,7 +339,7 @@ def poll_point_info(substrate):
...
@@ -339,7 +339,7 @@ def poll_point_info(substrate):
# Get Cmix Variables
# Get Cmix Variables
try
:
try
:
cmix_variables
=
substrate
.
query
(
cmix_variables
=
substrate
.
query
(
module
=
'
XX
Network
'
,
module
=
'
XX
Cmix
'
,
storage_function
=
'
CmixVariables
'
,
storage_function
=
'
CmixVariables
'
,
params
=
[]
params
=
[]
)
)
...
@@ -373,7 +373,7 @@ def push_point_info(substrate, call_function, keypair, wallet_points):
...
@@ -373,7 +373,7 @@ def push_point_info(substrate, call_function, keypair, wallet_points):
log
.
debug
(
f
"
Attempting to submit
{
call_function
}
with points:
{
wallet_points
}
"
)
log
.
debug
(
f
"
Attempting to submit
{
call_function
}
with points:
{
wallet_points
}
"
)
call
=
substrate
.
compose_call
(
call
=
substrate
.
compose_call
(
call_module
=
'
XX
Network
'
,
call_module
=
'
XX
Cmix
'
,
call_function
=
call_function
,
call_function
=
call_function
,
call_params
=
{
"
data
"
:
wallet_points
}
call_params
=
{
"
data
"
:
wallet_points
}
)
)
...
...
This diff is collapsed.
Click to expand it.
scheduling.py
+
1
−
1
View file @
ae2cf69f
...
@@ -258,7 +258,7 @@ def poll_cmix_info(substrate):
...
@@ -258,7 +258,7 @@ def poll_cmix_info(substrate):
# Get Cmix Variables
# Get Cmix Variables
try
:
try
:
cmix_variables
=
substrate
.
query
(
cmix_variables
=
substrate
.
query
(
module
=
'
XX
Network
'
,
module
=
'
XX
Cmix
'
,
storage_function
=
'
CmixVariables
'
,
storage_function
=
'
CmixVariables
'
,
params
=
[]
params
=
[]
)
)
...
...
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