In this branch we have implemented the new approach in the Proof of Stake protocol. In this approach all nodes that, want to participate in "mining" (i.e validators in our case) stake an amount in a current block for the next block.
Besides in this branch we have integrate the fees logic. From the beginning of a new block we know the validator, each transaction (except stakes) corresponds to two transaction -the original one and a transaction for fee-.
In this branch we have implemented the new approach in the Proof of Stake protocol. In this approach all nodes that, want to participate in "mining" (i.e validators in our case) stake an amount in a current block for the next block. Besides in this branch we have integrate the fees logic. From the beginning of a new block we know the validator, each transaction (except stakes) corresponds to two transaction -the original one and a transaction for fee-.