lbrynaut
|
7930840005
|
Add a simple claim by id test
|
2018-05-18 13:15:43 -04:00 |
|
lbrynaut
|
d5df3ff10d
|
Simplify the claim index by reducing the memory cache in exchange for
slightly higher latency calls to leveldb
Add a simple claim by id test
|
2018-05-18 13:15:43 -04:00 |
|
lbrynaut
|
a0221c3bf7
|
Add a claim index for fast reference by id
|
2018-05-18 13:15:43 -04:00 |
|
kay kurokawa
|
c3d315ed49
|
add information regarding testnet on README
|
2018-05-16 15:41:17 -04:00 |
|
kay kurokawa
|
e120c1de69
|
best_claim_effective_amount_equals was not using getEffectiveAmountForClaim
|
2018-05-14 17:48:50 -04:00 |
|
kay kurokawa
|
6fc7e0860e
|
update version to 0.12.1.2
|
2018-04-25 15:38:46 -04:00 |
|
Victor Shyba
|
1d071a9998
|
fix bug in CClaimTrie::getEffectiveAmountForClaim
|
2018-04-23 13:35:44 -04:00 |
|
Victor Shyba
|
6b13bd1d45
|
Add tests for CClaimTrie::getEffectiveAmountForClaim
|
2018-04-23 13:35:44 -04:00 |
|
Alex Grin
|
c0f7584503
|
Update README.md
|
2018-04-19 14:55:22 -04:00 |
|
Alex Grin
|
ff07b5b927
|
Update README.md
|
2018-04-19 14:54:45 -04:00 |
|
kay kurokawa
|
4e1df4de23
|
update README
|
2018-04-18 17:04:43 -04:00 |
|
Kay Kurokawa
|
4ff143387e
|
integrate new CalcMinClaimTrieFee function into the memory pool check and wallet transaction creation.
increase DEFAULT_TRANSACTION_MAXFEE to accomodate the claim trie minimum fee that will exceed 0.1 credits.
|
2018-04-18 16:54:11 -04:00 |
|
Kay Kurokawa
|
8817a7df51
|
Add new function CalcMinClaimTrieFee to calulate the fee required for claimtrie transactions
|
2018-04-18 16:54:11 -04:00 |
|
Kay Kurokawa
|
6f0b24d62d
|
add comment about what recursivePruneName does
|
2018-04-18 16:24:32 -04:00 |
|
Kay Kurokawa
|
62f4bedb17
|
add unit test for recursivePruneName and merklehash computation test in claimtriecache_tests.cpp
|
2018-04-18 16:24:32 -04:00 |
|
kay kurokawa
|
0a2c49911d
|
use specific version 2.0.22 stable of libevent in reproducible builds
|
2018-04-18 12:10:47 -04:00 |
|
Kay Kurokawa
|
2f7c03cbe8
|
added a sanity check for making sure updates extend the expiration in claimtriebranching_tests, fixed white space
|
2018-04-16 12:32:51 -04:00 |
|
Kay Kurokawa
|
172f6aca32
|
remove debugging variable bnOld in retarget algorithm, clean up white spaces
|
2018-04-02 16:26:04 -04:00 |
|
Kay Kurokawa
|
d26db867dd
|
removed whitespaces at end of line in file rpcwallet.cpp
|
2018-03-12 09:35:08 -04:00 |
|
Kay Kurokawa
|
39580f1740
|
RPC commands updateclaim and nameclaim now takes argument "value" as hexadecimal encoded string
|
2018-03-12 09:35:08 -04:00 |
|
LBRY Docs
|
29bc408431
|
update LICENSE to 2018
|
2018-02-16 12:51:15 -05:00 |
|
Umpei Kay Kurokawa
|
dffd498152
|
Merge pull request #94 from lbryio/fix_memory_leak
Fix memory leak
|
2018-02-16 10:14:35 -05:00 |
|
Kay Kurokawa
|
a2fa2c0720
|
supportExpirationQueueCache was not cleared with the rest of the cache objects
Signed-off-by: Kay Kurokawa <kay@lbry.io>
|
2018-02-09 20:16:09 -05:00 |
|
Kay Kurokawa
|
b2ba3f5ea0
|
Fix memory leak where a new unaltered CClaimTrieNode would be created in addNodeToCache() for the convenient purpose of copying by value, but would never be freed
Signed-off-by: Kay Kurokawa <kay@lbry.io>
|
2018-02-09 20:15:33 -05:00 |
|
Alex Grintsvayg
|
52628772b3
|
spaces
|
2018-01-16 11:05:37 -05:00 |
|
Alex Grintsvayg
|
cc84e7fb91
|
move build docs into readme
|
2018-01-16 10:59:52 -05:00 |
|
Alex Grintsvayg
|
04b3983844
|
readme
|
2018-01-16 10:56:44 -05:00 |
|
Alex Grintsvayg
|
83e1df0403
|
install doc
|
2018-01-16 10:51:23 -05:00 |
|
Alex Grin
|
fbbf63fa54
|
Update README.md
|
2018-01-16 10:35:36 -05:00 |
|
Alex Grin
|
3238cd9735
|
Update build-osx.md
|
2018-01-08 10:31:15 -05:00 |
|
Alex Grin
|
047e41be82
|
Update build-osx.md
|
2018-01-08 10:30:52 -05:00 |
|
Alex Grin
|
cb9c633936
|
Merge pull request #79 from lbryio/fix_support_abandon
Fix lbrycrd crashing
|
2017-12-29 10:03:47 -05:00 |
|
Kay Kurokawa
|
d29f110a11
|
fix bug where we did not check the root node in the cache when reordering the trie
|
2017-12-28 11:43:14 -05:00 |
|
Kay Kurokawa
|
40e034ef1b
|
add logging messages to debug the crashing support on abandon issue
|
2017-12-28 11:43:14 -05:00 |
|
Kay Kurokawa
|
865f746636
|
add unit test to see if having a support and an abandon in the same block when there are not other claim will crash lbryrcrd
|
2017-12-28 11:43:10 -05:00 |
|
Umpei Kay Kurokawa
|
6179347045
|
Merge pull request #70 from lbryio/fix_getblocktemplate
Fix getblocktemplate command not returning the correct claimtrie hash
|
2017-09-13 12:14:07 -04:00 |
|
Kay Kurokawa
|
b2216fd270
|
fix getblocktemplate command not returning the correct claimtrie hash
|
2017-09-13 12:08:39 -04:00 |
|
Alex Grintsvayg
|
5a1d288b17
|
bump build after merging PRs
|
2017-09-13 09:12:59 -04:00 |
|
Alex Grintsvayg
|
800bb51fbf
|
Merge 'mkg20001:patch-1'
* commit '30e94119':
Fix currency unit
Branding
Change CURRENCY_UNIT and BitcoinUnits::name
|
2017-09-13 09:09:54 -04:00 |
|
mkg20001
|
30e941195a
|
Fix currency unit
|
2017-09-13 09:09:30 -04:00 |
|
mkg20001
|
32e73f4586
|
Branding
Replace the Bitcoin logo with the LBRY logo
|
2017-09-13 09:09:30 -04:00 |
|
mkg20001
|
d438e9f968
|
Change CURRENCY_UNIT and BitcoinUnits::name
This will show LBRY instead of BTC
|
2017-09-13 09:09:30 -04:00 |
|
Procrastinator
|
20ae466765
|
Replace Satoshi subversion with LBRY
Distinguishes lbry nodes from bitcoin nodes
|
2017-09-13 09:08:39 -04:00 |
|
Jack Robison
|
84b093b981
|
bump version to 0.12.0.5
|
2017-08-14 10:51:55 -04:00 |
|
Jack Robison
|
84f074b9fa
|
Merge branch 'getclaimbyid'
|
2017-08-14 10:20:07 -04:00 |
|
Jack Robison
|
7a0724098f
|
feedback from kay
|
2017-08-08 18:49:25 -04:00 |
|
Jack Robison
|
04d77ab376
|
add getclaimbyid
|
2017-08-08 10:18:34 -04:00 |
|
Jack Robison
|
24d5e64d0b
|
update gitignore
|
2017-08-06 16:52:46 -04:00 |
|
Jack Robison
|
3a7e7adfe3
|
bump version to 0.12.0.4
|
2017-04-13 18:43:48 -04:00 |
|
Jack Robison
|
2b1d07fee4
|
Merge pull request #60 from lbryio/include-claimid-in-getclaimsintrie
include the claimid in the response for getclaimsintrie
|
2017-04-13 18:38:26 -04:00 |
|