Related to the structure in which a block is made:
- Is it possible to limit the number of transactions that a block can contain, say for example to 50 transactions? After each 50 transaction, a block should be committed.
- Is it possible to remove the time constraint for committing a block? That means, a block commit should not depend on the predefined elapsed time, rather only on the number of transactions.
- How and in which files can I change the method by which the block header is generated? I would like to have my own SHA-256 custom and unique hash, not based on the transactions it contains and their metadata.