Commit graph

  • 9f05df1996
    travis: j3 -> j2 on i686-w64-mingw32 selsta 2020-08-15 02:42:23 +02:00
  • 4e2377995d Change ZMQ-JSON txextra to hex and remove unnecessary base fields Lee Clagett 2020-05-31 01:22:33 -04:00
  • 98c151ecb8 Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster Lee Clagett 2020-05-30 00:58:03 -04:00
  • 60627c9f24 Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster Lee Clagett 2020-05-29 22:08:19 -04:00
  • fe96e66ebe Fix pruned tx for ZMQ's GetBlocksFast Lee Clagett 2020-05-29 21:59:58 -04:00
  • 04d6c39149 Merge pull request 'cmake: Use job pool feature to limit concurrent jobs' (#314) from asymptotically/wownero:cmake-job-pools into master 1719833880435162526/tmp_refs/heads/master 1719833880435162526/master jwinterm 2020-08-12 22:38:48 +00:00
  • e805d42c1a Merge pull request 'Dynamic Unlock from HF 16' (#313) from wowario/wownero:dynamic-lock into master jwinterm 2020-08-12 22:38:27 +00:00
  • 85899230d1
    simplewallet: allow setting tx keys when sending to a subaddress moneromooo-monero 2020-08-10 21:25:51 +00:00
  • 4ff2074c74
    cryptonote_protocol: don't synced pruned blocks before v11 cohcho 2020-08-08 17:51:43 +00:00
  • 921dd8dde5 Use domain-separated ChaCha20 for in-memory key encryption Sarang Noether 2020-08-09 19:11:54 -04:00
  • 6bfcd31015 Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. Sarang Noether 2020-08-09 18:42:15 -04:00
  • c108c5e2f0
    Merge pull request #6354 Alexander Blair 2020-08-09 06:42:48 -07:00
  • e916201f12
    wallet2: fix setting tx keys when another is already set moneromooo-monero 2020-08-08 14:39:04 +00:00
  • 8757282908
    use block id #313 wowario 2020-08-07 21:34:19 +03:00
  • 465b5d85e4
    cmake: Use job pool feature to limit concurrent jobs #314 Matt Smith 2020-08-05 18:39:44 +01:00
  • 20f603c6be Fix broken multisig pubkey sorting Jason Rhinelander 2020-08-05 12:42:27 -03:00
  • 9414194b1e
    Merge pull request #6571 Alexander Blair 2020-08-05 07:57:54 -07:00
  • d9deb2c2fe
    Merge pull request #6418 Alexander Blair 2020-08-05 07:54:14 -07:00
  • 4f01cf4b46
    Tweak format, add option for difficulty Howard Chu 2020-08-02 16:43:25 +01:00
  • 05ad4fa397
    epee: further defending against exceptions in command handlers moneromooo-monero 2020-08-02 00:21:20 +00:00
  • 429d495121
    Add options to print daily coin emission and fees Howard Chu 2020-08-01 20:48:42 +01:00
  • d745d24333
    Don't forget size of prunable txn part Howard Chu 2020-08-01 13:40:50 +01:00
  • 5b46a0df6d
    add generated coins and height to unlock calculation wowario 2020-08-01 09:40:24 +03:00
  • 1eb01bb388
    Dynamic Unlock from HF 16 wowario 2020-07-30 17:50:09 +03:00
  • db5d6e4602
    wallet2: fix wrong name when checking RPC cost moneromooo-monero 2020-07-31 14:17:23 +00:00
  • 13eee1d6ab
    rpc: reject wrong sized txid moneromooo-monero 2020-07-29 17:40:46 +00:00
  • 92e6b7df2c
    easylogging++: fix crash with reentrant logging moneromooo-monero 2020-07-29 17:03:21 +00:00
  • 6dd95d5308
    epee: guard against exceptions in RPC handlers moneromooo-monero 2020-07-06 15:49:02 +00:00
  • 90016ad744
    blockchain: guard against exceptions in add_new_block/children moneromooo-monero 2020-07-06 15:47:57 +00:00
  • db89c585da Merge pull request 'difficulty non-void function warning' (#312) from wowario/wownero:diff into master dsc 2020-07-30 15:38:29 +00:00
  • 97dfd5ae74
    fix non-void function #312 wowario 2020-07-30 18:01:45 +03:00
  • 7d1693b160 Merge pull request 'update drone image' (#309) from wowario/wownero:image into master v0.8.0.2 wowario 2020-07-27 06:17:48 +00:00
  • a649ba1fc9
    update drone image #309 wowario 2020-07-26 11:11:11 +03:00
  • 979772fb33
    update wow image #308 wowario 2020-07-26 09:57:49 +03:00
  • a6ec6a129b
    add mac build to drone wowario 2020-07-26 09:31:07 +03:00
  • b703c8bba4
    add build notifications #307 wowario 2020-07-26 00:42:11 +03:00
  • 7132ae9d98
    add password #306 wowario 2020-07-26 00:21:07 +03:00
  • 9e681cb4c2
    add mac build CI to drone #305 wowario 2020-07-25 23:53:45 +03:00
  • c1b03fb1a6
    rpc: return empty txid get_outs rather than 00..00 when not requested moneromooo-monero 2020-07-25 17:00:29 +00:00
  • b8a5a1f3db Merge pull request 'update README' (#304) from wowario/wownero:readme into master jwinterm 2020-07-24 22:44:08 +00:00
  • d4efbf1f8d
    update README #304 wowario 2020-07-23 08:57:08 +03:00
  • 8baa7bb238
    daemon: don't print "(pruned)" for coinbase txes moneromooo-monero 2020-07-11 10:34:58 +00:00
  • fb31167b12 Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command rbrunner7 2020-06-01 10:20:59 +02:00
  • 85efc88c1e Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with unit test koe 2020-07-21 02:00:27 -05:00
  • b0f6088a0e
    utils: Add AppArmor profiles 1722096517641066176/tmp_refs/heads/sha3 1722096517641066176/sha3 1691694209463712327/tmp_refs/heads/sha3 1691694209463712327/sha3 Matt Smith 2020-07-22 22:05:07 +01:00
  • e1fffa8bbf
    update Dockerfile wowario 2020-07-20 14:16:57 +03:00
  • 2a30441c40
    remove translations warning wowario 2020-07-20 14:15:56 +03:00
  • 7ee2fd6ba6
    speed up CI build wowario 2020-07-20 14:15:16 +03:00
  • bda76b6be9 Merge pull request 'Revert SHA-3 on Master branch' (#302) from wowario/wownero:sha3 into master jwinterm 2020-07-23 05:23:28 +00:00
  • 83a26b1291 Merge pull request 'Add AppArmor profiles' (#303) from asymptotically/wownero:apparmor into master jwinterm 2020-07-23 05:23:09 +00:00
  • 3d0153dd8e Merge pull request 'Dockerfile, speed up CI building' (#299) from wowario/wownero:readme into master jwinterm 2020-07-23 05:20:02 +00:00
  • 70fa6c98eb
    update Dockerfile #299 wowario 2020-07-20 14:16:57 +03:00
  • f830130ad4
    remove translations warning wowario 2020-07-20 14:15:56 +03:00
  • 31c9e27ec0
    speed up CI build wowario 2020-07-20 14:15:16 +03:00
  • 917433511c Merge pull request 'upstream' (#298) from wowario/wownero:upstream into master jwinterm 2020-07-23 05:09:47 +00:00
  • 86abf558cb epee: Remove unused functions in local_ip.h Jean Pierre Dudey 2020-07-22 18:48:33 -05:00
  • 9cc1a1ad48
    utils: Add AppArmor profiles #303 Matt Smith 2020-07-22 22:05:07 +01:00
  • 5b37124d34
    revert #258 hash_tests: add sha3 #302 wowario 2020-07-22 16:35:41 +03:00
  • b3453b4b65
    revert #256 switch to SHA-3 PoW wowario 2020-07-22 16:32:11 +03:00
  • af3f4130d5
    update dependency one liner for ubuntu #300 wowario 2020-07-21 18:07:27 +03:00
  • 76c16822d0 wallet2_api: implement runtime proxy configuration xiphon 2020-07-20 04:31:58 +00:00
  • 3d6bc0a680 wallet2: throw a error on wallet initialization failure xiphon 2020-07-20 04:40:34 +00:00
  • 35429bbb5d
    bump up version #298 wowario 2020-07-20 02:00:34 +03:00
  • c1e94b21dd
    add build status wowario 2020-07-20 01:59:02 +03:00
  • a2f23bcd47 Merge branch 'master' into upstream #297 wowario 2020-07-19 22:56:03 +00:00
  • b532cd8109
    update checkpoints #296 wowario 2020-07-20 01:42:44 +03:00
  • 5b83ccbb2d
    daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation stoffu 2020-05-15 10:56:23 +09:00
  • fd66a5f7e1 Merge pull request 'add drone file' (#295) from wowario/wownero:wow-ci into master wowario 2020-07-19 20:46:13 +00:00
  • 6a829c77e1
    cmake: insert CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATH xiphon 2020-05-24 16:43:33 +00:00
  • ac3c9e9dc7
    daemon: complain if data dir resides on FAT32 volume (Windows) xiphon 2020-05-21 15:21:09 +00:00
  • 365a9ecacd
    testdb: add override in a couple places where it's missing moneromooo-monero 2020-05-18 14:16:20 +00:00
  • e537161b65
    keccak: remove aligned check moneromooo-monero 2020-05-16 12:27:22 +00:00
  • 705a21aee1
    simplewallet: add missing calls to on_command moneromooo-monero 2020-05-16 00:48:44 +00:00
  • 57e60e87bd
    db_lmdb: test for mmap support at init time moneromooo-monero 2020-05-15 18:39:06 +00:00
  • 121cdd5012
    remove double includes sumogr 2020-05-11 13:53:17 +00:00
  • bcd71a5af9
    Update copyright year to 2020 SomaticFanatic 2020-05-06 22:36:54 -04:00
  • 1b9226ecfb
    Made ccache optional (opt out) and tidied up the FindCcache.cmake mj-xmr 2020-05-04 09:46:31 +02:00
  • 1b7b438337
    performance_tests: some windows fixes moneromooo-monero 2020-05-03 14:10:33 +00:00
  • 01cd3d9342
    For NetBSD, add instructions to README.md and define to ea_config.h thomasvaughan 2020-07-19 12:53:57 +00:00
  • 366463f2d0
    add drone file #295 #294 wowario 2020-07-16 23:47:39 +03:00
  • b1a2668fa9 Merge pull request 'upstream' (#293) from wowario/wownero:upstream into master jwinterm 2020-07-16 18:08:23 +00:00
  • c255220284 Merge pull request 'degoogle rapidjson submodule' (#291) from wowario/wownero:de-google into master jwinterm 2020-07-16 18:04:32 +00:00
  • cc395f82e6 Merge pull request 'Update RandomWOW to v1.1.8-wow' (#287) from wowario/wownero:v1.1.8-wow into master jwinterm 2020-07-16 18:03:26 +00:00
  • 4b1748de17
    snap: remove from repo #293 selsta 2020-04-25 00:15:37 +02:00
  • ac69df97a7
    contrib: remove codefresh pipeline selsta 2020-04-25 00:25:55 +02:00
  • 052bce16d3
    simplewallet: add show_qr_code command selsta 2020-04-29 17:53:29 +02:00
  • 0e0de44a3a Merge pull request 'add new links' (#286) from wowario/wownero:wowario-patch-1 into master wowario 2020-07-14 17:09:20 +00:00
  • 676b71d698
    update unbound submodule #289 wowario 2020-07-13 14:47:22 +03:00
  • 1f5a4b3ea7
    degoogle submodule #291 wowario 2020-07-13 16:46:32 +03:00
  • 2a6f738c15
    update rapidjson submodule #290 wowario 2020-07-13 15:03:51 +03:00
  • 6c0afb8b9d
    Update RandomWOW to v1.1.8-wow #287 wowario 2020-07-13 09:10:37 +03:00
  • 29e7770602 add new links #286 wowario 2020-07-07 09:10:10 +00:00
  • a3933a2a5e Update RandomX to v1.1.8 tevador 2020-07-04 15:24:39 +02:00
  • 7e01ba8463 Merge pull request 'update submodule urls' (#284) from wowario/wownero:submodules into master jwinterm 2020-06-30 16:19:56 +00:00
  • ef88ad4b6e
    update submodule urls #284 wowario 2020-06-30 19:13:28 +03:00
  • c8a59f82e2 Merge pull request 'remove unused blocks' (#282) from wowario/wownero:blocks into master #283 jwinterm 2020-06-30 15:59:04 +00:00
  • 70bcf1df3b Merge pull request 'remove trezor submodule' (#281) from wowario/wownero:trezor into master jwinterm 2020-06-30 15:58:11 +00:00
  • 9f099388a9
    remove unused blocks #282 wowario 2020-06-29 16:11:15 +03:00
  • 7a6d90c55a
    remove trezor submodule #281 wowario 2020-06-29 15:04:26 +03:00
  • c70878b54e
    update git urls v0.8.0.1 wowario 2020-06-28 17:56:21 +03:00