feat: txe new contract calling flow#14020
Merged
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
158deb4 to
72bbfbf
Compare
94d6775 to
9f8b14b
Compare
9f8b14b to
c8df942
Compare
187c5fc to
c52f35d
Compare
c8df942 to
182b487
Compare
c52f35d to
d65fd79
Compare
f907f1f to
b6e0d78
Compare
d65fd79 to
ae340e8
Compare
ae340e8 to
55fc46b
Compare
b6e0d78 to
9b04e9d
Compare
9b04e9d to
882be47
Compare
ab516e8 to
c999094
Compare
c2dfc45 to
f44adc7
Compare
c999094 to
f189f51
Compare
f44adc7 to
634fc42
Compare
f189f51 to
6c71df1
Compare
924e79d to
de86029
Compare
de86029 to
dba82af
Compare
6c71df1 to
f5173d8
Compare
80ab251 to
26f9b3e
Compare
26f9b3e to
05e6cd4
Compare
Base automatically changed from
ek/chore/advance-block-when-deploying-contract-txe
to
master
May 8, 2025 06:21
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.

This is the first phase of TXe 2.0.
We're adding a new interface for calling private contract functions. This handles external calls, as well as proper public calls.
This leverages the existing
PrivateExecutionContextas well as thePublicProcessorto handle the execution.