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

admin: add gui #2735

Merged
merged 3 commits into from May 10, 2024
Merged

admin: add gui #2735

merged 3 commits into from May 10, 2024

Conversation

buck54321
Copy link
Member

Adds a rudimentary GUI for interacting with the server admin API. Test against the simnet harness by running ./dexadm --harness in server/cmd/dexadm.
image

@JoeGruffins
Copy link
Member

I still have ipv6 disabled on my computer, so I will get:

$ ./dexadm --harness
cannot listen on :31043: listen tcp6 :31043: socket: address family not supported by protocol

Do I have to enable it?

@JoeGruffins
Copy link
Member

I just changed the ip to 127.0.0.1 in the code.

Looks great, but nit, suspend market you can set a time to suspend.

@buck54321
Copy link
Member Author

I just changed the ip to 127.0.0.1 in the code.

You added the IP to this line?

ListenAddrs: []string{":" + cfg.Port},

Copy link
Contributor

@martonp martonp left a comment

Choose a reason for hiding this comment

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

When I adjust the scaled fee rate, I don't see the result reflected when I check the asset again. Otherwise, LGTM.

@JoeGruffins
Copy link
Member

You a the IP to this line?

Yeah there. I've enabled ipv6 now, but thanks for changing it for me.

@buck54321 buck54321 merged commit 54bf8bd into decred:master May 10, 2024
5 checks passed
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