Commit graph

252 commits

Author SHA1 Message Date
jebes c085e9294f commented util.h 2014-09-09 20:18:23 -04:00
Riccardo Spagni bf972c40fc Merge pull request #123 from fluffypony/master
build number increase after release
2014-09-07 08:38:54 +02:00
fluffypony 4290c78160 build number increase after release 2014-09-07 08:33:41 +02:00
Riccardo Spagni 3c2b74215b Merge pull request #121 from fluffypony/master
Fix tree_hash, patch for bad block 202612
2014-09-06 21:57:37 +02:00
iamsmooth 0a9f2f5236 fix checkpoints 2014-09-06 21:56:39 +02:00
iamsmooth 07680e553f bug fix to checkpoint-on-restore; still fails on 612 2014-09-06 21:56:34 +02:00
iamsmooth 480cf9668f checkpoints on restore; currently fails on 212 checkpoint 2014-09-06 21:56:29 +02:00
rfree2monero 2ef0aee81d Fix tree-hash cnt n^2. Asserts, comment. Squash2 2014-09-06 21:56:24 +02:00
Thomas Winget c05489938f override for get_block_longhash for block 202612 2014-09-06 21:56:18 +02:00
Thomas Winget 9a16bb9936 added double-check for 202612 block id
if a new block has the same block id as 202612 but the wrong blobdata,
this will tell the caller that the block id is actually null_hash rather
than the 202612 block id.
2014-09-06 21:56:12 +02:00
Thomas Winget 115f9523fa hex_to_pod needs the destination as an arg, as opposed to it returning the pod 2014-09-06 21:56:06 +02:00
Thomas Winget a544603a7b Override for block hashing for block 202612
Since we need to fix tree_hash, but doing so would invalidate the block
id for block 202612, this fix should check to see if we're trying to get
the block id for 202612 (if its blob hash matches) and return the "old"
block id, for backwards compatibility.
2014-09-06 21:54:58 +02:00
Riccardo Spagni 1d6372cccf Merge pull request #112 from fluffypony/master
fixed OS X malloc.h reference
2014-09-02 12:20:15 +02:00
fluffypony f8025cada9 fixed OS X malloc.h reference 2014-09-02 12:08:27 +02:00
Riccardo Spagni 0c9e3ea913 Merge pull request #109 from fluffypony/master
readme -> markdown
2014-08-30 08:59:54 +02:00
fluffypony 8e122401c9 readme -> markdown 2014-08-30 08:58:01 +02:00
fluffypony 6f04cdbd07 bumped build number 2014-08-25 18:54:48 +02:00
Riccardo Spagni 1b8a68f6c1 Merge pull request #104 from fluffypony/master
Fees temporarily bumped to 0.1 XMR per tx to prevent spam attack
2014-08-23 23:12:39 +02:00
fluffypony 1829966fea quick additional patch 2014-08-23 22:43:13 +02:00
fluffypony db69298b95 quick fee ramp to prevent spam attack 2014-08-23 22:21:18 +02:00
Riccardo Spagni 43c013a57f Merge pull request #86 from jakoblind/seed
Query view key and seed
2014-08-05 09:43:39 +02:00
Jakob Lind 67b91ea769 added view_key to wallet RPC command query_key 2014-08-05 08:57:08 +02:00
Jakob Lind da523f30fc added viewkey command to CLI 2014-08-05 08:53:30 +02:00
Jakob Lind 0c3255ead8 query_key command in wallet rpc.
only support mnemonic as key_type currently
2014-08-05 08:17:23 +02:00
Jakob Lind 2ba77629ad refactoring. get seed code in wallet2 2014-08-03 16:58:21 +02:00
Jakob Lind 6575d4ebe5 check its deterministic wallet before printing seed
when running the seed command
2014-08-03 16:05:15 +02:00
Jakob Lind d0c8532819 remove help text about seed only displayed once 2014-08-03 16:05:15 +02:00
Jakob Lind 4fce57b9ad added seed command to get deterministic seed.
not yet password protected
2014-08-03 16:05:15 +02:00
Thomas Winget 7c0f150a29 Merge pull request #81 from tewinget/restore-fix
restored wallets will have timestamp set to June 8 2014.
2014-08-03 09:58:11 -04:00
Thomas Winget bdac624899 restored wallets will have timestamp set to June 8 2014. 2014-08-03 09:49:31 -04:00
Riccardo Spagni de6200736d Merge pull request #77 from fluffypony/master
build number increased in staging
2014-08-02 17:17:01 +02:00
fluffypony 9228dbf1e9 build number increased in staging 2014-08-02 17:15:46 +02:00
Riccardo Spagni ba99a86333 Merge pull request #73 from jakoblind/refresh_height
Optional height parameter for wallet refresh
2014-08-02 11:13:26 +02:00
Riccardo Spagni d1b0ee7ecd Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp
tx pool fixes, courtesy of Bytecoin
2014-08-01 17:31:15 +02:00
Jakob Lind 29c675acc0 #36 make it compile and work properly 2014-08-01 11:29:55 +02:00
Jakob Lind e4273f2415 #36 simplewallet refresh include optional height param
height param is used optionally in refresh command 

TODO: This should also be the default behaviour 
when generating a new wallet.
2014-08-01 10:17:50 +02:00
Riccardo Spagni 7869667799 Merge pull request #72 from fluffypony/master
move modified epee code to new classes, revert license
2014-07-25 18:47:41 +02:00
fluffypony 32f9d2b783 move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
Riccardo Spagni e70b57cdfb Merge pull request #71 from Jojatekok/master
Added a build script for Windows
2014-07-24 11:25:50 +02:00
Jojatekok fdd9f19c42 Added license for the Windows build script 2014-07-24 11:24:13 +02:00
Jojatekok 49f901513d Added a build script for Windows 2014-07-24 11:14:29 +02:00
Riccardo Spagni 0a87cb0b33 Merge pull request #70 from fluffypony/master
New readme, license changes
2014-07-23 18:26:06 +02:00
Riccardo Spagni eb8de58230 Merge pull request #69 from ekimmo/monero/master
wallet rpc: actually populate the extra while assembling a transaction
2014-07-23 17:47:48 +02:00
Erik Kimmo a59b6205cd wallet rpc: actually populate the extra while assembling a transaction 2014-07-23 19:27:23 +04:00
fluffypony 6fc995fe5d License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
fluffypony 003b1f909d New README 2014-07-23 13:50:29 +02:00
Thomas Winget 55b92e3999 Merge pull request #68 from tewinget/daemon_rpc
daemon rpc get_connections call minor changes
2014-07-23 06:06:33 -04:00
Thomas Winget a99143444c Changed time_t to uint64_t for serialization
time_t is implementation-, architecture-, and apparently
compiler-dependent.  As an example, on my machine if I build a 64-bit
binary, sizeof(time_t) is 8, but for a 32-bit binary it's 4.  uint64_t
is therefore much more consistent for serialization, given that RPC
calls are potentially made between different machines.
2014-07-23 05:59:31 -04:00
Thomas Winget ad4061002c Missed serializing a get_connections RPC response parameter 2014-07-22 20:54:45 -04:00
mikezackles c31f6016b3 Merge pull request #67 from mikezackles/get_info
Add get_info command to daemon json rpc
2014-07-22 14:08:39 -04:00