-
Notifications
You must be signed in to change notification settings - Fork 215
Update go 1.23 #6511
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
Update go 1.23 #6511
Conversation
…n-go into update_go_1.22 # Conflicts: # go.mod # go.sum
…n-go into update_go_1.22 # Conflicts: # cmd/node/config/enableEpochs.toml # common/constants.go # common/enablers/enableEpochsHandler.go # config/epochConfig.go
…n-go into update_go_1.22 # Conflicts: # cmd/node/config/enableEpochs.toml # common/constants.go # common/enablers/enableEpochsHandler.go # common/enablers/enableEpochsHandler_test.go # config/epochConfig.go # config/tomlConfig_test.go # go.mod # go.sum # node/metrics/metrics_test.go
…into update_go_1.22 # Conflicts: # common/constants.go # common/enablers/enableEpochsHandler_test.go # config/epochConfig.go # config/tomlConfig_test.go # docker/keygenerator/Dockerfile # docker/node/Dockerfile # docker/seednode/Dockerfile # docker/termui/Dockerfile # go.mod # go.sum # node/metrics/metrics.go # node/metrics/metrics_test.go # statusHandler/statusMetricsProvider.go # statusHandler/statusMetricsProvider_test.go
|
|
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
cmd/node/config/enableEpochs.toml
Outdated
| FixBackTransferOPCODEEnableEpoch = 2 | ||
|
|
||
| # ValidationOnGobDecodeEnableEpoch represents the epoch when validation on GobDecode will be taken into account | ||
| ValidationOnGobDecodeEnableEpoch = 5 |
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.
epoch = 2 ?
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
testscommon/goroutines/filter.go
Outdated
| "github.com/libp2p/go-libp2p-nat.(*NAT)", | ||
| "net._C2func_getaddrinfo", | ||
| "net.cgoLookupIP", // for net.cgoLookupIP and net.cgoLookupIPCNAME | ||
| "github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem.(*memoryAddrBook)", // TODO remove it after pubsub update, fixed here https://github.com/libp2p/go-libp2p-pubsub/pull/568 |
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.
How can we make sure we don't forget?
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.
forgot, of course.. removed as it was released
| journals = append(journals, runScenario(t, newScenario(10, 10000, 100, "0"), memoryAssertion{36, 53}, memoryAssertion{16, 36})) | ||
| journals = append(journals, runScenario(t, newScenario(100000, 1, 1024, "0"), memoryAssertion{120, 140}, memoryAssertion{32, 60})) | ||
|
|
||
| // With larger memory footprint | ||
|
|
||
| journals = append(journals, runScenario(t, newScenario(100000, 3, 650, "0"), memoryAssertion{290, 335}, memoryAssertion{80, 148})) | ||
| journals = append(journals, runScenario(t, newScenario(150000, 2, 650, "0"), memoryAssertion{290, 335}, memoryAssertion{90, 160})) | ||
| journals = append(journals, runScenario(t, newScenario(300000, 1, 650, "0"), memoryAssertion{290, 335}, memoryAssertion{100, 190})) | ||
| journals = append(journals, runScenario(t, newScenario(30, 10000, 650, "0"), memoryAssertion{290, 335}, memoryAssertion{60, 132})) | ||
| journals = append(journals, runScenario(t, newScenario(300, 1000, 650, "0"), memoryAssertion{290, 335}, memoryAssertion{60, 148})) | ||
| journals = append(journals, runScenario(t, newScenario(100000, 3, 650, "0"), memoryAssertion{290, 340}, memoryAssertion{80, 148})) | ||
| journals = append(journals, runScenario(t, newScenario(150000, 2, 650, "0"), memoryAssertion{290, 340}, memoryAssertion{90, 160})) | ||
| journals = append(journals, runScenario(t, newScenario(300000, 1, 650, "0"), memoryAssertion{290, 340}, memoryAssertion{100, 190})) | ||
| journals = append(journals, runScenario(t, newScenario(30, 10000, 650, "0"), memoryAssertion{290, 340}, memoryAssertion{60, 132})) | ||
| journals = append(journals, runScenario(t, newScenario(300, 1000, 650, "0"), memoryAssertion{290, 340}, memoryAssertion{60, 148})) |
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.
Due to relayed v3, I think, right?
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
5b2d632
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
danidrasovean
left a comment
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.
Half - Half test: update_go_1.22-2fdffff6c2 and rc/barnard
--- Specific errors ---
block hash does not match 0
wrong nonce in block 12
miniblocks does not match 0
num miniblocks does not match 0
miniblock hash does not match 0
block bodies does not match 0
receipts hash missmatch 0
/------/
--- Statistics ---
Nr. of all ERRORS: 10
Nr. of all WARNS: 206
Nr. of new ERRORS: 10
Nr. of new WARNS: 17
Nr. of PANICS: 0
Nodes with panic: []
/------/
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
featbranch created?featbranch merging, do all satellite projects have a proper tag insidego.mod?