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

Update test agent config with correct public_address #1692

Merged
merged 3 commits into from
Sep 3, 2019

Conversation

maackle
Copy link
Collaborator

@maackle maackle commented Sep 3, 2019

PR summary

Modify the config so that the public_address is correct. When loading from config, the public_address is simply ignored for test_agents, as it is generated from the agent's name instead of read from a physical keyfile. However, admin/agent/list uses the value from the config, which is, in general, wrong. So, this makes the value in the config right so that the admin method can report the right value.

changelog

Please check one of the following, relating to the CHANGELOG-UNRELEASED.md

  • this is a code change that effects some consumer (e.g. zome developers) of holochain core so it is added to the CHANGELOG-UNRELEASED.md (linked above), with the format - summary of change [PR#1234](https://github.com/holochain/holochain-rust/pull/1234)
  • this is not a code change, or doesn't effect anyone outside holochain core development

@@ -7,7 +7,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added

* Adds EncryptedSeed and seed.encrypt() allow for easy passphrase encrypting/decrypting of any of the existing seed types. Adds the MnemonicableSeed trait allows seeds to be converted to/from BIP39 mnemonics. [#1687](https://github.com/holochain/holochain-rust/pull/1687)
- added nix for `hc-conductor-install` and `hc-conductor-uninstall` based on `cargo`
* added nix for `hc-conductor-install` and `hc-conductor-uninstall` based on `cargo`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this got added back in incorrectly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just changed the - to * for consistency

@maackle maackle merged commit ed2cc23 into develop Sep 3, 2019
@maackle maackle deleted the modify-test-agent-config-address branch September 17, 2019 19:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants