Skip to content

anoma/namada-shielded-expedition

Repository files navigation

The Namada Shielded Expedition

Welcome to the Namada shielded expedition!

Here is where Namada pilots and crew members will expect to find the balances.toml file that allocates NAAN to public keys.

Using this balances.toml file, the included participants can generate and submit their signed pre-genesis bonding transactions in the transactions folder. These will be validated against, and only merged once the validation has passed.

Participants may bond up to the amount allocated to their public key. It is recommended not to bond the full allocation, as having NAAN to pay for gas will be useful. Any bonds greater than one's allocation will be rejected.

Seeds

Syncing a new node may not work if the peers of other nodes are filled up, so participants should use (and consider making) seed nodes. Here is a list of seeds:

seed_nodes = "tcp://[email protected]:26656,tcp://[email protected]:12904,tcp://[email protected]:36656,tcp://[email protected]:26656"

Full Nodes

Syncing a new node may not work if the peers of other nodes are filled up, so participants should use (and consider making) full nodes. Here is a list of full nodes:

persistent_peers = "tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:20056,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:33356,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:26656,tcp://[email protected]:28656,tcp://[email protected]:28656"

Public Indexer endpoints

Indexer endpoints

Validator Miss Dashboard

Explorers

  • https://namada-explorer.stakepool.dev.br/ (StakePool)
  • https://extended-nebb.kintsugi.tech/ (Kintsugi)
  • https://namada-explorer.dsrvlabs.dev/ (DSRVLabs)
  • https://namadafinder.cryptosj.net/ (CryptoSJnet)

RPCs

  • https://namada-testnet-rpc.bwarelabs.com/ (BwareLabs)
  • https://namada-explorer-api.stakepool.dev.br/ (StakePool)
  • https://rpc-namada.kintsugi-nodes.com/ (Kintsugi)
  • https://namada-se100-rpc.gatadao.com/ (GATADAO)
  • https://namada-shielded-expedition-rpc.denodes.xyz/ (deNodes)
  • https://namada-se-rpc.citadel.one/ (CitadelOne)
  • https://namada-rpc.dsrvlabs.dev/ (DSRVLabs)
  • https://rpc-namada-se.lgns.net/ (Luganodes)
  • https://rpc.namada-expedition.tm.p2p.org/ (P2P.ORG)
  • https://rpc.namada-expedition.tm.p2p.world/ (P2P.ORG)
  • http://173.212.245.122:26657/ (didbit)
  • https://rpc-namada.cosmostation.io (Cosmostation)
  • http://173.212.245.122:26657/ (didbit)
  • https://namadarpcse.cryptosj.net/ (CryptoSJnet)
  • https://namada-se-rpc.contributiondao.com (ContributionDAO)
  • https://namada-se.emberstake.xyz/ (EmberStake)
  • https://namada-rpc.kzvn.xyz (DRAGONVN)
  • http://namada-rpc.spidey.services (spidey)
  • https://rpc-namada.civetbera.io (superpool)

Indexers

  • https://namada-testnet-indexer.bwarelabs.com/ (BwareLabs)
  • https://namada-explorer-api.stakepool.dev.br/node/api-docs/#/ (StakePool)
  • https://namada-indexer.kintsugi-nodes.com/ (Kintsugi)
  • https://namada-indexer.denodes.xyz/block/last (deNodes)
  • https://namada-se-indexer.citadel.one/ (CitadelOne)
  • https://namada-indexer.dsrvlabs.dev/ (DSRVLabs)
  • http://namadafinder.cryptosj.net:30303/ (CryptoSJnet)
  • https://api-namada.cosmostation.io (Cosmostation)
  • https://indexer-namada.civetbera.io (superpool)

Snapshot service

  • https://bwarelabs.com/snapshots/namada (BwareLabs)

Creating the genesis files (advanced)

In order to create the genesis files for the expedition, the following steps were taken.

  1. The signed transactions files were collected in the signed_genesis_transactions folder.
  2. The python script in scripts/txs_toml.py was run from the root with python3 scripts/txs_toml.py ./ ./signed_genesis_transactions to generate the transactions.toml and to populate the whitelists in the parameters.toml file. Once this was done, it was possible to generate the chain-id.
  • http://namada.stonemac65.xyz (StoneMac65)

Public Indexer

  • http://namada.blog (StoneMac65)

Explorer

  • http://namada.blog (StoneMac65)

How to create the chain-id from the genesis files

Make sure you have the namada binaries installed and are of version v0.31.0. Assuming the path to the namada client binary is $NAMADAC, you can run the following command to generate the chain-id:

$NAMADAC utils init-network --chain-prefix shielded-expedition --genesis-time 2024-02-01T18:00:00Z --templates-path ./ --wasm-checksums-path ./utils/checksums.json --consensus-timeout-commit 10s