OSDN Git Service

remove the timerange check
[bytom/bytom.git] / protocol / validation / validation.go
2017-08-18 Coltremove the timerange check
2017-08-18 Coltadd block pointer to verify tx
2017-08-17 Coltadd gas rate to the system
2017-08-17 Coltlimit the max gas fee per transaction
2017-08-17 Coltmerge with master
2017-08-17 Coltadd nonce and bits into the block header
2017-08-17 Guanghua GuoMerge pull request #4 from Bytom/develop
2017-08-17 gguossChanged blockchain to bytom.
2017-08-16 Coltadd gas model in the validation level
2017-08-15 Coltmodify the validation level code for charge gas
2017-07-14 gguossmerge node_p2p and chain.
2017-07-14 gguossAdded blockchain struct.