wownero/tests/data
moneromooo-monero 7175dcb107
replace most boost serialization with existing monero serialization
This reduces the attack surface for data that can come from
malicious sources (exported output and key images, multisig
transactions...) since the monero serialization is already
exposed to the outside, and the boost lib we were using had
a few known crashers.

For interoperability, a new load-deprecated-formats wallet
setting is added (off by default). This allows loading boost
format data if there is no alternative. It will likely go
at some point, along with the ability to load those.

Notably, the peer lists file still uses the boost serialization
code, as the data it stores is define in epee, while the new
serialization code is in monero, and migrating it was fairly
hairy. Since this file is local and not obtained from anyone
else, the marginal risk is minimal, but it could be migrated
later if needed.

Some tests and tools also do, this will stay as is for now.
2020-08-17 16:23:58 +00:00
..
fuzz replace most boost serialization with existing monero serialization 2020-08-17 16:23:58 +00:00
account-00aff84db50d6a54dd56051379f6c336fdd330d1cb11e7523bbf71f30b1ae760fa47ace8679b6486f79429980fd2331715a631f5729db284eb1fc6f108aeb7a7f4fe year updated in license 2015-01-02 18:52:46 +02:00
account-002bee2f8e16f5de4db0d3b8ce9227c8c0b7f9688348b028e022cb43f210968b40a69cdc8531fd4a2e7c9e144eec48bb477733d70ce5f9b85338a07cb10b849ad8fb moved all stuff to github 2014-03-03 22:07:58 +00:00
account-007af2d7c5ffd8f69005debae820207820805e28c7d7a16714591143f56fb51e2b91ad0c1a535567e6292b321773df5e5aaace00fe767c4f09de452838575357ca9f year updated in license 2015-01-02 18:52:46 +02:00
account-009b82d66dfaaba55a581913fa09d6c5bebe179cd73731781265c96e9e630dcd27fd5d20e7f1d0fa42619de9ca8fe4c0659f6959b2bebb15079cdaed07a442a78486 moved all stuff to github 2014-03-03 22:07:58 +00:00
outputs portable serializer: tests added 2017-01-03 09:14:48 +09:00
signed_monero_tx portable serializer: tests added 2017-01-03 09:14:48 +09:00
unsigned_monero_tx portable serializer: tests added 2017-01-03 09:14:48 +09:00
wallet_9svHk1 portable serializer: tests added 2017-01-03 09:14:48 +09:00
wallet_9svHk1.keys tests: update test wallet keys file for encrypted keys 2018-09-15 09:34:11 +00:00