Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

how do different chains affect runtime parameters of the contract? #291

Open
goastler opened this issue May 5, 2023 · 1 comment
Open
Labels
research Research

Comments

@goastler
Copy link
Member

goastler commented May 5, 2023

No description provided.

@goastler goastler added the research Research label May 5, 2023
@goastler
Copy link
Member Author

goastler commented May 5, 2023

Different chains may set different:

  • account id lengths (enforced to >32 bytes)
  • timestamp unit lengths (enforced to >32 bytes)
  • block num lengths (enforced to >32 bytes)
  • block timestamp lengths (enforced to >32 bytes)
  • code hash max size (128KB by default) (raised to 512KB in dev)
  • block time (default 6s)
  • max parameter size for calls (16KB tested in dev)
  • number of tx in a batch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
research Research
Projects
None yet
Development

No branches or pull requests

1 participant