Housefire Testnet is officially in Phase 3! This is an important step toward Phase 3 of Namada mainnet.
Providing a checklist here of some items for interested users to test out to ensure that Phase 3 is working as expected and build confidence toward enabling Phase 3 for mainnet.
There are six IBC channels that have been opened as a result of Housefire Proposal 7. The proposal code can be found here. These six channels are:
transfer/channel-0/uosmo (Osmosis - OSMO)
transfer/channel-1/uatom (Cosmos Hub - ATOM)
transfer/channel-5/utia (Celestia - TIA)
transfer/channel-4/stuosmo (Stride staked OSMO)
transfer/channel-4/stuatom (Stride staked ATOM)
transfer/channel-4/stutia (Stride staked TIA)
Furthermore, the proposal places a cap on the allowed total supply of each token at 100 tokens each, and a cap on the per-epoch throughput of each token at 20 tokens each. Finally, each token is also enabled for gas payment in order to facilitate fully shielded transfers.
Testing Action Items:
Each token can be IBC transferred into a Namada transparent address
Each token can be directly shielded into Namada over IBC
Each token can be unshielded natively within Namada and out of directly out of Namada over IBC
Shielded transfers of these tokens are working
Each token can be used for gas payment
The rate limit caps work as intended
e.g. an IBC transfer of more than 20 tokens for any of the tokens can never succeed in either direction
NAM can still not be transferred or shielded
No shielded rewards are minted
Staking rewards and other proof-of-stake actions still work as in Phase 2
All of the above functionality works via the CLI and Namadillo
Stride has an option to pay transaction fees in non-native tokens? Maybe we need to add native stride token to pools.
…although using OSMO you can also get shielded stride tokens. Yeah, maybe that’s a more universal approach
namadac balance --owner testmasp2 --token transfer/channel-7/uosmo
WARNING: The resulting balance could be outdated, make sure to run `namadac shielded-sync` before querying the balance to get the most recent value.
Last committed masp epoch: 390
transfer/channel-7/uosmo: 1
namadac balance --owner testmasp2 --token transfer/channel-8/stuosmo
WARNING: The resulting balance could be outdated, make sure to run `namadac shielded-sync` before querying the balance to get the most recent value.
Last committed masp epoch: 390
transfer/channel-8/stuosmo: 1
namadac balance --owner testmasp2 --token transfer/channel-8/stuatom
WARNING: The resulting balance could be outdated, make sure to run `namadac shielded-sync` before querying the balance to get the most recent value.
Last committed masp epoch: 390
transfer/channel-8/stuatom: 1
namadac balance --owner testmasp2 --token transfer/channel-8/stutia
WARNING: The resulting balance could be outdated, make sure to run `namadac shielded-sync` before querying the balance to get the most recent value.
Last committed masp epoch: 390
transfer/channel-8/stutia: 1
namadac balance --owner testmasp2 --token transfer/channel-9/uatom
WARNING: The resulting balance could be outdated, make sure to run `namadac shielded-sync` before querying the balance to get the most recent value.
Last committed masp epoch: 390
transfer/channel-9/uatom: 1
namadac balance --owner testmasp2 --token transfer/channel-10/utia
WARNING: The resulting balance could be outdated, make sure to run `namadac shielded-sync` before querying the balance to get the most recent value.
Last committed masp epoch: 390
transfer/channel-10/utia: 1
Last committed epoch: 1549
Delegations from tnam1qqec0hwnhqss75ngqgh4jrjxwgzxq6c8u5sr03mg to tnam1q998z4jql22u6727ee5qcua8rcx35ahrzcj43m0e:
Remaining active bond from epoch 1551: Δ 250.000000 (slashed 0.000000)
Active (slashable) bonds total: 250.000000
Bonds total: 250.000000
Unbonded delegations from tnam1qqec0hwnhqss75ngqgh4jrjxwgzxq6c8u5sr03mg:
Withdrawable from epoch 1605 (active from 1551): Δ 500.000000 (slashed 0.000000)
Unbonded total: 500.000000
Withdrawable total: 0.000000
Delegations from tnam1qqec0hwnhqss75ngqgh4jrjxwgzxq6c8u5sr03mg to tnam1q9frhn8h2dk4x2vxfm3l0zed7p3x2sppqu288vj4:
Remaining active bond from epoch 1551: Δ 250.000000 (slashed 0.000000)
Active (slashable) bonds total: 250.000000
Bonds total: 250.000000
namadac rewards --source test --validator tnam1q998z4jql22u6727ee5qcua8rcx35ahrzcj43m0e
Rewards at epoch 1552: 0.240120 NAM
All of the above functionality works via the CLI and Namadillo
All the above functionalities are working via the CLI.
Waiting for Namadillo testings this week from Heliax or other community members.