<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet_rpc_server.cpp, branch v0.8.8.3</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.8.8.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.8.8.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2014-08-05T06:57:08Z</updated>
<entry>
<title>added view_key to wallet RPC command query_key</title>
<updated>2014-08-05T06:57:08Z</updated>
<author>
<name>Jakob Lind</name>
<email>karl.jakob.lind@gmail.com</email>
</author>
<published>2014-08-05T06:57:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=67b91ea7699501fc3acab57c6e138792628c032e'/>
<id>urn:sha1:67b91ea7699501fc3acab57c6e138792628c032e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>query_key command in wallet rpc.</title>
<updated>2014-08-05T06:17:23Z</updated>
<author>
<name>Jakob Lind</name>
<email>karl.jakob.lind@gmail.com</email>
</author>
<published>2014-08-05T06:17:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0c3255ead8132c9903aa3b62333460fc3ed67713'/>
<id>urn:sha1:0c3255ead8132c9903aa3b62333460fc3ed67713</id>
<content type='text'>
only support mnemonic as key_type currently</content>
</entry>
<entry>
<title>Merge pull request #70 from fluffypony/master</title>
<updated>2014-07-23T16:26:06Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-07-23T16:26:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0a87cb0b33ac610e2347f5bcca74e9d03d384a67'/>
<id>urn:sha1:0a87cb0b33ac610e2347f5bcca74e9d03d384a67</id>
<content type='text'>
New readme, license changes</content>
</entry>
<entry>
<title>wallet rpc: actually populate the extra while assembling a transaction</title>
<updated>2014-07-23T15:27:23Z</updated>
<author>
<name>Erik Kimmo</name>
<email>erik.kimmo@gmail.com</email>
</author>
<published>2014-07-23T15:27:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a59b6205cd24b5c4ebc2641006ec99d981143752'/>
<id>urn:sha1:a59b6205cd24b5c4ebc2641006ec99d981143752</id>
<content type='text'>
</content>
</entry>
<entry>
<title>License updated to BSD 3-clause</title>
<updated>2014-07-23T13:03:52Z</updated>
<author>
<name>fluffypony</name>
<email>ric@spagni.net</email>
</author>
<published>2014-07-23T13:03:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6fc995fe5d5a9f5e74ed520b695d67159aa08b33'/>
<id>urn:sha1:6fc995fe5d5a9f5e74ed520b695d67159aa08b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add get_bulk_payments rpc call</title>
<updated>2014-07-22T16:16:15Z</updated>
<author>
<name>Zachary Michaels</name>
<email>mikezackles@gmail.com</email>
</author>
<published>2014-07-22T16:00:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=12596ad566b23c0b88678c01c0d1871167fefc79'/>
<id>urn:sha1:12596ad566b23c0b88678c01c0d1871167fefc79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet RPC converted to use new transaction semantics</title>
<updated>2014-06-30T11:16:50Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-06-17T22:15:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d433a696e527a01c1cbef48495652335140f0bb2'/>
<id>urn:sha1:d433a696e527a01c1cbef48495652335140f0bb2</id>
<content type='text'>
wallet RPC now uses wallet2::create_transactions and wallet2::commit_tx instead
of wallet2::transfer.  This made it possible to add the RPC call /transfer_split, which
will split transactions automatically if they are too large.  The old call to
/transfer will return an error stating to use /transfer_split if multiple
transactions are needed to fulfill the request.
</content>
</entry>
<entry>
<title>final changes to get transaction splitting building.  needs testing.</title>
<updated>2014-06-30T11:16:50Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-06-16T00:36:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2e048a467976f6f620a3e9f55d26744139456147'/>
<id>urn:sha1:2e048a467976f6f620a3e9f55d26744139456147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed conflict</title>
<updated>2014-06-02T20:43:11Z</updated>
<author>
<name>paybee</name>
<email>dev@payb.ee</email>
</author>
<published>2014-06-02T20:43:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=133019cfc54f4842a030a346418056e513e6c581'/>
<id>urn:sha1:133019cfc54f4842a030a346418056e513e6c581</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added incoming_transfers RPC API method</title>
<updated>2014-06-02T20:36:35Z</updated>
<author>
<name>paybee</name>
<email>dev@payb.ee</email>
</author>
<published>2014-06-02T20:36:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=295c284c3e4ea6a7ec36353b9b23bb6f5db497f8'/>
<id>urn:sha1:295c284c3e4ea6a7ec36353b9b23bb6f5db497f8</id>
<content type='text'>
</content>
</entry>
</feed>
