EOSIO / demux-js-eos

Demux-js Action Reader implementations for EOSIO blockchains
MIT License
38 stars 17 forks source link

Complete support for 1.7 and 1.8 #92

Closed flux627 closed 5 years ago

flux627 commented 5 years ago

The PR completes the separation between 1.7 and 1.8 EOSIO versions, with differences in the StateHistoryPostgresActionReader. The tests for these now stand up and test against a real Postgres docker container, after migrating their version-specific schema and loading with sample data.