Closed red-0ne closed 3 weeks ago
The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks.
You may need to run make trigger_ci
to submit an empty commit that'll trigger the tests.
GCP workloads (requires changing the namespace to 836)) Grafana network dashboard for devnet-issue-836
Summary
This PR prepares for claimed amount calculation to use the
RelayDifficultyMultiplier
.RelayDifficultyTargetHash
proof
param.prooftypes.DefaultRelayDifficultyTargetHash
occurrences withprotocol.BaseRelayDifficultyHashBz
.RleayMiningDifficulty
logic to theservice
module due to cyclic dependencies.num_compute_units
tonum_claimed_compute_units
and addnum_estimated_compute_units
andclaimed_amount_upokt
The PR is only renaming and moving of files most (~13200LOC) changes are auto-generated code.
Type of change
Select one or more from the following:
consensus-breaking
label if so. See #791 for detailsTesting
make docusaurus_start
; only needed if you make doc changesmake go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR.Sanity Checklist