-
Notifications
You must be signed in to change notification settings - Fork 247
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
Fixing compilation errors related to go-ethereum update (non-wallet-related for now) #5458
Comments
Below are the current compilation errors:
|
Updated https://github.com/status-im/status-go/tree/feature/ethereum-rebase-loggin branch. The The only difference between There is an issue from
EDIT: wanted to leave pointers to specific upstream PRs that have caused most changes to external API for go-ethereum's logger:
In general, general blog post at https://go.dev/blog/slog and package documentation at https://pkg.go.dev/log/[email protected] provide a good source of information. |
Current progress updates:
|
Fixed After updating |
Fixed test ouput in go-discover tests. Now it's virtually identical to the pre-migration version. The PRs to go-waku and go-discover repos (waku-org/go-discover#8 and waku-org/go-waku#1172) will wait for https://github.com/status-im/go-ethereum/tree/wip-rebase-2 to be merged. Updated go-waku version in status-go update branch https://github.com/status-im/status-go/tree/feature/ethereum-rebase-loggin, fixing some issues related to go-waku updates. All logger-related issues seem to be resolved. |
Wallet compiler issue in
|
Last commit in https://github.com/status-im/go-ethereum/tree/wip-rebase-2 branch of go-ethereum fork is an attempt at cherry-picking OptimismTx-related changes: status-im/go-ethereum@32ff110 |
Problem
Current
go-ethereum
dependency is outdated. We use our own fork of go-ethereum (https://github.com/status-im/go-ethereum).For
go-ethereum
, the rebase with upstream has been done inwip-rebase
branch (https://github.com/status-im/go-ethereum/commits/wip-rebase/). However, the compilation errors instatus-go
aftergo-ethereum
dependency update are to be fixed.Current working branch: https://github.com/status-im/status-go/tree/feature/ethereum-rebase-loggin
Future Steps
Fix wallet-related issues
The text was updated successfully, but these errors were encountered: