chore: Test ci third#25668
Closed
Grigorov-Georgi wants to merge 23 commits into
Closed
Conversation
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
BLOCKS-mode embedded node can't sustain 10 concurrent contract deployments after heavy preceding test classes (PrecompileSCTest). Receipt polling times out with UNKNOWN on FileCreate/CryptoCreate. Signed-off-by: aderevets <artem.derevets@limechain.tech>
In BLOCKS mode the legacy BlockInfo singleton is not maintained, so ContractCallLocal queries read block number 0 from BlockRecordInfoImpl, making blockhash(block.number - 1) underflow and revert. Mirror the handle path (ParentTxnFactory) by deriving query block info from BlockStreamInfo state. Read from the immutable snapshot, not the live BlockStreamManager, whose fields are mutated off the query thread. Signed-off-by: aderevets <artem.derevets@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: aderevets <artem.derevets@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Georgi Grigorov <georgi.grigorov@limechain.tech>
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #25668 +/- ##
============================================
- Coverage 75.11% 74.84% -0.27%
- Complexity 11548 11552 +4
============================================
Files 2585 2586 +1
Lines 101419 101455 +36
Branches 11241 11244 +3
============================================
- Hits 76179 75937 -242
- Misses 21335 21616 +281
+ Partials 3905 3902 -3
... and 26 files with indirect coverage changes 🚀 New features to boost your workflow:
|
✅ All tests passed ✅🏷️ Commit: c96b813 Learn more about TestLens at testlens.app. |
This file contains hidden or 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
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:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist