fix: use local GUARD values.yaml for overriding temporary values#1732
fix: use local GUARD values.yaml for overriding temporary values#1732
Conversation
Olshansk
left a comment
There was a problem hiding this comment.
@commoddity NOTE: I haven't debugged.
My expectation with this PR: make localnet_down && make localnet_up will "simply work" out of the box w/ a new poktroll repo.
What's the expectation with this PR from your POV?
Here is what I've done:
git clone git@github.com:pokt-network/poktroll.git poktroll
cd poktroll
make localnet_up
# go to http://localhost:10350/There was a problem hiding this comment.
@commoddity NOTE: I haven't debugged.
My expectation with this PR: make localnet_down && make localnet_up will "simply work" out of the box w/ a new poktroll repo.
What's the expectation with this PR from your POV?
Here is what I've done:
git clone git@github.com:pokt-network/poktroll.git poktroll
cd poktroll
gcor fix-guard-override
make localnet_up
# go to http://localhost:10350/|
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 1732) |
…lidator-delegator-rewards * pokt/main: [Validator] Documentation / Playbook to track rewards (#1725) Minor fix to docs Minor update to release_tag_rc feat: Add in-memory SMT storage option for RelayMiner (#1730) fix: use local GUARD values.yaml for overriding temporary values (#1732) [PARAMS][GOVERNANCE] Updating CUTTM per Foundation request (#1733) [Migration] chore: update Morse account recovery allowlist (#1731)
* pokt/main: [RelayMiner] Fix for in-memory SMT (#1730 followup) (#1737) [Validator] Documentation / Playbook to track rewards (#1725) Minor fix to docs Minor update to release_tag_rc feat: Add in-memory SMT storage option for RelayMiner (#1730) fix: use local GUARD values.yaml for overriding temporary values (#1732) [PARAMS][GOVERNANCE] Updating CUTTM per Foundation request (#1733) [Migration] chore: update Morse account recovery allowlist (#1731)


🌿 Summary
Add local
guard-overrides.yamlfile and update Tiltfile to use it for temporary GUARD configuration overrides.🌱 Primary Changes:
guard-overrides.yamlwith workarounds for Envoy Ratelimit Service and extension hooks errors🍃 Secondary changes:
🛠️ Type of change
Select one or more from the following: