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

Add TestCaller contract on solidity #69

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Conversation

evelinemolnar
Copy link

No description provided.

iulianpascalau
iulianpascalau previously approved these changes Sep 19, 2024
iulianpascalau
iulianpascalau previously approved these changes Sep 19, 2024

function callNonPayable() public {}

function callPayableWithParams(uint256 size, address addr, address tokenIdentifier) public payable {

Choose a reason for hiding this comment

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

I believe we can remove payable modifier since we're not transferring Ether. Instead, on Ethereum, we're transferring erc20 token balances between accounts

Copy link
Author

Choose a reason for hiding this comment

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

thanks, good observation

Copy link
Contributor

Choose a reason for hiding this comment

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

good observation, indeed 👍


function upgrade() public {}

function callPayable() public payable {}

Choose a reason for hiding this comment

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

same here

@iulianpascalau iulianpascalau merged commit 72df744 into feat/v3.5.0 Oct 8, 2024
3 checks passed
@iulianpascalau iulianpascalau deleted the test-caller branch October 8, 2024 07:24
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.

3 participants