-
Notifications
You must be signed in to change notification settings - Fork 204
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
Feat/RelayedV3 #5741
Feat/RelayedV3 #5741
Conversation
…s + refactor on relayed tests
…into relayedV3 # Conflicts: # go.mod # go.sum
… to be the same with parent tx sender and removed skip for balance check as it is not needed anymore
Relayed v3
Separate fee handling for inner tx of type move balance
…into feat/relayedv3 # Conflicts: # api/groups/transactionGroup.go # cmd/node/config/enableEpochs.toml # common/enablers/enableEpochsHandler.go # common/enablers/enableEpochsHandler_test.go # common/enablers/epochFlags.go # common/interface.go # config/epochConfig.go # config/tomlConfig_test.go # go.mod # go.sum # integrationTests/multiShard/relayedTx/relayedTx_test.go # integrationTests/vm/txsFee/relayedScDeploy_test.go # node/node.go # process/errors.go # process/transaction/shardProcess_test.go # testscommon/enableEpochsHandlerMock/enableEpochsHandlerStub.go
…elayedv3_2024.07.04 Merge rc 17next1 into feat relayedv3 2024.07.04
…on failed tx logs
…nner Added more integration tests for non-executable inner tx + small fix on logs append
Change receivers ids relayed v3 and multi transfer integration
…n-go into feat/relayedv3 # Conflicts: # go.mod # go.sum
…layedv3_2024.07.18 Merge rc17next1 into feat relayedv3 2024.07.18
…n-go into feat/relayedv3 # Conflicts: # cmd/node/config/enableEpochs.toml # common/constants.go # common/enablers/enableEpochsHandler.go # config/epochConfig.go
…layedv3_2024.07.19 Merge rc17next1 into feat relayedv3 2024.07.19
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.
System Test is finished.
The nodes were closed when they gave each of the errors.
`Normal allin test: v1.7.13-dev-config-aebb55e8e0 -> feat\relayedv3
--- Specific errors ---
block hash does not match 2095
wrong nonce in block 975
miniblocks does not match 0
num miniblocks does not match 0
miniblock hash does not match 0
block bodies does not match 1
receipts hash missmatch 1
/------/
--- Statistics ---
Nr. of all ERRORS: 4
Nr. of all WARNS: 1038
Nr. of new ERRORS: 3
Nr. of new WARNS: 6
Nr. of PANICS: 0
/------/
--- ERRORS ---
ovh-p04-observer-3 :
Error: error calling SaveAccounts, will retry driver = *host.hostDriver retrial in = error = connection not open while sending data on route for topic SaveAccounts 3
/------/
--- WARNINGS ---
ovh-p04-observer-3 :
Warn: wt.Listen()-> connection problem error = connection not open 5
Warn: outport.monitorCompletionOnDriver took too long function = saveAccountsBlocking driver = *host.hostDriver message counter = time = 1`
fixed tests by using real FailedTxLogsAccumulator
599170a
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:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?