Commit Graph

110 Commits

Author SHA1 Message Date
cf3b28217b fix ceiling remainder payout + implied auction completion status 2022-09-05 21:18:04 +00:00
6c4ad8c55d update log formatting 2022-09-05 00:50:40 +00:00
713f96d311 update docs & go unit test make cmd 2022-09-05 00:42:28 +00:00
fd20f608fd tests & utils for checking balance/escrow + fixes 2022-09-05 00:10:42 +00:00
7f37e69011 update module permissions to make escrow possible + more fixes 2022-09-04 23:36:57 +00:00
5617f5aa2a update readme 2022-09-04 23:35:22 +00:00
0f63fd1e57 add dockerfiles 2022-09-04 23:35:15 +00:00
3172c9621f add readme 2022-09-04 22:35:35 +00:00
be1c427ba7 more test updates 2022-09-04 00:59:37 +00:00
8db387eab7 test framework upgrades + start actual tests 2022-09-04 00:41:27 +00:00
61a037ee3c viable command-based testing framework 2022-09-03 07:41:54 +00:00
c1ee2ec7a8 apply auction type updates to cli 2022-09-02 21:58:22 +00:00
75c051af04 WIP type updates 2022-09-02 21:03:03 +00:00
e8e7680ae2 begin test suite 2022-09-02 20:48:12 +00:00
b493c6dc09 backup old test cases
we're switching to shell tests for now
2022-09-02 18:45:45 +00:00
913fcf8a3d linear lease vesting math 2022-09-01 22:35:10 +00:00
338b7d075a add deadline to auctions 2022-09-01 19:13:17 +00:00
5d71effb7f pay lowest-bid remainder to auction creator 2022-09-01 17:07:09 +00:00
5c41dc7fef completed auction-creation escrow 2022-09-01 07:08:30 +00:00
69f2fa82de check auction ceiling before placing bids 2022-09-01 06:57:44 +00:00
ffd2529ccb correct price check to be for for auction ceiling 2022-09-01 06:55:14 +00:00
f67118ebf6 check spendable when making bid, groundwork for built-in transfers 2022-09-01 06:09:36 +00:00
e27f1c7737 add ceiling to auction structure 2022-09-01 05:52:22 +00:00
ed2061213e upgrade auction structure ton include denom + no owner in tx 2022-09-01 04:49:24 +00:00
9727e246ee fix auction logic, finalization, & memcaching 2022-09-01 04:48:54 +00:00
a2bb428f2f finish generating 2022-09-01 02:10:41 +00:00
8f4f5d270a make bids for lowest rather than highest 2022-09-01 02:02:23 +00:00
0d1513e35d finish generation from proto 2022-09-01 01:22:10 +00:00
fdbed8aa41 implement auction finalization system 2022-08-31 22:40:28 +00:00
5aea9c162e file to consolidate auction module params 2022-08-31 21:38:55 +00:00
05144c4e06 auction key iterator 2022-08-31 18:43:45 +00:00
d6b4b51ca6 link up bid txs and memdb storage + key fixes
lfg it works
2022-08-30 23:29:04 +00:00
b5c7075bd0 tidy up error msg 2022-08-30 21:53:47 +00:00
11e2c9e819 query: pending bids for auction 2022-08-30 21:47:39 +00:00
e5abd3c1d8 unit test for new memdb bids getter 2022-08-30 21:43:42 +00:00
a2f5ce1fc1 func to get all bids from memdb 2022-08-30 21:43:26 +00:00
1105b49c6e scaffold auction-bids query 2022-08-30 21:27:12 +00:00
3eb2cd36c4 fmt & leftovers from previous scaffold 2022-08-30 21:21:21 +00:00
7ecb5a9fe8 regenerate auction type without on-chain bidding 2022-08-30 19:33:47 +00:00
87e29c3dcc switch bid tracking to in-memory 2022-08-30 19:30:17 +00:00
820b506fe6 auction clear + test 2022-08-29 23:23:07 +00:00
e8cd7a283d better test 2022-08-29 01:03:12 +00:00
cdd1cb8cc0 fix memdb encode/decode EOF issue 2022-08-29 01:03:09 +00:00
2ef71da720 WIP memdb system 2022-08-29 00:42:43 +00:00
d13f2956ac basic auction bidding system 2022-08-28 20:28:25 +00:00
3eb5705b92 gitignore vue folder 2022-08-28 18:22:39 +00:00
3ef4eddc7e remove vue interface 2022-08-28 18:06:41 +00:00
e219d2f42c scaffold newBid tx 2022-08-28 17:57:06 +00:00
6236887e5c update go module 2022-08-28 04:01:32 +00:00
ac5e2637cb auction creation msg 2022-08-28 02:48:00 +00:00