Skip to content

Commit

Permalink
Update seaport_ethereum_sources.yml (#1201)
Browse files Browse the repository at this point in the history
* Update seaport_ethereum_sources.yml

* fix test seaport

* Update seaport_ethereum_assert_samples.sql

* fix test seaport

* change uniqueness test

* Update seaport_ethereum_view_transactions.sql

* remove uniqueness test
  • Loading branch information
soispoke authored Jun 21, 2022
1 parent b1a50d8 commit 97cd5c6
Show file tree
Hide file tree
Showing 4 changed files with 1,011 additions and 1,013 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ models:
description: "exchange contract address - in this case, Seaport contract address"
- name: tx_hash
description: "Transaction hash"
tests:
- unique
- name: block_number
description: "number of the ETH block in which transaction was executed "
- name: tx_from
Expand All @@ -77,4 +75,4 @@ models:
- name: fee_usd_amount
description: "fee amount in USD"
- name: zone_address
description: "A zone is an account (usually a contract) that performs additional validation prior to fulfillment, and that can cancel the listing on behalf of the offerer. We'll use this to select for OpenSea transactions on Seaport."
description: "A zone is an account (usually a contract) that performs additional validation prior to fulfillment, and that can cancel the listing on behalf of the offerer. We'll use this to select for OpenSea transactions on Seaport."
12 changes: 6 additions & 6 deletions spellbook/models/seaport/ethereum/seaport_ethereum_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ sources:
error_after: { count: 24, period: hour }
tables:
- name: Seaport_call_fulfillAvailableAdvancedOrders
loaded_at_field: evt_block_time
loaded_at_field: call_block_time
- name: Seaport_evt_OrderFulfilled
loaded_at_field: evt_block_time
- name: Seaport_call_fulfillOrder
loaded_at_field: evt_block_time
loaded_at_field: call_block_time
- name: Seaport_call_fulfillBasicOrder
loaded_at_field: evt_block_time
loaded_at_field: call_block_time
- name: Seaport_call_fulfillAdvancedOrder
loaded_at_field: evt_block_time
loaded_at_field: call_block_time
- name: Seaport_call_fulfillAvailableOrders
loaded_at_field: evt_block_time
loaded_at_field: call_block_time
- name: Seaport_call_matchOrders
loaded_at_field: evt_block_time
loaded_at_field: call_block_time
Loading

0 comments on commit 97cd5c6

Please sign in to comment.