<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon/rpc_command_executor.cpp, branch v0.9.0</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.9.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T06:39:56Z</updated>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>print top block hash in daemon diff command</title>
<updated>2015-12-18T19:56:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-18T19:56:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0ab56b80dbf59ecc9877a055ced3c46dda501646'/>
<id>urn:sha1:0ab56b80dbf59ecc9877a055ced3c46dda501646</id>
<content type='text'>
and add top block hash in get_info RPC
</content>
</entry>
<entry>
<title>daemon: add mining status to the status command</title>
<updated>2015-12-07T19:40:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-07T19:40:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7464343ea880fb071ccd39da821b1b80ec8a6cf'/>
<id>urn:sha1:f7464343ea880fb071ccd39da821b1b80ec8a6cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #503</title>
<updated>2015-11-29T22:16:58Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-11-29T22:16:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=83b412f4718506e8c9429b83e3826052a8942f6f'/>
<id>urn:sha1:83b412f4718506e8c9429b83e3826052a8942f6f</id>
<content type='text'>
55e5a33 rpc: pass current block target in rpc (moneromooo-monero)
</content>
</entry>
<entry>
<title>rpc: pass current block target in rpc</title>
<updated>2015-11-26T00:25:13Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-26T00:25:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=55e5a33d85d7a955a4468778279064b209e36af4'/>
<id>urn:sha1:55e5a33d85d7a955a4468778279064b209e36af4</id>
<content type='text'>
This fixes the hash rate being wrong on testnet after the switch
to 2 minute blocks
</content>
</entry>
<entry>
<title>add RPC calls and commands to get/set bans</title>
<updated>2015-11-26T00:04:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-26T00:04:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=38ceb73848a3c37df60bce637d855b7564b09730'/>
<id>urn:sha1:38ceb73848a3c37df60bce637d855b7564b09730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daemon: fix blockchain height display not updating after sync</title>
<updated>2015-11-23T13:16:05Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-23T13:16:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=06c8b94925e274b497bf9bcad809281b4d971d0a'/>
<id>urn:sha1:06c8b94925e274b497bf9bcad809281b4d971d0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: fix start_mining and status RPC crashes</title>
<updated>2015-10-28T18:09:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-28T18:08:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=051ddbc741b1b703f5d58193ea770b13887d4e49'/>
<id>urn:sha1:051ddbc741b1b703f5d58193ea770b13887d4e49</id>
<content type='text'>
They check whether they're running on testnet by accessing the
m_rpc_server object, which does not exist when in RPC mode.

Also, fix hard_fork_info being called with the wrong API.
</content>
</entry>
<entry>
<title>Merge pull request #448</title>
<updated>2015-10-26T15:59:25Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-10-26T15:59:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0640cde88f63fd5e9dcac103e90ef9f6a3be7f46'/>
<id>urn:sha1:0640cde88f63fd5e9dcac103e90ef9f6a3be7f46</id>
<content type='text'>
06c65cb rpc: fix hard_fork_info RPC (moneromooo-monero)
6f5c129 rpc: fix a few commands not working as command line (moneromooo-monero)
</content>
</entry>
<entry>
<title>rpc: fix hard_fork_info RPC</title>
<updated>2015-10-26T10:17:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-26T10:17:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=06c65cb0ef5b93c5d78ac3235e9e5f51952db070'/>
<id>urn:sha1:06c65cb0ef5b93c5d78ac3235e9e5f51952db070</id>
<content type='text'>
I had never tested it, obviously
</content>
</entry>
</feed>
