Add command to create an auction and add auction CLI tests #83

Merged
nabarun merged 13 commits from deep-stack/laconic-registry-cli:iv-create-auction-cmds into main 2024-09-25 13:57:56 +00:00
Member

Part of Service provider auctions

Examples:

# vickrey auction
laconic registry auction create --kind vickrey --commits-duration 60 --reveals-duration 60 --denom alnt --commit-fee 1000 --reveal-fee 1000 --minimum-bid 1000000
# provider auction
laconic registry auction create --kind provider --commits-duration 60 --reveals-duration 60 --denom alnt --commit-fee 1000 --reveal-fee 1000 --max-price 3000000 --num-providers 5

# Release provider auction funds
laconic registry auction release-funds --auction-id <auction-id>
Part of [Service provider auctions](https://www.notion.so/Service-provider-auctions-a7b63697d818479493ec145ea6ea3c1c) Examples: ```bash # vickrey auction laconic registry auction create --kind vickrey --commits-duration 60 --reveals-duration 60 --denom alnt --commit-fee 1000 --reveal-fee 1000 --minimum-bid 1000000 ``` ```bash # provider auction laconic registry auction create --kind provider --commits-duration 60 --reveals-duration 60 --denom alnt --commit-fee 1000 --reveal-fee 1000 --max-price 3000000 --num-providers 5 # Release provider auction funds laconic registry auction release-funds --auction-id <auction-id> ```
prathamesh added 11 commits 2024-09-24 09:06:05 +00:00
prathamesh added 1 commit 2024-09-24 10:17:00 +00:00
Add a test for release-funds command and use multiple accounts
Some checks failed
Lint / lint (18.x) (pull_request) Successful in 1m12s
Tests / cli_tests (18.x) (pull_request) Failing after 1m12s
15bf0a3cf2
prathamesh changed title from [WIP] Add command to create an auction and add auction CLI tests to Add command to create an auction and add auction CLI tests 2024-09-25 13:23:43 +00:00
prathamesh added 1 commit 2024-09-25 13:26:37 +00:00
Upgrade dependencies and increment version
All checks were successful
Lint / lint (18.x) (pull_request) Successful in 1m10s
Tests / cli_tests (18.x) (pull_request) Successful in 7m52s
3d7fd6a1de
nabarun merged commit 03422548a4 into main 2024-09-25 13:57:56 +00:00
nabarun deleted branch iv-create-auction-cmds 2024-09-25 13:57:56 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 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/laconic-registry-cli#83
No description provided.