EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.29k stars 3.6k forks source link

add first_block_num for get_info command 📦 #11013

Closed heifner closed 2 years ago

heifner commented 2 years ago

Change Description

EPE 737

add first_block_num to the result of get_info command, the first block num is fetched from block_log_imp object, and then fill this number to get info result.

https://github.com/EOSIO/eos/pull/10087

Change Type

Select ONE

Consensus Changes

API Changes

Documentation Additions