-
Notifications
You must be signed in to change notification settings - Fork 374
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
feat(gnodev): add more configuration flags for server usage #1622
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1622 +/- ##
==========================================
+ Coverage 44.81% 47.52% +2.71%
==========================================
Files 460 388 -72
Lines 67725 61400 -6325
==========================================
- Hits 30353 29183 -1170
+ Misses 34834 29775 -5059
+ Partials 2538 2442 -96 ☔ View full report in Codecov by Sentry. |
Flags |
I ran the stress test with |
Sorry, it's actually doable. I've added the flag in 9da1578.
|
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
13e7dfd
to
df590cf
Compare
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
…dev` Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
partially address suggestion from #1583
add multiple flags for server usage
-max-gas
set per block maximum gas-no-replay
disable replay on reload (reload have the same effect as reset)-node-rpc-listener
set node rpc listener-chain-id
set node ChainIDUpdate the default
ChainID
todev
forgnodev
for better sense and convenience.Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description