hermeznetwork / hermez-node

Hermez node Go implementation
GNU Affero General Public License v3.0
58 stars 33 forks source link

Forging empty batches in Testnet #1038

Closed jeffprestes closed 3 years ago

jeffprestes commented 3 years ago

Summary of Bug

Bootcoordinator in Testnet / Rinkeby is forging empty batches (batches with no transactions on it) . But the config is defined to not forge it

Expected Behavior

No forging empty batches.

Steps to Reproduce

Setup a hermez node in testnet, use the same config file and monitoring it.

tclemos commented 3 years ago

This is the result of the investigation for this problem:

TLDR: this is not a bug, it's a feature! 😄