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

Refactor API & add registerdisputeagent method to CLI #4539

Merged
merged 2 commits into from Sep 22, 2020

Conversation

ghubstan
Copy link
Member

This commit contains most of the changes suggested by @chimp1984 in his api-suggestions branch. See 961703e

A new registerdisputeagent method was also added to CliMain, finishing the work to support registration of mediators and refund agents on arbitration daemons running in regtest mode. This method cannot be used to register dispute agents on mainnet; users will see an error msg if they try. (The change was added to this PR to avoid likely CliMain file conflicts.)

This PR replaces 4526.

This commit contains most of the changes suggested by @chimp1984 in
his api-suggestions branch.  See
bisq-network@961703e

A new 'registerdisputeagent' method was also added to MainCli, finishing
the work to support registration of mediators and refund agents on
arbitration daemons running in regtest mode.  This method cannot be
used to register dispute agents on mainnet;  users will see an error
msg if they try.
accountNumber,
currencyCode);

// TODO not sure if there is more to do at account creation.
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes there is lots of extra stuff, mainly the many different payment methods with their custom requirements. Input validation, currency selection, country selection, etc...

Copy link
Contributor

@chimp1984 chimp1984 left a comment

Choose a reason for hiding this comment

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

utACK

Copy link
Member

@sqrrm sqrrm left a comment

Choose a reason for hiding this comment

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

utACK

@sqrrm sqrrm merged commit dee9267 into bisq-network:master Sep 22, 2020
Ship Bisq Daemon and API automation moved this from In progress to Done Sep 22, 2020
@ghubstan ghubstan deleted the refactor-bisqdaemonmain branch September 22, 2020 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants