Skip to content
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

Tx receipt, re-execution #135

Merged
merged 8 commits into from
Feb 28, 2024
Merged

Tx receipt, re-execution #135

merged 8 commits into from
Feb 28, 2024

Conversation

jbcaron
Copy link
Member

@jbcaron jbcaron commented Feb 27, 2024

re-execution of transactions from the block to the requested transaction, retrieval of state, resources, events and messages from l2 to l1

Pull Request type

  • Feature

What is the current behavior?

the rpc call get_transaction_receipt does not return any information other than:

  • type
  • finality_status
  • block_number

What is the new behavior?

now the rpc call get_transaction_receipt return all the information from the re-execution informations

Does this introduce a breaking change?

Other information

  • Deploy transaction is not supported due to the version of Blockifier used
  • disable_fee_charge (ExecutionConfig) must be set to true for the re-execution of the initial blocks

@antiyro antiyro merged commit 9cb45f1 into KasarLabs:main Feb 28, 2024
6 of 7 checks passed
@jbcaron jbcaron added the exec This rpc method concern an execution label Feb 28, 2024
@jbcaron jbcaron self-assigned this Feb 28, 2024
@jbcaron jbcaron deleted the tx_receipt branch February 29, 2024 08:13
@github-actions github-actions bot locked and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exec This rpc method concern an execution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants