You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deploy_at is not invoking the constructor (and thus storage writes), it needs to be fixed and tested.
The resolution should include deploy operations on the execution layer instead of the transactional layer. This way the implementation will be uniform and will differ by only providing/calculating the address parameter.
The text was updated successfully, but these errors were encountered:
<!-- Reference any GitHub issues resolved by this PR -->
Closes#805
## Introduced changes
## Breaking changes
<!-- List of all breaking changes, if applicable -->
## Checklist
<!-- Make sure all of these are complete -->
- [ ] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [ ] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
---------
Co-authored-by: Piotr Magiera <56825108+piotmag769@users.noreply.github.com>
The
deploy_at
is not invoking the constructor (and thus storage writes), it needs to be fixed and tested.The resolution should include
deploy
operations on the execution layer instead of the transactional layer. This way the implementation will be uniform and will differ by only providing/calculating the address parameter.The text was updated successfully, but these errors were encountered: