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

Read URIs from avalanche-ops #116

Merged
merged 4 commits into from
Mar 24, 2023

Conversation

patrick-ogrady
Copy link
Contributor

@patrick-ogrady patrick-ogrady commented Mar 24, 2023

Related: #94

./build/token-cli chain import-ops 2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA aops-custom-202303-4hTYeX.yaml
database: .token-cli
deleted old chains: [g2TqrPoDdKjDMeQPivBQhzsfHq3TGiNqYGyzEYDz4kxkt2rKy]
stored chainID: 2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA uri: http://52.89.37.102:9650/ext/bc/2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA
stored chainID: 2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA uri: http://52.88.237.219:9650/ext/bc/2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA
stored chainID: 2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA uri: http://34.212.125.59:9650/ext/bc/2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA
stored chainID: 2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA uri: http://35.163.182.139:9650/ext/bc/2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA
stored chainID: 2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA uri: http://34.212.53.233:9650/ext/bc/2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA
stored chainID: 2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA uri: http://54.203.174.69:9650/ext/bc/2o6PaW3goNPsoFDnJwe7o6daHxJ9N7AXvV5ijrzoqduZXDzqbA

@patrick-ogrady patrick-ogrady changed the base branch from main to testing-warp-with-avalanche-ops March 24, 2023 01:52
@patrick-ogrady patrick-ogrady changed the title read from avalanche-ops Read URIs from avalanche-ops Mar 24, 2023
@patrick-ogrady patrick-ogrady changed the base branch from testing-warp-with-avalanche-ops to main March 24, 2023 01:52
@patrick-ogrady patrick-ogrady changed the base branch from main to testing-warp-with-avalanche-ops March 24, 2023 01:54
@patrick-ogrady patrick-ogrady merged commit 488221a into testing-warp-with-avalanche-ops Mar 24, 2023
@patrick-ogrady patrick-ogrady deleted the import-avalanche-ops branch March 24, 2023 01:56
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant