<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/rpc, branch v0.9.4</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.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-04-02T03:05:07Z</updated>
<entry>
<title>Merge pull request #777</title>
<updated>2016-04-02T03:05:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-04-02T03:05:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ab43e803311c6f42b7ff50f7bfa02eb6bf4c42f9'/>
<id>urn:sha1:ab43e803311c6f42b7ff50f7bfa02eb6bf4c42f9</id>
<content type='text'>
8757e46 add blockhashing blob to getblocktemplate (Howard Chu)
</content>
</entry>
<entry>
<title>Merge pull request #767</title>
<updated>2016-04-02T03:02:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-04-02T03:02:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a38ad63f8f0c9941ea964519f8e9d25db5e594b2'/>
<id>urn:sha1:a38ad63f8f0c9941ea964519f8e9d25db5e594b2</id>
<content type='text'>
24b3e90 Convey tx verification failure reasons to the RPC client (moneromooo-monero)
</content>
</entry>
<entry>
<title>add blockhashing blob to getblocktemplate</title>
<updated>2016-03-30T15:54:36Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-30T01:50:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8757e46b78f2778261dd7b047666b3d8ccc86ae6'/>
<id>urn:sha1:8757e46b78f2778261dd7b047666b3d8ccc86ae6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convey tx verification failure reasons to the RPC client</title>
<updated>2016-03-27T11:37:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-27T11:35:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=24b3e9007a8ad0684edcee51df444b21a033e4ba'/>
<id>urn:sha1:24b3e9007a8ad0684edcee51df444b21a033e4ba</id>
<content type='text'>
This allows appropriate action to be taken, like displaying
the reason to the user.

Do just that in simplewallet, which should help a lot in
determining why users fail to send.

Also make it so a tx which is accepted but not relayed is
seen as a success rather than a failure.
</content>
</entry>
<entry>
<title>New RPC and daemon command to get output histogram</title>
<updated>2016-03-26T21:10:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T14:30:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=600a3cf0c0ca0a99dbdc91d32138db3c8aa4165c'/>
<id>urn:sha1:600a3cf0c0ca0a99dbdc91d32138db3c8aa4165c</id>
<content type='text'>
This is a list of existing output amounts along with the number
of outputs of that amount in the blockchain.

The daemon command takes:
- no parameters: all outputs with at least 3 instances
- one parameter: all outputs with at least that many instances
- two parameters: all outputs within that many instances

The default starts at 3 to avoid massive spamming of all dust
outputs in the blockchain, and is the current minimum mixin
requirement.

An optional vector of amounts may be passed, to request
histogram only for those outputs.
</content>
</entry>
<entry>
<title>Fix typo on bitmonerod rpc method error.</title>
<updated>2016-03-15T05:09:21Z</updated>
<author>
<name>Mike C</name>
<email>micro-machine@users.noreply.github.com</email>
</author>
<published>2016-03-15T05:09:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ee71946cdcfc114d2ce62affa64b9593b6c2ee19'/>
<id>urn:sha1:ee71946cdcfc114d2ce62affa64b9593b6c2ee19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: do not return bans if they're effectively spent</title>
<updated>2016-03-12T13:49:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-12T13:44:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=789e2755f75dbd2b297b3588404f283568cd8eec'/>
<id>urn:sha1:789e2755f75dbd2b297b3588404f283568cd8eec</id>
<content type='text'>
The blocked ip list will still hold them till next time
a connection attempt is made with that IP, so the effective
length of the ban may be negative.
</content>
</entry>
<entry>
<title>new flush_txpool command, and associated RPC call</title>
<updated>2016-01-30T13:28:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-30T13:28:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bf6d1474c097ee0affe827fe2e3dac489b290f40'/>
<id>urn:sha1:bf6d1474c097ee0affe827fe2e3dac489b290f40</id>
<content type='text'>
It can flush a particular tx, or the whole pool (the RPC command
can flush a list of transactions too)
</content>
</entry>
<entry>
<title>rpc: add missing return on error when getting a tx</title>
<updated>2016-01-30T13:28:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-30T13:28:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6288295f8e4c7807dba73cbdddd375f105ea5af6'/>
<id>urn:sha1:6288295f8e4c7807dba73cbdddd375f105ea5af6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix V1/V2 use of hard fork related parameters</title>
<updated>2016-01-29T17:21:11Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-29T15:09:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3b1d7e03fcc1caa8898ced33e127f6ba09d66df8'/>
<id>urn:sha1:3b1d7e03fcc1caa8898ced33e127f6ba09d66df8</id>
<content type='text'>
Some of it uses hardcoded height, which will need some thinking
for next (voted upon) fork.
</content>
</entry>
</feed>
