eth2.0-specs/test_libs/pyspec/eth2spec/test/phase_0
Diederik Loerakker d587c4fe61 Critical fix: introduce back total-value check (#1220)
This was dropped in a376b6607f, as improvement in dust checking.
Now that dust-checking is done, we still need to check if the sender has the minimum value, as decrease balance just clips to 0.
See be86f966f8 for older dust-creation problem work around, which was dropped in the above.

The bug enabled you to transfer your full balance to someone else, and pay the same amount in fee, possibly to a puppet proposer to collect back funds.
Effectively enabling printing of money. Silly bug, good to fix and introduce tests for.
2019-06-26 20:21:17 +01:00
..
block_processing Critical fix: introduce back total-value check (#1220) 2019-06-26 20:21:17 +01:00
epoch_processing Merge branch 'dev' into v071backport 2019-06-17 13:42:27 -06:00
__init__.py Separates tests into phases 2019-06-05 21:28:30 +02:00