hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

Provide current block header to smart contracts #4958

Closed mversic closed 1 week ago

mversic commented 2 months ago

Currently we only provide current block height, but I don't think it would cost us much to provide the whole header. If that is too costly or deemed unnecessary, I'd at least like to get current block creation time in the executor/trigger

mversic commented 3 weeks ago

as a consequence of this change it will become possible to remove TimeEvent, which is not really an event