Skip to content

Commit

Permalink
ft_watcher: parse settleAuctionNoneLocal
Browse files Browse the repository at this point in the history
Signed-off-by: bingyuyap <[email protected]>
  • Loading branch information
bingyuyap committed Jul 25, 2024
1 parent a54a304 commit 5d98dea
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 90 deletions.
3 changes: 2 additions & 1 deletion database/fast-transfer-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CREATE TABLE fast_transfer_executions (
-- Settlement is created when the settlement is created in the `settleFastTransfer`
-- ix in the MatchingEngine contract.
CREATE TABLE fast_transfer_settlements (
fast_transfer_id VARCHAR(255) PRIMARY KEY,
fast_vaa_hash VARCHAR(255) PRIMARY KEY,
repayment BIGINT,
settle_payer VARCHAR(255),
settle_tx_hash VARCHAR(255),
Expand Down Expand Up @@ -89,3 +89,4 @@ CREATE TABLE auction_history_mapping (
auction_pubkey VARCHAR(255) PRIMARY KEY,
index INT NOT NULL
);

Loading

0 comments on commit 5d98dea

Please sign in to comment.