-
Notifications
You must be signed in to change notification settings - Fork 205
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
Merge rc1.4 feat elrond go storage #4473
Merged
gabi-vuls
merged 498 commits into
feat/elrond-go-storage
from
merge-rc1.4-feat-elrond-go-storage
Sep 19, 2022
Merged
Merge rc1.4 feat elrond go storage #4473
gabi-vuls
merged 498 commits into
feat/elrond-go-storage
from
merge-rc1.4-feat-elrond-go-storage
Sep 19, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ochs For historical lookups, load block coordinates from older epochs, as well
…ived in epoch start meta block, when a node starts in epoch before mini block partial execution feature is activated
…te (depending on config etc.).
… 1000000 for debugging stuff
…ocessor Fix direct connections processor
Switch heartbeat v2 to single data interceptor as multi data is not needed
…ocessed-txs-in-pending-mbs Fix set of indexes for processed txs in pending mbs
# Conflicts: # go.mod
…b.com/gin-contrib/pprof-1.4.0
- increased the timeout to 5 minutes
- reverted the timeout to 30 seconds
…c-calls log txhash as well for too long sc calls
State snapshot improvement
Added processDebugger component
…-in-progress Prevent parallel snapshots
Outport driver stuck prints
…b.com/gin-contrib/pprof-1.4.0
…elopment/github.com/gin-contrib/pprof-1.4.0 Bump github.com/gin-contrib/pprof from 1.3.0 to 1.4.0
# Conflicts: # common/constants.go # dataRetriever/factory/dataPoolFactory.go # dataRetriever/factory/resolverscontainer/args.go # epochStart/bootstrap/syncValidatorStatus.go # go.mod # integrationTests/p2p/antiflood/blacklist/blacklist_test.go # integrationTests/testHeartbeatNode.go # integrationTests/testP2PNode.go # process/block/metablock.go # process/block/shardblock.go # storage/interface.go # storage/leveldb/leveldb.go # storage/leveldb/leveldbSerial.go # storage/pruning/fullHistoryTriePruningStorer.go # storage/pruning/triePruningStorer.go # storage/storageUnit/storageunit.go # storage/timecache/export_test.go # storage/timecache/peerTimeCache_test.go # storage/timecache/timeCache.go # storage/timecache/timeCache_test.go # testscommon/dataRetriever/poolFactory.go # testscommon/dataRetriever/poolsHolderMock.go
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.
just a proper release in elrond-go-storage. Otherwise looks good
iulianpascalau
approved these changes
Sep 16, 2022
bogdan-rosianu
approved these changes
Sep 16, 2022
gabi-vuls
approved these changes
Sep 19, 2022
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 passed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the reasoning behind the pull request
branch update with latest changes
Proposed Changes
merge rc/v1.4.0 into feat/elrond-go-storage