-
Notifications
You must be signed in to change notification settings - Fork 13
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
[DO NOT MERGE] RelayMiner querier caching #1038
Draft
red-0ne
wants to merge
25
commits into
feat/onchain-cache
Choose a base branch
from
cache-relayminer
base: feat/onchain-cache
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+4,284
−1,482
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Summary Update the supplier query endpoint to use **AutoCLI** and add a flag to filter by `ServiceID` ### Primary Changes: - Add `service_id` filter to `list-suppliers` query to support filtering suppliers by service ID - Update CLI command from `list-supplier` to `list-suppliers` for improved clarity - Change revenue share percentage field type from `float32` to `uint32` to fix autoCLI issues ### Secondary changes: - Update documentation and config examples to reflect the new revenue share percentage type - Remove legacy CLI commands in favor of autocli implementation <img width="1286" alt="Screenshot 2025-01-16 at 12 58 06 PM" src="https://github.com/user-attachments/assets/63583424-9a96-4195-82b0-6e58cc676e8b" /> <img width="1295" alt="Screenshot 2025-01-16 at 12 57 52 PM" src="https://github.com/user-attachments/assets/f2c10d81-5e5d-4b76-b375-bd2190eba7a5" /> ## Type of change Select one or more from the following: - [x] New feature, functionality or library - [x] Consensus breaking; add the `consensus-breaking` label if so. See #791 for details - [ ] Bug fix - [ ] Code health or cleanup - [ ] Documentation - [ ] Other (specify) ## Testing - [x] **Documentation**: `make docusaurus_start`; only needed if you make doc changes - [x] **Unit Tests**: `make go_develop_and_test` - [ ] **LocalNet E2E Tests**: `make test_e2e` - [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR. ## Sanity Checklist - [ ] I have tested my changes using the available tooling - [x] I have commented my code - [x] I have performed a self-review of my own code; both comments & source code - [x] I create and reference any new tickets, if applicable - [x] I have left TODOs throughout the codebase, if applicable
The image is going to be pushed after the next commit. You can use If you also want to run E2E tests, please add |
## Summary Upgrade github ations from `v3` to `v4`. ## Issue ### Origin Document https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ <img width="1006" alt="Screenshot 2025-01-23 at 2 32 22 PM" src="https://github.com/user-attachments/assets/bcf75024-c2bb-4c2c-b38f-90d2d864af2a" /> ### Example in action <img width="1678" alt="Screenshot 2025-01-23 at 2 32 40 PM" src="https://github.com/user-attachments/assets/a0fddefd-71df-49f0-aa53-1ecb827e85af" /> https://github.com/buildwithgrove/path/actions/runs/12935368023/job/36078630477 --------- Co-authored-by: Dmitry K <[email protected]> Co-authored-by: Dima K. <[email protected]>
## Summary Performed the first upgrade on the Alpha TestNet. Add some documentation changes to prevent some issues in the future. ## Issue N/A ## Type of change Select one or more from the following: - [ ] New feature, functionality or library - [ ] Consensus breaking; add the `consensus-breaking` label if so. See #791 for details - [ ] Bug fix - [x] Code health or cleanup - [x] Documentation - [ ] Other (specify) ## Testing - [x] **Documentation**: `make docusaurus_start`; only needed if you make doc changes - [ ] **Unit Tests**: `make go_develop_and_test` - [ ] **LocalNet E2E Tests**: `make test_e2e` - [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR. ## Sanity Checklist - [ ] I have tested my changes using the available tooling - [ ] I have commented my code - [ ] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [ ] I have left TODOs throughout the codebase, if applicable --------- Co-authored-by: DK <[email protected]> Co-authored-by: Daniel Olshansky <[email protected]> Co-authored-by: Bryan White <[email protected]>
## Summary Construct a new logger instance for each session during settlement to avoid field duplication. ## Issue - https://discord.com/channels/824324475256438814/1316109400917934201/1330007345882988665 ## Type of change Select one or more from the following: - [ ] New feature, functionality or library - [ ] Consensus breaking; add the `consensus-breaking` label if so. See #791 for details - [x] Bug fix - [ ] Code health or cleanup - [ ] Documentation - [ ] Other (specify) ## Testing - [ ] **Documentation**: `make docusaurus_start`; only needed if you make doc changes - [ ] **Unit Tests**: `make go_develop_and_test` - [ ] **LocalNet E2E Tests**: `make test_e2e` - [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR. ## Sanity Checklist - [ ] I have tested my changes using the available tooling - [ ] I have commented my code - [ ] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [ ] I have left TODOs throughout the codebase, if applicable
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add simple caches to the
RelayMiner
queriers, with invalidation at each block.Issue
Type of change
Select one or more from the following:
consensus-breaking
label if so. See [Infra] Automatically add theconsensus-breaking
label #791 for detailsTesting
make go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR.Sanity Checklist