-
Notifications
You must be signed in to change notification settings - Fork 168
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] working diff of latest changes against boonet #2335
base: boonet
Are you sure you want to change the base?
Conversation
Co-authored-by: aBear <abear@berachain.com>
Signed-off-by: Alberto Benegiamo <abear@berachain.com> Co-authored-by: Alberto Benegiamo <abear@berachain.com>
Co-authored-by: aBear <abear@berachain.com>
Co-authored-by: aBear <abear@berachain.com>
Co-authored-by: aBear <abear@berachain.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aBear <abear@berachain.com>
…2213) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aBear <abear@berachain.com>
… to 10.23.0 (#2215) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aBear <abear@berachain.com>
… the go_modules group (#2217) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aBear <abear@berachain.com>
…timistically (#2240) Signed-off-by: nidhi-singh02 <trippin@berachain.com> Signed-off-by: Nidhi Singh <trippin@berachain.com>
I originally moved this to the chain package due to cyclic dependencies, but I only needed to do that for the ChainSpec type and not the others, so reverting that here.
We always call handleRPCError(err) on a non nil err so this has to be a false positive error reported by nilalawy.
Signed-off-by: Cal Bera <calbera@berachain.com> Co-authored-by: Cal Bera <calbera@berachain.com> Co-authored-by: Shota Ehrlich <shotaehrlich@yahoo.com>
Signed-off-by: Cal Bera <calbera@berachain.com> Co-authored-by: aBear <abear@berachain.com> Co-authored-by: Shota Ehrlich <shotaehrlich@yahoo.com>
Co-authored-by: Alessandro Sforzin <alessandro@informal.systems> Co-authored-by: Friðrik Ásmundsson <fridrik01@gmail.com>
Updated go.mod and go.sum to pull latest version of cometbft.
Co-authored-by: aBear <abear@berachain.com>
…l verification (#2311) Co-authored-by: Alberto Benegiamo <abear@berachain.com>
Signed-off-by: nidhi-singh02 <trippin@berachain.com> Signed-off-by: Cal Bera <calbera@berachain.com> Co-authored-by: Cal Bera <calbera@berachain.com>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
id: 'auth' | ||
uses: 'google-github-actions/auth@v2' | ||
id: "auth" | ||
uses: "google-github-actions/auth@v2" |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step: auth
name: 'Set up Cloud SDK' | ||
uses: 'google-github-actions/setup-gcloud@v2' | ||
name: "Set up Cloud SDK" | ||
uses: "google-github-actions/setup-gcloud@v2" |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
No description provided.