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

fix: wallet sending local address out to network #5258

Merged
merged 2 commits into from
Mar 20, 2023

Conversation

SWvheerden
Copy link
Collaborator

Description

Fixes the wallet sending out /ip4/0.0.0.0 as its address to a base_node as its address

Motivation and Context

0.0.0.0 is a local address and when connecting to the a base_node the base_node rejects the wallet with:
InvalidMultiaddr("Non-global IP addresses are invalid")

How Has This Been Tested?

Manual

Breaking Changes

  • None
  • Requires data directory on base node to be deleted
  • Requires hard fork
  • Other - Please specify

sdbondi
sdbondi previously approved these changes Mar 20, 2023
sdbondi
sdbondi previously approved these changes Mar 20, 2023
sdbondi
sdbondi previously approved these changes Mar 20, 2023
@SWvheerden SWvheerden merged commit 6bfa6f9 into tari-project:development Mar 20, 2023
SWvheerden added a commit to SWvheerden/tari that referenced this pull request Mar 20, 2023
…023-03-20)

### Bug Fixes

* reduce warn log to debug in utxo scanner ([tari-project#5256](tari-project#5256)) ([3946641](tari-project@3946641))
* wallet sending local address out to network ([tari-project#5258](tari-project#5258)) ([6bfa6f9](tari-project@6bfa6f9))
SWvheerden added a commit that referenced this pull request Mar 20, 2023
##
[0.49.0-pre.3](v0.49.0-pre.2...v0.49.0-pre.3)
(2023-03-20)

### Bug Fixes

* reduce warn log to debug in utxo scanner
([5256](#5256))
([3946641](3946641))
* wallet sending local address out to network
([5258](#5258))
([6bfa6f9](6bfa6f9))
SWvheerden pushed a commit that referenced this pull request Mar 22, 2023
Description
---
Reverts and freezes `[email protected]` due to an apparent upstream
issue.

Fixes (at least temporarily) [issue
5261](#5261).

Motivation and Context
---
There's an apparent issue with the `wasm-pack` Node.js module at the
0.11.0 version that breaks CI operations (and which [also
affects](tari-project/tari-crypto#174)
`tari-crypto`).

While an [earlier PR](#5258)
disabled this CI, it seems unnecessary and somewhat risky not to have
these tests.

Reverting to the 0.10.3 version is at least a temporary fix.

How Has This Been Tested?
---
With the fix, CI should pass.

What process can a PR reviewer use to test or verify this change?
---
Run the equivalent commands locally, and ensure that CI passes with the
change.


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify
@SWvheerden SWvheerden deleted the sw_hot_fix_comms branch March 24, 2023 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants