Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

fix: returndata of create txs #1557

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Conversation

enitrat
Copy link
Collaborator

@enitrat enitrat commented Oct 30, 2024

Fixes an issue with the returndata of create txs, which was pushing [<sn_addr>, <evm_addr>] instead of [<contract_code>] in the returndata.

side note: the SSJ test would not run because it's ignored. There is some work regarding testing of SSJ which is out of scope for now.


This change is Reviewable

@enitrat enitrat force-pushed the fix/returndata-create-tx-address branch from b4aa867 to f6c569f Compare October 30, 2024 06:10
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.4%. Comparing base (5dabc9e) to head (2fcaf2e).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1557     +/-   ##
=======================================
+ Coverage   61.9%   63.4%   +1.5%     
=======================================
  Files         44      44             
  Lines       8335    8335             
=======================================
+ Hits        5160    5290    +130     
+ Misses      3175    3045    -130     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClementWalter ClementWalter merged commit e3156b4 into main Oct 31, 2024
15 of 16 checks passed
@ClementWalter ClementWalter deleted the fix/returndata-create-tx-address branch October 31, 2024 08:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants