| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5319 | Riccardo Spagni | 2019-04-01 | 5 | -9/+104 |
| |\ | |||||
| | * | wallet_rpc_server: error out on getting the spend key from a hot wallet | moneromooo-monero | 2019-04-01 | 1 | -1/+7 |
| | * | wallet_rpc_server: add a set_daemon RPC | moneromooo-monero | 2019-04-01 | 5 | -7/+91 |
| | * | wallet2: init some variables to default values if loading old wallets | moneromooo-monero | 2019-04-01 | 1 | -0/+3 |
| | * | wallet_rpc_server: always fill out subaddr_indices in get_transfers | moneromooo-monero | 2019-04-01 | 1 | -0/+2 |
| | * | wallet_rpc_server: set confirmations to 0 for pending/pool txes | moneromooo-monero | 2019-04-01 | 1 | -1/+1 |
| * | | Merge pull request #5318 | Riccardo Spagni | 2019-04-01 | 2 | -5/+7 |
| |\ \ | |||||
| | * | | block_weight: fix python 2/3 compatibility | moneromooo-monero | 2019-04-01 | 2 | -5/+7 |
| * | | | Merge pull request #5339 | Riccardo Spagni | 2019-04-01 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fix build on FreeBSD | Nathan Dorfman | 2019-03-24 | 1 | -1/+1 |
| * | | | | Merge pull request #5334 | Riccardo Spagni | 2019-04-01 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | p2p: don't lookup seed nodes when offline | moneromooo-monero | 2019-03-22 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #5333 | Riccardo Spagni | 2019-04-01 | 4 | -16/+188 |
| |\ \ \ \ | |||||
| | * | | | | wallet: add freeze/thaw/frozen commands | moneromooo-monero | 2019-03-22 | 4 | -16/+188 |
| | |/ / / | |||||
| * | | | | Merge pull request #5332 | Riccardo Spagni | 2019-04-01 | 11 | -100/+306 |
| |\ \ \ \ | |||||
| | * | | | | Add get_tx_proof support, needed for new sanity check | cslashm | 2019-03-28 | 8 | -62/+186 |
| | * | | | | Add support for V11 protocol with BulletProofV2 and short amount. | cslashm | 2019-03-28 | 8 | -47/+101 |
| | * | | | | Add application version compatibility check. | cslashm | 2019-03-28 | 2 | -2/+30 |
| * | | | | | Merge pull request #5349 | Riccardo Spagni | 2019-04-01 | 1 | -3/+9 |
| |\ \ \ \ \ | |||||
| | * | | | | | wallet2: fix tx sanity check change test for the sweep_all case | moneromooo-monero | 2019-03-25 | 1 | -3/+9 |
| * | | | | | | Merge pull request #5352 | Riccardo Spagni | 2019-04-01 | 3 | -0/+51 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | blockchain: incremental long term block weight cache | moneromooo-monero | 2019-03-28 | 1 | -0/+22 |
| | * | | | | | | blockchain: simple cache for the long term block weights | moneromooo-monero | 2019-03-28 | 3 | -0/+29 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #5331 | Riccardo Spagni | 2019-04-01 | 21 | -274/+2989 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | python-rpc: add getblockheadersrange daemon RPC | moneromooo-monero | 2019-03-23 | 1 | -0/+13 |
| | * | | | | | python-rpc: add console.py | moneromooo-monero | 2019-03-23 | 4 | -1/+66 |
| | * | | | | | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 2019-03-22 | 17 | -19/+25 |
| | * | | | | | functional_tests: add balance tests | moneromooo-monero | 2019-03-22 | 1 | -58/+170 |
| | * | | | | | functional_tests: add missing parameters to get_balance | moneromooo-monero | 2019-03-22 | 1 | -1/+6 |
| | * | | | | | functional_tests: add proofs tests (tx key, in/out tx, reserve) | moneromooo-monero | 2019-03-21 | 3 | -1/+350 |
| | * | | | | | functional_tests: add more transfer tests | moneromooo-monero | 2019-03-21 | 2 | -6/+60 |
| | * | | | | | functional_tests: add get_bulk_transfer tests | moneromooo-monero | 2019-03-21 | 2 | -0/+49 |
| | * | | | | | functional_tests: add message signing/verification tests | moneromooo-monero | 2019-03-21 | 3 | -1/+110 |
| | * | | | | | functional_tests: add multisig and cold signing tests | moneromooo-monero | 2019-03-21 | 4 | -2/+544 |
| | * | | | | | functional_tests: support several daemons/wallets | moneromooo-monero | 2019-03-21 | 3 | -29/+42 |
| | * | | | | | functional_tests: add txpool RPC tests | moneromooo-monero | 2019-03-21 | 3 | -1/+178 |
| | * | | | | | functional_tests: add integrated address tests | moneromooo-monero | 2019-03-21 | 3 | -1/+125 |
| | * | | | | | functional_tests: add basic transfer tests | moneromooo-monero | 2019-03-21 | 3 | -14/+360 |
| | * | | | | | functional_tests: plug RPC tests into the cmake machinery | moneromooo-monero | 2019-03-21 | 2 | -3/+120 |
| | * | | | | | functional_tests: add basic mining tests | moneromooo-monero | 2019-03-21 | 3 | -0/+152 |
| | * | | | | | functional_tests: add wallet address/subaddress RPC tests | moneromooo-monero | 2019-03-21 | 2 | -0/+259 |
| | * | | | | | functional_tests: improve RPC blockchain tests | moneromooo-monero | 2019-03-21 | 6 | -60/+283 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #5329 | Riccardo Spagni | 2019-04-01 | 2 | -44/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | wallet_rpc_server: remove mixin from transfer RPCs | moneromooo-monero | 2019-03-21 | 2 | -44/+4 |
| * | | | | | | Merge pull request #5327 | Riccardo Spagni | 2019-04-01 | 13 | -1/+181 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | New interactive daemon command 'print_net_stats': Global traffic stats | rbrunner7 | 2019-03-24 | 13 | -2/+182 |
| * | | | | | | | Merge pull request #5326 | Riccardo Spagni | 2019-04-01 | 2 | -1/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | rpc: add miner tx hash to block header response | moneromooo-monero | 2019-03-21 | 2 | -1/+4 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #5325 | Riccardo Spagni | 2019-04-01 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | daemon: init public_port in all ctors | moneromooo-monero | 2019-03-20 | 1 | -0/+2 |
| | |/ / / / / / | |||||
