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

Feature/remove topology equality check #104

Merged
merged 24 commits into from
Jan 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
753ecf6
crypto: replaced base64 with bs58
futurechimp Jan 23, 2020
0fee2b0
Merge branch 'develop' into feature/base58
futurechimp Jan 24, 2020
d744fa5
topology: removing curve25519_dalek crate, it's no longer needed
futurechimp Jan 24, 2020
a4ead85
topology: added bs58 crate
futurechimp Jan 24, 2020
0e85f6d
topology: using base58 for decoding keys
futurechimp Jan 24, 2020
d6ce495
git: ignoring local dictionary
futurechimp Jan 24, 2020
a1af0b9
directory-client: ripped presence apart a bit
futurechimp Jan 24, 2020
8cf37e1
directory-client: removing unused imports
futurechimp Jan 24, 2020
8053704
directory-client: fullpath on std::io::Error needed for some reason
futurechimp Jan 24, 2020
aa7ff75
mixnode: replaced base64 with base58
futurechimp Jan 24, 2020
d71d2ef
topology: removing base64 crate
futurechimp Jan 24, 2020
da6aac1
nym-client: adding bs58 crate
futurechimp Jan 24, 2020
559cffd
sfw-provider: swapping out base64 for base58
futurechimp Jan 24, 2020
398fa5c
Merge branch 'develop' into feature/base58
futurechimp Jan 24, 2020
e1b3a22
nym-client: removed the hex crate
futurechimp Jan 24, 2020
a198268
nym-client: renamed suspicious hex variable (which contains bytes)
futurechimp Jan 24, 2020
83aa0a3
sfw-provider: changed on-disk storage location from hex to base58
futurechimp Jan 24, 2020
c94691d
nym-client: swapping bs58 for base64
futurechimp Jan 27, 2020
bdda6e2
Removed base64 in favour of base58.
futurechimp Jan 27, 2020
416e1f1
cargo: updating sphinx to latest pinned version
futurechimp Jan 27, 2020
b009eb0
ibid
futurechimp Jan 27, 2020
1ab4e3e
ibid
futurechimp Jan 27, 2020
a55b878
encoding: updating all remaining usages of base64 to base58
futurechimp Jan 27, 2020
e5580df
directory-client: removed premature equality check which caused a loc…
futurechimp Jan 27, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.idea
target
.env
/.vscode/settings.json
Loading