We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Here is my code with a contract having byte type as initial storage. https://github.com/baahkusi/tezos-secrets-store/blob/master/secrets/src/contract.js In this JS file I have the same contract in michelson an micheline format.
When I use the micheline format I get the error as I have reported here https://tezos.stackexchange.com/questions/2367/i-got-this-error-from-conseil-js-tezosnodewriter-sendcontractoriginationoperatio.
when I use the michelson format I get the following errors
"[proto.006-PsCARTHA.michelson_v1.ill_typed_data,proto.006-PsCARTHA.invalidSyntacticConstantError,proto.006-PsCARTHA.invalidSyntacticConstantError,proto.006-PsCARTHA.michelson_v1.invalid_expression_kind]"
The problem seems to come from conseiljs since the same contract has been deployed with tezos-client and works just fine.
Here is also main code for deployment https://github.com/baahkusi/tezos-secrets-store/blob/072c3d07a23d05872663647eb11d10e0b6c68535/secrets/src/main.js#L90
The text was updated successfully, but these errors were encountered:
The issue is encoding of bytes-type.
bytes
Sorry, something went wrong.
- #265: bytes type encoding
8e26f48
- updated web dist
anonymoussprocket
No branches or pull requests
Here is my code with a contract having byte type as initial storage.
https://github.com/baahkusi/tezos-secrets-store/blob/master/secrets/src/contract.js
In this JS file I have the same contract in michelson an micheline format.
When I use the micheline format I get the error as I have reported here https://tezos.stackexchange.com/questions/2367/i-got-this-error-from-conseil-js-tezosnodewriter-sendcontractoriginationoperatio.
when I use the michelson format I get the following errors
"[proto.006-PsCARTHA.michelson_v1.ill_typed_data,proto.006-PsCARTHA.invalidSyntacticConstantError,proto.006-PsCARTHA.invalidSyntacticConstantError,proto.006-PsCARTHA.michelson_v1.invalid_expression_kind]"
The problem seems to come from conseiljs since the same contract has been deployed with tezos-client and works just fine.
Here is also main code for deployment https://github.com/baahkusi/tezos-secrets-store/blob/072c3d07a23d05872663647eb11d10e0b6c68535/secrets/src/main.js#L90
The text was updated successfully, but these errors were encountered: