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]: Withdrawal contract data structures #94

Closed
2 tasks
hstove opened this issue Apr 30, 2024 · 1 comment
Closed
2 tasks

[Feature]: Withdrawal contract data structures #94

hstove opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels
clarity The clarity smart contracts.

Comments

@hstove
Copy link
Contributor

hstove commented Apr 30, 2024

Feature - Withdrawal contract data structures

1 Context & Purpose

In relation to #57, the withdrawal contracts needs specific data structures for withdrawal-related state. This ticket involves the creation of those data structures, along with read-only functions for fetching that state.

2. Technical Details:

The following data structures are involved with this ticket:

  • withdrawal-requests
  • last-withdrawal-request-id
  • withdrawal-status

2.1 Acceptance Criteria:

  • Data structures implemented according to the LLD
  • Read-only getters exposed

3. Related Issues and Pull Requests (optional):

@hstove hstove added the clarity The clarity smart contracts. label Apr 30, 2024
@hstove hstove self-assigned this Apr 30, 2024
@hstove
Copy link
Contributor Author

hstove commented May 17, 2024

Closed with #127

@hstove hstove closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarity The clarity smart contracts.
Projects
None yet
Development

No branches or pull requests

1 participant