Skip to content

Commit 5d98dea

Browse files
committedJul 25, 2024
ft_watcher: parse settleAuctionNoneLocal
Signed-off-by: bingyuyap <bingyu.yap.21@gmail.com>
1 parent a54a304 commit 5d98dea

File tree

3 files changed

+233
-90
lines changed

3 files changed

+233
-90
lines changed
 

‎database/fast-transfer-schema.sql

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ CREATE TABLE fast_transfer_executions (
6060
-- Settlement is created when the settlement is created in the `settleFastTransfer`
6161
-- ix in the MatchingEngine contract.
6262
CREATE TABLE fast_transfer_settlements (
63-
fast_transfer_id VARCHAR(255) PRIMARY KEY,
63+
fast_vaa_hash VARCHAR(255) PRIMARY KEY,
6464
repayment BIGINT,
6565
settle_payer VARCHAR(255),
6666
settle_tx_hash VARCHAR(255),
@@ -89,3 +89,4 @@ CREATE TABLE auction_history_mapping (
8989
auction_pubkey VARCHAR(255) PRIMARY KEY,
9090
index INT NOT NULL
9191
);
92+

0 commit comments

Comments
 (0)