Commit Graph

  • e505726d73 Merge remote-tracking branch 'upstream/master' into feature/slate-version Yoni 2019-01-31 15:52:39 +02:00
  • 062d41766e Refresh coinbase key if the existing one was removed (#2493) hashmap 2019-01-31 13:00:44 +01:00
  • 0c851c5140 Save slate participant messages in database (#2441) Yeastplume 2019-01-31 11:55:34 +00:00
  • 422db82667 no is_mainnet() to keep tests close to mainnet (#2496) Antioch Peverell 2019-01-31 09:23:19 +00:00
  • 5dbb478d3e Merge pull request #2497 from rsoltanzadeh/patch-1 lehnberg 2019-01-30 17:41:28 -08:00
  • 0fc7dff0d6 Create intro_SE.md Ramin Soltanzadeh 2019-01-31 00:37:41 +01:00
  • 569d7a3220 Move current slate version to constant Yoni 2019-01-30 10:26:23 +02:00
  • 99dda19f5e rustfmt Yoni 2019-01-30 10:19:52 +02:00
  • a33502c108 Add a slate version field Yoni 2019-01-30 10:19:41 +02:00
  • fa7e46d4b2 Add comment for Mainnet chain type. (#2483) Antioch Peverell 2019-01-30 04:23:23 +00:00
  • 507da6a9fd default to sane value for missing owner_api_listen_port (#2484) Antioch Peverell 2019-01-30 04:21:09 +00:00
  • d1de3b0d6e default our chain type to mainnet (already doing this via config file) (#2485) Antioch Peverell 2019-01-30 04:09:30 +00:00
  • edb4751ae9 README update to make github page also reflect that Mainnet is launched (#2439) Simon B 2019-01-28 11:58:51 +01:00
  • f2b6100220 wallet/owner_api: allow owner API port to be configurable (#2475) Raghav Sood 2019-01-28 18:45:59 +08:00
  • 6d041a949b wallet config should default to mainnet (#2478) Antioch Peverell 2019-01-28 09:52:48 +00:00
  • 92cbfa20a6 Handle rpc requests unwrap crash in stratumserver.rs (#2446) Simon B 2019-01-26 22:21:11 +01:00
  • c8fd0575ed Pool tx weight verification (#2466) Antioch Peverell 2019-01-25 20:48:15 +00:00
  • a97ab376cb Improve wallet + node API Comms error logging (#2472) Yeastplume 2019-01-25 12:12:50 +00:00
  • dd1a24dcbc Compiler warnings 20190123 (#2462) Simon B 2019-01-25 11:09:32 +01:00
  • 0e0ec247e4 fix owner_api docs: wrong port number (#2442) Simon B 2019-01-25 11:08:08 +01:00
  • 2e22e2c6ec Merge pull request #2465 from sesam/catchingClippy hashmap 2019-01-24 22:00:34 +01:00
  • 4a54039c52 Merge pull request #2469 from cyclefortytwo/head-error hashmap 2019-01-24 21:57:02 +01:00
  • ca19f9c610 Merge pull request #2467 from gagarin55/typo-fix hashmap 2019-01-24 15:05:41 +01:00
  • a523f82820 Add hex serialization functions (#2436) Yoni Svechinsky 2019-01-24 15:18:13 +02:00
  • d9c38ae654 Fixed some typos in russian intro and code structure docs gagarin55 2019-01-24 16:03:36 +03:00
  • 0e9461c3b2 Disable thread local storage for LMDB connection hashmap 2019-01-24 13:20:40 +01:00
  • 329d243ccd Merge pull request #2440 from sesam/CONTRIBUTING-update-from-wiki hashmap 2019-01-24 10:08:06 +01:00
  • 0d606c0356 clippy says: fn new should usually return self <-- I picked ignore, since this is test code waiting to be moved. And likely also renamed from "new" to maybe "new_mock_block" to make sure nobody finds it and wants to use it to build a non-test block Simon B 2019-01-24 01:58:39 +01:00
  • 87a4e1e2d7 clippy says: unneeded return https://rust-lang.github.io/rust-clippy/master/index.html#needless_return Simon B 2019-01-20 19:18:22 +01:00
  • 9335f11c6c clippy says: unreadable literal, please use a lot of _ everywhere (!!!) or ignore <-- picking ignore Simon B 2019-01-09 09:14:18 +01:00
  • 8935f3c7b4 clippy says: use char (',') instead of string (",") https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern Simon B 2019-01-20 19:14:36 +01:00
  • dda8497d54 clippy says: avoid needless "1 *" clippy says: make operator precedence explicit Simon B 2019-01-10 00:01:06 +01:00
  • 7d0a2e56bc grep: fix the grep example to cover all except target/ Simon B 2019-01-24 00:46:15 +01:00
  • 2299a03248 Fallback to building empty block to mine (if txpool is somehow in invalid state) (#2451) Ignotus Peverell 2019-01-23 10:31:49 -08:00
  • 91f4a6b180 Fix stratum reading issue one more time (#2459) hashmap 2019-01-23 19:27:00 +01:00
  • 61fe1418ef rustfmt antiochp 2019-01-23 10:49:47 +00:00
  • ba25592f15 log loudly if we fail to prepare txs for mining antiochp 2019-01-23 10:49:16 +00:00
  • ba9a362d02 rustfmt antiochp 2019-01-22 14:12:46 +00:00
  • 30ad3bb7ae fallback to empty vec of txs when building block from mineable txs antiochp 2019-01-22 12:47:18 +00:00
  • 493cb431d0 Add bug report and feature requests templates Ignotus Peverell 2019-01-22 15:25:25 -08:00
  • 55f4ee3166 Fix regression in reading stratum messages (#2450) hashmap 2019-01-22 20:26:30 +01:00
  • f8aab05d76 Use weight_as_block for quick weight check (#2443) Antioch Peverell 2019-01-22 16:55:36 +00:00
  • f3884f57b6 In the Requirements, add the software that needs to be installed for the Mac System (#2367) 姜家志 2019-01-22 21:41:34 +08:00
  • 89a1373916 Update translation links and naming scheme (#2357) Oliver Simon 2019-01-22 14:41:06 +01:00
  • a88d66d9ab Fixed non existing url (#2337) JackRack 2019-01-22 13:40:25 +00:00
  • cba93e2121 Update build docs instructions (#2428) Michalis Kargakis 2019-01-22 14:39:29 +01:00
  • c34c991472 fix: wallet outputs display on white background color scheme (#2444) Gary Yu 2019-01-22 21:31:34 +08:00
  • 6b5212e7ec wallet: avoid display the long file name on txs (#2445) Gary Yu 2019-01-22 21:30:50 +08:00
  • be5e83ff3a more useful store_error debug (#2448) Yeastplume 2019-01-22 13:30:12 +00:00
  • 2072e48c15 Change owner API port for MainNet (#2405) James 2019-01-21 21:18:01 +01:00
  • 986fa89e28 add link to Code coverage metrics wiki page Simon B 2019-01-21 15:01:54 +01:00
  • b02f95c2c4 CONTRIBUTING update rustfmt explanation Simon B 2019-01-21 12:58:17 +01:00
  • dc824d169d update CONTRIBUTING.md Simon B 2019-01-21 12:31:47 +01:00
  • b22e5752be Use Option::unwrap_or instead of is_some followed by unwrap in start_server_tui (#2432) Can Selcik 2019-01-20 01:45:16 -08:00
  • ef5d83817e Maintain min outbound peers (min_preferred_peers / 2) (#2417) Antioch Peverell 2019-01-19 16:13:09 +00:00
  • 74422efa5b Merge pull request #2418 from cyclefortytwo/worker-str-alloc hashmap 2019-01-19 06:19:31 +01:00
  • feac0cad3d default log level DEBUG -> INFO (#2420) Antioch Peverell 2019-01-19 01:54:26 +00:00
  • f66bf3cb05 Improve error output in cases when db_root / logfile is inaccesible (#2424) Can Selcik 2019-01-18 17:53:15 -08:00
  • 8c4d14f654 Build warning sync (#2416) Antioch Peverell 2019-01-18 21:40:48 +00:00
  • 7ea370d33a correct spelling of macOS (#2422) Woodstock 2019-01-18 17:49:20 +00:00
  • a3f68d8d1f Reduce number of String allocation in Stratum worker hashmap 2019-01-18 15:11:13 +01:00
  • bb933dcd69 Update ports for mainnet in API doc (#2406) James 2019-01-18 09:55:05 +01:00
  • 320fc78673 Updated default API port. (#2400) Lucas Clemente Vella 2019-01-16 23:26:35 -02:00
  • 607813a8aa Minor release script fix Ignotus Peverell 2019-01-16 18:56:10 +00:00
  • 760dbf3481 Use travis-ci to update a release instead of creating new release (#2384) Gary Yu 2019-01-17 02:53:58 +08:00
  • 85fcfd8b64 [TUI] Properly handle Esc in Peers and Mining, add Esc to the legend (#2371) eupn 2019-01-16 21:49:04 +03:00
  • 4743286713 Improve introduction images in doc's PoW section (#2393) Tomas Susanka 2019-01-16 19:45:23 +01:00
  • 8badb58665 Cleanup genesis.rs a bit (#2390) eupn 2019-01-16 05:37:17 +03:00
  • e7485ab5f1 Version bump to 1.0.0 Ignotus Peverell 2019-01-15 16:24:29 +00:00
  • 0510ba9345 Fix default DNS seed port Ignotus Peverell 2019-01-15 15:46:11 +00:00
  • 8fc489a808 Finalized mainnet genesis block Ignotus Peverell 2019-01-15 15:27:51 +00:00
  • 8a76b374ff Mainnet enablement (#2379) Ignotus Peverell 2019-01-14 14:30:36 -08:00
  • c5cc4f29ac Yeastseed (#2382) Ignotus Peverell 2019-01-14 13:31:46 -08:00
  • 6bb611a2f0 Fix spurious change added by git merge Ignotus Peverell 2019-01-14 20:19:17 +00:00
  • 224a26faed Mainnet enablement Ignotus Peverell 2019-01-14 20:07:10 +00:00
  • 49612543d4 Merge remote-tracking branch 'upstream/master' Ignotus Peverell 2019-01-14 19:54:44 +00:00
  • 34bd35e8fc fix: foreign_api handles pre-flight OPTIONS call on POST requests (#2365) Gavin McDermott 2019-01-14 11:53:09 -08:00
  • c7bb5eab27 fix: avoid duplicate connection (#2361) Gary Yu 2019-01-15 03:44:35 +08:00
  • d7be94fafb More range proof tests (#2373) Ignotus Peverell 2019-01-14 10:15:42 -08:00
  • ba994248ac Prevent reward overflow (#2372) Ignotus Peverell 2019-01-14 09:37:34 -08:00
  • 5d257283bd Only create 1 received tx log entry on restore (#2378) Yeastplume 2019-01-14 16:49:34 +00:00
  • 9a497f1439 Wallet Performance enhancements - cache commit + transaction fetching logic (#2375) Yeastplume 2019-01-14 15:43:10 +00:00
  • 5c6abd5e22 1440 confs (#2376) Antioch Peverell 2019-01-14 13:29:12 +00:00
  • bfd0613275 Plus and minus, not so similar Ignotus Peverell 2019-01-14 06:30:52 +00:00
  • 5fcf93deae Cancel tx should set output status to Unspent (#2368) Yeastplume 2019-01-13 22:24:01 +00:00
  • e3a1c2c6b1 Fix/serializing hash (#2355) Ignotus Peverell 2019-01-12 13:07:03 -08:00
  • b39ce8d328 typo Yoni 2019-01-12 21:24:31 +02:00
  • 51ad711063 Add triple dot to check_and_remove_files + typo Yoni 2019-01-12 21:11:03 +02:00
  • 762da8c491 Fix bug that crashes network with probability 2^-64 (#2358) John Tromp 2019-01-12 19:41:22 +01:00
  • e93b380a06 Recover outputs from multiple wallets using same seed (#2348) Yeastplume 2019-01-12 18:39:29 +00:00
  • c70f5caf03 Add backwards check Yoni 2019-01-12 20:17:46 +02:00
  • f9a20aef0d Track blocks we requested, always broadcast otherwise (#2349) Ignotus Peverell 2019-01-12 09:28:03 -08:00
  • 383d35950e Move 3 dots to the TUI Yoni 2019-01-12 17:22:35 +02:00
  • 2873d14a98 Remvoe 3 dots from hash formatting Yoni 2019-01-12 17:19:30 +02:00
  • cf8f9d609a Load config file from CLI flag (#2333) Harm Aarts 2019-01-12 00:54:24 +01:00
  • 6ea95cd764 Add Japanese white paper link and fix errors (#2341) ProxyM8 2019-01-12 02:52:56 +03:00
  • c452dd06f3 Add: German translation of intro.md (#2338) Oliver Simon 2019-01-12 00:52:25 +01:00
  • 5efcdbc077 Refuse duplicate peer IPs (#2347) Ignotus Peverell 2019-01-11 15:51:38 -08:00
  • 424bb28c7d Reduce miner thread sleep to 1 microsecond (#2342) Quentin Le Sceller 2019-01-11 18:50:58 -05:00
  • 7698b28e16 fix: wait_for_min_peers shouldn't wait forever when all peers are in same work (#2340) Gary Yu 2019-01-12 07:38:27 +08:00