Migration to 10.0.0
pollForQueryResponse returns response as string (#1285)
pollForQueryResponse returns response as string (#1285)removed skipArgsConvert option of contract call and deployment (6d4a599)
skipArgsConvert option of contract call and deployment (6d4a599)contract.methods.listFn('[1, 2]', { skipArgsConvert: false });contract.methods.listFn([1, 2]);removed skipTransformDecoded option of contract call and deployment (bb49239)
skipTransformDecoded option of contract call and deployment (bb49239)ak_ addresses are not accepted as hashes, bytes, and signatures anymore (cbaac62)
removed contractEncodeCall (a4b303f)
contractEncodeCall (a4b303f)removed contractDecodeData (5df2285)
contractDecodeData (5df2285)removed setOptions on contract instance (b88e767)
setOptions on contract instance (b88e767)dropped compatibility with [email protected] (f9cef12)
removed getConsensusProtocolVersion method (75f0447)
getConsensusProtocolVersion method (75f0447)switched to @aeternity/aepp-calldata package (#1313)
pass source in options of sdk.getContractInstance (5c690d2)
sdk.getContractInstance (5c690d2)additional options of getContractInstance accepted as usual ones (10fb7ba)
getContractInstance accepted as usual ones (10fb7ba)drop compatibility with es5 (#1331)
removed primitives for encryption/decryption by keypairs (#1183)
aensUpdate accepts pointers as object (f6b8999)
aensUpdate accepts pointers as object (f6b8999)Last updated
Was this helpful?