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

esdt-integration-tests #2975

Merged
merged 8 commits into from
Apr 8, 2021

Conversation

sasurobert
Copy link
Contributor

Return value asynccallback on error
Transfer and execute for ESDT
New arwen release

@bogdan-rosianu bogdan-rosianu self-requested a review April 8, 2021 17:22
@iulianpascalau iulianpascalau self-requested a review April 8, 2021 17:24
@raduchis raduchis requested review from raduchis and removed request for raduchis April 8, 2021 17:24
@@ -281,3 +283,128 @@ func unsetRole(nodes []*integrationTests.TestProcessorNode, addrForRole []byte,
"@" + hex.EncodeToString(roles)
integrationTests.CreateAndSendTransaction(tokenIssuer, nodes, big.NewInt(0), vm.ESDTSCAddress, txData, core.MinMetaTxExtraGasCost)
}

func TestESDTMintAndTransferAndExecute(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

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

TestESDTMintTransferAndExecute

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@@ -241,6 +244,11 @@ func (vmf *vmContainerFactory) SystemSmartContractContainer() vm.SystemSCContain
return vmf.systemContracts
}

// SystemSmartContractContainerFactory return the system smart contract container factory
Copy link
Contributor

Choose a reason for hiding this comment

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

returns*

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

go.mod Outdated
@@ -3,7 +3,7 @@ module github.com/ElrondNetwork/elrond-go
go 1.13

require (
github.com/ElrondNetwork/arwen-wasm-vm v1.2.2
github.com/ElrondNetwork/arwen-wasm-vm v1.2.3-0.20210408170208-68205f586721
Copy link
Contributor

Choose a reason for hiding this comment

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

can we use a proper release tag?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

after review on arwen yes :)

@sasurobert sasurobert merged commit 5394fb8 into feat/eip-esdt-local-mint Apr 8, 2021
@sasurobert sasurobert deleted the return-value-asynccallback branch April 8, 2021 17:56
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.

None yet

3 participants