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

[BUG] Proposal submission #1091

Closed
kneerose opened this issue May 24, 2024 · 3 comments
Closed

[BUG] Proposal submission #1091

kneerose opened this issue May 24, 2024 · 3 comments
Assignees
Labels
🐛 Bug Something isn't working

Comments

@kneerose
Copy link
Contributor

kneerose commented May 24, 2024

Context & versions

  • When I try to submit a governance action proposal using my generated wallet, which has a balance of 51,000 ADA and a registered stake, I receive an error modal stating FeeTooSmallUTxO.
  • wallet address addr_test1qpd8uhdz2cts6a0az4ugtpfklfzzc6lnunqdv6nmffx5z76xnwj2fcnjzu569wydyeukj9hg7vln7jty00syedfyx99sscf6t9
  • wallet utxos
[
    {
        "address": "addr_test1qpd8uhdz2cts6a0az4ugtpfklfzzc6lnunqdv6nmffx5z76xnwj2fcnjzu569wydyeukj9hg7vln7jty00syedfyx99sscf6t9",
        "txin": "0c760030db135dceaa35de355e9d0f47413936a7d67eea5a9cdc3f598e0cfb67#0",
        "value": {
            "lovelace": 100_000_000_000
        }
    },
    {
        "address": "addr_test1qpd8uhdz2cts6a0az4ugtpfklfzzc6lnunqdv6nmffx5z76xnwj2fcnjzu569wydyeukj9hg7vln7jty00syedfyx99sscf6t9",
        "txin": "2fba37eb6ef1e0b3ad738e4b78181bb0db40a5a771cb8bc607fa7720235c3631#0",
        "value": {
            "lovelace": 100_000_000_000
        }
    },
    {
        "address": "addr_test1qpd8uhdz2cts6a0az4ugtpfklfzzc6lnunqdv6nmffx5z76xnwj2fcnjzu569wydyeukj9hg7vln7jty00syedfyx99sscf6t9",
        "txin": "5f2a906a5dca1c7bcbad3ffc2a07d7332d7a84508564f4ec70d8fed4f92fca4c#0",
        "value": {
            "lovelace": 50_997_828_207
        }
    }
]
  • transaction created by govtool
{
  "description": "",
  "type": "Tx ConwayEra",
  "cborHex": "84a400818258200c760030db135dceaa35de355e9d0f47413936a7d67eea5a9cdc3f598e0cfb67000182825839005a7e5da256170d75fd1578858536fa442c6bf3e4c0d66a7b4a4d417b469ba4a4e2721729a2b88d26796916e8f33f3f49647be04cb524314b1a000f4240825839005a7e5da256170d75fd1578858536fa442c6bf3e4c0d66a7b4a4d417b469ba4a4e2721729a2b88d26796916e8f33f3f49647be04cb524314b1b0000000ba4298a6f021a0002a7511481841b0000000ba43b7400581de0469ba4a4e2721729a2b88d26796916e8f33f3f49647be04cb524314b810682782f68747470733a2f2f6d657461646174612e63617264616e6f6170692e696f2f646174612f496e666f2e6a736f6e6c645820cf870fb70c01548186b5f83466b4c0d70e48fc43e1e95a8bde7d9eb7a2700af0a100828258204a6b07bce74a23e6df165b650c8b3d98d621546f832174a94259e230bc8a358358400b2d9e59bda3b4ae0ef9975db2747ab065605c826b162c20954f1f4d641b939a7d796245e005d5c97dbe20c64c0edc6f903f629931398aca91f8a9761049bb0f825820ff3ef98160893f9118d83c7d939e2149cb5099b1b38f5d54e25d73b865dd3e9a5840dbfcde1f1f949124a53dd0696c311855c1e623792df2c3c3b2ea5cd8d621d90e7c29cedcb5d05d20719a5df3f0fec609bdd38f27b1d4dea7c6078a49c3b35b0df5f6"
}

screenshot

image

@spannercode spannercode added the 🐛 Bug Something isn't working label May 24, 2024
@pmbinapps
Copy link

pmbinapps commented May 27, 2024

Wallet needed.
Decision if wallet is should be supported.
Reproduction needed.

@spannercode
Copy link
Contributor

@kneerose Lets add a test to reproduce and automate testing of this issue.

@kneerose
Copy link
Contributor Author

  • It seems the error occurred because I signed the transaction with a stake-associated wallet. These wallets have a larger transaction size and can have more fees than expected, which potentially causes issues.
  • This issue has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

4 participants