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

Refactor Chunk_array #204

Open
RitzyDevBox opened this issue Jun 10, 2022 · 2 comments
Open

Refactor Chunk_array #204

RitzyDevBox opened this issue Jun 10, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@RitzyDevBox
Copy link
Contributor

Refactor chunk array to have it's gas limits in a configurable place:

const CONSERVATIVE_BLOCK_GAS_LIMIT = 10_000_000; // conservative, hard-coded estimate of the current block gas limit
export const DEFAULT_GAS_REQUIRED = 200_000; // the default value for calls that don't specify gasRequired

See chunkArray.ts

@RitzyDevBox RitzyDevBox added the bug Something isn't working label Jun 10, 2022
@digitalsimboja
Copy link

Hey Ritzy,

Is anyone tackling this task?
I could help.

@RitzyDevBox
Copy link
Contributor Author

RitzyDevBox commented Jul 26, 2022 via email

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
None yet
Development

No branches or pull requests

2 participants