aboutsummaryrefslogtreecommitdiff
path: root/src/serialization
Commit message (Expand)AuthorAgeFilesLines
* plug bulletproofs plus into consensusmoneromooo-monero2022-04-052-2/+43
* RPC and ZeroMQ APIs to support p2poolSChernykh2021-09-112-0/+25
* Fixed json serialization of rct::RCTTypeNullSChernykh2021-07-181-6/+12
* Merge pull request #7661luigi11112021-06-1011-89/+94
|\
| * Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-2311-89/+94
* | clang: fix -Wrange-loop-analysis warningsselsta2021-04-271-1/+1
|/
* fix serialization being different on macmoneromooo-monero2021-03-054-13/+40
* wallet2: adapt to deterministic unlock timeTheCharlatan2020-09-151-0/+2
* replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-178-251/+152
* Merge pull request #6603Alexander Blair2020-08-162-0/+31
|\
| * Change ZMQ-JSON txextra to hex and remove unnecessary base fieldsLee Clagett2020-08-142-0/+31
* | Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ fasterLee Clagett2020-08-141-3/+19
* | Fix pruned tx for ZMQ's GetBlocksFastLee Clagett2020-08-143-17/+39
* | Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-041-1/+1
* | Merge pull request #6512Alexander Blair2020-07-1918-18/+18
|\ \
| * | Update copyright year to 2020SomaticFanatic2020-05-0618-18/+18
| |/
* / serialization: fix bad rapidjson api usagemoneromooo-monero2020-05-181-1/+1
|/
* 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