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

Update txs.go #9

Draft
wants to merge 33 commits into
base: x1
Choose a base branch
from
Draft

Update txs.go #9

wants to merge 33 commits into from

Conversation

jacklevin74
Copy link

experimental mempool processor where gas speed controls are disabled and extra logging is added. Very dirty. For tests only. Not for production.

experimental mempool processor where gas speed controls are disabled and extra logging is added.   Very dirty.  For tests only. Not for production.
faster startup, we are testing so its ok
no speed bumps
do not check for repeated transactions from a sender
do not check other validators for turn (we have too many)
don't check stake so often
smaller set of Vals for now, rotate it later
enforce emitting for idle validators
@nibty nibty marked this pull request as draft January 23, 2024 18:21
jacklevin74 and others added 20 commits January 25, 2024 17:26
replace base to jack
apply supermajority for consensus messages
better readability
reverting, doesn't work
emission control
verbosity off
remove fmt module
basic enforcement to emit at max interface if not in super majority
Do not validate peer gas power use.
reverting back to gas control
experiment, may crash
Subcommittee voting logic test
disable any emission slowing for any validator
controls too open
back adjusted gas management without speed check
gas control removed
remove small set Vals
revert back to original
add params
Do not block nodes from taking events from mempool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants