mirror of
https://github.com/nspcc-dev/neofs-dev-env.git
synced 2026-03-01 04:29:00 +00:00
Bump MaxGasInvoke in morph chain #44
Labels
No labels
I2
I3
I4
S2
S3
S4
U0
U2
U3
U4
bug
discussion
documentation
enhancement
feature
good first issue
good first issue
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-dev-env#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexvanin on GitHub (Aug 24, 2022).
After #197 it is very convenient to use neofs-adm for contract deployment. However it produces some heavy transactions due to NNS contract invocation. Deploying contract with
yadayada.neofsdomain requires 30+ GAS.What do you think about bumping config value for morph chain, let's say, up to 100 GAS. Or maybe use values from our test stands.
/cc @fyrchik @KirillovDenis @carpawell @realloc @anatoly-bogatyrev @aprasolova
@realloc commented on GitHub (Aug 24, 2022):
The only problematic use-case for this is initial custom contracts deployment. The GAS price issue is handled by
neofs-admfor this case. If we increase the limit we may miss the issues relevant for the real environments where the GAS limit is not that high.We plan to use dev-env for integration tests, so I'd propose to keep the limit same as we have in public networks.
@carpawell commented on GitHub (Aug 24, 2022):
@alexvanin, does https://github.com/nspcc-dev/neofs-node/pull/1683 solve the problem? (do not be confused by its title, the solution changed during discussion)
@alexvanin commented on GitHub (Aug 24, 2022):
It does (v0.31.0-39-gb54f34d7). I'll close it next week if no other comments will appear.