Conversation
| )) | ||
| .done()]) | ||
| .returns(ReturnTypeSpec::new(None)) | ||
| .returns(ReturnTypeSpec::new(TypeSpec::default())) |
There was a problem hiding this comment.
The default value is:
ReturnTypeSpec::new(
TypeSpec::with_name_str::<ink_primitives::ConstructorResult<()>>("ink_primitives::ConstructorResult")
)Not sure if ink_primitives is imported.
There was a problem hiding this comment.
It is not imported; that is why I used the default.
| let return_ty = msg_spec.return_type().ret_type(); | ||
| self.decode(return_ty.ty().id, data) |
There was a problem hiding this comment.
Need to double check that this still works by doing a cargo contract call on a message with a return value
I think we need to do it in a separate commit since you've already published crates. It's better to have a tagged commit that reflects the published crates. Please let me know what you think. |
The tagged commit will be from the merge commit into |
Added
Environmenttypes against the node - #1377INK_STATIC_BUFFER_SIZEenv var - #1310verifycommand - #1306--binaryflag forinfocommand - #1311--allflag forinfocommand - #1319infocommand - #1329Storage Total Deposittoinfocommand output - #1347Changed
subxtto0.32.0- #1352scaleandscale-infoversions - #1370inkto5.0.0-rc- #1415Fixed
infocommand - #1330