Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Cloud node doesn't seem to find its own external address #363

Closed
gavofyork opened this issue Jul 18, 2018 · 2 comments
Closed

Cloud node doesn't seem to find its own external address #363

gavofyork opened this issue Jul 18, 2018 · 2 comments
Labels
I3-bug The node fails to follow expected behavior.

Comments

@gavofyork
Copy link
Member

2018-07-18 10:21:54 Parity ·:· Polkadot
2018-07-18 10:21:54   version 0.2.0
2018-07-18 10:21:54   by Parity Technologies, 2017, 2018
2018-07-18 10:21:54 Chain specification: Krumme Lanke
2018-07-18 10:21:54 Node name: My Node
2018-07-18 10:21:54 Starting (heavy)
2018-07-18 10:21:55 Best block: #727424
2018-07-18 10:21:55 Connected to telemetry server: ws://telemetry.polkadot.io:1024
2018-07-18 10:21:55 Local node address is: /ip4/0.0.0.0/tcp/30333/p2p/QmTzWQwdmWyFewojkjqu3z1pSwiMgqbxXipz5qZMMdKum9
2018-07-18 10:21:55 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:00 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:05 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:10 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:15 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:20 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:25 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:30 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:35 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:40 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:45 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:50 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:22:55 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:23:00 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:23:05 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:23:10 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:23:15 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:23:20 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:23:25 Idle (0 peers), best: #727424 (5491�16bc)
2018-07-18 10:23:30 Idle (0 peers), best: #727424 (5491�16bc)

No message is ever printed with the node's proper multiaddress including its actual IP.

@gavofyork gavofyork added the I3-bug The node fails to follow expected behavior. label Jul 18, 2018
@tomaka
Copy link
Contributor

tomaka commented Jul 18, 2018

For reference, the node discovers its multiaddress when it dials another node through Kademlia or /substrate/dot.

I don't think there is an issue with specifically a node finding its multiaddress. It's probably caused by the general networking issues.

@gavofyork
Copy link
Member Author

works with the latest changes.

JoshOrndorff added a commit to moonbeam-foundation/substrate that referenced this issue Apr 21, 2021
* done

* Update pallets/parachain-staking/src/mock.rs

Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>

* Update pallets/parachain-staking/src/mock.rs

Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>

* Update pallets/parachain-staking/src/mock.rs

Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>

* add configurable inflation to builder

Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>
liuchengxu added a commit to chainx-org/substrate that referenced this issue Aug 23, 2021
* Ensure minimal validator count

Fixes paritytech#362

* Remove needless retain

* Slash validators on new session insteead of every block

Closes paritytech#369

* Trigger OnAssetChanged

Fixes paritytech#363

* Update acceleration of setup_trustee to 1000

- Closes paritytech#371

* Slash maximum between 1% of jackpot and minimum penalty

Closes paritytech#374

* Update wasm

* 1% instead of 1/10!!!
liuchengxu added a commit to autonomys/substrate that referenced this issue Jun 3, 2022
…r-integration

Prepare the final executor integration
helin6 pushed a commit to boolnetwork/substrate that referenced this issue Jul 25, 2023
* Export TransactionEvents

* Fmt
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
I3-bug The node fails to follow expected behavior.
Projects
None yet
Development

No branches or pull requests

2 participants