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

feat(devnet): adding script to spin up local devnet #160

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

PaddyMc
Copy link
Contributor

@PaddyMc PaddyMc commented Jun 27, 2022

Description

Adding script to spin up a local dev net

See multinode-local-testnet.md for more info

How to test

  • ./scripts/devnet/multinode-local-testnet.sh

Checking if is working

  • elestod query staking validators --output json | jq
  • tmux a -t validator1
  • tmux a -t validator2 => in another terminal

@PaddyMc PaddyMc requested a review from a team as a code owner June 27, 2022 04:41
Copy link
Contributor

@noandrea noandrea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@noandrea noandrea requested a review from glebiller June 28, 2022 11:39
@PaddyMc PaddyMc merged commit f92533a into main Jun 29, 2022
@PaddyMc PaddyMc deleted the feat/local-testnet branch June 29, 2022 04:08

Make install / reload profile

Give the script permission with `chmod +x multinode-local-testnet.sh`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not store the executable bit in git directly? Git normally store only the executable bit and this could be avoided :)

gsora added a commit that referenced this pull request Jun 30, 2022
* fix: disable CGO for node builds

* feat(devnet): adding script to spin up local devnet (#160)

* feat(mint): distribute developer and community funds

This commit enables distribution of 2*10% off the newly-minted tokens
to the x/distribution community pool, and the developer funding pool.
The developer funding pool is represented as a standard Cosmos address,
which should be determined at genesis time.

Co-authored-by: Andrea Giacobino <no.andrea@gmail.com>
Co-authored-by: PaddyMc <paddymchale@hotmail.com>
gsora added a commit that referenced this pull request Jun 30, 2022
* fix(app): make sure to signal ica host and credential module addition

* feat(mint): add burning caps

* feat(mint): add migration to fix utsp param denom error

* chore(mint): don't fix the wrong stake tokens issue

This migration will just replace the mint denom

* chore(mint): make golangci-lint happy

* chore(mint): fix tests

* chore(mint): revert back to generic "stake" denom

We configure "utsp" via manual genesis.json editing. The migration
still writes "utsp" because it's fixing our bad behavior
(we should've edited the genesis).

* chore(mint): remove method impl for Burn interface

* feat(mint): distribute developer and community funds (#167)

* fix: disable CGO for node builds

* feat(devnet): adding script to spin up local devnet (#160)

* feat(mint): distribute developer and community funds

This commit enables distribution of 2*10% off the newly-minted tokens
to the x/distribution community pool, and the developer funding pool.
The developer funding pool is represented as a standard Cosmos address,
which should be determined at genesis time.

Co-authored-by: Andrea Giacobino <no.andrea@gmail.com>
Co-authored-by: PaddyMc <paddymchale@hotmail.com>

Co-authored-by: Andrea Giacobino <no.andrea@gmail.com>
Co-authored-by: PaddyMc <paddymchale@hotmail.com>
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.

3 participants