<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.h, 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:53:30Z</updated>
<entry>
<title>added viewkey command to CLI</title>
<updated>2014-08-05T06:53:30Z</updated>
<author>
<name>Jakob Lind</name>
<email>karl.jakob.lind@gmail.com</email>
</author>
<published>2014-08-05T06:53:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da523f30fcd42d920f1246d7823815e86d6748de'/>
<id>urn:sha1:da523f30fcd42d920f1246d7823815e86d6748de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added seed command to get deterministic seed.</title>
<updated>2014-08-03T14:05:15Z</updated>
<author>
<name>Jakob Lind</name>
<email>karl.jakob.lind@gmail.com</email>
</author>
<published>2014-08-01T13:40:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4fce57b9ad000354a872e2be630f194e3d12ea41'/>
<id>urn:sha1:4fce57b9ad000354a872e2be630f194e3d12ea41</id>
<content type='text'>
not yet password protected
</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>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>working on dividing functions in prep for tx splitting</title>
<updated>2014-06-30T11:16:50Z</updated>
<author>
<name>tom</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-06-15T21:20:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=79e59d155b9873156180f3b2f8b696cf9b8d84ab'/>
<id>urn:sha1:79e59d155b9873156180f3b2f8b696cf9b8d84ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow two-random-numbers wallet generation (but not as default)</title>
<updated>2014-06-12T23:05:52Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-06-09T00:04:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da37b6f15b6eb1f7b4ac9802a3350413d303a5c9'/>
<id>urn:sha1:da37b6f15b6eb1f7b4ac9802a3350413d303a5c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reworked command line args for simplewallet.</title>
<updated>2014-06-12T23:05:52Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-06-08T22:59:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b6a475119731d88aec017fa1d69128c20da6b303'/>
<id>urn:sha1:b6a475119731d88aec017fa1d69128c20da6b303</id>
<content type='text'>
--generate-new-wallet and --wallet-file are now properly mutually-exclusive.
</content>
</entry>
<entry>
<title>most functions prototyped/modified for wallet recovery</title>
<updated>2014-06-12T23:05:51Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-06-04T22:59:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4f382b383005d09f6056371d0fecdc8b6ce37a08'/>
<id>urn:sha1:4f382b383005d09f6056371d0fecdc8b6ce37a08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.8.8update</title>
<updated>2014-05-25T17:06:40Z</updated>
<author>
<name>mydesktop</name>
<email>dev.mc2@gmail.com</email>
</author>
<published>2014-05-25T17:06:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3a3a8176782a4fa75b0607fba0393c9d4a1746be'/>
<id>urn:sha1:3a3a8176782a4fa75b0607fba0393c9d4a1746be</id>
<content type='text'>
</content>
</entry>
</feed>
