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

chore: Remove deprecated std.AssertOriginCall() #78

Merged
merged 1 commit into from
May 23, 2024

Conversation

jefft0
Copy link
Contributor

@jefft0 jefft0 commented May 22, 2024

The r/berty/social code is based on r/demo/boards which uses std.AssertOriginCall() . As explained in gnolang/gno#1576, AssertOriginCall is scheduled to be removed from the std package. On the dev call they mentioned that it will also be removed from r/demo/boards as unnecessary. Therefore, this PR removes std.AssertOriginCall() . Removing it now avoids a future breaking change when it is removed from the std package.

Signed-off-by: Jeff Thompson <jeff@thefirst.org>
@jefft0 jefft0 force-pushed the chore/remove-AssertOriginCall branch from 95246e7 to abfde71 Compare May 22, 2024 16:13
Copy link
Contributor

@D4ryl00 D4ryl00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jefft0 jefft0 merged commit f6472ee into gnolang:main May 23, 2024
@jefft0 jefft0 deleted the chore/remove-AssertOriginCall branch July 12, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants