Skip to content
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

CHAINS-584 - Upgrade geth to v1.12.2 #15

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

CHAINS-584 - Upgrade geth to v1.12.2 #15

wants to merge 7 commits into from

Conversation

gitteri
Copy link

@gitteri gitteri commented Aug 21, 2023

This PR syncs our fork with v1.12.2 from upstream. Cmds used to create this pr:

git remote add upstream git@github.com:ethereum/go-ethereum.git
git fetch upstream
git checkout -b CHAINS-584
git rebase v1.12.2
git push --set-upstream origin CHAINS-584

dependabot bot and others added 7 commits August 12, 2023 00:18
build(deps): bump github.com/supranational/blst

Bumps [github.com/supranational/blst](https://github.com/supranational/blst) from 0.3.11-0.20230406105308-e9dfc5ee724b to 0.3.11.
- [Release notes](https://github.com/supranational/blst/releases)
- [Commits](https://github.com/supranational/blst/commits/v0.3.11)

---
updated-dependencies:
- dependency-name: github.com/supranational/blst
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The Go authors updated golang/x/ext to change the function signature of the slices sort method. 
It's an entire shitshow now because x/ext is not tagged, so everyone's codebase just 
picked a new version that some other dep depends on, causing our code to fail building.

This PR updates the dep on our code too and does all the refactorings to follow upstream...
This upgrades to the latest release of ckzg, and also attempts to fix some blst-related
build errors that occur on launchpad.net.
@gitteri gitteri changed the base branch from master to release/1.8 August 21, 2023 22:37
@gitteri gitteri changed the base branch from release/1.8 to master August 21, 2023 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants