Skip to content

fix: correct default sender for inner txns and creator for new contracts#123

Merged
boblat merged 1 commit intomainfrom
fix/default-sender-creator
Mar 24, 2026
Merged

fix: correct default sender for inner txns and creator for new contracts#123
boblat merged 1 commit intomainfrom
fix/default-sender-creator

Conversation

@boblat
Copy link
Copy Markdown
Contributor

@boblat boblat commented Mar 20, 2026

  • set sender of inner transactions to the calling contract's address by default; instead of always using the global default sender
  • set creator of the application to sender of the active transaction or global default sender when creating a contract; instead of leaving it unset

- set `sender` of inner transactions to the calling contract's address by default; instead of always using the global default sender
- set `creator` of the application to sender of the active transaction or global default sender when creating a contract; instead of leaving it unset
@boblat boblat merged commit aabfb2c into main Mar 24, 2026
1 check passed
@boblat boblat deleted the fix/default-sender-creator branch March 24, 2026 01:31
@engineering-ci
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.1.1-beta.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants