codex-storage / nim-ethers

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

Reuse "new block" subscription #93

Open AuHau opened 2 weeks ago

AuHau commented 2 weeks ago

"new block" subscription is not really "that much specific" and hence could be reused between multiple consumers as for example every confirm() call creates this subscription. This could limit how much filters is created on the RPC server.