aboutsummaryrefslogtreecommitdiff
path: root/src/serialization
Commit message (Expand)AuthorAgeFilesLines
* Change ZMQ-JSON txextra to hex and remove unnecessary base fieldsLee Clagett2020-08-142-0/+31
* Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2020-04-112-95/+95
* Merge pull request #6395luigi11112020-04-041-3/+2
|\
| * Fixing static_asserts in ZMQ JSONLee Clagett2020-03-191-3/+2
* | Reduce template bloat in hex->bin for ZMQ jsonLee Clagett2020-03-092-16/+26
|/
* workaround for GetObject windows.h macro and rapidjson conflictxiphon2020-03-141-1/+1
* Various improvements to the ZMQ JSON-RPC handling:Lee Clagett2020-03-053-354/+426
* daemon, wallet: new pay for RPC use systemmoneromooo-monero2019-10-251-0/+4
* monerod can now sync from pruned blocksmoneromooo-monero2019-09-272-0/+22
* Merge pull request #5595luigi11112019-07-241-0/+2
|\
| * daemon: display peer address type in print_cnmoneromooo-monero2019-05-311-0/+2
* | serialization: check stream good flag at the endmoneromooo-monero2019-06-141-1/+1
* | serialization: fail on read_varint errormoneromooo-monero2019-06-141-1/+2
|/
* fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-011-2/+2
* Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-241-0/+65
* Merge pull request #5190Riccardo Spagni2019-03-171-0/+4
|\
| * daemon: add --public-node mode, RPC port propagation over P2Pxiphon2019-02-251-0/+4
* | Update 2019 copyrightbinaryFate2019-03-0519-19/+19
* | various: remove unused variablesmoneromooo-monero2019-03-041-1/+0
* | serialization: Use pos_type instead of streamposTom Smeding2019-02-011-1/+1
|/
* Pruningmoneromooo-monero2019-01-221-0/+2
* json_archive: initialize inner_array_size in ctormoneromooo-monero2018-11-151-1/+1
* Merge pull request #4753Riccardo Spagni2018-11-141-0/+4
|\
| * serializtion: add missing mainnet and stagenet fields for 0mqmoneromooo-monero2018-10-291-0/+4
* | Update ZMQ fee estimate and add ZMQ output distributionLee Clagett2018-10-232-0/+26
|/
* tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero2018-10-081-6/+17
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-0/+8
* Fixed ZMQ-RPC for transactions and GET_BLOCKS_FASTLee Clagett2018-08-022-162/+172
* update get_info RPC and bump RPC versionvictorsintnicolaas2018-06-291-0/+2
* Correct spelling mistakes.Edward Betts2018-03-052-2/+2
* Readd copyright starting datexmr-eric2018-01-261-1/+1
* Update 2018 copyrightxmr-eric2018-01-2616-16/+16
* Merge pull request #2990Riccardo Spagni2018-01-107-216/+274
|\
| * factor STL container serializationmoneromooo-monero2017-12-227-216/+274
* | Add a chacha20 variant to go with chacha8moneromooo-monero2017-12-251-2/+2
|/
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
* add bulletproofs from v7 on testnetmoneromooo-monero2017-12-082-0/+44
* serialization: add std::set and std::unordered_set serializationmoneromooo-monero2017-11-242-0/+130
* track double spending in the txpoolmoneromooo-monero2017-11-061-0/+2
* Merge pull request #2506Riccardo Spagni2017-10-021-0/+1
|\
| * json_object: add missing do_not_relay to tx_in_pool serializationmoneromooo-monero2017-09-211-0/+1
* | serialization: add deque serializationmoneromooo-monero2017-09-252-2/+34
|/
* Fixes static_assert on arm and ppc buildsLee Clagett2017-09-191-1/+3
* Fix various oversights/bugs in ZMQ RPC server codeThomas Winget2017-09-052-69/+193
* json serialization for rpc-relevant monero typesThomas Winget2017-09-053-0/+1466
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-2110-10/+10
* serialization: add support for serializing std::pair and std::listmoneromooo-monero2016-09-263-4/+219
* serialization: add override for serializing boolmoneromooo-monero2016-08-281-0/+6
* make rct tx serialization workmoneromooo-monero2016-08-281-28/+0
* rct: add serialization machinery to rct typesmoneromooo-monero2016-08-281-0/+29