VDB-117: Add Vow.flog transformer (#80)

* Add DB migrations for flog

* Add Vow addresses and constants

* Add err logging to ABI signature getter, test for flog sig

* Add flog transformer

* Add tests+data for flog transformer

* Prepend DB tables and columns with vow_

* Panic on failure to get method sig
This commit is contained in:
Edvard Hübinette
2018-10-25 12:19:46 +02:00
committed by GitHub
parent 78d746bb5b
commit be249437c2
22 changed files with 941 additions and 8 deletions
+2 -1
View File
@@ -15,4 +15,5 @@ pep = "0xB1997239Cfc3d15578A3a09730f7f84A90BB4975"
pip = "0x9FfFE440258B79c5d6604001674A4722FfC0f7Bc"
pit = "0xe7cf3198787c9a4daac73371a38f29aaeeced87e"
rep = "0xf88bbdc1e2718f8857f30a180076ec38d53cf296"
vat = "0xcd726790550afcd77e9a7a47e86a3f9010af126b"
vat = "0xcd726790550afcd77e9a7a47e86a3f9010af126b"
vow = "0x76189df410263ad1d9fe2f4af2eab3d24f1b6f41"
+2 -1
View File
@@ -20,4 +20,5 @@ pep = "0xB1997239Cfc3d15578A3a09730f7f84A90BB4975"
pip = "0x9FfFE440258B79c5d6604001674A4722FfC0f7Bc"
pit = "0xe7cf3198787c9a4daac73371a38f29aaeeced87e"
rep = "0xf88bbdc1e2718f8857f30a180076ec38d53cf296"
vat = "0xcd726790550afcd77e9a7a47e86a3f9010af126b"
vat = "0xcd726790550afcd77e9a7a47e86a3f9010af126b"
vow = "0x3728e9777B2a0a611ee0F89e00E01044ce4736d1"