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

Blacklist address endpoint #26

Closed
4 tasks
j-mueller opened this issue Dec 23, 2024 · 0 comments · Fixed by #32
Closed
4 tasks

Blacklist address endpoint #26

j-mueller opened this issue Dec 23, 2024 · 0 comments · Fixed by #32
Assignees
Labels

Comments

@j-mueller
Copy link
Collaborator

Add an endpoint that allows us to blacklist an address.
Inputs: The address to be blacklisted.
Fails if the submitter is not the issuer of the stablecoin, or if the address is already on the list.

  • Offchain endpoint like the ones in Wst.Offchain.Endpoints.Deployment
  • Test case for happy path in Wst.Test.UnitTest
  • API route (POST) in Wst.Server.Types.BuildTxAPI
  • Handler for the route in Wst.Server
@j-mueller j-mueller linked a pull request Dec 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants