Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Byron TxOut JSON rendering #2472

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

Jimbo4350
Copy link
Contributor

Closes #2460

@Jimbo4350 Jimbo4350 changed the title Fix Byron JSON TxOut rendering Fix Byron TxOut JSON rendering Mar 10, 2021
@Jimbo4350 Jimbo4350 force-pushed the jordan/fix-byron-txout-json-rendering branch from 642172e to 3724781 Compare March 10, 2021 12:48
@mkoura
Copy link
Contributor

mkoura commented Mar 10, 2021

Looking good:

$ cardano-cli query utxo --mary-era --testnet-magic 42 --cardano-mode --address 2657WMsDfac7aar5CYubGKH1Yt6T3fDuozMCnoAqeuwGbK3vq7mchvioZY53mTcZx --out-file /dev/stdout 
{
    "823dfd91faf6ad9ce5dae5481e8903d5a60916f47d8554ff8e95035b4ecb6c4f#0": {
        "address": "82d818582583581cead9658e449d084c5978933f5a60a207a8347b0a88438a23001cdf53a10242182a001a85529bf3",
        "value": {
            "lovelace": 11997998997930574
        }
    },
    "3b93068e4573d4057f1a89e8da28f95ab7843d6702a40f14c003061e5b0fa0cf#2": {
        "address": "82d818582583581cead9658e449d084c5978933f5a60a207a8347b0a88438a23001cdf53a10242182a001a85529bf3",
        "value": {
            "lovelace": 6000000000000
        }
    }
}
$ cardano-cli query utxo --mary-era --testnet-magic 42 --cardano-mode --address addr_test1vqzczx2m4ecuapdjz33nccu8cjlrh590hn66nsqerm8gttccw5ypj --out-file /dev/stdout
{
    "0c392dbfd43521ee1639a28e3c6f50dbe23bffb637ab7547b4d5ed54a49ecd8c#0": {
        "address": "600581195bae71ce85b214633c6387c4be3bd0afbcf5a9c0191ece85af",
        "value": {
            "lovelace": 873956161
        }
    }
}

👍

@Jimbo4350
Copy link
Contributor Author

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 11, 2021

@iohk-bors iohk-bors bot merged commit 0302cdd into master Mar 11, 2021
@iohk-bors iohk-bors bot deleted the jordan/fix-byron-txout-json-rendering branch March 11, 2021 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] - inconsistent output of cardano-cli query utxo
3 participants