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
Mono does not support token aidrops but modularized code supports it.
Solution
This task is to add integration tests for contract call with token airdrop operations(reject, claim, cancel, airdrop).
For reference check https://hips.hedera.com/hip/hip-904.
For reference of tests in services check -> package com.hedera.services.bdd.suites.contract.precompile.airdrops TokenCancelAirdropSystemContractTest, TokenClaimAirdropSystemContractTest, TokenRejectSystemContractTest, AirdropSystemContractTest
etc.
This task could be split into multiple subtask for every test class
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
Mono does not support token aidrops but modularized code supports it.
Solution
This task is to add integration tests for contract call with token airdrop operations(reject, claim, cancel, airdrop).
For reference check https://hips.hedera.com/hip/hip-904.
For reference of tests in services check ->
package com.hedera.services.bdd.suites.contract.precompile.airdrops
TokenCancelAirdropSystemContractTest
,TokenClaimAirdropSystemContractTest
,TokenRejectSystemContractTest
,AirdropSystemContractTest
etc.
This task could be split into multiple subtask for every test class
Alternatives
No response
The text was updated successfully, but these errors were encountered: