-
Notifications
You must be signed in to change notification settings - Fork 488
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
allow unprotected txns #1098
Merged
Merged
allow unprotected txns #1098
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
marcello33
approved these changes
Nov 30, 2023
Raneet10
reviewed
Nov 30, 2023
Raneet10
reviewed
Nov 30, 2023
Co-authored-by: Raneet Debnath <35629432+Raneet10@users.noreply.github.com>
…to arpit/fix-shadowfork
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1098 +/- ##
===========================================
- Coverage 56.01% 55.95% -0.07%
===========================================
Files 658 658
Lines 114446 114470 +24
===========================================
- Hits 64111 64047 -64
- Misses 46481 46576 +95
+ Partials 3854 3847 -7 ☔ View full report in Codecov by Sentry. |
Raneet10
approved these changes
Dec 4, 2023
marcello33
approved these changes
Dec 4, 2023
Woodpile37
added a commit
to Woodpile37/bor
that referenced
this pull request
Jan 10, 2024
commit dac4c40 Author: Vaibhav Jindal <vaibhavjindal29@gmail.com> Date: Mon Dec 18 15:38:12 2023 +0530 Removed the check for milestoneID in the GetVoteOnHash() commit 8b2f024 Author: Pratik Patil <pratikspatil024@gmail.com> Date: Fri Dec 15 12:49:11 2023 +0530 test all default flags added via config file (maticnetwork#1105) commit 2be2789 Merge: db5b398 18c8802 Author: Arpit Temani <temaniarpit27@gmail.com> Date: Tue Dec 12 10:57:53 2023 +0530 Merge pull request maticnetwork#1085 from bbaktaeho/fix/eth_api internal/ethapi: fix GetTransactionReceiptsByBlock method commit db5b398 Author: marcello33 <marcelloardizzone@hotmail.it> Date: Fri Dec 8 06:56:23 2023 +0100 Update matic-cli in CI (maticnetwork#1103) commit abab36b Merge: 1065e21 073d75c Author: Arpit Temani <temaniarpit27@gmail.com> Date: Wed Dec 6 10:46:55 2023 +0530 Merge pull request maticnetwork#1098 from maticnetwork/arpit/fix-shadowfork allow unprotected txns commit 073d75c Merge: 4e3e1de 9682679 Author: Arpit Temani <temaniarpit27@gmail.com> Date: Sun Dec 3 17:17:30 2023 +0530 Merge branch 'arpit/fix-shadowfork' of github.com:maticnetwork/bor into arpit/fix-shadowfork commit 4e3e1de Author: Arpit Temani <temaniarpit27@gmail.com> Date: Sun Dec 3 17:16:37 2023 +0530 added log commit 9682679 Author: Arpit Temani <temaniarpit27@gmail.com> Date: Sun Dec 3 17:14:57 2023 +0530 Update core/txpool/validation.go Co-authored-by: Raneet Debnath <35629432+Raneet10@users.noreply.github.com> commit 1065e21 Author: Anshal Shukla <53994948+anshalshukla@users.noreply.github.com> Date: Fri Dec 1 11:39:58 2023 +0530 consensus/bor: handle blockalloc balance changes (maticnetwork#1074) * fix: set balance in blockalloc * chg: don't update balance if not zero * fix: lint * fix logic, add test cases commit 91ff270 Author: Arpit Temani <temaniarpit27@gmail.com> Date: Thu Nov 30 15:35:46 2023 +0530 allow unprotected txns commit 18c8802 Author: bbaktaeho <bbaktaeho@gmail.com> Date: Fri Nov 17 19:34:50 2023 +0900 fix: lint commit 7714cd8 Author: bbaktaeho <bbaktaeho@gmail.com> Date: Thu Nov 16 23:04:53 2023 +0900 fix GetTransactionReceiptsByBlock
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
Hot fix for checks missing for allowing shadowfork and relay to work