-
Notifications
You must be signed in to change notification settings - Fork 116
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
Skip verify on build #126
Merged
patrick-ogrady
merged 18 commits into
testing-warp-with-avalanche-ops
from
skip-verify-on-build
Apr 3, 2023
Merged
Skip verify on build #126
patrick-ogrady
merged 18 commits into
testing-warp-with-avalanche-ops
from
skip-verify-on-build
Apr 3, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 tasks
Results after processing 2M transactions: Allocated Memory:
In Use Memory:
CPU:
|
patrick-ogrady
force-pushed
the
skip-verify-on-build
branch
from
April 3, 2023 06:50
2f6df6d
to
9f2473c
Compare
patrick-ogrady
added a commit
that referenced
this pull request
Apr 6, 2023
* avalanche-ops.aws.md: initial commit for TokenVM Signed-off-by: Gyuho Lee <[email protected]> * specify --subnet-validate-period-in-days Signed-off-by: Gyuho Lee <[email protected]> * fix typo Signed-off-by: Gyuho Lee <[email protected]> * default Signed-off-by: Gyuho Lee <[email protected]> * update Signed-off-by: Gyuho Lee <[email protected]> * just use 16 day Signed-off-by: Gyuho Lee <[email protected]> * clarify aws credential requirements + node provision steps Signed-off-by: Gyuho Lee <[email protected]> * Read URIs from avalanche-ops (#116) * read from avalanche-ops * fix error * linter * change to ops * progress * remove install from source option on rust * save progress * more cleanup * first pass at downloads * one more tidbit * tmp nit * cleanup commands * missing quote * more command cleanup * more path cleanup * update instructions * add correct input for import-ops command * more tweaks to simplify instructions * make second deploy optional * add more clarify to balance check * add improved default listner port * more logging * fix static lint * add log viewing to DEVNETS * add TODO to optimize unmarshaling * remove unnecessary todo * add prometheus instructions to devnets file * wait for 10 runs to start issuing txs * add more configs to custom genesis * add metrics file auto-generation * add useful queries * make distribution faster * make returns much faster * add directions for rate limit * add directions for RL override * add instructions for CloudWatch metrics * nits on README * add data folder exemption * add instruction for SSH in nodes * stop running fio * store full query * add consensus isolation * add additional tuning to config * typo * add support for continuous profiling * add continuous profiler to config * fix profiler dir * add nolint * DEVNETS: comment "instance-types" flags Signed-off-by: Gyuho Lee <[email protected]> * Skip verify on build (#126) * insert height into state * add merkledb metrics * cleanup more metrics handling * add additional arguments for config * add HeightKey * log lock wait * use NodeID as random * fix profiles * gofumpt * gofmt * add more logs * perform proper verify * cache built block * reduce memory usage of tstate * improve memory efficiency of storage * align devnets and scripts * re-add proposer delay * use default peer gossip size * add note about custom instance types * revert mainnet gossip changes * more doc tweaks * fixing incorrect filepath * add avalanchego profiling * add star history to readme * fix duplicate image * add warning about memory size * ensure avalanchego has allocated cores * track received txs * disable compression an profiling * Add metrics for root calculation and signature wait (#133) * add verify metrics * cleanup wording * add more comments * update resolution * [mempool] make balance verification optional (#134) * make balance checking optional * config nit --------- Signed-off-by: Gyuho Lee <[email protected]> Co-authored-by: Patrick O'Grady <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO
tstate.Insert
more efficient and use async.Pool
intokenvm.storage
#127