aboutsummaryrefslogtreecommitdiff
path: root/src/serialization (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-11RPC and ZeroMQ APIs to support p2poolSChernykh2-0/+25
2021-07-18Fixed json serialization of rct::RCTTypeNullSChernykh1-6/+12
2021-06-10Merge pull request #7661luigi111111-89/+94
2021-04-27clang: fix -Wrange-loop-analysis warningsselsta1-1/+1
2021-03-05fix serialization being different on macmoneromooo-monero4-13/+40
2021-01-23Improve cryptonote (block and tx) binary read performanceLee Clagett11-89/+94
2020-09-15wallet2: adapt to deterministic unlock timeTheCharlatan1-0/+2
2020-08-17replace most boost serialization with existing monero serializationmoneromooo-monero8-251/+152
2020-08-16Merge pull request #6603Alexander Blair2-0/+31
2020-08-14Change ZMQ-JSON txextra to hex and remove unnecessary base fieldsLee Clagett2-0/+31
2020-08-14Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ fasterLee Clagett1-3/+19
2020-08-14Fix pruned tx for ZMQ's GetBlocksFastLee Clagett3-17/+39
2020-05-04Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett1-1/+1
2020-07-19Merge pull request #6512Alexander Blair18-18/+18
2020-05-18serialization: fix bad rapidjson api usagemoneromooo-monero1-1/+1
2020-05-06Update copyright year to 2020SomaticFanatic18-18/+18
2020-04-11Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2-95/+95
2020-04-04Merge pull request #6395luigi11111-3/+2
2020-03-19Fixing static_asserts in ZMQ JSONLee Clagett1-3/+2
2020-03-14workaround for GetObject windows.h macro and rapidjson conflictxiphon1-1/+1
2020-03-09Reduce template bloat in hex->bin for ZMQ jsonLee Clagett2-16/+26
2020-03-05Various improvements to the ZMQ JSON-RPC handling:Lee Clagett3-356/+428
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-0/+4
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero2-0/+22
2019-07-24Merge pull request #5595luigi11111-0/+2
2019-06-14serialization: check stream good flag at the endmoneromooo-monero1-1/+1
2019-06-14serialization: fail on read_varint errormoneromooo-monero1-1/+2
2019-05-31daemon: display peer address type in print_cnmoneromooo-monero1-0/+2
2019-05-01fix wide difficulty conversion with some versions of boostmoneromooo-monero1-2/+2
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero1-0/+65
2019-03-17Merge pull request #5190Riccardo Spagni1-0/+4
2019-03-05Update 2019 copyrightbinaryFate19-19/+19
2019-03-04various: remove unused variablesmoneromooo-monero1-1/+0
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-0/+4
2019-02-01serialization: Use pos_type instead of streamposTom Smeding1-1/+1
2019-01-22Pruningmoneromooo-monero1-0/+2
2018-11-15json_archive: initialize inner_array_size in ctormoneromooo-monero1-1/+1
2018-11-14Merge pull request #4753Riccardo Spagni1-0/+4
2018-10-29serializtion: add missing mainnet and stagenet fields for 0mqmoneromooo-monero1-0/+4
2018-10-23Update ZMQ fee estimate and add ZMQ output distributionLee Clagett2-0/+26
2018-10-08tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero1-6/+17
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-0/+8
2018-08-02Fixed ZMQ-RPC for transactions and GET_BLOCKS_FASTLee Clagett2-162/+172
2018-06-29update get_info RPC and bump RPC versionvictorsintnicolaas1-0/+2
2018-03-05Correct spelling mistakes.Edward Betts2-2/+2
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric16-16/+16
2018-01-10Merge pull request #2990Riccardo Spagni7-216/+274
2017-12-25Add a chacha20 variant to go with chacha8moneromooo-monero1-2/+2
2017-12-22factor STL container serializationmoneromooo-monero7-216/+274
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero2-0/+44
2017-11-24serialization: add std::set and std::unordered_set serializationmoneromooo-monero2-0/+130
2017-11-06track double spending in the txpoolmoneromooo-monero1-0/+2
2017-10-02Merge pull request #2506Riccardo Spagni1-0/+1
2017-09-25serialization: add deque serializationmoneromooo-monero2-2/+34
2017-09-21json_object: add missing do_not_relay to tx_in_pool serializationmoneromooo-monero1-0/+1
2017-09-19Fixes static_assert on arm and ppc buildsLee Clagett1-1/+3
2017-09-05Fix various oversights/bugs in ZMQ RPC server codeThomas Winget2-69/+193
2017-09-05json serialization for rpc-relevant monero typesThomas Winget3-0/+1466
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni10-10/+10
2016-09-26serialization: add support for serializing std::pair and std::listmoneromooo-monero3-4/+219
2016-08-28serialization: add override for serializing boolmoneromooo-monero1-0/+6
2016-08-28make rct tx serialization workmoneromooo-monero1-28/+0
2016-08-28rct: add serialization machinery to rct typesmoneromooo-monero1-0/+29
2016-08-28serialization: declare do_serialize specializations before usemoneromooo-monero1-0/+5
2016-01-25even more typosHenning Kopp1-2/+2
2016-01-25more typos fixedHenning Kopp1-2/+2
2016-01-25fixed typoHenning Kopp1-1/+1
2015-12-31updated copyright yearRiccardo Spagni10-10/+10
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero1-0/+2
2015-02-202014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero1-2/+2
2015-01-02year updated in licenseRiccardo Spagni10-10/+10
2014-10-15fixed errant >Riccardo Spagni1-1/+1
2014-10-13Commented most of src/serialization/ going to read up more on variant's and f...jebes5-101/+319
2014-07-23License updated to BSD 3-clausefluffypony10-30/+290
2014-07-01Improved (fixed?) serialization for vec<uint32_t>Zachary Michaels1-0/+7
2014-07-01Add missing pragmaZachary Michaels1-0/+2
2014-07-01Add missing pragmaZachary Michaels1-0/+2
2014-07-01Add missing pragmaZachary Michaels1-0/+2
2014-05-250.8.8updatemydesktop2-1/+7
2014-05-13Update serialization.hNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+6
2014-05-03initial [broken] updatemydesktop1-1/+1
2014-03-03moved all stuff to githubAntonio Juarez10-0/+816