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
The transaction a39d10dba7022fdbc4e324ef6234100308bd83e3470dea9d732519406bef268a generates an output to the Byron address Ae2tdPwUPEZAYZFzwHiWsMVR1i9Y9BusUNVN3EnqXJfa9FAEYkxJyTYnMn3. Oura outputs it as a bech32 (addr1stvpskppsdvpezdwv8wlnfqk4v60u7shmkurqls4v7plnqxss8gqeqw4tksqqx4jkr4tcrhewe7) instead of base58. This can be verified by running the following Oura command:
All Byron addresses I encounter are always presented as base58 in block explorers and wallets, so even though the bech32 I get from Oura is "correct", as I can decode it to bytes and encode it back to a base58, I believe Oura should already present it as base58 as it seems pretty standard to do so.
The text was updated successfully, but these errors were encountered:
The transaction a39d10dba7022fdbc4e324ef6234100308bd83e3470dea9d732519406bef268a generates an output to the Byron address Ae2tdPwUPEZAYZFzwHiWsMVR1i9Y9BusUNVN3EnqXJfa9FAEYkxJyTYnMn3. Oura outputs it as a bech32 (addr1stvpskppsdvpezdwv8wlnfqk4v60u7shmkurqls4v7plnqxss8gqeqw4tksqqx4jkr4tcrhewe7) instead of base58. This can be verified by running the following Oura command:
Amongst the data returned by the command above, we get:
and finally, we can verify this is indeed a Byron address by running something like this with Cardano Serialization Lib:
All Byron addresses I encounter are always presented as base58 in block explorers and wallets, so even though the bech32 I get from Oura is "correct", as I can decode it to bytes and encode it back to a base58, I believe Oura should already present it as base58 as it seems pretty standard to do so.
The text was updated successfully, but these errors were encountered: