ethereumjs / ethereumjs-blockstream

Reliable stream of Ethereum blocks
MIT License
80 stars 19 forks source link

Bugfix, filter defaults and readme changes. #5

Closed MicahZoltu closed 7 years ago

MicahZoltu commented 7 years ago

Fixes a bug where filters weren't being passed to RPC correctly.

Changes default to no filters (meaning no logs) rather than defaulting to a filter that includes all logs.

Updates readme with full example.

MicahZoltu commented 7 years ago

Rebasing now...

tinybike commented 7 years ago

Edited the callback-style examples in README (hopefully I didn't botch the types...). Otherwise looks good, merging.