Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Neon EVM implementation requires more transaction accounts #27756

Closed
jstarry opened this issue Sep 13, 2022 · 0 comments · Fixed by #27242
Closed

Neon EVM implementation requires more transaction accounts #27756

jstarry opened this issue Sep 13, 2022 · 0 comments · Fixed by #27242

Comments

@jstarry
Copy link
Contributor

jstarry commented Sep 13, 2022

Problem

The Neon EVM requires more transaction accounts than the current limit of 64 accounts per transaction. This is because many smart contracts require 100 - 120 accounts.

Proposed Solution

The current transaction account lock limit of 64 accounts was added to prevent transactions from using up to 256 accounts in a single transaction until transaction cost model changes are made to reflect the runtime overhead of processing transactions with additional accounts.

  • Bump the transaction account limit to 128 accounts.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant