py-etherscan-api icon indicating copy to clipboard operation
py-etherscan-api copied to clipboard

Event log module support

Open AndreMiras opened this issue 7 years ago • 4 comments

py-etherscan-api does not currently provide event logs support. That would be a nice one to have. See API documentation here: https://etherscan.io/apis#logs I can work on it and make a pull request if you guys are interested.

AndreMiras avatar Apr 15 '18 19:04 AndreMiras

I agree, this would be great! I'll take a look at writing it in over the next week if you don't get around to making a PR.

corpetty avatar May 12 '18 15:05 corpetty

Yes I can work on it, pretty soon. I've a working version locally for a different project, see https://github.com/AndreMiras/EtherollApp/blob/v20180517/src/pyetheroll.py#L593 The way to use it is a bit awkward though.

Do you mind if we tackle https://github.com/corpetty/py-etherscan-api/issues/20 a bit before growing the code base. I can also help with this. I would like to at least have some tox testing plus continuous integration like Travis. For the CI I usually build it within a Dockerfile so I can really isolate and specify the whole environment. But if you think it's too much I can go the old fashion way. The annoying thins is Travis is running old OS. With Docker you put the (Linux) OS you want.

AndreMiras avatar May 25 '18 22:05 AndreMiras

20 is closed.

corpetty avatar May 27 '18 19:05 corpetty

Great thanks! I'll tackle the little missing tasks first because I'm too busy for the big one. But I keep it for later :)

AndreMiras avatar May 27 '18 19:05 AndreMiras