peerplays_migrated/tests
Daniel Larimer 8ac4bc1d58 Fix #39 Refactor assert_operation
Reasons:
  1. The protocol should not depend upon implementation details such as
  how the database objects are structured or reflected
  2. The protocol should deal in abstract concepts
  3. Should use fc::datastream rather than istringstream for performance
  and memory allocation reasons
  4. Fees should be charged proportional to the size of the operation
  5. Validate on the assert operation should also perform sanity checks
  on types
  6. Protocol definition objects should never depend upon the database
  because they may be used in situations where the database and
  evaluators are not present.
  7. Reflected field names should never have '_' in them because they
  become part of the *PUBLIC* json definition.
2015-06-23 09:14:18 -04:00
..
app Fix app_test 2015-06-19 10:55:07 -04:00
benchmarks Issue #52: working my way out of the rabbit hole 2015-06-18 15:08:51 -04:00
common Progress #61: Getting witnesses/delegates by owner 2015-06-22 15:03:24 -04:00
intense Issue #52: working my way out of the rabbit hole 2015-06-18 15:08:51 -04:00
performance Issue #52: working my way out of the rabbit hole 2015-06-18 15:08:51 -04:00
tests Fix #39 Refactor assert_operation 2015-06-23 09:14:18 -04:00
CMakeLists.txt Win32 compile fixes 2015-06-15 14:46:19 -04:00