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.
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
feat(nodeconfig)!: Default to Bech32 format for IOTA key pairs #4826
base: develop
Are you sure you want to change the base?
feat(nodeconfig)!: Default to Bech32 format for IOTA key pairs #4826
Changes from 19 commits
472193b
2d81cf3
de76660
70b66b2
15f7b73
37d1837
6dab4e5
10e43e9
1f2903a
747d6dd
8a51781
aab6a51
324ba1e
534227c
abd27ff
92fc5cf
f6e3a42
2ea14ca
901d9ed
cd5d589
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering, was the test failing because we create a config to compare to this one? Because if we read this snapshot, base64 should still work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I understand snapshot based testing, it uses line by line string comparisons (i.e. line-by-line diffs). So the test was failing, because the old snapshot https://github.com/iotaledger/iota/blob/develop/crates/iota-swarm-config/tests/snapshots/snapshot_tests__network_config_snapshot_matches.snap
diffed from the new one because it was generated with the Base64 keypair format.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thibault-martinez Can we resolve?