Prepare v0.7.0 and remove legacy identity-key migration#18
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR includes the full usability work from commit
1e1ff5ce0f5642b82400557ac6ab29fbb25716dbplus follow-up hardening/release updates.Included change sets
1) Usability improvements v2 (commit
1e1ff5c)Implement usability improvements v2 for CLI, IPC, and pairing eventsScope: 35 files changed, 1673 insertions, 314 deletions.
Highlights:
axon configcommand surface and tests (axon/src/cli/config_cmd.rs,axon/src/cli/config_cmd_tests.rs,axon/tests/cli_contract_config.rs).axon/src/main.rs,axon/src/main_tests.rs,axon/tests/cli_contract.rs).axon/src/ipc/protocol.rs,axon/src/ipc/server.rs,axon/src/ipc/server_tests.rs).axon/src/daemon/command_handler.rs,axon/src/daemon/mod.rs).axon/src/transport/tls.rs,axon/src/transport/tls_tests.rs).README.md,spec/IPC.md,spec/SPEC.md2) Rubric-finding fixes
make fuzz(includingfuzz_ipc_session)3) Release prep and invariants
0.7.0:axon/Cargo.tomlaxon/Cargo.lock(root package entry)4) Legacy identity migration removal
identity.keyauto-migration paths.doctornow treats legacy raw/non-UTF-8 identity key files as unrecoverable unless--fix --rekeyis used.Verification
make verifypasses.max observed: 498lines).Self-Assessment Score
Score: 94/100
(Per request, this is the prior/outdated rubric score included for CONTRIBUTING compliance.)