Update bond-record association methods to use cosmjs #3

Merged
nabarun merged 3 commits from nv-remaining-registry-methods into main 2024-03-11 11:27:28 +00:00
Member

Part of https://www.notion.so/Create-laconic-registry-SDK-d3a636d4aba44f7cbba3bd99b7146811

  • Update methods to
    • associate and dissociate a bond from a record
    • dissociate all records from a bond
    • reassociate all record from a bond to another bond
  • Update bond tests with changes
Part of https://www.notion.so/Create-laconic-registry-SDK-d3a636d4aba44f7cbba3bd99b7146811 - Update methods to - associate and dissociate a bond from a record - dissociate all records from a bond - reassociate all record from a bond to another bond - Update bond tests with changes
prathamesh added 3 commits 2024-03-11 11:10:07 +00:00
prathamesh changed title from [WIP] Update bond-record association methods to use cosmjs to Update bond-record association methods to use cosmjs 2024-03-11 11:16:34 +00:00
Member
 PASS  src/bond.test.ts (50.979 s)
  Bonds
    ✓ Create bond. (3427 ms)
    ✓ Associate/Dissociate bond. (13111 ms)
    ✓ Reassociate/Dissociate records. (16443 ms)
    With bond created
      ✓ Get bond by ID. (8 ms)
      ✓ Query bonds. (5 ms)
      ✓ Query bonds by owner. (4 ms)
      ✓ Refill bond. (3211 ms)
      ✓ Withdraw bond. (3221 ms)
      ✓ Cancel bond. (3232 ms)

Test Suites: 1 passed, 1 total
Tests:       9 passed, 9 total
Snapshots:   0 total
```bash PASS src/bond.test.ts (50.979 s) Bonds ✓ Create bond. (3427 ms) ✓ Associate/Dissociate bond. (13111 ms) ✓ Reassociate/Dissociate records. (16443 ms) With bond created ✓ Get bond by ID. (8 ms) ✓ Query bonds. (5 ms) ✓ Query bonds by owner. (4 ms) ✓ Refill bond. (3211 ms) ✓ Withdraw bond. (3221 ms) ✓ Cancel bond. (3232 ms) Test Suites: 1 passed, 1 total Tests: 9 passed, 9 total Snapshots: 0 total ```
nabarun merged commit 8d3c35b22e into main 2024-03-11 11:27:28 +00:00
nabarun deleted branch nv-remaining-registry-methods 2024-03-11 11:27:28 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/registry-sdk#3
No description provided.