Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zenroom
Zenroom
Commits
7b3a9df2
Commit
7b3a9df2
authored
May 11, 2022
by
Jaromil
Browse files
zenroom etherum byte encoding fixes
new test for zenswarm functions
parent
7ea055b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/lua/crypto_ethereum.lua
View file @
7b3a9df2
...
...
@@ -329,8 +329,7 @@ function ETH.contract_return_factory(params)
-- @param val string or octet with the value returned by the contract
return
function
(
val
)
if
type
(
val
)
==
'string'
then
val
=
string.gsub
(
val
,
'^0x'
,
''
)
val
=
O
.
from_hex
(
val
)
val
=
O
.
from_hex
(
val
)
end
assert
(
type
(
val
)
==
'zenroom.octet'
)
...
...
src/lua/zencode_ethereum.lua
View file @
7b3a9df2
...
...
@@ -157,6 +157,7 @@ function(obj)
tx
.
data
=
ETH
.
make_storage_data
(
content
)
end
)
-- TODO: DEPRECATE
When
(
"create the string from the ethereum bytes named ''"
,
function
(
obj
)
empty
'string'
local
data
=
have
(
obj
):
octet
()
...
...
@@ -167,6 +168,16 @@ When("create the string from the ethereum bytes named ''", function(obj)
new_codec
(
'string'
,
{
encoding
=
'string'
})
end
)
When
(
"create the '' decoded from ethereum bytes ''"
,
function
(
dst
,
obj
)
empty
(
dst
)
local
data
=
have
(
obj
):
octet
()
local
eth_decoder
=
ETH
.
contract_return_factory
({
'bytes'
})
local
result
=
eth_decoder
(
data
)
ZEN
.
assert
(
#
result
==
1
,
"Wrong data format"
)
ACK
[
dst
]
=
O
.
from_rawlen
(
result
[
1
],
#
result
[
1
])
new_codec
(
dst
)
end
)
-- TODO: more contract methods
-- use the ethereum transaction to store ''
-- use the ethereum transaction to transfer '' to ''
...
...
test/zencode_zenswarm/run.sh
0 → 100755
View file @
7b3a9df2
#!/usr/bin/env bash
DEBUG
=
1
####################
# common script init
.
../utils.sh
Z
=
"
`
detect_zenroom_path
`
`
detect_zenroom_conf
`
"
cat
<<
EOF
| save zenswarm L1_newheads_ethereum.json
{
"system_timestamp": "1652271067",
"jsonrpc": "2.0",
"method": "eth_subscription",
"params": {
"result": {
"baseFeePerGas": null,
"difficulty": "0x2",
"extraData": "0xd683010a11846765746886676f312e3138856c696e75780000000000000000006ce62f0aa8d3272e4c33c0f2fc4036329b81c81b51e39a7846ac53edb49128d7522e6f66c4d7909e54b2834464da9256c814888fc05eb919c2701cddb3a3cc1b01",
"gasLimit": "0x7a1200",
"gasUsed": "0x0",
"hash": "0x75e602c49a900cf3b92113f4c09db2cd543345347c83986524b694262310e74c",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0x0000000000000000000000000000000000000000",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0000000000000000",
"number": "0x11bf3",
"parentHash": "0x7ecfebbf3af7d1a93bbcf5dbd2c756de2cad823708fea8e10e3e811950d7726a",
"receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"stateRoot": "0x538d1d7d221791a768785afbee5d6d319d7d99a2cec2d3954f2909637c18af43",
"timestamp": "0x627ba95c",
"transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421"
},
"subscription": "0xecb27edfb3719c74308aa8a4ac3b9038"
}
}
EOF
# if inside result the 'transactions' dictionary is not empty then list hash of transactions
cat
<<
EOF
| zexe newheads_message.zen -a L1_newheads_ethereum.json | save zenswarm newblock.json
Given I have a 'hex dictionary' named 'result' in 'params'
# and I have a 'number' named 'system_timestamp'
When I create the 'string dictionary' named 'newblock'
When I move 'hash' from 'result' to 'newblock'
When I move 'number' from 'result' to 'newblock'
When I move 'parentHash' from 'result' to 'newblock'
When I move 'timestamp' from 'result' to 'newblock'
# When I insert 'system_timestamp' in 'newblock'
When I create the mpack of 'newblock'
and debug
Then print the 'mpack' as 'base64'
EOF
cat
<<
EOF
| zexe newblock_unpack.zen -a newblock.json
Given I have a 'base64' named 'mpack'
When I create the 'newblock' decoded from mpack 'mpack'
Then print the 'newblock' as 'hex'
EOF
cat
<<
EOF
| save zenswarm poem_bytes.json
{ "poem_bytes": "0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000009984a974696d657374616d70c7000000075f324a37715167aa706172656e7448617368c70000002c5f7a437a7830533432627377733442477231694c7165316f392d66383254576f7849567269717744546b5936a66e756d626572c7000000044152766ea468617368c70000002c5f3577417679677362357971477039345a73474f4c2d32433570416e56614f52503167753678372d6a33536300000000000000" }
EOF
# {
# "newblock": {
# "hash": "0x9c00bf282c6f9caa1a9f7866c18e2fed82e6902755a3913f582eeb1efe8f749c",
# "number": "0x11be7",
# "parentHash": "0x30b3c744b8d9bb30b38046af588ba9ed68f7e7fcd935a8c4856b8aac034e463a",
# "timestamp": "0x627ba908"
# },
# "newblock-mpack": "hKpwYXJlbnRIYXNoxwAAAFhNSGd6TUdJell6YzBOR0k0WkRsaVlqTXdZak00TURRMllXWTFPRGhpWVRsbFpEWTRaamRsTjJaalpEa3pOV0U0WXpRNE5UWmlPR0ZoWXpBek5HVTBOak5opGhhc2jHAAAAWE1IZzVZekF3WW1ZeU9ESmpObVk1WTJGaE1XRTVaamM0Tmpaak1UaGxNbVpsWkRneVpUWTVNREkzTlRWaE16a3hNMlkxT0RKbFpXSXhaV1psT0dZM05EbGqmbnVtYmVyxwAAAApNSGd4TVdKbE53qXRpbWVzdGFtcMcAAAAOTUhnMk1qZGlZVGt3T0E="
# }
cat
<<
EOF
| zexe poem_decode.zen -a poem_bytes.json | jq .
Scenario ethereum
Given I have a 'hex' named 'poem bytes'
When I create the 'poem' decoded from ethereum bytes 'poem bytes'
and I create the 'newblock' decoded from mpack 'poem'
Then print the 'newblock' as 'hex'
EOF
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment