Commit Graph

11 Commits

Author SHA1 Message Date
1e9fd5067d Update laconicd scripts to use alnt token denom (#7)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)

Reviewed-on: cerc-io/fixturenet-laconicd-stack#7
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-30 11:53:03 +00:00
becb8af290 Fetch account holdings from bridge in a separate script (#6)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)

Reviewed-on: cerc-io/fixturenet-laconicd-stack#6
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-24 11:30:35 +00:00
fadebe363a Replace laconic2 with laconic and update genesis generation script (#5)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)
- Allow requests from any origin
- Replace `laconic2` with `laconic`
- Update `nitro-rpc-client` usage in genesis generation script

Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Reviewed-on: cerc-io/fixturenet-laconicd-stack#5
2024-07-23 12:26:14 +00:00
5206810eca Update nitro-rpc-client usage in genesis generation script (#4)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)

Reviewed-on: cerc-io/fixturenet-laconicd-stack#4
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-16 14:40:11 +00:00
e254bff201 Fix healthcheck test command in laconicd container (#3)
Part of cerc-io/testnet-laconicd-stack#4 and [Create an external fixturenet-laconic2d stack](https://www.notion.so/Create-an-external-fixturenet-laconic2d-stack-3b33cc2317444f4da209c4472f4244ed)

Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: cerc-io/fixturenet-laconicd-stack#3
2024-07-16 10:56:53 +00:00
neerajvijay1997
5e91f5e40f Use nitro rpc client binary in genesis generation script (#4)
* Update script to use nitro rpc client binary

* Integrate fetching ETH account holdings in the genesis generation script

* Update laconic2d repo source

* Change ethereum_address to nitro_address in genesis generation script

---------

Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-16 14:06:53 +05:30
prathamesh0
e5c637e716
Disable transfers in bank module in the generated genesis file (#3)
* Disbale transfers in bank module in the generated genesis file

* Use bash to run the fixturenet script

* Trust local certs for fetching account holdings
2024-07-11 19:19:27 +05:30
prathamesh0
06fedd6a03
Add scripts to generate a genesis file with allocations for enrolled participants (#2)
* Add script to generate validators using bridge node data

* Modify script to convert bridge node output to json array

* Add script to get address balance mapping from bridge node output

* Modify script to generate cosmos address to balance map

* Add scripts to generate genesis file with allocations

* Take deployment dir and eth account holdings file as inputs

* Add .gitignore

---------

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
2024-07-08 10:57:30 +05:30
Isha Venikar
9e9bd3019f
Update stack with testnet onboarding changes (#1)
* Add enable onboarding flag in fixturenet script

* Use genesis file if present

* Modify setup repos link

* Update readme steps to run fixturenet stack using s0 genesis file

* Update genesis file mount path

* Update instructions for onboarding module flag
2024-07-05 17:20:40 +05:30
57f4648be1 Run laconic-console stack as part of fixturenet deployment (#1)
Part of [Create an external fixturenet-laconicd stack](https://www.notion.so/Create-an-external-fixturenet-laconicd-stack-3b33cc2317444f4da209c4472f4244ed)

Reviewed-on: cerc-io/fixturenet-laconicd-stack#1
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-06-25 06:43:22 +00:00
Isha Venikar
9499bb6b1d
Create external stack for laconicd fixturenet (#1)
* Add compose file for laconicd fixturenet

* Add build script for laconicd container

* Add fixturenet laconicd script

* Add stack instructions for fixturenet stack

* Update README instructions

* Update build and config scripts

* Update compose file

* Update root README

---------

Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-06-24 13:00:16 +05:30