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
$ curl https://compiler.aepps.com/api | jq . | grep bytecode -i
"ByteCode": { <-- as two words
"bytecode": {} <-- as a single word
"bytecode": {
"bytecode"
"ByteCodeInput": {
"bytecode": {}
"bytecode": {
"bytecode"
"BytecodeCallResultInput": { <-- as a single word
"bytecode": {},
"bytecode": {
"bytecode",
"DecodeCalldataBytecode": { <-- as a single word
"bytecode": null,
"bytecode": {
"bytecode",
"ValidateByteCodeInput": { <-- as two words
"bytecode": {},
"bytecode": {
"bytecode",
"$ref": "#/definitions/ByteCode"
"description": "Extract compiler version from bytecode",
"$ref": "#/definitions/ByteCodeInput"
"/decode-call-result/bytecode": {
"description": "Decode the result of contract call from Bytecode",
"operationId": "DecodeCallResultBytecode",
"$ref": "#/definitions/BytecodeCallResultInput"
"/decode-calldata/bytecode": {
"operationId": "DecodeCalldataBytecode",
"$ref": "#/definitions/DecodeCalldataBytecode"
"description": "Get FATE assembler code from bytecode",
"$ref": "#/definitions/ByteCodeInput"
"operationId": "ValidateByteCode",
"$ref": "#/definitions/ValidateByteCodeInput"
In comparison with "source code", seems correct to write "bytecode" as a single word, https://en.wikipedia.org/wiki/Bytecode 🤷♀️
The text was updated successfully, but these errors were encountered: