<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests/json_serialization.cpp, branch v0.17.3.2</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-08-16T19:43:38Z</updated>
<entry>
<title>Merge pull request #6603</title>
<updated>2020-08-16T19:43:38Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-08-16T19:43:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a08df6eb1beaf442ef6d9b27c1f47497b74d3471'/>
<id>urn:sha1:a08df6eb1beaf442ef6d9b27c1f47497b74d3471</id>
<content type='text'>
4e2377995 Change ZMQ-JSON txextra to hex and remove unnecessary base fields (Lee Clagett)
</content>
</entry>
<entry>
<title>Change ZMQ-JSON txextra to hex and remove unnecessary base fields</title>
<updated>2020-08-14T23:01:00Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-05-31T05:22:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4e2377995d286eb01456ed1dfd29cd278282ec19'/>
<id>urn:sha1:4e2377995d286eb01456ed1dfd29cd278282ec19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding ZMQ/Pub support for txpool_add and chain_main events</title>
<updated>2020-05-04T02:06:35Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-03-16T23:59:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e5214a2ca22cecf123bcff1ab441ed0415d08a6f'/>
<id>urn:sha1:e5214a2ca22cecf123bcff1ab441ed0415d08a6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.</title>
<updated>2020-04-11T04:12:11Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-03-18T23:22:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c26c93019a52dee52ee865f4f1b23e6929968258'/>
<id>urn:sha1:c26c93019a52dee52ee865f4f1b23e6929968258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various improvements to the ZMQ JSON-RPC handling:</title>
<updated>2020-03-05T14:20:56Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-11-07T05:45:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f78b06e8c578819f831a513490278a5f70b01af'/>
<id>urn:sha1:0f78b06e8c578819f831a513490278a5f70b01af</id>
<content type='text'>
  - Finding handling function in ZMQ JSON-RPC now uses binary search
  - Temporary `std::vector`s in JSON output now use `epee::span` to
    prevent allocations.
  - Binary -&gt; hex in JSON output no longer allocates temporary buffer
  - C++ structs -&gt; JSON skips intermediate DOM creation, and instead
    write directly to an output stream.
</content>
</entry>
<entry>
<title>add a bulletproof version, new bulletproof type, and rct config</title>
<updated>2019-01-22T23:17:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-06T13:47:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f931e16c6e45da6880c333cf1f355d7228c143d9'/>
<id>urn:sha1:f931e16c6e45da6880c333cf1f355d7228c143d9</id>
<content type='text'>
This makes it easier to modify the bulletproof format
</content>
</entry>
<entry>
<title>bulletproofs: add multi output bulletproofs to rct</title>
<updated>2018-09-11T13:37:28Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-17T21:50:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9ce9f8caf6e290088711ce4d5d90c1507a837bf2'/>
<id>urn:sha1:9ce9f8caf6e290088711ce4d5d90c1507a837bf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST</title>
<updated>2018-08-02T07:30:20Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2018-08-02T02:10:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4616cf2641c69e48ae19303099e701088ffe9045'/>
<id>urn:sha1:4616cf2641c69e48ae19303099e701088ffe9045</id>
<content type='text'>
</content>
</entry>
</feed>
