Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 06:18
v1.6.0
e5e6b8f

Changelog

Client

  • Delayed finalize #61

By default, either manual or instant seal does not result in block finalization unless the engine_finalizeBlock RPC is executed. However, it is possible to configure the finalization of sealed blocks to occur after a certain amount of time by setting the --finalize-delay-sec option to a specific value, which specifies the number of seconds to delay before finalizing the blocks.

./target/release/swanky-node --finalize-delay-sec 5

In the above example, a setting of 5 seconds would result in the blocks being finalized five seconds after being sealed. In contrast, setting the value to 0 would lead to instant finalization, with the blocks being finalized immediately upon being sealed.

Arch Link
MacOS universal Download
Ubuntu amd64 Download
Ubuntu arm64 Download