
Why is cli_wallet serializing transactions in HIVE as STEEM?
The following transaction:
{
"ref_block_num": 60166,
"ref_block_prefix": 2531945151,
"expiration": "2026-03-24T18:55:48",
"operations": [[
"transfer", {
"from": "alice",
"to": "bob",
"amount": "1.000 HIVE",
"memo": ""
}
]],
"extensions": []
}
Is being serialized as
06ebbf6aea9634dec269010205616c69636503626f62e80300000000000003535445454d0000000000
where
06eb = 60166(LE)
bf6aea96 = 2531945151(LE)
34dec269 = 1774378548(LE) = 24 March 2026 at 18:55:48 UTC
01 = 1 operation
02 = transfer operation
05 = length of "from"
616c696365 = "alice"
03 = length of "to"
626f62 = "bob"
e803000000000000 = "1000"(LE)
03 = precision
535445454d0000 = "STEEM\0\0"
00 = memo size(no memo)
00 = no operation extension(size 0)
00 = no transaction extension(size 0)
Just something I noticed while testing Hive serialization by hand and comparing to the results given by cli_wallet. Is this just legacy code or Hive still serializes/accepts transactions using the "STEEM" symbol?
If you trust my capability to run a stable and updated Hive Witness...
Vote for me as your Hive Witness
If you want to support Brazilian creators...
Vote curator @perfilbrasil for Hive Witness
Leave Why is cli_wallet serializing transactions in HIVE as STEEM? to:
Read more #hive posts
Best Posts From Fernando Soder
We have not curated any of fernandosoder's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Fernando Soder
- Just a script I made to back up IPFS files into my personal Kubo.
- Nala loafing in her first winter with us.
- Misadventures in Korea making other "aliens" afraid for their safety.
- Walking through the park, saw happy scene that brought sad memory.
- Why is cli_wallet serializing transactions in HIVE as STEEM?
- Never trust AI to with your testing parameters. Make them manually by yourself before concluding your code is bad.
- All tests successfuly completed.
- Just testing this Hive Betting App
- Não sei se é fake ou se é real. Mas em todo caso, aqui vai a avaliação.
- United States needs to overwrite several parts of the 12th amendment.