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

Raise limit of minting #7

Closed
szg251 opened this issue Jun 20, 2023 · 3 comments
Closed

Raise limit of minting #7

szg251 opened this issue Jun 20, 2023 · 3 comments

Comments

@szg251
Copy link

szg251 commented Jun 20, 2023

Issue by: gege251
Original date: 2023-05-16 11:01:40 UTC
Originally opened as: mlabs-haskell/trustless-sidechain/issues/433
Original assignees:
Status on 2023-06-20: open


Description

There is a hard limit on the amount we can mint in one transaction, set in the cardano-ledger spec:
transaction_body
mint

Mint amount is a nonZeroInt64 (-9223372036854775808 .. 9223372036854775807 excluding 0).

Instead of implementing some workaround, we should first reach out to someone at IOG about this issue, and if required, write a CIP.

Open questions:

  • what is a reasonable amount that satisfies the requirements
  • do we need a CIP (previous transaction size, block size etc. did not include a CIP process)

Links

  • meta-task input-output-hk/trustless-sidechain#181
@szg251
Copy link
Author

szg251 commented Jun 20, 2023

Comment by: gege251
Original date: 2023-05-18 13:54:46 UTC


After some discussion with Samuel Leathers, they are considering this with the core team, but it's something that couldn't really be done this year (likely mid 2024)

@jstolarek
Copy link
Contributor

Is this something that can realistically be fixed internally in trustless-sidechain?

@gilligan gilligan transferred this issue from another repository Jul 15, 2024
@jstolarek
Copy link
Contributor

I am closing this ticket since: a) it doesn't seem actionable on our end - it stems from (one of many) limitations of Cardano and b) it isn't a problem that we have ever run against in practice.

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

No branches or pull requests

2 participants