FhenixProtocol / fheos

FheOS is a modular layer that allows the blockchain to execute encrypted computations powered by FHE
Other
19 stars 10 forks source link

logs format #67

Closed eshelB closed 7 months ago

eshelB commented 7 months ago

Formatted logs according to 'log' ethereum package's interface. Replaced log.Error(msgs...) with log.Error(msg, [key, value]...)

Otherwise this would happen: image

nitro: https://github.com/FhenixProtocol/nitro/pull/62