casper-node icon indicating copy to clipboard operation
casper-node copied to clipboard

Make parent block hash & block height available to V1 wasm logic.

Open devendran-m opened this issue 1 year ago • 1 comments

Make Parent Hash available to Wasm logic.

  • New FFI method to support runtime logic
  • Modification of the structure that we use to pass data into the runtime context and the necessary population
  • Also add block height

devendran-m avatar Sep 10 '24 08:09 devendran-m

https://github.com/casper-network/casper-node/pull/4900