Incorporate DSS updates (#8)

* Incorporate DSS updates
- Lad renamed to Guy
- Dink and Dart added to Frob
* update test chain data
* Remove Mom field from FlipKick
* Update Flip ABI and sample flip kick data
* Incorporate updates to Frob event
- Guy renamed to Lad
- Era and Gem removed, iArt added
- Also turn off integration tests that read from test chain while
events are actively under development
This commit is contained in:
Rob Mulholand
2018-08-28 14:16:39 -05:00
committed by GitHub
parent a179a4f7df
commit 1916d585fa
253 changed files with 234 additions and 215 deletions
@@ -4,9 +4,10 @@ CREATE TABLE maker.frob (
tx_idx INTEGER,
ilk bytea,
lad bytea,
gem NUMERIC,
dink NUMERIC,
dart NUMERIC,
ink NUMERIC,
art NUMERIC,
era NUMERIC,
iart NUMERIC,
UNIQUE (header_id, tx_idx)
);
@@ -0,0 +1,2 @@
ALTER TABLE maker.flip_kick
ADD COLUMN mom VARCHAR;
@@ -0,0 +1,2 @@
ALTER TABLE maker.flip_kick
DROP COLUMN mom;