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

Error sending 1 million testnet Grin #725

Open
transatoshi-mw opened this issue Oct 4, 2024 · 1 comment
Open

Error sending 1 million testnet Grin #725

transatoshi-mw opened this issue Oct 4, 2024 · 1 comment
Assignees

Comments

@transatoshi-mw
Copy link

Describe the bug
Cant send a million tGrin from wallet via slatepack.

To Reproduce
Steps to reproduce the behavior:

  1. Entered 'grin-wallet send 1000000'.
  2. Error back is 'Wallet command failed. LibWallet Error: Wallet store error: Serialization error: too large read'.
  3. This is a tx of all coinbase outputs of tGrin.

OS: Debian 12
grin-wallet V5.3.3

@Anynomouss
Copy link

I think you should have a look at the transaction size due to that many input. My guess would be that the total size is larger than what a single block can handle. It is of course not possible to exceed the maximum block space. This is just a guess though, it should matter how large the total amount is, it is all about data limit.

@yeastplume yeastplume self-assigned this Nov 2, 2024
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

3 participants