peerplays-fc/tests
Nathaniel 8b50451373
Add support for auxiliary serialization data
To supplement the new custom serialization feature, we also would like
the ability to use standard reflection-based serialization, but also to
add some extra data in on the side. This is now possible as auxiliary
serialized data. A class can define auxiliary data serializers which will
add additional data to the serialized record generated by the usual
reflection-based serializers.
2022-03-16 20:41:15 -05:00
..
compress Remove unused "smaz" compression 2018-05-29 16:36:31 +02:00
crypto Merge branch 'master' into for-core-4.0.x 2020-04-19 10:55:50 +02:00
io Moved stuff into fc::test namespace 2019-09-16 12:30:32 +02:00
network/http Add test cases about on_http for websocket servers 2020-05-02 05:46:21 -04:00
thread Merge pull request #204 from bitshares/jmj_1256 2020-06-22 17:07:13 +02:00
all_tests.cpp Re-enabled + refactored compress test, added zlib test case 2015-07-27 21:23:15 +02:00
api_tests.cpp Merge 'master' branch 2020-05-01 18:01:55 -04:00
bloom_test.cpp Fixes for endianness 2019-04-23 16:45:44 +02:00
CMakeLists.txt Merge 'master' branch 2020-05-01 18:01:55 -04:00
hmac_test.cpp Replaced more array::begin() with data() 2019-08-02 17:31:07 +02:00
logging_tests.cpp Removed unused stuff 2019-04-04 17:59:51 +02:00
rate_limiting.cpp Add counters to the TCP rate limiter to measure actual upload and download speed, and allow the caller to set how bursty they want the connection to be. 2014-06-25 18:16:58 -04:00
reflection_tests.cpp Improve reflection system and static_variant 2019-08-30 14:21:36 -05:00
rpc.cpp api progess 2015-03-09 18:50:20 -04:00
run-parallel-tests.sh Update run-parallel-tests.sh to support arguments 2020-04-18 13:15:53 -04:00
serialization_test.cpp Add support for auxiliary serialization data 2022-03-16 20:41:15 -05:00
sleep.cpp various missing files 2013-08-23 20:36:43 -04:00
stacktrace_test.cpp Fix static_variant_depth_test 2020-04-19 18:03:37 +02:00
time_test.cpp Update boost version checks in time_test to macros 2020-07-02 09:18:11 -04:00
utf8_test.cpp Added tests for UTF-8 2015-08-23 22:15:47 +02:00
variant_test.cpp Add static_variant::operator== 2019-08-31 12:48:52 -05:00
ws_test_client.cpp fix tests 2019-06-21 15:46:29 -03:00
ws_test_server.cpp Fix test cases 2020-05-01 17:46:19 -04:00