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

All txs not sending with --node https://alfabet.domen/ #2646

Closed
encipher88 opened this issue Feb 16, 2024 · 2 comments
Closed

All txs not sending with --node https://alfabet.domen/ #2646

encipher88 opened this issue Feb 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@encipher88
Copy link

All txs not sending with --node https://alfabet.domen/
only work with http://ip:port/

namada client bond --validator tnam1q929d8arfku864ygpt73tsllg2zm0p6sjy0mqdzg --amount 1 --source wallet --memo tpknam1qrj4pnajqheqwnjrvpx7hw2vu9a7nn33cv0734arwsyxk9fs8mxwwyxsllt --node http://rpc.namada.encipher88.tech/

The application panicked (crashed).
Message:  called `Result::unwrap()` on an `Err` value: "Invalid Tendermint address: \n   0: \u{1b}[91merror parsing data: invalid address scheme: \"http://rpc.namada.encipher88.tech/\"\u{1b}[0m\n\nLocation:\n   \u{1b}[35m/root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flex-error-0.4.4/src/tracer_impl/eyre.rs\u{1b}[0m:\u{1b}[35m10\u{1b}[0m\n\nBacktrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.\nRun with RUST_BACKTRACE=full to include source snippets."
Location: /root/namada/crates/apps/src/lib/cli/context.rs:246
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

same with

http://rpc.namada.encipher88.tech:80
http://rpc.namada.encipher88.tech
http://namada-se.emberstake.xyz:26657/
https://namada-se.emberstake.xyz/
https://namada-se-rpc.cosmicvalidator.com/
tcp://nam-rpc.rch.world/
https://nam-rpc.rch.world/

works only

namada client bond --validator tnam1q929d8arfku864ygpt73tsllg2zm0p6sjy0mqdzg --amount 1 --source wallet--memo tpknam1qrj4pnajqheqwnjrvpx7hw2vu9a7nn33cv0734arwsyxk9fs8mxwwyxsllt --node  tcp://65.108.195.237:26657
Transaction added to mempool.
Wrapper transaction hash: 79D26BB542555A461519FF5A1F280BF6AFFEA53AFD60ED52DF6FBCACBA7C8E97
Inner transaction hash: 3F5568A6F6EB37064E5AE118225FAAA9802F7004374BA6AE8B5B064FBF029AD6
Wrapper transaction accepted at height 32350. Used 23 gas.

@encipher88 encipher88 added the bug Something isn't working label Feb 16, 2024
@7flash
Copy link

7flash commented Feb 28, 2024

Same issue. All nodes in the list throw this error

Screenshot 2024-02-28 at 18 17 06

image

Only worked with the one @encipher88 mentioned

namada client init-account \
  --alias $WALLET-established \
  --public-keys $WALLET \
  --signing-keys $WALLET \
  --threshold 1 \
  --node tcp://65.108.195.237:26657

Must be an issue with my local network/firewall? Because nodes in the list are OK.

@cwgoes
Copy link
Contributor

cwgoes commented May 24, 2024

Not applicable to this repository. Thanks for your participation in the SE!

@cwgoes cwgoes closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants