codex-storage / nim-codex

Decentralized Durability Engine
https://codex.storage
Apache License 2.0
69 stars 25 forks source link

Add logging to show transaction ids #991

Open markspanbroek opened 2 weeks ago

markspanbroek commented 2 weeks ago

It can be difficult to debug issues with ethereum transactions going wrong, because we do not log the transaction id.

Proposal is to add debug logging to contracts/market.nim that shows the transaction ids, for example when sending a storage request.

Thanks for bringing this up, @veaceslavdoina.