-
Notifications
You must be signed in to change notification settings - Fork 57
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
State recover part 4 #324
Open
jpnovais
wants to merge
103
commits into
main
Choose a base branch
from
state-recover-4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
State recover part 4 #324
Changes from all commits
Commits
Show all changes
103 commits
Select commit
Hold shift + click to select a range
2cbb0b0
statereover: add logger to blobscan client
jpnovais c2f8253
statereover: support for legacy transactions in data class and rpc cl…
jpnovais 480c8a2
statereover: improve rest client
jpnovais 196ce3c
statereover: increase decompression default byteArray buffer size
jpnovais 3eb8e64
statereover: remove unnecessary plugin in web3j extension
jpnovais 9823f5d
statereover: adds blob decompressor and deserialization
jpnovais de1a524
statereover: add missing besu libs
jpnovais c912886
coordinator: update docker compose images and make targets
jpnovais bfba022
staterecover: adds custom logger to execution layer client
jpnovais 1516fc3
coordinator: disable log on gasprice staticcaps which are noisy locally
jpnovais ccdff62
coordinator: adds new InstantAsHexNumberSerDe
jpnovais 2ac7a0e
coordinator: removes pointless comment
jpnovais 5fc106a
coordinator: small adjusts on execution layer linea_importForkChoiceU…
jpnovais 84aa0c1
coordinator: remove unnecessary extraData field
jpnovais 169840f
staterecover: add testing dependencies
jpnovais 5baf218
staterecover: improve local stack
jpnovais d7f529b
staterecover: fix make targets
jpnovais bbeb676
Merge branch 'main' into fixes-localstack
jpnovais 2d57a7a
staterecover: fix make targets
jpnovais bd81ea4
Merge branch 'fixes-localstack' into state-recover-4
jpnovais bd5fa8f
staterecover: add TransactionDetailsClient
jpnovais f2c63da
staterecover: adds new ExecutionLayerClient state recover methods
jpnovais 388f68f
Merge branch 'main' into state-recover-4
jpnovais d82be41
staterecover: udpate make target
jpnovais 94ef0f8
staterecover: expose bindedPort in HttpJsonRpcServer
jpnovais ddef8bc
staterecover: adds JsonRpcErrorResponseException#asJsonRpcError
jpnovais 3794bc6
coordinator: fix submission test
jpnovais dba96a8
staterecovery: adds FakeJsonRpcServer
jpnovais 95a46f5
staterecovery: remove unnecessary dependencies
jpnovais a332de3
staterecovery: remove unnecessary lineaEngineForkChoiceUpdated (it wo…
jpnovais 010c8e0
jvmlibs-jsonrpc: fix logger warning "WARN found 3 argument placeholde…
jpnovais 4eec903
jvmlibs-jsonrpc: allow naming
jpnovais aa0a9cd
staterecovery: improve todo message
jpnovais a5b4102
staterecovery: add missing java-test-fixtures
jpnovais 0ca7632
coordinator: carve out LineaRollupSmartContractClientReadOnly
jpnovais 64c1780
coordinator: carve out LineaRollupSmartContractClientReadOnly
jpnovais 9fd5e26
Merge branch 'coordinator-carveout-smartcontract-readonly' into state…
jpnovais 4095396
fix merge conflict on HttpJsonRpcServer
jpnovais c6e39d5
fix MinimalInLineJsonRpcLoggerTest
jpnovais b12b0ae
Merge branch 'main' into state-recover-4
jpnovais cff0a10
staterecovery: add state recovery core APP
jpnovais bb109dd
coordinator: carve out Web3JLogsClient
jpnovais 0164573
staterecovery: use common Web3JLogsClient
jpnovais cef2a8c
staterecovery: use traces v2 for staterocevry int tests in gradle
jpnovais 70fec2f
staterecovery: improve JSON-RPC
jpnovais 8192e97
staterecovery: add util to perform binay search for eth_getLogs accro…
jpnovais bee60b8
staterecovery: improve fake jsonRpcServer
jpnovais 22cf9ce
staterecovery: simplify events fetcher
jpnovais 87bd0a3
staterecovery: carve out EthLogsSearcher interface to clients:interfa…
jpnovais 858f053
staterecover: move smartcontract client into core (it does not depend…
jpnovais 7e34374
staterecover: package refactor and fake clients
jpnovais 5df05fa
staterecover: testcases gradle file
jpnovais 00228a5
staterecover: add App test cases
jpnovais d616e6e
staterecover: class renaming
jpnovais 005788b
staterecover: simplify core gradle build
jpnovais 26e6b29
staterecover: improve client logging
jpnovais 5eb168e
staterecover: add FakeStateManagerClientReadFromL1
jpnovais 2336efe
staterecover: add MeasureLogger util
jpnovais 91dc67e
staterecover: support for trySetRecoveryModeAtBlockHeight
jpnovais 27e0a8c
staterecover: adjust configs in the tests
jpnovais b57d84a
staterecover: test case to start from sepolia
jpnovais d757d69
staterecover: deserialize blobs in parallel
jpnovais 6d28f15
staterecover: fix log search
jpnovais 0554bc3
staterecover: small code rearange
jpnovais fb6a7c0
staterecover: fix Web3JLogsSearcher when logs does not exist
jpnovais 5f112f2
staterecover: remove unused ver
jpnovais f585120
staterecover: adds integration tests with real BESU (WIP)
jpnovais 9becf2f
Merge branch 'main' into state-recover-4
jpnovais edd79af
staterecover: fix comliper warning
jpnovais 758a919
staterecover: improve log message
jpnovais 8f5b2dd
staterecover: improve local stack spin up
jpnovais c1119fe
staterecover: lower test logger level
jpnovais 261c270
staterecover: fix compiler warnings
jpnovais 025ca03
staterecover: fix error message
jpnovais 0f260d5
staterecover: update traces limit-v2 to match sepolia configs
jpnovais b00a606
staterecover: compose profiles fix
jpnovais 3f4fac2
staterecover: fix traces limit v2 config
jpnovais 1d8df01
staterecover: code rearange
jpnovais 05a577d
Merge branch 'main' into state-recover-4
jpnovais 1e06666
Merge branch 'main' into state-recover-4
jpnovais 9305308
coordinator: fix linting
jpnovais 7e37025
staterecovery: fix merge issues (still need to fix tests)
jpnovais 0c0e44a
Merge branch 'main' into state-recover-4
jpnovais cd0a633
Prover Client: remove unnecessary toUlong
jpnovais 433d20c
fix local stack configs
jpnovais b93c3cb
fix configs test
jpnovais fe6c677
staterecovery: fix decoder test and add new rlp block sample data
jpnovais 112b91f
staterecovery: remove now not necessary localdev dependencies
jpnovais 22a5641
staterecovery: improve dependencies in gradle
jpnovais e350d2f
staterecovery: improve dependencies in gradle
jpnovais 79f18ea
staterecovery: fix calldata deserialization
jpnovais 9ed5fda
staterecovery: fix stack config
jpnovais 0133959
staterecovery: fix log
jpnovais b83cb58
staterecovery: improve make file
jpnovais c499b8b
staterecovery: update besu and Shomei plugin
jpnovais e711147
Merge branch 'main' into state-recover-4
jpnovais 30cd4f2
Merge branch 'main' into state-recover-4
jpnovais 7209dd7
Merge branch 'main' into state-recover-4
jpnovais c51e17b
staterecover: update shomei
jpnovais dd74d77
coordinator: update besu dependency
jpnovais aaee5f6
coordinator: retry account funding
jpnovais aa16def
Merge branch 'update-besu-depenedency-jar' into state-recover-4
jpnovais 4cba340
staterecover: fix rlp_blocks sample
jpnovais File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
1 change: 1 addition & 0 deletions
1
...ct-client/src/main/kotlin/net/consensys/linea/contract/Web3JL2MessageServiceLogsClient.kt
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This is because localy it loggin warning that can be dismissed localy