Commit graph

  • 319a1d465f it compiles Brannon King 2019-10-23 14:15:37 -0600
  • fd92912b6b windows compilation fix round 2 Brannon King 2019-09-30 13:58:11 -0600
  • a0cf46df98 fixed compilation on Windows Brannon King 2019-09-30 13:22:10 -0600
  • 9f4aa27c3c Use memory mapped file for claim data allocations Brannon King 2019-09-30 12:13:05 -0600
  • 8f9304483e rolled version, added info to chaintips Brannon King 2019-09-27 09:25:57 -0600
  • 3b0758964b added helper method, enabled signing Brannon King 2019-09-25 14:30:55 -0600
  • 687b23dafb fixed fee calc issue, removed segwit enable fallback Brannon King 2019-09-25 13:41:31 -0600
  • e1312a4dc2 Show bid and sequence as optional parameters Anthony Fieroni 2019-09-19 16:54:55 +0300
  • 147a95f42f Show claimtrie help in cli rpc Anthony Fieroni 2019-09-19 10:01:35 +0300
  • 0ca62d4808 updated go-live heights Brannon King 2019-09-18 13:53:07 -0600
  • fdad3e16a8 Fix unit tests after recent breaks. lbrynaut 2019-09-17 07:54:26 -0500
  • 4b5ff04114 added staked totals to getwalletinfo Brannon King 2019-09-16 16:04:57 -0600
  • 3ab7b8dc69 rolled version, fix txindex_test, other tweaks Brannon King 2019-09-16 14:54:05 -0600
  • 83cef85cab Fix broken test on previous checkin Brannon King 2019-09-16 14:49:35 -0600
  • 3a1ebf8ac3 change rpc enablement mechanism Brannon King 2019-09-11 09:06:08 -0600
  • d69f317b1d initial commit of metadata on supports Brannon King 2019-09-04 14:27:07 -0600
  • f4a9ef6150 restored nonstandard output on getrawtransaction Brannon King 2019-09-13 11:01:43 -0600
  • a754260423 proposed fix for issue 242 Brannon King 2019-09-11 15:11:04 -0600
  • b38c393fbd Organize unit tests by type Brannon King 2019-09-11 09:19:43 -0600
  • e44cf950ce Match network id to regtest Anthony Fieroni 2019-09-10 14:53:58 +0300
  • da86c108e7 Show correct script ops in asm Anthony Fieroni 2019-09-10 14:46:55 +0300
  • 5e7ad62f21 added support for tips in RPC, minor cleanup Brannon King 2019-09-06 12:53:55 -0600
  • 344e839581 Introduce pending amount, the value when claim and its supports got valid Anthony Fieroni 2019-09-02 16:39:01 +0300
  • ef6ed539d1 Make optional claimid and amount in supportclaim Return destination claim address as well Anthony Fieroni 2019-09-02 16:00:02 +0300
  • 32e6a99ee6 Logic fixes, unit test Anthony Fieroni 2019-08-14 19:56:21 +0300
  • 4ab46e4972 Add bid, sequence like rpc methods Reuse a bunch of rpc help texts Anthony Fieroni 2019-08-13 16:38:34 +0300
  • 3c693027e5 Split help and rpc methods Use constants for field names Anthony Fieroni 2019-08-09 14:43:03 +0300
  • f0ec79d047 Unify claimtrie rpc methods Anthony Fieroni 2019-08-08 16:39:57 +0300
  • cd32b8e38e more thoroughly tested tx signing Brannon King 2019-09-05 14:17:22 -0600
  • 8e3ab88fc8 added parameter for claim db cache size Brannon King 2019-08-30 15:19:09 -0600
  • ea032a2ad7 added unit test for signing claims Brannon King 2019-08-30 13:54:19 -0600
  • b908bf48a1 setting go-live heights Brannon King 2019-08-30 13:51:29 -0600
  • 02f700b9b5 Implement binary tree hash algorithm Anthony Fieroni 2019-07-19 18:36:53 +0300
  • 32549a4e5a fix osx unit test failure Brannon King 2019-08-30 09:22:58 -0600
  • 197f8427c4 simplified claim stripping, removed TX_CLAIM Brannon King 2019-08-29 11:11:45 -0600
  • 2aa33f2a36 reduced max open files on levelDB Brannon King 2019-08-29 08:56:10 -0600
  • 67753363f7 removed shared_ptr on TData, set minWork Brannon King 2019-08-28 14:04:29 -0600
  • 088d82ee44 Trying to minimize disk reads / writes Anthony Fieroni 2019-08-28 19:13:50 +0300
  • 9f6eac5c91 attempted optimization of dbwrapper Brannon King 2019-08-24 18:44:20 -0600
  • 1aab6cd3b8 separate claim from children storage Brannon King 2019-08-24 18:43:56 -0600
  • c6fd2280aa optimized a little Brannon King 2019-08-02 17:27:28 -0600
  • e510a81fec first pass at not loading full claimtrie into RAM Brannon King 2019-08-01 18:35:58 -0600
  • 2a78c776b4 Detect "claim" type transactions. Add code to enable a hardfork into witness support, in addition to possible BIP9 fiddling. Fix a bug in abandonclaim and abandonsupport that burns coins on abandon, rather than sending to the intended destination. lbrynaut 2019-08-06 09:50:52 -0500
  • 6651d45ce9 Fix unit tests. lbrynaut 2019-07-29 08:44:26 -0500
  • a01614f5f5 updated to support using bech32 addresses with claim ops Brannon King 2019-07-09 14:32:08 -0600
  • ff0f8d8059 fix unit test crash on OSX Brannon King 2019-08-01 15:44:05 -0600
  • 2df70eeed1 removed superfluous fRequireTakeoverHeights Brannon King 2019-07-29 10:25:41 -0600
  • 53cfe761f6 fix lbrycrd-cli command typo AlessandroSpallina 2019-07-28 20:23:53 +0200
  • 5375f90a88 made a new "claims" logging category (off by default) Brannon King 2019-07-29 09:47:33 -0600
  • a853cf5c7b renamed some of the cache fields Brannon King 2019-07-22 15:53:17 -0600
  • 27b39ba67a Better use copies on iterate claim and support re-add Anthony Fieroni 2019-07-16 21:26:28 +0300
  • 8af7ed9450 A bit more cleanup Anthony Fieroni 2019-07-15 08:48:24 +0300
  • c83062bfa8 Code refactor Anthony Fieroni 2019-07-02 18:49:02 +0300
  • 6423377fe1 revert regtest expiration change Brannon King 2019-07-10 08:34:21 -0600
  • 3f97b2c70a Fix consensus Anthony Fieroni 2019-07-17 11:03:49 +0300
  • 934908c79e Fix expiration fork usage Anthony Fieroni 2019-07-09 18:02:54 +0300
  • 55da76a515 stop overwriting releases when tags are rebased Brannon King 2019-07-22 13:37:11 -0600
  • 60751f86b6 moved cmake build to a subfolder Brannon King 2019-07-19 11:27:24 -0600
  • 3d618de3a4 upped versions used Brannon King 2019-07-19 11:03:41 -0600
  • 6f61cc40a4 Use sed instead of patch Prefer system wide packages Anthony Fieroni 2019-07-17 09:14:38 +0300
  • 42b44df7e3 Fix icu and boost builds Anthony Fieroni 2019-07-15 14:52:01 +0300
  • 0d889b1987 Fix openssl configure Do not search icu when boost is found system wide Add cmake variables for tests, wallet and bench options Anthony Fieroni 2019-07-12 15:56:36 +0300
  • be568c40d1 Add cmake build system Anthony Fieroni 2019-06-11 14:51:23 +0300
  • ea6e1064ec added yiimp pool instructions Brannon King 2019-07-11 12:10:49 -0600
  • c0ffe778b7 fix unavailable param on darwin Brannon King 2019-07-19 10:39:59 -0600
  • f47680424d fix crash on cli help Brannon King 2019-07-18 14:35:18 -0600
  • fa8bdefa9e eliminated fuzzer test on osx Brannon King 2019-07-02 08:44:33 -0600
  • 24b5d5bbbd changed unit test to deterministic rand Brannon King 2019-07-02 00:15:27 -0600
  • 3aa90ebd15 updated build docker file to include libc++abi Brannon King 2019-07-01 23:39:24 -0600
  • 69c7dfa2bf bumped version Brannon King 2019-07-01 15:46:28 -0600
  • aeb7e2798e post-merge fixes Brannon King 2019-07-01 14:25:00 -0600
  • c58b8b5aeb Add a test for locktime transactions. lbrynaut 2019-06-29 09:04:21 -0500
  • 5f1c22680e flattening prefix trie work Brannon King 2019-07-01 12:42:45 -0600
  • 6824576189 added a test for putting a lot of data into the claimtrie Brannon King 2019-07-01 12:40:18 -0600
  • 950f1c6575 support coinbasetxn capability in getblocktemplate Brannon King 2019-06-17 09:44:18 -0600
  • 3c33175787 fix multi-build mkdir conflict Brannon King 2019-06-19 16:37:14 -0600
  • 41826acac7 upped the default validation period Brannon King 2019-06-19 13:40:51 -0600
  • fba1acd3d7 restored the current "depends" and friends Brannon King 2019-06-17 09:49:41 -0600
  • 2d38d8af16 fixed ancestors not all in claim trie on packageFees condition Brannon King 2019-06-12 13:07:56 -0600
  • acaede4327 made cache match legacy_master, removed my bad assert in undo Brannon King 2019-05-28 15:18:50 -0600
  • 5cf649e90c added claimtrie field back to getblocktemplate Brannon King 2019-05-22 09:56:38 -0600
  • d3f29be779 Undo compatibility (#281) Brannon King 2019-05-23 11:46:37 -0600
  • 3340fcb85a Fix a bug that treats all claims as our own wallet txs. lbrynaut 2019-05-22 13:30:03 -0500
  • 0c130f40c7 allow rest/block/height.json Brannon King 2019-05-13 15:03:42 -0600
  • 71acdb839c code reuse between miner & validator Brannon King 2019-05-07 16:32:22 -0600
  • e7d7d0861b pulled in a few minor keepers from the other rebase branch Brannon King 2019-05-07 14:10:12 -0600
  • 9ad7b0c90f fixed small claim names coming out as numeric Brannon King 2019-03-14 14:09:42 -0600
  • 9c866832de fixed slow-running unit tests Brannon King 2019-05-06 16:29:17 -0600
  • 9295adeb38 Rebase lbry on to Bitcoin 0.17. lbrynaut 2018-08-06 15:40:20 -0400
  • e3ba14387d Tests: add unit tests for GetWalletEnv Pierre Rochard 2018-09-14 21:10:20 -0400
  • 02c080af5e Free BerkeleyEnvironment instances when not in use Russell Yanofsky 2018-05-18 16:28:50 -0400
  • 5847e62f19 wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a directory. Chun Kuan Lee 2018-10-23 13:26:27 +0800
  • 3cf3002e9e wallet: Refactor to use WalletLocation João Barbosa 2018-09-28 16:50:18 +0100
  • 595f5c3ca3 wallet: Add WalletLocation utility class João Barbosa 2018-09-28 12:50:04 +0100
  • cafa1709b6 Add function to close all Db's and reload the databae environment Andrew Chow 2018-02-20 15:28:42 -0500
  • 2558be26e4 [0.17] [Doc] Backport release note about PSBT doc David A. Harding 2019-02-01 09:16:40 -0500
  • b42ce5c0de rpc: Make unloadwallet wait for complete wallet unload João Barbosa 2018-12-12 23:21:19 +0000
  • bcb88335ab qt: Add GUIUtil::bringToFront João Barbosa 2018-08-31 23:08:07 +0100
  • cce339ea42 Use Qt signal for macOS Dock icon click event Hennadii Stepanov 2018-10-31 21:15:31 +0200
  • 5641252942 doc: Clean out release notes post-0.17.1 Wladimir J. van der Laan 2018-12-25 10:20:46 +0100