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/nymd client integration #736

Merged
merged 49 commits into from
Aug 18, 2021
Merged

Conversation

jstuczyn
Copy link
Contributor

@jstuczyn jstuczyn commented Aug 12, 2021

This pull request integrates the new validator client into the code base - mixnodes, gateways, clients and validator api are now using it.

The final remaining thing, which will be done in another pull request, is to make actual payments happen.

I'm sorry for whoever reviews it, but after the BIG MERGE ™️ this PR got rather bloated : (

@jstuczyn jstuczyn requested a review from durch as a code owner August 12, 2021 16:40
Comment on lines +63 to +64
// this behaviour should definitely be changed, we shouldn't
// need to get bandwidth credential for registration
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not? When do you think we should get it? What I had in mind was that we get it at registration/authentication and consume it during that session.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My understanding is that bandwidth credential, as its name suggests, is used to access the mix network. However, during registration we are not sending any traffic through the network. Perhaps we should discuss this more with somebody else, maybe @aniampio ?

clients/native/src/commands/upgrade.rs Outdated Show resolved Hide resolved
common/coconut-interface/src/lib.rs Outdated Show resolved Hide resolved
common/coconut-interface/src/lib.rs Outdated Show resolved Hide resolved
common/credentials/src/utils.rs Outdated Show resolved Hide resolved
common/mixnode-common/src/verloc/mod.rs Outdated Show resolved Hide resolved
common/mixnode-common/src/verloc/mod.rs Outdated Show resolved Hide resolved
explorer-api/src/main.rs Outdated Show resolved Hide resolved
validator-api/Cargo.toml Outdated Show resolved Hide resolved
validator-api/src/network_monitor/monitor/sender.rs Outdated Show resolved Hide resolved
clients/socks5/src/commands/upgrade.rs Outdated Show resolved Hide resolved
@neacsu
Copy link
Contributor

neacsu commented Aug 18, 2021

Feel free to fix the upgrade message and merge the PR.

@jstuczyn jstuczyn merged commit a274edf into develop Aug 18, 2021
@jstuczyn jstuczyn deleted the feature/nymd-client-integration branch August 18, 2021 13:41
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.

None yet

3 participants