web3coach / the-blockchain-bar

The source-code for: "Build a Blockchain from Scratch in Go" eBook.
https://web3.coach
GNU Lesser General Public License v3.0
499 stars 184 forks source link

When submitting an invalid transaction all nodes try to mine #12

Closed lehmann-labs closed 3 years ago

lehmann-labs commented 3 years ago

Given:

Maybe it would be good to have some pre-mining validation of each transaction?

web3coach commented 3 years ago

Definitely! One of the exercises I planned to add for the students. Do you want to take on the opportunity and create a PR? It's an easy fix.

web3coach commented 3 years ago

Hi, Added the pre-mining validation. Good idea @lehmann-labs !

https://github.com/web3coach/the-blockchain-bar/commit/0bbbe3fcf955fa7d5c654844c9727b9a2e75ecb4