Commit graph

  • 64f6fcecb8
    Revert org change until publish to go pkg repository master v0.22.120 Ralph 2024-01-04 12:06:07 -05:00
  • e293c5ab57
    Update github repos to lbryfoundation forks Ralph 2024-01-04 11:35:29 -05:00
  • 5625d54f37
    Change to lbryfoundation org Ralph 2024-01-04 11:34:08 -05:00
  • bb30c80b67 just backing up progress; this commit is junk or partial work sqlite Brannon King 2023-06-24 12:47:48 -04:00
  • c96645c3a8 wire: increase max witness items per input relax-witness-size-checking Elle Mouton 2022-11-01 13:42:09 +02:00
  • df89776a17 wire: remove erroneous witness size check in wire parsing Olaoluwa Osuntokun 2022-10-09 17:03:31 -07:00
  • a0ff51b84a claimtrie: allows '*' in claim name v0.22.119 Roy Lee 2022-11-23 08:41:31 -08:00
  • 4c39a9842c rpcclient: update rescanblockchain support v0.22.118 Roy Lee 2022-10-30 23:55:49 -07:00
  • f513fca6a7 lbcdblocknotify: reorganize the code with a few updates v0.22.117 Roy Lee 2022-10-13 19:50:12 -07:00
  • 6728bf4b08 error properly when lbcd fails to connect in HTTP POST mode Alex Grintsvayg 2022-10-14 13:38:27 -04:00
  • 979d643594 [lbry] claimtrie: created node cache v0.22.116 Roy Lee 2022-08-20 00:35:10 -07:00
  • cbc4d489e8 lbcctl: support --timed, --quiet options Roy Lee 2022-09-29 16:45:21 -07:00
  • be69ea2803 [lbry] claimtrie: created node cache v0.22.116-rc.0 Roy Lee 2022-08-20 00:35:10 -07:00
  • 987a533423 rpc: update rpc cmd requests to support multi-account v0.22.115 Roy Lee 2022-08-22 16:39:48 -07:00
  • 6bc9a2b4dd mining: always returns .coinbasevalue in getblocktemplate v0.22.114 Roy Lee 2022-09-25 18:38:41 -07:00
  • 9bcd3d0591 cotrib: add a helper script to show miner of a bkock Roy Lee 2022-09-23 17:49:01 -07:00
  • 2adfcd211d rpcclient: add -quiet option to the lbcdblocknotify example Roy Lee 2022-09-23 17:48:05 -07:00
  • 81ec217899 rpcserver: fix up getblockstats v0.22.113 Roy Lee 2022-09-20 23:39:34 -07:00
  • 5acfa4c81b rpcserver: add GetBlockStats Guilherme de Paula 2020-11-03 00:36:21 -03:00
  • c5193e74ac rpc: support hex data output for createrawtransaction v0.22.112 Roy Lee 2022-09-14 18:27:18 -07:00
  • 8a80f0683a [lbry] policy: relax dust thrashold to 1000 dewies/kB v0.22.111 Roy Lee 2022-09-01 13:30:27 -07:00
  • 5d7a219e35 rpc: make getblock return orphan blocks with confirmation=-1 Roy Lee 2022-08-31 18:00:47 -07:00
  • 2d04d31894 rpc: implement rescanblockchain rpcclient Roy Lee 2022-08-19 11:57:29 -07:00
  • ce37025d5a txscript: validate claimscript size v0.22.110 Roy Lee 2022-08-30 13:17:34 -07:00
  • 70d0d8f86f txscript: validate claimscript size v0.22.110-rc.0 Roy Lee 2022-08-30 13:17:34 -07:00
  • 98e5771989 rpc: implement setban, lisnbanned, clearbanned RPCs Roy Lee 2022-08-14 20:44:32 -07:00
  • ff324e0fdb doc: update snapshot related instructions Roy Lee 2022-08-14 14:17:41 -07:00
  • be0d7de8da mining: accomodate pre-BIP0141 coinbase structure v0.22.109 Roy Lee 2022-08-10 00:34:59 -07:00
  • fcfb2af76f netsync: revert base/segwit encoding hack Roy Lee 2022-08-12 02:07:30 -07:00
  • 78bed14956 go mod: bump lbcutil to v1.0.202 Roy Lee 2022-08-12 02:21:51 -07:00
  • fdedbf86f8 mining: include 'segwit' rule when no segwit txns in GBT v0.22.108 Roy Lee 2022-08-06 11:10:45 -07:00
  • a9351b3e3a lbcdblocknotify: support --run to execute custom command Roy Lee 2022-08-07 23:03:33 -07:00
  • e323751218 ci: gofmt with go 1.19 Roy Lee 2022-08-07 23:40:46 -07:00
  • 66c8567a27 ci: bump to Go 1.19 Roy Lee 2022-08-07 23:15:05 -07:00
  • 6b0e7592c6 btcjson: remove WebsocketOnly for wallet extension RPCs v0.22.107 Roy Lee 2022-07-29 12:10:53 -07:00
  • 05f52c11a1 docs: update README.md Roy Lee 2022-07-28 17:14:40 -07:00
  • ea63a44c7b [lbry] rpcclient: fix stratum update_block format for blocknotify v0.22.106 Roy Lee 2022-07-28 07:45:25 -07:00
  • daa3137dc4 [rpc blockchain] Add support for mediantime, chainwork to RPC getblock. v0.22.105 Jonathan Moody 2022-07-21 14:27:06 -04:00
  • b147fe2a5b Revert "[lbry] claimtrie: created node cache" Roy Lee 2022-07-27 10:18:35 -07:00
  • 7f9fe4b970 [rpc mempool] More tweaks to dynamicMemUsage(). Add toggleable assertions for max depth and switch completness. Toggle them when running in mempool_test.go. Drop support for reflect.Map, as it's not needed at this time. Jonathan Moody 2022-07-18 11:52:15 -04:00
  • eefb1260eb [rpc mempool] Correct comment BTC -> LBC. Jonathan Moody 2022-07-14 18:29:55 -04:00
  • a8a44aa988 [rpc mempool] Hide debugging functionality of dynamicMemUsage(). Jonathan Moody 2022-07-14 18:06:27 -04:00
  • abb1b8b388 [rpc mempool] Add support for unbroadcastcount to RPC getmempoolinfo. Jonathan Moody 2022-07-14 17:58:24 -04:00
  • 13e31d033a [rpc mempool] Add support for usage, total_fee, mempoolminfee, minrelaytxfee to RPC getmempoolinfo. Jonathan Moody 2022-07-14 17:44:39 -04:00
  • 5499a2c1b3 [lbry] claimtrie: more verbose error message in ResetHeight v0.22.104 Roy Lee 2022-07-17 11:06:34 -07:00
  • fae4063046 rpc: remove deprecated and unimplemented 'move' Roy Lee 2022-07-14 10:51:42 -07:00
  • 8d1005706b rpc: remove deprecated and unimplemented 'setaccount' Roy Lee 2022-07-14 10:45:00 -07:00
  • bb93a49349 [lbry] config: allow non-localhost connections with TLS disabled v0.22.103 Roy Lee 2022-07-11 16:44:18 -07:00
  • d5922cd725 [lbry] version: fix version string handling v0.22.102 Roy Lee 2022-07-06 20:44:22 -07:00
  • 3a179a0eee [lbry] rpc: un-embedded attributes in getaddressinfo result v0.22.101 Roy Lee 2022-07-05 20:11:29 -07:00
  • ca9b4e5529 Rename nameProgressLogger -> claimProgressLogger and tweak log message. v0.22.100-rc.5 v0.22.100 Jonathan Moody 2022-06-14 13:38:43 -04:00
  • 2b7f065855 Adjust and rename blockProgressLogger -> nameProgressLogger. Use it in makeNameHashNext() to track progress. Jonathan Moody 2022-06-14 13:06:45 -04:00
  • b859832907 Copy netsync/blocklogger.go to claimtrie/logger.go. Jonathan Moody 2022-06-14 11:58:35 -04:00
  • 70852905e0 Allow environment var GOMAXPROCS=<N> to override NumCPU(). Jonathan Moody 2022-06-06 17:19:26 -04:00
  • 5f7b1f1b4f Copy value received by MergeOlder/MergeNewer so caller can't trash the merge result by modifying the contents. v0.22.100-rc.4 Jonathan Moody 2022-05-24 09:17:45 -04:00
  • 0241e18f42 Harden Marshal/Unmarshal logic for Change.SpentChildren. Jonathan Moody 2022-05-24 09:00:09 -04:00
  • b06df3d750 added buffer pool for pebble merge string Brannon King 2021-07-21 15:58:47 -04:00
  • 15191b7ede
    [lbry] runtime: Add --memprofile option Jonathan Moody 2022-06-03 15:08:09 -04:00
  • 92a7a2087a
    [lbry] runtime: Allow environment var GOGC=<percent> to override hard-coded SetGCPercent(10). Jonathan Moody 2022-06-03 12:19:55 -04:00
  • 8f95946b17 [lbry] claimtrie: created node cache v0.22.100-rc.3 Brannon King 2022-05-11 09:03:51 -04:00
  • 5d5f53c8d8 [lbry] contrib: add a helper script for generating snapshots v0.22.100-rc.2 Roy Lee 2022-05-26 21:16:30 -07:00
  • 6e36118193
    [lbry] claimtrie: update CLI to support other tools Roy Lee 2022-05-26 21:52:15 -07:00
  • e48200f53a [lbry] wire: limit the blocks of getdata message v0.22.100-rc.1 Roy Lee 2022-05-25 21:29:29 -07:00
  • 4a8d390a06
    [lbry] ci: GoReleaser zero out buildid for reproducible builds (#40) Roy Lee 2022-05-25 21:49:12 -07:00
  • aef4e45bd7 [lbry] ci: add github workflows v0.22.100-rc.0 Roy Lee 2022-05-23 22:40:25 -07:00
  • 0375a6d38b [lbry] ci: support GoReleaser Roy Lee 2022-05-23 22:41:12 -07:00
  • 2cfa235a33 [lbry] ci: update Dockerfile Roy Lee 2022-05-23 22:44:16 -07:00
  • 7ee3d7d26b [lbry] ci: add .golangci-lint.yml Roy Lee 2022-05-23 22:40:51 -07:00
  • d4cddda35c [lbry] ci: update gocelan.sh Roy Lee 2022-05-24 00:41:56 -07:00
  • 76e482bb73 [lbry] ci: remove release/release.sh Roy Lee 2022-05-23 22:46:07 -07:00
  • badb894e3a [lbry] ci: update .gitignore Roy Lee 2022-05-23 22:43:25 -07:00
  • 3cb961257c [lbry] ci: fixed various lint errors Roy Lee 2022-05-23 22:47:49 -07:00
  • bf7a513006 [lbry] go mod: update go modules Roy Lee 2022-05-23 22:41:59 -07:00
  • 7c5a2c6f58 [lbry] version: update codebase to use version package Roy Lee 2022-05-23 20:50:17 -07:00
  • 3662f316ab [lbry] version: add version package Roy Lee 2022-05-23 20:48:01 -07:00
  • 43d3086ce1 [lbry] mempool: update getrawmempool and implement getmempoolentry Roy Lee 2022-02-15 23:08:44 -08:00
  • 7513046f70 [lbry] fees: replace estimatefee with esimatesmartfee Roy Lee 2022-01-29 16:27:52 -08:00
  • d126d0c10e [lbry] fees: port estimatesmartfee from DCRD Roy Lee 2022-01-26 20:42:17 -08:00
  • 324c443c64 [lbry] fees: initial import from DCRD Roy Lee 2022-01-26 20:11:56 -08:00
  • d99883a620 [lbry] btcjson: take integers for boolean parameters. Roy Lee 2022-02-10 14:47:25 -08:00
  • a7f971f404 [lbry] rpc: update getrawtransaction to take verbose as boolean Roy Lee 2022-01-23 23:06:30 -08:00
  • 239d681f28 [lbry] contrib: add linode deployment using docker Jeffrey Picard 2021-12-10 11:06:55 -05:00
  • d35a82412f [lbry] align port settings between lbcd, lbcctl, and lbcwallet Roy Lee 2018-08-14 17:59:48 -07:00
  • 2bd6e4c3a9 [lbry] ffldb: increase open file limit and flush more often Brannon King 2021-09-24 13:25:27 -04:00
  • b4623ef2dd [lbry] increase open file limit to 2048 Brannon King 2021-09-24 13:25:27 -04:00
  • 4dd4505706 [lbry] docs: update docs for LBRY Brannon King 2021-08-19 14:41:48 -04:00
  • 1b823c055f [lbry] test: don't remove old regression DB Brannon King 2021-11-26 11:36:53 -05:00
  • a07bb527df [lbry] test: fixed all current tests and delete three. Brannon King 2021-08-19 14:41:48 -04:00
  • d6a6b53551 [lbry] upnp: brought in upnp fix from dcrd Brannon King 2021-08-09 16:19:47 -04:00
  • fe1637c223 [lbry] config: Verify completeness of sample-lbcd.conf using reflection on config struct. Jonathan Moody 2022-04-20 10:33:36 -04:00
  • 6c2a3d8bcf [lbry] config: Embed sample-lbcd.conf contents at build time. Jonathan Moody 2022-04-19 15:31:00 -04:00
  • 2add30af9a [lbry] config: Add a number of missing options to sample-lbcd.conf. Jonathan Moody 2022-04-20 10:30:24 -04:00
  • b8b2bd1584 [lbry] config: enable txindex by default Roy Lee 2022-05-23 22:09:51 -07:00
  • f3e1c96de9 [lbry] config: enable upnp by default Brannon King 2021-07-30 14:11:10 -04:00
  • 0a0e79bc41 [lbry] enable segwit Brannon King 2021-08-03 22:10:55 -07:00
  • 023aa5d6b0 [lbry] btcjson: added optional address type for getnewaddress Brannon King 2021-11-12 16:49:24 -05:00
  • de2a548207 [lbry] btcjson: ladded claim related fields for wallet Brannon King 2021-12-14 15:28:28 -05:00
  • 568544961f [lbry] rpcserver: log the reason of submitblock rejection Roy Lee 2022-04-19 18:41:17 -07:00
  • 8c984993a8 [lbry] rpcserver: made invalidate/reconsiderBlock return RPC errors Brannon King 2021-12-29 16:58:17 -05:00
  • 6c0360fa42 [lbry] rpcserver: made estimatesmartfee call estimatefee (for now) Brannon King 2021-11-09 15:50:02 -05:00