Force initialization before using the TXM#361
Merged
Conversation
Deploying happychain with
|
| Latest commit: |
2e6b4ea
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://19cb8015.happychain.pages.dev |
| Branch Preview URL: | https://gabriel-txm-force-initializa.happychain.pages.dev |
This was referenced Jan 22, 2025
Merged
Merged
Merged
Contributor
Author
10 tasks
10 tasks
48ae59d to
1f12879
Compare
7446669 to
9ed42c1
Compare
1f12879 to
db559e2
Compare
This was referenced Jan 22, 2025
db559e2 to
ce40619
Compare
10 tasks
11d18d5 to
e043d04
Compare
ce40619 to
30792ba
Compare
not-reed
reviewed
Jan 23, 2025
6d56270 to
0c3569a
Compare
7d22163 to
b9d86aa
Compare
0c3569a to
0e8184e
Compare
72d43d6 to
ab4f347
Compare
11296ce to
2e6b4ea
Compare
This was referenced Feb 11, 2025
Closed
11 tasks
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.

Linked Issues
Description
Adds a
startedflag to theTransactionManagerto prevent usage before initialization. The flag is set totrueafter thestart()method completes successfully. Warning messages are added to key methods when they are called before initialization.Internal new block events are now only emitted when the transaction manager has been properly started.
Checklist
norswap/build-system-caching).Correctness
Architecture & Documentation