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
Zachary Michaels
2796a7f015
Add get_info command to daemon json rpc
2014-07-22 14:00:10 -04:00
mikezackles
04c46fd46a
Merge pull request #66 from mikezackles/master
...
Add get_bulk_payments rpc call
2014-07-22 12:19:20 -04:00
Zachary Michaels
12596ad566
Add get_bulk_payments rpc call
2014-07-22 12:16:15 -04:00
Thomas Winget
1c33b6cbee
Merge pull request #65 from tewinget/daemon_rpc
...
Added get_connections RPC call to daemon
Only consists of new functionality and doesn't break build, merging per request.
2014-07-18 19:35:45 -04:00
Thomas Winget
9f88b7ce6b
Added get_connections RPC call to daemon
2014-07-18 19:33:03 -04:00
mikezackles
905b67bc79
Merge pull request #63 from mikezackles/bytecoin_for_merge
...
Misc fixes from bytecoin
2014-07-17 19:23:49 -04:00
Zachary Michaels
61e447f7c8
Remove dead code
2014-07-17 19:18:24 -04:00
Zachary Michaels
e48cf2a3a9
Remove second tx size check
2014-07-17 18:47:18 -04:00
Zachary Michaels
23c914ccfe
Don't check max tx size when adding to block
...
This is now done when adding transactions to the pool.
2014-07-17 17:11:21 -04:00
Zachary Michaels
e3b8c58496
Don't check for min fee when adding tx to block
...
This is now done when transactions enter the pool.
2014-07-17 17:10:35 -04:00
Zachary Michaels
232e23e90f
Decrease max block size from 200% median to 130%
2014-07-17 16:56:31 -04:00
Zachary Michaels
c017bb0656
Use print_money in log
2014-07-17 16:56:28 -04:00
Zachary Michaels
d9f3421ce7
Minimum tx fee for entering pool
2014-07-17 16:55:40 -04:00
Zachary Michaels
8e99cee062
Start fresh if tx_pool deserialize fails
2014-07-17 16:53:48 -04:00
Zachary Michaels
a3f5764869
Add transaction size limit
...
Transactions larger than the limit will not enter the pool
2014-07-17 16:53:48 -04:00
Zachary Michaels
4d25350a82
Use const where appropriate in tx_pool
2014-07-17 16:31:31 -04:00
Zachary Michaels
9872d205ff
Make some tx_pool methods static
2014-07-17 14:02:17 -04:00
Zachary Michaels
85a04cb168
Make some tx_pool methods private
2014-07-17 11:25:41 -04:00
Thomas Winget
c6ffd810af
Merge pull request #56 from tewinget/master
...
transaction splitting
2014-07-06 13:13:06 -04:00
Zachary Michaels
a016499a0e
Fix thread count argument handling in simplewallet
2014-07-01 14:57:27 -04:00
Zachary Michaels
dee9abcd60
Match empty RPC request with other requests
2014-07-01 14:57:27 -04:00
Zachary Michaels
efad8c9f31
Switch list to vector for RPC serialization
2014-07-01 14:57:27 -04:00
Zachary Michaels
034a1a865e
Allow conditional compilation with VS 2013+
2014-07-01 14:57:27 -04:00
Zachary Michaels
a633c11cbb
Remove unused function
2014-07-01 14:57:27 -04:00
Zachary Michaels
7259f07a20
Fix assert bug in base58 encode
...
The previous implementation was almost certainly a typo.
full_block_size is the maximum index in the encoded_block_sizes array,
and size is used as an index in this array. So now 1 <= size <=
full_block_size == 8 instead of 1 <= size <= sizeof(full_block_size) ==
size_of(size_t) == ? (maybe 4 on 32-bit systems!)
2014-07-01 14:57:27 -04:00
Zachary Michaels
26c83c5dea
Explicit namespaces
2014-07-01 14:57:27 -04:00