This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update flip kick and tend transformers due to contract changes
* Update FlipperAddress to new local ganache address * Update flip_kick table * Update flipkick transformer to handle new signature and abi * Update tend table * Update tend converter
- Loading branch information
1 parent
42341e5
commit f298a1a
Showing
33 changed files
with
147 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
db/migrations/1534193915_add_raw_log_column_to_flip_kick.down.sql
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
db/migrations/1534193915_add_raw_log_column_to_flip_kick.up.sql
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
CREATE TABLE maker.tend ( | ||
db_id SERIAL PRIMARY KEY, | ||
header_id INTEGER NOT NULL REFERENCES headers (id) ON DELETE CASCADE, | ||
id NUMERIC NOT NULL UNIQUE, | ||
bid_id NUMERIC NOT NULL UNIQUE, | ||
lot NUMERIC, | ||
bid NUMERIC, | ||
guy BYTEA, | ||
guy VARCHAR, | ||
tic NUMERIC, | ||
era TIMESTAMP WITH TIME ZONE, | ||
tx_idx INTEGER NOT NUll, | ||
raw_log JSONB | ||
); |
2 changes: 0 additions & 2 deletions
2
db/migrations/1534455274_remove_mom_field_from_flip_kick.down.sql
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
db/migrations/1534455274_remove_mom_field_from_flip_kick.up.sql
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.