hive-engine / hivesmartcontracts

Hive-Engine node software
https://hive-engine.com
MIT License
13 stars 9 forks source link

Allow for using block_api.get_block API #61

Closed eonwarped closed 9 months ago

eonwarped commented 9 months ago

Prepares for eventual deprecation of condenser_api.get_block.

Moves a few configurable options to config:

Also

eonwarped commented 9 months ago

It looks like you've changed the enableHashVerification setting to hashVerificationNode, but forgot to make the corresponding update to config.example.json.

Also, can you please document on the PR what each of the new streamerConfig settings is for, and confirm that the default values you've selected are good values for production use (so node operators can simply copy the example when upgrading)?

Done with config. Updating PR.