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

Migrate Legacy Node (Frontend) *DO NOT MERGE* #4908

Draft
wants to merge 21 commits into
base: feature/directory-v3-purge-base
Choose a base branch
from
Draft
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
exposed transaction to update nym-node config
  • Loading branch information
jstuczyn authored and fmtabbara committed Sep 22, 2024
commit 1642b78b2236ebf2f9582d57470cb14e771db5c0
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ pub trait MixnetSigningClient {
)
.await
}

async fn bond_nymnode(
&self,
node: NymNode,
Expand All @@ -462,6 +463,7 @@ pub trait MixnetSigningClient {
)
.await
}

async fn unbond_nymnode(&self, fee: Option<Fee>) -> Result<ExecuteResult, NyxdError> {
self.execute_mixnet_contract(fee, MixnetExecuteMsg::UnbondNymNode {}, vec![])
.await
Expand Down