EOSIO / demux-js-eos

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

Fix state history query #85

Closed flux627 closed 5 years ago

flux627 commented 5 years ago

A block containing 215 actions was receiving 32,000 actions from the query to a fill-pg using the StateHistoryPostgresActionReader. This fixes the query to return 215 actions.