gpu-compute-chain/x/colinearcore/memdb
michael 2326952cd4 remove hyphen in module name 2022-09-06 22:18:09 +00:00
..
README.md remove hyphen in module name 2022-09-06 22:18:09 +00:00
biddb.go remove hyphen in module name 2022-09-06 22:18:09 +00:00
biddb_test.go remove hyphen in module name 2022-09-06 22:18:09 +00:00

README.md

MemDB

Bidding Flow

flowchart 

s[Submit Bid] --> rdb{{Read MemBids}} --> h{Is Highest Bid?} 

h -- Yes --> m{{Add to MemBids}}
h -- No --> re1[[Error]]

m -- Every Block --> ae{Auction expired?}
ae -- Yes --> fh{{Find Highest Bid}}
ae -- No --> ca{{Check again}} -- Next block --> ae

fh -- Settle --> scs[(Chain State)]