Add service provider auctions #59

Merged
nabarun merged 29 commits from deep-stack/laconicd:iv-service-provider-auction into main 2024-09-25 12:38:50 +00:00

29 Commits

Author SHA1 Message Date
b8c3531824 Handle chain id commit bid CLI and update create auction CLI
Some checks failed
Protobuf / lint (pull_request) Successful in 15s
Integration Tests / test-integration (pull_request) Successful in 3m15s
Build / build (pull_request) Successful in 3m17s
E2E Tests / test-e2e (pull_request) Successful in 5m3s
Unit Tests / test-unit (pull_request) Successful in 2m18s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 6m54s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m22s
SDK Tests / sdk_tests (pull_request) Failing after 10m12s
2024-09-25 12:04:24 +05:30
ee9b10eb00 Return error on max price amount lock in instead of panic
Some checks failed
Protobuf / lint (pull_request) Successful in 26s
Integration Tests / test-integration (pull_request) Successful in 2m58s
Build / build (pull_request) Successful in 3m12s
E2E Tests / test-e2e (pull_request) Successful in 4m47s
Unit Tests / test-unit (pull_request) Successful in 2m39s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 7m26s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 10m5s
SDK Tests / sdk_tests (pull_request) Failing after 11m38s
2024-09-24 18:03:34 +05:30
e5f27c246c Add funds released flag in GQL schema
Some checks failed
Protobuf / lint (pull_request) Successful in 13s
Integration Tests / test-integration (pull_request) Successful in 2m38s
Build / build (pull_request) Successful in 2m55s
E2E Tests / test-e2e (pull_request) Successful in 4m10s
Unit Tests / test-unit (pull_request) Successful in 2m11s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 6m25s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m55s
SDK Tests / sdk_tests (pull_request) Failing after 9m37s
2024-09-24 12:40:19 +05:30
40ece271d0 Fix auction funds release check
Some checks failed
Protobuf / lint (pull_request) Successful in 15s
Build / build (pull_request) Successful in 2m38s
Integration Tests / test-integration (pull_request) Successful in 2m23s
E2E Tests / test-e2e (pull_request) Successful in 4m2s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 5m21s
Unit Tests / test-unit (pull_request) Successful in 1m52s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m2s
SDK Tests / sdk_tests (pull_request) Failing after 10m6s
2024-09-24 11:58:52 +05:30
552db03227 Save auction object on releasing funds
Some checks failed
Protobuf / lint (pull_request) Successful in 11s
Build / build (pull_request) Successful in 2m10s
E2E Tests / test-e2e (pull_request) Successful in 3m12s
Integration Tests / test-integration (pull_request) Successful in 1m48s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 4m53s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m36s
Unit Tests / test-unit (pull_request) Successful in 1m49s
SDK Tests / sdk_tests (pull_request) Failing after 9m5s
2024-09-24 11:12:57 +05:30
IshaVenikar
01bc492371 Add method to release provider funds after auction completion
Some checks failed
Build / build (pull_request) Has been cancelled
Protobuf / lint (pull_request) Has been cancelled
E2E Tests / test-e2e (pull_request) Has been cancelled
Integration Tests / test-integration (pull_request) Has been cancelled
SDK Tests / sdk_tests_authority_auctions (pull_request) Has been cancelled
Unit Tests / test-unit (pull_request) Has been cancelled
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Has been cancelled
SDK Tests / sdk_tests (pull_request) Has been cancelled
2024-09-23 18:00:15 +05:30
IshaVenikar
287c4c7782 Update proto files and bindings 2024-09-23 17:58:56 +05:30
IshaVenikar
3710f83002 Fix auction owner address type
Some checks failed
Build / build (pull_request) Has been cancelled
Protobuf / lint (pull_request) Has been cancelled
E2E Tests / test-e2e (pull_request) Has been cancelled
SDK Tests / sdk_tests_authority_auctions (pull_request) Has been cancelled
Integration Tests / test-integration (pull_request) Has been cancelled
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Has been cancelled
SDK Tests / sdk_tests (pull_request) Has been cancelled
Unit Tests / test-unit (pull_request) Has been cancelled
2024-09-23 14:48:12 +05:30
ecddfb96bc Remove unnecessary log
Some checks failed
Build / build (pull_request) Successful in 2m44s
Protobuf / lint (pull_request) Successful in 26s
Integration Tests / test-integration (pull_request) Successful in 2m41s
E2E Tests / test-e2e (pull_request) Successful in 4m16s
Unit Tests / test-unit (pull_request) Successful in 2m16s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 6m25s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m12s
SDK Tests / sdk_tests (pull_request) Failing after 10m5s
2024-09-20 15:51:07 +05:30
3fcab10496 Update authority auctions test CI workflow
Some checks failed
Protobuf / lint (pull_request) Successful in 20s
Build / build (pull_request) Successful in 2m30s
Integration Tests / test-integration (pull_request) Successful in 2m12s
E2E Tests / test-e2e (pull_request) Successful in 3m45s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 5m10s
Unit Tests / test-unit (pull_request) Successful in 1m51s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m54s
SDK Tests / sdk_tests (pull_request) Failing after 9m34s
2024-09-20 12:31:22 +05:30
93f7f17cc0 Use stable sort for sorting bids
Some checks failed
Protobuf / lint (pull_request) Successful in 18s
Build / build (pull_request) Successful in 2m11s
E2E Tests / test-e2e (pull_request) Successful in 3m8s
Integration Tests / test-integration (pull_request) Successful in 1m41s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m19s
SDK Tests / sdk_tests_auctions (pull_request) Failing after 11m52s
Unit Tests / test-unit (pull_request) Successful in 1m49s
SDK Tests / sdk_tests (pull_request) Failing after 9m8s
2024-09-20 11:54:36 +05:30
IshaVenikar
3f9b494480 Lock bid price in reveal phase only for vickrey auctions
Some checks failed
Build / build (pull_request) Has been cancelled
Protobuf / lint (pull_request) Has been cancelled
Integration Tests / test-integration (pull_request) Has been cancelled
SDK Tests / sdk_tests_auctions (pull_request) Has been cancelled
E2E Tests / test-e2e (pull_request) Has been cancelled
Unit Tests / test-unit (pull_request) Has been cancelled
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Has been cancelled
SDK Tests / sdk_tests (pull_request) Has been cancelled
2024-09-20 10:37:24 +05:30
273da5f2a9 Handle failing e2e tests
Some checks failed
Build / build (pull_request) Successful in 2m43s
Protobuf / lint (pull_request) Successful in 13s
Integration Tests / test-integration (pull_request) Successful in 2m7s
E2E Tests / test-e2e (pull_request) Successful in 3m41s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m51s
Unit Tests / test-unit (pull_request) Successful in 1m53s
SDK Tests / sdk_tests_auctions (pull_request) Failing after 12m54s
SDK Tests / sdk_tests (pull_request) Failing after 10m13s
2024-09-19 17:22:26 +05:30
7901e5f0f0 Remove unused auction module params
Some checks failed
Protobuf / lint (pull_request) Successful in 17s
Build / build (pull_request) Successful in 2m11s
E2E Tests / test-e2e (pull_request) Failing after 3m24s
Integration Tests / test-integration (pull_request) Successful in 1m47s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m5s
Unit Tests / test-unit (pull_request) Successful in 2m41s
SDK Tests / sdk_tests_auctions (pull_request) Failing after 12m30s
SDK Tests / sdk_tests (pull_request) Failing after 11m57s
2024-09-19 15:08:38 +05:30
3a05924998 Update create auction CLI 2024-09-19 09:59:46 +05:30
fec82eb2f8 Update Auction GQL schema type 2024-09-19 09:30:38 +05:30
7bc108fd7f Update auction creator refund amount calculation 2024-09-18 19:23:23 +05:30
Isha Venikar
d44df36445 Modify comments in proto files 2024-09-18 15:15:20 +05:30
9c29f694da Regenerate proto bindings 2024-09-18 11:56:00 +05:30
IshaVenikar
fd4fd0b2ca Modify provider auction name 2024-09-18 11:39:27 +05:30
IshaVenikar
9e3b2cc0dc Update create auction CLI 2024-09-16 17:38:28 +05:30
IshaVenikar
70f0d050fa Return total locked amount to the service provider auction creator 2024-09-13 16:02:46 +05:30
IshaVenikar
fb66b9aed5 Fix lint issues 2024-09-13 14:49:38 +05:30
IshaVenikar
3cd46106bd Update Auction type in GraphQL schema 2024-09-13 14:35:20 +05:30
IshaVenikar
3d237f6447 Update create auction CLI command 2024-09-13 13:16:36 +05:30
IshaVenikar
0defde75ee Update authority auction in registry module 2024-09-13 13:03:09 +05:30
IshaVenikar
94e4d9459b Add method to pick service provider auction winner 2024-09-13 13:00:34 +05:30
IshaVenikar
5a1546a7c9 Update method to pick auction winner 2024-09-13 13:00:10 +05:30
IshaVenikar
66e674d387 Update proto files and bindings 2024-09-13 12:58:19 +05:30