Commit Graph

  • 132c666f67 Update schema for "tx_outputs" to use array containing amount output indices warptangent 2016-01-31 05:10:14 -0800
  • 309f8f3d44 blockchain_utilities: Update documentation warptangent 2016-03-05 12:54:31 -0800
  • 7ac1db42c2 get_payments short ID luigi1111 2016-03-05 13:30:48 -0600
  • d662ab5cec
    rpc: print human readable time since received when printing pool moneromooo-monero 2016-04-05 19:26:37 +0100
  • 5c9dd23b1c
    rpc: add a do_not_relay boolean to tx submission moneromooo-monero 2016-04-05 19:13:24 +0100
  • 079fbd3d42 Wallet::createTransaction API introduced Ilya Kitaev 2016-04-05 15:24:44 +0300
  • d817aeca80
    tx_pool: ensure no txes that fail check_inputs get in the block template moneromooo-monero 2016-04-05 13:06:29 +0100
  • ee5bb17f26 Wallet::transfer() continued Ilya Kitaev 2016-04-04 14:56:17 +0300
  • c37c856d6d Wallet::transfer in progress Ilya Kitaev 2016-04-03 14:34:38 +0300
  • 17cac41968
    tests: fix build with older GCC Javier Smooth 2016-04-02 22:00:55 +0100
  • b1aaf20e57
    epee: flush output after a message moneromooo-monero 2016-04-02 20:59:24 +0100
  • 5092e45e3f
    tests: unbound API is only accessible in static builds moneromooo-monero 2016-04-02 16:02:18 +0100
  • 1a58d202b2
    simplewallet: optional address in --generate-from-json moneromooo-monero 2016-04-02 15:22:59 +0100
  • 087373eccf
    Fix potential race with parallel processing of txes/signatures/blocks moneromooo-monero 2016-04-02 14:20:51 +0100
  • 48d0747d00
    wallet: better output selection for transfer/transfer_new moneromooo-monero 2016-04-02 13:06:39 +0100
  • 113cdc10a2
    core: keep the acc loop for the genesis block moneromooo-monero 2016-04-02 11:17:49 +0100
  • e7c8a32a28
    Merge pull request #780 v0.9.4 Riccardo Spagni 2016-04-02 12:22:31 +0900
  • a42e19e1b7
    bumped version number Riccardo Spagni 2016-04-02 12:21:59 +0900
  • cc54e2764a
    Merge pull request #779 Riccardo Spagni 2016-04-02 12:05:57 +0900
  • dea1aa75bc
    Merge pull request #778 Riccardo Spagni 2016-04-02 12:05:40 +0900
  • ab43e80331
    Merge pull request #777 Riccardo Spagni 2016-04-02 12:05:07 +0900
  • 590d5d8f20
    Merge pull request #774 Riccardo Spagni 2016-04-02 12:04:26 +0900
  • 3d06e2bc81
    Merge pull request #773 Riccardo Spagni 2016-04-02 12:03:51 +0900
  • b22f550c67
    Merge pull request #772 Riccardo Spagni 2016-04-02 12:03:25 +0900
  • 4ac6bdbb3f
    Merge pull request #769 Riccardo Spagni 2016-04-02 12:02:49 +0900
  • 2572706c2c
    Merge pull request #768 Riccardo Spagni 2016-04-02 12:02:33 +0900
  • a38ad63f8f
    Merge pull request #767 Riccardo Spagni 2016-04-02 12:02:07 +0900
  • f68670a80e
    Merge pull request #766 Riccardo Spagni 2016-04-02 12:01:28 +0900
  • 44559ca4b0
    Merge pull request #764 Riccardo Spagni 2016-04-02 12:01:15 +0900
  • daac1cc259
    core: remove the block reward accumulation loop moneromooo-monero 2016-04-01 21:42:19 +0100
  • 830c19c934 Wallet::refresh + tests Ilya Kitaev 2016-03-31 16:38:57 +0300
  • 1ae9cdc6bf "testnet" is default parameter Ilya Kitaev 2016-03-31 15:39:28 +0300
  • 2157a9ac48 testnet option, Wallet::balance(), Wallet::unlockedBalance() Ilya Kitaev 2016-03-31 12:48:41 +0300
  • df6026182a Merge remote-tracking branch 'upstream/master' Ilya Kitaev 2016-03-31 12:01:19 +0300
  • efbdde2c66 Detect map resize failures Howard Chu 2016-03-30 20:36:26 +0100
  • f746c9d01b
    minor corrections/clarifications Thomas Winget 2016-03-30 11:55:54 -0400
  • 8757e46b78 add blockhashing blob to getblocktemplate Howard Chu 2016-03-30 02:50:51 +0100
  • 34957fcbb9
    tests: add test for needed OpenSSL algorithms in unbound moneromooo-monero 2016-03-29 17:56:42 +0100
  • 587e2e9418
    README: mention TORSOCKS_ALLOW_INBOUND for wallet connections moneromooo-monero 2016-03-29 17:55:00 +0100
  • ead6956080
    simplewallet: always gracefully exit on EOF moneromooo-monero 2016-03-29 17:52:45 +0100
  • 0ee87e6305
    Merge pull request #770 Riccardo Spagni 2016-03-28 23:43:06 +0200
  • ef4ff4252a
    connection_basic: avoid gratuitous exception moneromooo-monero 2016-03-28 18:59:09 +0100
  • 878ab5d896
    wallet: fix --generate-from-keys saving as watch only moneromooo-monero 2016-03-28 16:46:19 +0100
  • b4eada907c
    wallet: make load_keys check types when loading JSON moneromooo-monero 2016-03-27 22:02:23 +0100
  • 3e557254c7
    wallet: make the JSON reading type safe moneromooo-monero 2016-03-27 16:26:37 +0100
  • f8d05f3cd9
    common: new json_util.h moneromooo-monero 2016-03-27 16:25:59 +0100
  • 2b57845766
    Merge pull request #765 Riccardo Spagni 2016-03-27 14:09:53 +0200
  • 43962f4103
    abstract_tcp_server2: possible fix for exception in handle_accept moneromooo-monero 2016-03-27 12:53:20 +0100
  • 24b3e9007a
    Convey tx verification failure reasons to the RPC client moneromooo-monero 2016-03-27 12:35:36 +0100
  • 77d1c6b672
    simplewallet: default to trusted daemon for loopback address moneromooo-monero 2016-03-27 11:00:15 +0100
  • d5d46e6d6d
    tests: obligatory hardfork unit build fix after interface change moneromooo-monero 2016-03-26 23:44:04 +0000
  • 25672d3f10
    wallet: pass std::function by const ref, not value moneromooo-monero 2016-03-26 23:32:45 +0000
  • 0be6e08dd0
    wallet: do not leak owned amounts to the daemon unless --trusted-daemon moneromooo-monero 2016-03-26 23:22:57 +0000
  • 12146daeed
    wallet: change sweep_dust to sweep_unmixable moneromooo-monero 2016-03-26 21:15:47 +0000
  • 600a3cf0c0
    New RPC and daemon command to get output histogram moneromooo-monero 2016-03-26 14:30:23 +0000
  • f9a2fd2ff5
    wallet: handle rare case where fee adjustment can bump to the next kB moneromooo-monero 2016-03-26 11:51:58 +0000
  • f26651ab8a
    wallet: factor fee calculation moneromooo-monero 2016-03-26 11:44:43 +0000
  • 1559c71ef2
    Merge pull request #763 Riccardo Spagni 2016-03-25 19:00:08 +0200
  • b8527668ff
    blockchain: for v3, require miner tx to have well behaved outs moneromooo-monero 2016-03-23 17:56:08 +0000
  • 97638b1fb7
    core: fix miner tx block reward with fees moneromooo-monero 2016-03-23 17:01:49 +0000
  • 8790904cf9 - testnet option added to api; Ilya Kitaev 2016-03-25 17:06:30 +0300
  • 02ee0db6c5
    Merge pull request #762 Riccardo Spagni 2016-03-25 15:04:02 +0200
  • 287e88283c
    remove connectivity tool, comment it out from munin plugins too Riccardo Spagni 2016-03-25 14:52:19 +0200
  • 51a56e78ae
    remove unecessary and bad std::move from portable_storage_template_helper.h Riccardo Spagni 2016-03-25 14:33:58 +0200
  • 0d30b65785 Merge pull request #749 Riccardo Spagni 2016-03-25 08:22:06 +0200
  • 46d4fd000c
    Merge pull request #761 Riccardo Spagni 2016-03-25 08:45:19 +0200
  • 01e0a69c17 Revert "Merge pull request #749" Riccardo Spagni 2016-03-25 08:42:42 +0200
  • 40b8a5f327
    Merge pull request #756 Riccardo Spagni 2016-03-25 08:27:42 +0200
  • 7fa63a82a1
    Merge pull request #749 Riccardo Spagni 2016-03-25 08:22:06 +0200
  • cb6be986c3
    Merge pull request #748 Riccardo Spagni 2016-03-25 08:20:56 +0200
  • a2e378b91b
    wallet: add a --generate-from-json flag moneromooo-monero 2016-03-25 00:48:11 +0000
  • c6bb201a07
    Transaction pool documentation (and some cleanup) Thomas Winget 2016-03-24 20:03:02 -0400
  • bfd4a28c41
    Update BlockchainDB documentation Thomas Winget 2015-12-01 17:38:22 -0500
  • 797357eefb
    Change Doxyfile, Blockchain not blockchain_storage Thomas Winget 2015-10-07 22:28:59 -0400
  • c835215ea9
    remove defunct code from cryptonote::core Thomas Winget 2015-10-07 22:28:54 -0400
  • 50dba6d301
    cryptonote::core doxygen documentation Thomas Winget 2015-10-07 22:28:51 -0400
  • 8ac329df02
    doxygen documentation for difficulty functions Thomas Winget 2015-10-07 22:28:43 -0400
  • 540a76c5c2
    Move checkpoint functions into checkpoints class Thomas Winget 2015-10-07 22:28:37 -0400
  • 1b0c98e7e9
    doxygen documentation for checkpoints.{h,cpp} Thomas Winget 2015-10-07 22:28:31 -0400
  • 89c24ac2be
    Remove unnecessary or defunct code Thomas Winget 2015-10-07 22:25:06 -0400
  • ab0ed14a41
    doxygen include private and static members Thomas Winget 2015-09-24 11:26:17 -0400
  • 3a484497bc
    Updated documentation for blockchain.* Thomas Winget 2015-09-24 11:00:46 -0400
  • cc4b19c32e
    blockchain: fix partial block reward detection moneromooo-monero 2016-03-22 15:37:16 +0000
  • eb1b87d239
    Merge pull request #746 v0.9.3 Riccardo Spagni 2016-03-21 23:15:31 +0200
  • 8438aeb740
    update version number Riccardo Spagni 2016-03-21 23:10:48 +0200
  • 5f94526968
    Merge pull request #745 Riccardo Spagni 2016-03-21 23:09:34 +0200
  • 4b425a397c
    core_tests: fix compile failure with GCC 4.8.4 moneromooo-monero 2016-03-21 20:58:07 +0000
  • 8146497f4c
    Merge pull request #744 Riccardo Spagni 2016-03-21 22:49:05 +0200
  • 40974b155e
    fix building on FreeBSD Riccardo Spagni 2016-03-21 19:37:07 +0200
  • 2cce32995b wallet2::store() implemented within wallet2::store_to Ilya Kitaev 2016-03-21 16:17:03 +0300
  • 1800d611a2
    bump miniupnpc API version number Riccardo Spagni 2016-03-21 15:05:50 +0200
  • a4242c42b2
    update miniupnpc Riccardo Spagni 2016-03-21 13:37:54 +0200
  • bdc07f029a
    Merge pull request #743 Riccardo Spagni 2016-03-21 13:22:54 +0200
  • a1c38299b3
    also maybe do the block height this time, you know, just so that it actually works. Riccardo Spagni 2016-03-21 13:19:49 +0200
  • 93c2c1b4ba
    Merge pull request #742 Riccardo Spagni 2016-03-21 13:14:27 +0200
  • 23d1538fe7
    also update the timestamp for the hard fork Riccardo Spagni 2016-03-21 13:09:35 +0200
  • def05d6353
    Merge pull request #741 Riccardo Spagni 2016-03-21 12:56:11 +0200
  • 0b4e75026a
    Merge pull request #740 Riccardo Spagni 2016-03-21 12:55:37 +0200
  • eda51a0dc3
    set fork date for September, add hyc's GPG key, remove aabramov's Riccardo Spagni 2016-03-21 12:53:49 +0200
  • f7301c3563
    Revert "Print stack trace upon exceptions" moneromooo-monero 2016-03-21 10:12:12 +0000