-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Dependencies] Update deps #673
Conversation
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
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.
Missing changelog in module: persistence/
Changelog verification failed. See error messages for more detail.
Please update the relevant CHANGELOG.md files and ensure they follow the correct format.
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.
Missing changelog in module: persistence/
Changelog verification failed. See error messages for more detail.
Please update the relevant CHANGELOG.md files and ensure they follow the correct format.
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.
Tested it on my M1 and it works!
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.
Missing changelog in module: persistence/
Changelog verification failed. See error messages for more detail.
Please update the relevant CHANGELOG.md files and ensure they follow the correct format.
The check succeeded, dismissing the review comment.
## Description This PR aims to consolidate all the different `TxResult` protobufs and interfaces into a single `TxResult` protobuf located in `shared/core/types` It also gives the `TxIndexer` a persistent path in the 4 config files located in `build/config` ## Issue Fixes N/A ## Type of change Please mark the relevant option(s): - [ ] New feature, functionality or library - [ ] Bug fix - [x] Code health or cleanup - [ ] Major breaking change - [ ] Documentation - [ ] Other ## List of changes - Consolidate `TxResult` protobufs into a single file in the coreTypes module - Give `TxIndexer` a persistent path ## Testing - [x] `make develop_test`; if any code changes were made - [x] [Docker Compose LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md); if any major functionality was changed or introduced - [x] [k8s LocalNet](https://github.com/pokt-network/pocket/blob/main/build/localnet/README.md); if any infrastructure or configuration changes were made ## Required Checklist - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have added, or updated, [`godoc` format comments](https://go.dev/blog/godoc) on touched members (see: [tip.golang.org/doc/comment](https://tip.golang.org/doc/comment)) - [x] I have tested my changes using the available tooling - [x] I have updated the corresponding CHANGELOG ### If Applicable Checklist - [ ] I have updated the corresponding README(s); local and/or global - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added, or updated, [mermaid.js](https://mermaid-js.github.io) diagrams in the corresponding README(s) - [ ] I have added, or updated, documentation and [mermaid.js](https://mermaid-js.github.io) diagrams in `shared/docs/*` if I updated `shared/*`README(s)
* refactor/consolidate-p2p-modules: (72 commits) chore: update changelog chore: tidy type assertions chore: simplify log fix: module restart `WithHost` (again) chore: improve comments chore: add TECHDEBT comment fix: test helper & add TECHDEBT comment [Shared] `TxResult` consolidation (Merge After #673) (#676) [Dependencies] Update deps (#673) [Infra] Update reviewpad configuration (#675) chore: update changelog fix: re-evaluate options on p2p module `#Start()` chore: group imports chore: `RainTreeConfig#isValid()` returns multierr chore: remove `use_libp2p` from k8s config test: pass `*testing.T` to `getPeerstore` helper chore: improve error log messaging chore: remove unnecessary multierror usage chore: update/improve comments use pod IP for POCKET_P2P_HOSTNAME ...
* refactor/consolidate-p2p-modules: chore: update changelog chore: tidy type assertions chore: simplify log fix: module restart `WithHost` (again) chore: improve comments chore: add TECHDEBT comment fix: test helper & add TECHDEBT comment [Shared] `TxResult` consolidation (Merge After #673) (#676) [Dependencies] Update deps (#673) [Infra] Update reviewpad configuration (#675)
Description
This PR updates the dependencies to use
pocket-network/smt
(our fork) instead ofcelestiaorg/smt
for the SMT.It is recommended to run the following:
Issue
Fixes N/A
Type of change
Please mark the relevant option(s):
List of changes
go.mod
and the codebase to use thepocket-network/smt
fork of celestia's SMT now it is archivedTesting
make develop_test
; if any code changes were madeRequired Checklist
godoc
format comments on touched members (see: tip.golang.org/doc/comment)If Applicable Checklist
shared/docs/*
if I updatedshared/*
README(s)