<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/rpc, branch v0.10.1</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.10.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-11-26T12:56:44Z</updated>
<entry>
<title>Improve daemon RPC version handling</title>
<updated>2016-11-26T12:56:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-11-26T12:53:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d6086f5b4ee7b35c006c46d8d69c4fcacabf37e7'/>
<id>urn:sha1:d6086f5b4ee7b35c006c46d8d69c4fcacabf37e7</id>
<content type='text'>
Daemon RPC version is now composed of a major and minor number,
so that incompatible changes bump the major version, while
compatible changes can still bump the minor version without
causing clients to unnecessarily complain.
</content>
</entry>
<entry>
<title>rpc: do not include output indices for pool txes</title>
<updated>2016-11-23T18:56:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-11-23T18:55:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1d9e22394458669e5495c9a44ae800bcc37d2a6b'/>
<id>urn:sha1:1d9e22394458669e5495c9a44ae800bcc37d2a6b</id>
<content type='text'>
Those aren't yet in the blockchain, so will not be found
(and aren't yet known, since it depends on where exactly the
tx will be mined in the next block or blocks)
</content>
</entry>
<entry>
<title>rpc: bump version after RPC changes</title>
<updated>2016-11-22T20:01:20Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-11-22T20:01:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e227d6e7ac0968ae36396a68c8686be53ee327c8'/>
<id>urn:sha1:e227d6e7ac0968ae36396a68c8686be53ee327c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a get_outs (fully text based) version of get_outs.bin</title>
<updated>2016-11-22T20:00:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-11-22T20:00:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2c0173c722af7a6dc1f30c3423d97247a4fd1ad7'/>
<id>urn:sha1:2c0173c722af7a6dc1f30c3423d97247a4fd1ad7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: add output indices to gettransactions</title>
<updated>2016-11-22T20:00:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-11-20T14:12:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e05907b3e7fccf11050797c5dcf8eec81d229abe'/>
<id>urn:sha1:e05907b3e7fccf11050797c5dcf8eec81d229abe</id>
<content type='text'>
Someone apparently needs that to make a wallet but never asked.
If you read that and that's not what you wanted, the bugtracker
is at https://github.com/monero-project/monero/issues
</content>
</entry>
<entry>
<title>rpc: bump RPC version</title>
<updated>2016-11-10T23:00:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-11-10T23:00:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0e418d2a58a04d8eebae19870f9cc51348af02ca'/>
<id>urn:sha1:0e418d2a58a04d8eebae19870f9cc51348af02ca</id>
<content type='text'>
I forgot to bump it previously when changing RPC, most notably
for the addition of the unlocked field in the histogram RPC.
This causes new wallets to not realize when they're talking to
an older daemon, and get confused trying to get outputs to use
as fake outs. This otherwise gratuitous bump ensures than old
daemons will be detected by wallets using this code.
</content>
</entry>
<entry>
<title>rpc: add a dynamic fee estimation RPC call</title>
<updated>2016-10-31T08:38:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-10-28T20:19:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e6deb8abda0b6560c8691f376d8a86aab163dd77'/>
<id>urn:sha1:e6deb8abda0b6560c8691f376d8a86aab163dd77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1247</title>
<updated>2016-10-23T17:16:30Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-10-23T17:16:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=854abeb3bbdb1b9399309297a533be09442faa40'/>
<id>urn:sha1:854abeb3bbdb1b9399309297a533be09442faa40</id>
<content type='text'>
10a79ea daemon: report transaction relay status in print_pool* commands (moneromooo-monero)
1e16366 core: notify the txpool when transactions are relayed (moneromooo-monero)
f3c374f tx_pool: set relayed flag on relay (moneromooo-monero)
</content>
</entry>
<entry>
<title>daemon: report transaction relay status in print_pool* commands</title>
<updated>2016-10-22T23:32:55Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-10-22T19:47:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=10a79eae240753e4e63b9b5ac1b55bbc06da45d3'/>
<id>urn:sha1:10a79eae240753e4e63b9b5ac1b55bbc06da45d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1222</title>
<updated>2016-10-22T20:14:35Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-10-22T20:14:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b9f31bbc10dcd48a724f2c6d5e0f31c7267cbb90'/>
<id>urn:sha1:b9f31bbc10dcd48a724f2c6d5e0f31c7267cbb90</id>
<content type='text'>
5e10fb0 rpc: add blockchain cumulative difficulty to getinfo call (moneromooo-monero)
</content>
</entry>
</feed>
