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

Position Ownership NFT #650

Merged
merged 45 commits into from
Aug 7, 2023
Merged

Position Ownership NFT #650

merged 45 commits into from
Aug 7, 2023

Conversation

Senna46
Copy link
Contributor

@Senna46 Senna46 commented Jul 31, 2023

Impl Position Ownership NFT

@Senna46 Senna46 marked this pull request as ready for review August 6, 2023 10:21
@Senna46
Copy link
Contributor Author

Senna46 commented Aug 6, 2023

Position ownership tests are covered by existing tests.
But, additional combined testing is required for pending payments.

@Senna46
Copy link
Contributor Author

Senna46 commented Aug 6, 2023

Add 2 Pending Payment Position Queries

user@Mark16:~/github.com/UnUniFi/chain$ ununifid q derivatives pending-payment-positions
pending_payment_positions:
- created_at: "2023-08-06T17:56:38.624979153Z"
  created_height: "14"
  id: "1"
  refundable_amount:
    amount: "2158323"
    denom: ubtc
user@Mark16:~/github.com/UnUniFi/chain$ ununifid q derivatives pending-payment-position 1
pending_payment_position:
  created_at: "2023-08-06T17:56:38.624979153Z"
  created_height: "14"
  id: "1"
  refundable_amount:
    amount: "2158323"
    denom: ubtc

@kimurayu45z kimurayu45z merged commit 3807ec1 into newDevelop Aug 7, 2023
2 checks passed
@kimurayu45z kimurayu45z deleted the position-nft branch August 7, 2023 03:00
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.

2 participants