codex-storage / nim-ethers

Port of ethers.js to Nim
Other
8 stars 4 forks source link

Block callback not async #47

Closed markspanbroek closed 1 year ago

markspanbroek commented 1 year ago

Make the BlockHandler callback non-async, just like the LogHandler. Because this is a breaking change, it increases the version number to 0.3.0.

Refactors the confirm() implementation to work with a regular callback.

Depends on #46, which needs to be merged first.