Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-12 | Merge pull request #1325 | Riccardo Spagni | 2 | -0/+6 | |
2078cb6 tests: fix tests builds after fluffy blocks merge (moneromooo-monero) | |||||
2016-11-12 | Merge pull request #1322 | Riccardo Spagni | 1 | -7/+6 | |
65528ae Always compile Position Independent Code on 64-bit ARMv8 systems (NanoAkron) | |||||
2016-11-12 | Always compile Position Independent Code on 64-bit ARMv8 systems | NanoAkron | 1 | -7/+6 | |
2016-11-11 | tests: fix tests builds after fluffy blocks merge | moneromooo-monero | 2 | -0/+6 | |
2016-11-11 | Merge pull request #1316 | Riccardo Spagni | 13 | -1062/+2299 | |
358e068 Created monero-wallet-rpc, moving functionality from monero-wallet-cli (Lee Clagett) | |||||
2016-11-11 | Merge pull request #1321 | Riccardo Spagni | 1 | -1/+1 | |
0e418d2 rpc: bump RPC version (moneromooo-monero) | |||||
2016-11-11 | Merge pull request #1319 | Riccardo Spagni | 1 | -3/+5 | |
c27c0fe tests: fix fee unit tests on 32 bit (moneromooo-monero) | |||||
2016-11-11 | Merge pull request #1315 | Riccardo Spagni | 2 | -2/+13 | |
9150a16 Wallet API: use stored refresh height when rebuilding cache (Jacob Brydolf) | |||||
2016-11-11 | Merge pull request #1314 | Riccardo Spagni | 1 | -6/+9 | |
63772e4 wallet: fix corner case of no recent outputs available (moneromooo-monero) | |||||
2016-11-11 | Merge pull request #1313 | Riccardo Spagni | 3 | -11/+33 | |
1669621 wallet2_api: support for sweeping all (moneromooo-monero) | |||||
2016-11-11 | Merge pull request #1263 | Riccardo Spagni | 11 | -11/+492 | |
d61bd81 add lightweight block propagation ("fluffy blocks") (Dion Ahmetaj) | |||||
2016-11-10 | rpc: bump RPC version | moneromooo-monero | 1 | -1/+1 | |
I forgot to bump it previously when changing RPC, most notably for the addition of the unlocked field in the histogram RPC. This causes new wallets to not realize when they're talking to an older daemon, and get confused trying to get outputs to use as fake outs. This otherwise gratuitous bump ensures than old daemons will be detected by wallets using this code. | |||||
2016-11-10 | Created monero-wallet-rpc, moving functionality from monero-wallet-cli | Lee Clagett | 13 | -1062/+2299 | |
2016-11-10 | tests: fix fee unit tests on 32 bit | moneromooo-monero | 1 | -3/+5 | |
2016-11-09 | wallet2_api: support for sweeping all | moneromooo-monero | 3 | -11/+33 | |
2016-11-09 | add lightweight block propagation ("fluffy blocks") | Dion Ahmetaj | 11 | -11/+492 | |
Added a new command to the P2P protocol definitions to allow querying for support flags. Implemented handling of new support flags command in net_node. Changed for_each callback template to include support flags. Updated print_connections command to show peer support flags. Added p2p constant for signaling fluffy block support. Added get_pool_transaction function to cryptnote_core. Added new commands to cryptonote protocol for relaying fluffy blocks. Implemented handling of fluffy block command in cryptonote protocol. Enabled fluffy block support in node initial configuration. Implemented get_testnet function in cryptonote_core. Made it so that fluffy blocks only run on testnet. | |||||
2016-11-09 | Wallet API: use stored refresh height when rebuilding cache | Jacob Brydolf | 2 | -2/+13 | |
2016-11-09 | wallet: fix corner case of no recent outputs available | moneromooo-monero | 1 | -6/+9 | |
Also clarify related logs | |||||
2016-11-09 | Merge pull request #1312 | Riccardo Spagni | 1 | -1/+1 | |
acf908c thread_group: fix build with asserts enabled (moneromooo-monero) | |||||
2016-11-09 | Merge pull request #1311 | Riccardo Spagni | 1 | -0/+1 | |
5c4cb96 cryptonote_protocol: drop connection when find_blockchain_supplement fails (moneromooo-monero) | |||||
2016-11-09 | Merge pull request #1310 | Riccardo Spagni | 3 | -0/+101 | |
40a68e2 wallet2_api: add API for create_unmixable_sweep_transactions (moneromooo-monero) | |||||
2016-11-09 | Merge pull request #1309 | Riccardo Spagni | 3 | -0/+35 | |
c441a61 wallet2_api: API to sign and verify a message (moneromooo-monero) | |||||
2016-11-09 | Merge pull request #1307 | Riccardo Spagni | 3 | -2/+13 | |
4dcb74f wallet_api: PendingTransaction::txCount - number of split transactions (Ilya Kitaev) | |||||
2016-11-09 | Merge pull request #1305 | Riccardo Spagni | 3 | -21/+47 | |
c80f4d4 wallet: fix output collision detection for view wallets (moneromooo-monero) | |||||
2016-11-09 | thread_group: fix build with asserts enabled | moneromooo-monero | 1 | -1/+1 | |
See https://github.com/monero-project/monero/pull/1291 | |||||
2016-11-09 | cryptonote_protocol: drop connection when find_blockchain_supplement fails | moneromooo-monero | 1 | -0/+1 | |
This will be when we can't find common ground between the peer's short chain history and our blockchain. This fixes bad peers claiming a higher blockchain height from never dropped, and keeping the node in synchronizing state forever, since we will never get blocks from that peer. | |||||
2016-11-08 | wallet2_api: API to sign and verify a message | moneromooo-monero | 3 | -0/+35 | |
2016-11-09 | wallet_api: PendingTransaction::txCount - number of split transactions | Ilya Kitaev | 3 | -2/+13 | |
2016-11-08 | Merge pull request #1308 | Riccardo Spagni | 1 | -0/+6 | |
0c530de Wallet API: Pause refresh while creating transaction (Jacob Brydolf) | |||||
2016-11-08 | Merge pull request #1306 | Riccardo Spagni | 3 | -14/+104 | |
8aba0d4 wallet: encrypt outputs and key images files with the view key (moneromooo-monero) | |||||
2016-11-08 | Merge pull request #1302 | Riccardo Spagni | 3 | -5/+17 | |
63fe6fd wallet2_api: allow connection to return "yes, but wrong version" (moneromooo-monero) | |||||
2016-11-08 | Merge pull request #1301 | Riccardo Spagni | 3 | -0/+22 | |
35da3cb Wallet API: added getTxKey() (Jacob Brydolf) | |||||
2016-11-08 | Wallet API: added getTxKey() | Jacob Brydolf | 3 | -0/+22 | |
2016-11-08 | Merge pull request #1300 | Riccardo Spagni | 1 | -1/+1 | |
eb19492 wallet2_api: do not copy the whole pending tx when iterating (moneromooo-monero) | |||||
2016-11-08 | Merge pull request #1298 | Riccardo Spagni | 5 | -0/+46 | |
97288a5 wallet2_api: add API for tx notes (moneromooo-monero) | |||||
2016-11-08 | Merge pull request #1297 | Riccardo Spagni | 3 | -0/+167 | |
af8a260 wallet_api: txkey checking functions for the GUI (moneromooo.monero) | |||||
2016-11-08 | Merge pull request #1296 | Riccardo Spagni | 1 | -2/+0 | |
e59caf8 performance_tests: re-enable them... (moneromooo-monero) | |||||
2016-11-08 | Merge pull request #1291 | Riccardo Spagni | 4 | -100/+351 | |
64094e5 adding thread_group for managing async tasks (Lee Clagett) | |||||
2016-11-08 | Merge pull request #1287 | Riccardo Spagni | 1 | -0/+5 | |
7edf76f CONTRIBUTING: add something about testing and bug reporting (moneromooo-monero) | |||||
2016-11-08 | Merge pull request #1285 | Riccardo Spagni | 4 | -17/+22 | |
a970a4e refresh speedup (luigi1111) | |||||
2016-11-08 | Merge pull request #1284 | Riccardo Spagni | 2 | -124/+24 | |
bc9b498 README: update coverity project number (anonimal) 9d9ab38 README: update armv8 link, add more coverage types (anonimal) 6f7f21f README: update build matrix (distro and ordering) (anonimal) 6711b98 README: add Freenode custom webchat link (anonimal) b57d1e1 README: add build matrix like that in Kovri (anonimal) 38dc0bf README/Repo: remove Travis CI (anonimal) | |||||
2016-11-08 | Merge pull request #1276 | Riccardo Spagni | 11 | -9/+324 | |
18f66f4 wallet: use the dynamic per kB fee (moneromooo-monero) e6deb8a rpc: add a dynamic fee estimation RPC call (moneromooo-monero) 82dbba1 core: dynamic fee algorithm from ArticMine (moneromooo-monero) | |||||
2016-11-08 | wallet2_api: add API for create_unmixable_sweep_transactions | moneromooo-monero | 3 | -0/+101 | |
2016-11-08 | Wallet API: Pause refresh while creating transaction | Jacob Brydolf | 1 | -0/+6 | |
2016-11-07 | wallet: encrypt outputs and key images files with the view key | moneromooo-monero | 3 | -14/+104 | |
This key is available to both cold and hot wallet. Authenticated encryption will guard against interception and/or modification of the file. | |||||
2016-11-07 | wallet: fix output collision detection for view wallets | moneromooo-monero | 3 | -21/+47 | |
View wallets do not have the spend secret key, and are thus unable to derive key images for incoming outputs. Moreover, a previous patch set key images to zero as a means to mark an output as having an unknown key image, so they could be filled in when importing key images at a later time. That later patch caused spurious collisions. We now use public keys to detect duplicate outputs. Public keys obtained from the blockchain are checked to be identical to the ones derived locally, so can't be spoofed. | |||||
2016-11-07 | wallet2_api: allow connection to return "yes, but wrong version" | moneromooo-monero | 3 | -5/+17 | |
2016-11-06 | README: update coverity project number | anonimal | 1 | -1/+1 | |
2016-11-06 | README: update armv8 link, add more coverage types | anonimal | 1 | -3/+7 | |
- Fixes armv8 build link - Adds coverage matrix, coverity and license badges | |||||
2016-11-06 | wallet2_api: do not copy the whole pending tx when iterating | moneromooo-monero | 1 | -1/+1 | |
2016-11-05 | wallet2_api: add API for tx notes | moneromooo-monero | 5 | -0/+46 | |
2016-11-05 | wallet_api: txkey checking functions for the GUI | moneromooo.monero | 3 | -0/+167 | |
2016-11-05 | Merge pull request #1295 | Riccardo Spagni | 4 | -5/+39 | |
b5d6faa wallet: fix bad amounts/fees again (moneromooo-monero) | |||||
2016-11-05 | README: update build matrix (distro and ordering) | anonimal | 1 | -3/+3 | |
2016-11-04 | performance_tests: re-enable them... | moneromooo-monero | 1 | -2/+0 | |
I think I'm the only one to review things here... | |||||
2016-11-02 | adding thread_group for managing async tasks | Lee Clagett | 4 | -100/+351 | |
2016-11-02 | wallet: fix bad amounts/fees again | moneromooo-monero | 4 | -5/+39 | |
m_amount_out was sometimes getting initialized with the sum of an transaction's outputs, and sometimes with the sum of outputs that were not change. This caused confusion and bugs. We now always set it to the sum of outputs. This reverts an earlier fix for bad amounts as this used the other semantics. The wallet data should be converted automatically in a percentage of cases that I'm hesitant to estimate. In any case, restoring from seed or keys or rebuilding the cache will get it right. | |||||
2016-11-01 | Merge pull request #1272 | Riccardo Spagni | 4 | -5/+19 | |
48b57d8 monero.supp: valgrind suppressions file (moneromooo-monero) ffd8c41 ringct: check the size of amount_keys is the same as destinations (moneromooo-monero) 836669d ringct: always shutdown the boost io service (moneromooo-monero) | |||||
2016-11-01 | refresh speedup | luigi1111 | 4 | -17/+22 | |
Compute derivation only once per tx, instead of once per output. Approx 33% faster while using 75% as much CPU on my machine. Note old functions in cryptonote_core (lookup_acc_outs and is_out_to_acc) are still used by tests. | |||||
2016-11-01 | Merge pull request #1278 | Riccardo Spagni | 1 | -1/+7 | |
43ec2d0 Wallet API: added walletExists logic (Jacob Brydolf) | |||||
2016-11-01 | Merge pull request #1283 | Riccardo Spagni | 2 | -2/+6 | |
4869db7 adding static_assert to pod functions in string tools (Lee Clagett) | |||||
2016-11-01 | Merge pull request #1282 | Riccardo Spagni | 3 | -1/+213 | |
f5ccfa4 core: fix removal of extra nonce using wrong type (moneromooo-monero) 3c2cad2 Revert "remove cn_deserialize" (moneromooo-monero) | |||||
2016-11-01 | Merge pull request #1281 | Riccardo Spagni | 4 | -1/+154 | |
bb560dd wallet: new import_outputs/export_outputs commands (moneromooo-monero) | |||||
2016-11-01 | Merge pull request #1277 | Riccardo Spagni | 4 | -11/+44 | |
7e6d3cf wallet: set incoming outputs' key image to 0 on view wallets (moneromooo-monero) 1f9e6a4 wallet: print tx overview on submit_transfer too (moneromooo-monero) | |||||
2016-11-01 | Merge pull request #1275 | Riccardo Spagni | 1 | -0/+2 | |
4bfb81a simplewallet: remove destinations with zero amount in sign_transfer (moneromooo-monero) | |||||
2016-11-01 | Merge pull request #1273 | Riccardo Spagni | 1 | -2/+2 | |
f71b067 Changed to ..._HASHBITS everywhere for consistency (NanoAkron) | |||||
2016-11-01 | Merge pull request #1260 | Riccardo Spagni | 1 | -0/+64 | |
092f7c5 utils: add anonimal's GPG key (anonimal) | |||||
2016-11-01 | CONTRIBUTING: add something about testing and bug reporting | moneromooo-monero | 1 | -0/+5 | |
2016-10-31 | README: add Freenode custom webchat link | anonimal | 1 | -1/+1 | |
Replaces irc:// link which is not always rendered | |||||
2016-10-31 | README: add build matrix like that in Kovri | anonimal | 1 | -2/+19 | |
2016-10-31 | README/Repo: remove Travis CI | anonimal | 2 | -121/+0 | |
We use Buildbot now: https://build.getmonero.org/ | |||||
2016-10-31 | adding static_assert to pod functions in string tools | Lee Clagett | 2 | -2/+6 | |
2016-10-31 | wallet: use the dynamic per kB fee | moneromooo-monero | 2 | -4/+42 | |
2016-10-31 | rpc: add a dynamic fee estimation RPC call | moneromooo-monero | 5 | -0/+76 | |
2016-10-31 | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 6 | -5/+206 | |
The fee will vary based on the base reward and the current block size limit: fee = (R/R0) * (M0/M) * F0 R: base reward R0: reference base reward (10 monero) M: block size limit M0: minimum block size limit (60000) F0: 0.002 monero Starts applying at v4 | |||||
2016-10-30 | core: fix removal of extra nonce using wrong type | moneromooo-monero | 1 | -1/+1 | |
2016-10-30 | Revert "remove cn_deserialize" | moneromooo-monero | 2 | -0/+212 | |
This is useful (to me). This reverts commit f968ccb9d3d34d163dc5638006e6b87c78ddfdb3. | |||||
2016-10-30 | wallet: new import_outputs/export_outputs commands | moneromooo-monero | 4 | -1/+154 | |
The intended use is to export outputs from a hot wallet, which can scan incoming transfers from the network, and import them in the cold wallet, which can't. The cold wallet can then compute key images for those outputs, which can then be exported with export_key_images, etc. | |||||
2016-10-30 | Wallet API: added walletExists logic | Jacob Brydolf | 1 | -1/+7 | |
2016-10-30 | wallet: set incoming outputs' key image to 0 on view wallets | moneromooo-monero | 2 | -4/+19 | |
This allows rescan_spent to know the daemon response to those is not valid. | |||||
2016-10-30 | wallet: print tx overview on submit_transfer too | moneromooo-monero | 4 | -7/+25 | |
This is on the potentially compromised wallet, but still guards against stupid mistakes. | |||||
2016-10-30 | simplewallet: remove destinations with zero amount in sign_transfer | moneromooo-monero | 1 | -0/+2 | |
This will happen when sending to another address, after removing the fee. | |||||
2016-10-29 | Changed to ..._HASHBITS everywhere for consistency | NanoAkron | 1 | -2/+2 | |
2016-10-29 | monero.supp: valgrind suppressions file | moneromooo-monero | 1 | -0/+10 | |
Seeded with a spurious problem when inspecting stack trace | |||||
2016-10-29 | ringct: check the size of amount_keys is the same as destinations | moneromooo-monero | 3 | -2/+6 | |
2016-10-29 | ringct: always shutdown the boost io service | moneromooo-monero | 1 | -3/+3 | |
Even if no worker threads were started, it needs shutting down or it will cause an invalid access in the io service thread | |||||
2016-10-29 | Merge pull request #1270 | Riccardo Spagni | 1 | -2/+5 | |
fdef09f Wallet API: make sure path exists before searching for wallets (Jacob Brydolf) | |||||
2016-10-29 | Merge pull request #1269 | Riccardo Spagni | 1 | -1/+49 | |
145d0b7 Add instructions to README.md for building on the Raspberry Pi 2 (NanoAkron) | |||||
2016-10-29 | Merge pull request #1268 | Riccardo Spagni | 2 | -5/+5 | |
54c9400 Changed ARM6/7/8 to ARMv6/7/8 to be nice to peronero (NanoAkron) | |||||
2016-10-29 | Merge pull request #1267 | Riccardo Spagni | 1 | -1/+1 | |
d28db23 Unkonown -> unknown (NanoAkron) | |||||
2016-10-29 | Merge pull request #1264 | Riccardo Spagni | 1 | -0/+2 | |
a269f03 Report Boost library version during compilation (NanoAkron) | |||||
2016-10-29 | Merge pull request #1262 | Riccardo Spagni | 3 | -0/+56 | |
56b07f7 tests: add performance test for keypair::generate (moneromooo-monero) | |||||
2016-10-29 | Merge pull request #1261 | Riccardo Spagni | 3 | -25/+38 | |
069d688 simplewallet: log transactions to submit in submit_transfer (moneromooo-monero) 31abac4 wallet: fix pre-rct cold wallet signing not splitting change (moneromooo-monero) | |||||
2016-10-29 | Merge pull request #1254 | Riccardo Spagni | 1 | -4/+4 | |
eb4ecd4 daemon: fix min/max tracking using the wrong size (moneromooo-monero) | |||||
2016-10-29 | Merge pull request #1251 | Riccardo Spagni | 2 | -58/+25 | |
59f0d4b ringct: some more small optimizations (moneromooo-monero) | |||||
2016-10-29 | Merge pull request #1249 | Riccardo Spagni | 1 | -0/+30 | |
c93c1ad Added guzzi key (guzzi_jones) | |||||
2016-10-28 | Wallet API: make sure path exists before searching for wallets | Jacob Brydolf | 1 | -2/+5 | |
2016-10-28 | Add instructions to README.md for building on the Raspberry Pi 2 | NanoAkron | 1 | -1/+49 | |
2016-10-27 | Changed ARM6/7/8 to ARMv6/7/8 to be nice to peronero | NanoAkron | 2 | -5/+5 | |
2016-10-27 | Unkonown -> unknown | NanoAkron | 1 | -1/+1 | |
2016-10-27 | Report Boost library version during compilation | NanoAkron | 1 | -0/+2 | |
2016-10-26 | tests: add performance test for keypair::generate | moneromooo-monero | 3 | -0/+56 | |
2016-10-26 | simplewallet: log transactions to submit in submit_transfer | moneromooo-monero | 2 | -2/+3 | |
Not as trustworthy as this is in the view wallet, the one that's considered compromised. | |||||
2016-10-25 | wallet: fix pre-rct cold wallet signing not splitting change | moneromooo-monero | 3 | -23/+35 | |
Re-creating the transaction on the cold wallet was not splitting the change, causing the transaction to be rejected by the network. This worked on testnet since amounts do not have to be split. Also add selected_transfers, which can now be saved since they're size_t rather than iterators. This allows the view wallet to properly set the sent outputs as spent and update balance. Bump transfer file version numbers to match. | |||||
2016-10-25 | utils: add anonimal's GPG key | anonimal | 1 | -0/+64 | |
2016-10-23 | daemon: fix min/max tracking using the wrong size | moneromooo-monero | 1 | -4/+4 | |
Reported by iDunk | |||||
2016-10-23 | Merge pull request #1253 | Riccardo Spagni | 1 | -1/+1 | |
3094670 daemon: even when switching branches, compile the damn thing ffs (moneromooo-monero) | |||||
2016-10-23 | daemon: even when switching branches, compile the damn thing ffs | moneromooo-monero | 1 | -1/+1 | |
2016-10-23 | Merge pull request #1252 | Riccardo Spagni | 1 | -2/+2 | |
2f4f6c7 daemon: do not divide by 0 when the pool is empty (moneromooo-monero) | |||||
2016-10-23 | daemon: do not divide by 0 when the pool is empty | moneromooo-monero | 1 | -2/+2 | |
2016-10-23 | Merge pull request #1245 | Riccardo Spagni | 1 | -256/+43 | |
ff88252 simplewallet: factor locked_transfer, and fix a few rough edges (moneromooo-monero) | |||||
2016-10-23 | Merge pull request #1250 | Riccardo Spagni | 6 | -0/+73 | |
839280d daemon: add a print_pool_stats daemon command (moneromooo-monero) | |||||
2016-10-23 | simplewallet: factor locked_transfer, and fix a few rough edges | moneromooo-monero | 1 | -256/+43 | |
Factor locked_transfer into transfer_main, which brings various improvements for free (multiple addresses, proper detection of multiple payment ids, obeying the prompt settings). Also fix a few things, such as using uint64_t instead of int for block heights, actually checking whether getting blockchain height succeeded, etc. | |||||
2016-10-23 | Merge pull request #1247 | Riccardo Spagni | 8 | -0/+35 | |
10a79ea daemon: report transaction relay status in print_pool* commands (moneromooo-monero) 1e16366 core: notify the txpool when transactions are relayed (moneromooo-monero) f3c374f tx_pool: set relayed flag on relay (moneromooo-monero) | |||||
2016-10-23 | Merge pull request #1246 | Riccardo Spagni | 1 | -0/+7 | |
372f338 wallet: sanity check on selected transfer indices in signed ptx (moneromooo-monero) | |||||
2016-10-23 | Merge pull request #1239 | Riccardo Spagni | 1 | -1/+1 | |
12d8616 perf_timer: format string fix for 32 bits (moneromooo-monero) | |||||
2016-10-23 | Merge pull request #1232 | Riccardo Spagni | 2 | -0/+35 | |
bfc1de7 CONTRIBUTING: somes notes about how to contribute (moneromooo-monero) | |||||
2016-10-23 | Merge pull request #1230 | Riccardo Spagni | 2 | -0/+22 | |
06b642d wallet_api: add address validation functions (moneromooo-monero) | |||||
2016-10-23 | daemon: add a print_pool_stats daemon command | moneromooo-monero | 6 | -0/+73 | |
Helps see what's going on now that Monero is getting used | |||||
2016-10-23 | ringct: some more small optimizations | moneromooo-monero | 2 | -58/+25 | |
2016-10-23 | daemon: report transaction relay status in print_pool* commands | moneromooo-monero | 3 | -0/+8 | |
2016-10-23 | core: notify the txpool when transactions are relayed | moneromooo-monero | 5 | -0/+24 | |
2016-10-22 | Added guzzi key | guzzi_jones | 1 | -0/+30 | |
2016-10-22 | Merge pull request #1229 | Riccardo Spagni | 1 | -2/+7 | |
b6b86ab wallet2_api: recognize full size payment ids as valid (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1228 | Riccardo Spagni | 1 | -1/+1 | |
2bf65df wallet_api: do not override invalid payment id (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1225 | Riccardo Spagni | 2 | -8/+7 | |
04da979 Always confirm transfers defaults to ON/YES (NanoAkron) | |||||
2016-10-22 | Merge pull request #1224 | Riccardo Spagni | 3 | -11/+12 | |
8231997 simplewallet: fix sweep_all misreporting sweeped amount for rct outputs (moneromooo-monero) 985f61a wallet: force 0 mixin transactions to use pre-rct txes (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1223 | Riccardo Spagni | 1 | -5/+7 | |
0950be9 wallet: speed up output selection, and fix bug with relatedness calculation (moneromooo-monero) 0eba133 wallet: fix mixup between mixin 2 and 4 before/after v5 (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1222 | Riccardo Spagni | 2 | -0/+4 | |
5e10fb0 rpc: add blockchain cumulative difficulty to getinfo call (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1221 | Riccardo Spagni | 1 | -1/+8 | |
094f4c8 rpc: add missing top block hash to json getinfo call (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1220 | Riccardo Spagni | 4 | -9/+87 | |
e76dcdd wallet: improve error messages when not enough money for transfer (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1219 | Riccardo Spagni | 2 | -2/+2 | |
2d7083c wallet_api: fix wrong amount in tx history (moneromooo-monero) b5f2001 simplewallet: fix wrong amount in show_transfers (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1218 | Riccardo Spagni | 4 | -44/+135 | |
3429bfb ringct: thread verRct and verRctSimple (moneromooo-monero) e06a4da ringct: remove unneeded type conversions (moneromooo-monero) afc70df ringct: reserve space in vectors to avoid excessive reallocation (moneromooo-monero) 9ebf7b6 ringct: avoid unnecessary memcpy (moneromooo-monero) 1fe75c1 ringct: add a few consts where possible (moneromooo-monero) ab002a1 ringct: pass vectors by const ref where possible (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1216 | Riccardo Spagni | 1 | -1/+1 | |
9c73128 Change default dust threshold to equal fee per kb (AwfulCrawler) | |||||
2016-10-22 | Merge pull request #1200 | Riccardo Spagni | 2 | -54/+67 | |
a3748f4 Rewrote add_wallet_create_if_needed for clearer flow and behaviour (NanoAkron) | |||||
2016-10-22 | tx_pool: set relayed flag on relay | moneromooo-monero | 1 | -0/+3 | |
2016-10-22 | wallet: sanity check on selected transfer indices in signed ptx | moneromooo-monero | 1 | -0/+7 | |
2016-10-20 | perf_timer: format string fix for 32 bits | moneromooo-monero | 1 | -1/+1 | |
2016-10-20 | Merge pull request #1237 | Riccardo Spagni | 1 | -1/+1 | |
4fd56a5 unit_tests: fix build after get_output_histogram signature change (moneromooo-monero) | |||||
2016-10-19 | unit_tests: fix build after get_output_histogram signature change | moneromooo-monero | 1 | -1/+1 | |
2016-10-18 | Merge pull request #1215 | Riccardo Spagni | 2 | -2/+2 | |
a6bc110 patched parameter type bug that was causing failure on 32 bit (Dion Ahmetaj) | |||||
2016-10-18 | Merge pull request #1082 | Riccardo Spagni | 9 | -32/+92 | |
88faec7 wallet: select part of the fake outs from recent outputs (moneromooo-monero) | |||||
2016-10-17 | CONTRIBUTING: somes notes about how to contribute | moneromooo-monero | 2 | -0/+35 | |
2016-10-16 | wallet_api: add address validation functions | moneromooo-monero | 2 | -0/+22 | |
The payment id from integrated addresses is also parsed | |||||
2016-10-16 | wallet2_api: recognize full size payment ids as valid | moneromooo-monero | 1 | -2/+7 | |
2016-10-16 | wallet_api: do not override invalid payment id | moneromooo-monero | 1 | -1/+1 | |
Instead, return an empty string to mark the error | |||||
2016-10-15 | Rewrote add_wallet_create_if_needed for clearer flow and behaviour | NanoAkron | 2 | -54/+67 | |
2016-10-15 | Always confirm transfers defaults to ON/YES | NanoAkron | 2 | -8/+7 | |
2016-10-15 | simplewallet: fix sweep_all misreporting sweeped amount for rct outputs | moneromooo-monero | 3 | -10/+11 | |
RingCT outputs will be 0 in the vin, so we need to get the actual amount from elsewhere. | |||||
2016-10-15 | wallet: force 0 mixin transactions to use pre-rct txes | moneromooo-monero | 1 | -1/+1 | |
rct transactions does not support 0 mixin, and those are now typically dust sweep transactions, for which a lower fee is a must. | |||||
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 9 | -32/+92 | |
25% of the outputs are selected from the last 5 days (if possible), in order to avoid the common case of sending recently received outputs again. 25% and 5 days are subject to review later, since it's just a wallet level change. | |||||
2016-10-15 | wallet: speed up output selection, and fix bug with relatedness calculation | moneromooo-monero | 1 | -3/+5 | |
2016-10-15 | wallet: fix mixup between mixin 2 and 4 before/after v5 | moneromooo-monero | 1 | -2/+2 | |
2016-10-15 | rpc: add blockchain cumulative difficulty to getinfo call | moneromooo-monero | 2 | -0/+4 | |
2016-10-15 | rpc: add missing top block hash to json getinfo call | moneromooo-monero | 1 | -1/+8 | |
2016-10-15 | wallet: improve error messages when not enough money for transfer | moneromooo-monero | 4 | -9/+87 | |
2016-10-15 | wallet_api: fix wrong amount in tx history | moneromooo-monero | 1 | -1/+1 | |
2016-10-15 | simplewallet: fix wrong amount in show_transfers | moneromooo-monero | 1 | -1/+1 | |
2016-10-15 | ringct: thread verRct and verRctSimple | moneromooo-monero | 1 | -17/+119 | |
2016-10-15 | ringct: remove unneeded type conversions | moneromooo-monero | 2 | -3/+3 | |
2016-10-15 | ringct: reserve space in vectors to avoid excessive reallocation | moneromooo-monero | 1 | -0/+2 | |
2016-10-15 | ringct: avoid unnecessary memcpy | moneromooo-monero | 1 | -16/+3 | |
2016-10-15 | ringct: add a few consts where possible | moneromooo-monero | 1 | -4/+4 | |
2016-10-15 | ringct: pass vectors by const ref where possible | moneromooo-monero | 2 | -4/+4 | |
2016-10-14 | patched parameter type bug that was causing failure on 32 bit | Dion Ahmetaj | 2 | -2/+2 | |
2016-10-12 | Change default dust threshold to equal fee per kb | AwfulCrawler | 1 | -1/+1 | |
2016-10-11 | Merge pull request #1203 | Riccardo Spagni | 6 | -1/+154 | |
4038e86 Add performance timers for ringct tx verification (moneromooo-monero) 74dfdb0 perf_timer: new class and macros to make performance logs easier (moneromooo-monero) | |||||
2016-10-11 | Merge pull request #1204 | Riccardo Spagni | 11 | -1/+139 | |
7db29d6 print_coinbase_tx_sum now breaks output into fee and emission components (Dion Ahmetaj) dd6c443 changed params from start/end index to height/count (Dion Ahmetaj) e95d3f3 attempted to remove whitespace spam (Dion Ahmetaj) 412da63 added print_coinbase_tx_sum option (Dion Ahmetaj) | |||||
2016-10-11 | Merge pull request #1205 | Riccardo Spagni | 1 | -0/+14 | |
eeb7ecf Hard fork info in the Readme (Gingeropolous) | |||||
2016-10-10 | Hard fork info in the Readme | Gingeropolous | 1 | -0/+14 | |
With dashes in the dates and the markdown code aligned to make cows happy. :) | |||||
2016-10-10 | print_coinbase_tx_sum now breaks output into fee and emission components | Dion Ahmetaj | 5 | -10/+30 | |
2016-10-10 | changed params from start/end index to height/count | Dion Ahmetaj | 10 | -27/+27 | |
2016-10-10 | attempted to remove whitespace spam | Dion Ahmetaj | 10 | -108/+109 | |
2016-10-10 | Add performance timers for ringct tx verification | moneromooo-monero | 3 | -0/+12 | |
2016-10-10 | perf_timer: new class and macros to make performance logs easier | moneromooo-monero | 3 | -1/+142 | |
Call PERF_TIMER(name), which is scoped. | |||||
2016-10-10 | added print_coinbase_tx_sum option | Dion Ahmetaj | 10 | -110/+227 | |
2016-10-10 | Merge pull request #1201 | Riccardo Spagni | 3 | -0/+12 | |
a8cd656 Wallet API: added setRecoveringFromSeed(); (Jacob Brydolf) | |||||
2016-10-10 | Wallet API: added setRecoveringFromSeed(); | Jacob Brydolf | 3 | -0/+12 | |
2016-10-09 | Merge pull request #1195 | Riccardo Spagni | 6 | -25/+77 | |
697ce1d libwallet_api: reverted deleted curly brace (Ilya Kitaev) bb9094f libwallet_api: fixes for transaction history (Ilya Kitaev) 62b3708 libwallet_api: do not signal on sent/received tx until wallet completely synchronized (Ilya Kitaev) 11fab41 libwallet_api: TransactionHistory: read/write syncchronization (Ilya Kitaev) 559f379 libwallet_api: test: adjusted mixin_count=4 as it's minumum allowed (Ilya Kitaev) 8b0cb8c libwallet_api: some renamings (Ilya Kitaev) db3282c Initialize transaction history if empty (Ilya Kitaev) 85f5e73 libwallet_api: fixes for transaction history (Ilya Kitaev) | |||||
2016-10-09 | Merge pull request #1194 | Riccardo Spagni | 11 | -40/+143 | |
3126ba7 ringct: use const refs as parameters where appropriate (moneromooo-monero) d8eae67 tests: add performance test for ge_frombytes_vartime (moneromooo-monero) 3cb2436 core: remove some unused code (moneromooo-monero) 1eaa3e8 tests: add performance tests for rct signatures (moneromooo-monero) | |||||
2016-10-09 | Merge pull request #1192 | Riccardo Spagni | 5 | -3/+20 | |
36a89ab libwallet_api: Added option to restore from specific height (Jacob Brydolf) | |||||
2016-10-09 | Merge pull request #1191 | Riccardo Spagni | 1 | -4/+7 | |
9f31e2d wallet: do not announce pool txes as money spent/received (yet) (moneromooo-monero) | |||||
2016-10-08 | ringct: use const refs as parameters where appropriate | moneromooo-monero | 3 | -5/+5 | |
2016-10-08 | tests: add performance test for ge_frombytes_vartime | moneromooo-monero | 3 | -0/+73 | |
At luigi1111's request | |||||
2016-10-08 | core: remove some unused code | moneromooo-monero | 1 | -3/+0 | |
2016-10-08 | tests: add performance tests for rct signatures | moneromooo-monero | 6 | -36/+69 | |
2016-10-08 | libwallet_api: Added option to restore from specific height | Jacob Brydolf | 5 | -3/+20 | |
2016-10-07 | Merge pull request #1182 | Riccardo Spagni | 1 | -0/+52 | |
2f51969 Add iDunk's GPG key (iDunk5400) | |||||
2016-10-07 | Merge pull request #1121 | Riccardo Spagni | 2 | -222/+31 | |
4e6d708 wallet: better implementation of sweep_unmixable (moneromooo-monero) | |||||
2016-10-07 | wallet: do not announce pool txes as money spent/received (yet) | moneromooo-monero | 1 | -4/+7 | |
2016-10-07 | Merge pull request #1120 | Riccardo Spagni | 1 | -1/+1 | |
2a0ad8b simplewallet: add mixin and payment id to sweep_all help (moneromooo-monero) | |||||
2016-10-07 | libwallet_api: reverted deleted curly brace | Ilya Kitaev | 1 | -0/+1 | |
2016-10-07 | resolved conflict with 'develop' of https://github.com/mbg033/monero | Ilya Kitaev | 1 | -3/+0 | |
2016-10-07 | libwallet_api: do not signal on sent/received tx until wallet completely | Ilya Kitaev | 3 | -6/+31 | |
synchronized | |||||
2016-10-06 | libwallet_api: TransactionHistory: read/write syncchronization | Ilya Kitaev | 2 | -14/+21 | |
2016-10-06 | libwallet_api: test: adjusted mixin_count=4 as it's minumum allowed | Ilya Kitaev | 1 | -3/+4 | |
2016-10-06 | libwallet_api: some renamings | Ilya Kitaev | 4 | -9/+11 | |
2016-10-06 | Initialize transaction history if empty | Ilya Kitaev | 3 | -2/+11 | |
2016-10-06 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 | |
2016-10-04 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 | |