-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proof Module] Add proof_requirement_threshold
param
#595
[Proof Module] Add proof_requirement_threshold
param
#595
Conversation
Co-authored-by: Daniel Olshansky <[email protected]>
Co-authored-by: Daniel Olshansky <[email protected]>
…param/proof_request_probability
…param/proof_request_probability
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 GCP workloads (requires changing the namespace to 595) |
The image is going to be pushed after the next commit. You can use If you also want to run E2E tests, please add |
f59a006
to
60c6de8
Compare
60c6de8
to
a4f6ac0
Compare
…request_probability * pokt/main: [Proof Module] feat: on-chain proof window validation (#588)
…/579/param/proof_requirement_threshold
…requirement_threshold * pokt/main: [Proof Module] Add `proof_request_probability` param (#593)
proof_requirement_threshold
param
@@ -24,8 +24,8 @@ func TestParams_ValidateMinRelayDifficulty(t *testing.T) { | |||
}{ | |||
{ | |||
desc: "invalid type", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
invalid type or invalid value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid type. It should be a uint64
but this test case uses int64
.
Bypassing failing E2E tests, which passed in 151c4e3. Subsequent commits don't modify any code. |
…missing_penalty * pokt/main: [Proof Module] Add `proof_requirement_threshold` param (#595)
…accounts' into issues/579/test/tokenomics-keeper * pokt/issues/579/refactor/pre-generated-accounts: chore: review feedback improvements [Proof Module] Add `proof_requirement_threshold` param (#595) chore: review improvements refactor: proof_missing_penalty to cosmos.base.v1beta1.Coin type Empty commit fix: keyring.Keyring#NewAccount() arg ordering [Grafana] Improve grafana in preparation for relay mining stress test (#599) [Relay Mining] Foundation for integration test helpers + start integrating Relay Mining into EndBlocker (#571) chore: update yarn.lock docs: add adding on-chain params page chore: self-review chore: review
…/probabilistic-proofs * issues/579/test/tokenomics-keeper: chore: review improvements chore: review feedback improvements [Proof Module] Add `proof_requirement_threshold` param (#595) chore: review improvements refactor: proof_missing_penalty to cosmos.base.v1beta1.Coin type Empty commit fix: keyring.Keyring#NewAccount() arg ordering [Grafana] Improve grafana in preparation for relay mining stress test (#599) [Relay Mining] Foundation for integration test helpers + start integrating Relay Mining into EndBlocker (#571) chore: update yarn.lock docs: add adding on-chain params page chore: self-review chore: review
…hore/telemetry * issues/579/feat/probabilistic-proofs: chore: post-merge cleanup chore: review improvements chore: review feedback improvements fix: failing CI unit test test: add coverage for tokenomicstypes.Keeper#isProofRequired() fix: use seeded deterministic PRNG [Proof Module] Add `proof_requirement_threshold` param (#595) chore: review improvements refactor: proof_missing_penalty to cosmos.base.v1beta1.Coin type Empty commit fix: keyring.Keyring#NewAccount() arg ordering [Grafana] Improve grafana in preparation for relay mining stress test (#599) [Relay Mining] Foundation for integration test helpers + start integrating Relay Mining into EndBlocker (#571) chore: update yarn.lock docs: add adding on-chain params page chore: self-review chore: review
Co-authored-by: Daniel Olshansky <[email protected]>
Summary
Add
proof_requirement_threshold
param to theproof
module.Issue
Type of change
Select one or more:
Testing
Documentation changes (only if making doc changes)
make docusaurus_start
; only needed if you make doc changesLocal Testing (only if making code changes)
make go_develop_and_test
make test_e2e
PR Testing (only if making code changes)
devnet-test-e2e
label to the PR.make trigger_ci
if you want to re-trigger tests without any code changesSanity Checklist