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

Contracts: Stabilize caller_is_root API #3154

Merged
merged 3 commits into from
Feb 3, 2024
Merged

Conversation

xermicus
Copy link
Member

Can this API be marked stable? Implemented in solang here

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
@xermicus xermicus added the T7-smart_contracts This PR/Issue is related to smart contracts. label Jan 31, 2024
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
Copy link
Contributor

@pgherveou pgherveou left a comment

Choose a reason for hiding this comment

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

This need to be added to ink! integration tests first

Copy link
Member

@athei athei left a comment

Choose a reason for hiding this comment

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

IMHO an integration test in solang is fine, too. We were just saying we need an integration test in ink! because we just assumed they would implement it first. If it works for Solidity it should definitely work for ink!. That said, if it were a more complex function (like XCM) we would probably want both implementations.

@pgherveou
Copy link
Contributor

IMHO an integration test in solang is fine, too. We were just saying we need an integration test in ink! because we just assumed they would implement it first. If it works for Solidity it should definitely work for ink!. That said, if it were a more complex function (like XCM) we would probably want both implementations.

@xermicus maybe add a ticket to add a Test for the ink! team so we don't forget

@athei athei added this pull request to the merge queue Feb 3, 2024
Merged via the queue into master with commit 966a886 Feb 3, 2024
126 checks passed
@athei athei deleted the cl/stabilize-caller-is-root branch February 3, 2024 12:39
bgallois pushed a commit to duniter/duniter-polkadot-sdk that referenced this pull request Mar 25, 2024
Can this API be marked stable? Implemented in [solang
here](hyperledger/solang#1620)

---------

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T7-smart_contracts This PR/Issue is related to smart contracts.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants