archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
71 stars 22 forks source link

Smart Contracts: add `contract.genesis_address` and `transaction.genesis_address` fields #1526

Open bchamagne opened 3 months ago

bchamagne commented 3 months ago

Is your feature request related to a problem?

No response

Describe the solution you'd like

We often deal with genesis addresses, having them first hand is better than fetching them ourselves. Plus, get_genesis_address(transaction.address) cannot work because transaction does not exist yet.

Additional context

No response

Epic

No response