Jonathan Moody
5a26aea398
Feedback: Reuse IntegrationTestcase.generate() in generate_and_wait().
2022-09-29 22:18:54 -04:00
Jonathan Moody
749a92d0e5
Wait on block height too in generate_and_wait().
2022-09-29 22:18:54 -04:00
Jonathan Moody
78a28de2aa
Align style of generate() with generate_and_wait().
2022-09-08 18:13:26 -04:00
Jonathan Moody
a7c7ab7f7b
Correct the terminal height we wait for in generate().
2022-09-08 18:13:26 -04:00
Jonathan Moody
988f288715
Lint fix for _es_height checks.
2022-09-08 18:13:26 -04:00
Jonathan Moody
38e9b5b432
Wait for _es_height in addition to db_height.
2022-09-08 18:13:26 -04:00
Lex Berezhny
ec82486e15
removed go hub dependency
2022-08-08 14:55:44 -04:00
Jack Robison
9faf6e46ca
move lbry.wallet.server to new project called scribe
...
switch from using lbrycrd to lbcd
2022-03-27 23:33:26 -04:00
Victor Shyba
a0e34b0bc8
make timeout handler immune to asyncio time tricks
2022-03-02 13:00:34 -03:00
Lex Berezhny
4822792ee2
create nondetermnistic channel in test to replicate old test behavior
2021-12-22 18:29:46 -05:00
FemtosecondLaser
d69486fb6e
returned conditional check in add_timeout() as it was making test_node.py tests unhappy
2021-11-30 01:01:35 +00:00
FemtosecondLaser
d4ebfdbc3c
removed conditional check in add_timeout()
2021-11-29 22:56:50 +00:00
FemtosecondLaser
e6c1dc251e
changed addTimeout to add_timeout for lint compliance
2021-11-20 00:47:46 +00:00
FemtosecondLaser
dca7977051
added timeout of async operations to integration test setup/teardown
2021-11-20 00:22:25 +00:00
Jack Robison
c26a99e65c
fix abandoning signed claims in the same tx as their channel
...
-fix canonical/short url in es
2021-10-05 16:44:49 -04:00
Jack Robison
bfeeacb230
tests
2021-10-05 16:44:49 -04:00
Lex Berezhny
60836d8523
db migration and other fixes
2021-09-15 09:10:06 -04:00
Jeffrey Picard
15a56ca25e
tons of small changes squashed together
2021-09-10 18:57:20 -03:00
Jeffrey Picard
9f65799a3d
uncomment tests, add remove_duplicates param
...
Cleanup prints and commented out code
remove print
don't do list claims
cleanup
2021-09-10 18:57:20 -03:00
Jeffrey Picard
a97fc6dba8
cleanup and reorgnazing some stuff
...
Fixing tests
relabel failing tests properly
run all the tests for the hub
cleanup HubNode
2021-09-10 18:57:20 -03:00
Jeffrey Picard
c124e88d12
grpc client for python
2021-09-10 18:57:20 -03:00
Jeffrey Picard
17f3870296
Add tests for hub
...
Have the basic starting /stopping / querying. Still don't have the hub
jsonrpc stuff working right and from the looks of it I need to clearify
some of the logic in the claim search function itself because it's not
returning the correct number of claims anyways.
get the integration working with grpcurl
Got tests working, still need to port the rest of them
ported all of the claim search tests
still a few failing due to not having inflation working, and there's something weird
with limit_claims_per_channel that needs to be fixed.
2021-09-10 18:57:20 -03:00
Lex Berezhny
d5bae3a8c6
manually set save_files=True in unit tests
2021-08-19 09:31:17 -04:00
Lex Berezhny
51d21d8c86
working disk cleanup
2021-08-16 14:15:12 -04:00
Lex Berezhny
7d49b046d4
added support to config for determining if value is set and implemented hub selection logic
2021-06-22 11:07:58 -04:00
Lex Berezhny
73e239cc5f
client side hub discovery pub/sub and hub metadata stored, removed old peers implementation
2021-06-22 11:07:58 -04:00
Lex Berezhny
ad670f721a
working client peer hub
2021-06-22 11:07:58 -04:00
Lex Berezhny
fe469ae57f
create appropriate script for scripthash address
2021-06-02 11:34:21 -04:00
Victor Shyba
8da04a584f
start waiting before generate
2021-03-19 18:01:29 -03:00
Victor Shyba
27cc61d45e
limit test time to 2 minutes, then consider it a failure and log what was running
2021-03-19 18:01:29 -03:00
Victor Shyba
7439893a2a
fix get for sourceless claims
2021-03-14 10:11:42 -04:00
Lex Berezhny
be8751cb73
integration test fixes
2021-02-10 22:14:13 -05:00
Lex Berezhny
dee494e12f
converting from USD, BTC to LBC is now done via several exchange rate providers: Bittrex, Cryptonator, CoinEx, hotbit and UPbit
2021-02-10 22:14:13 -05:00
Jack Robison
519614b2fd
skip libtorrent component in tests
2021-01-21 14:37:08 -05:00
Jack Robison
3467d1fed0
fix tests
2020-12-03 22:16:28 -05:00
Jack Robison
1cd5377b45
split fixed peer setting out from reflector_servers
2020-05-11 13:43:13 -04:00
Lex Berezhny
48d2497eb2
added txo_spend command to support liquidating large number of txos (eg. tips)
2020-03-30 17:47:38 -04:00
Lex Berezhny
e5bf6a5bfc
added txo_plot command to allow plotting txo sums over time
2020-03-26 00:37:13 -04:00
Victor Shyba
a08cbf412d
on_ready.wait so we start after tx syncs
2020-03-23 12:26:07 -03:00
Victor Shyba
19c0a81c42
fix bad usages of hash and some tests
2020-03-22 23:31:47 -03:00
Lex Berezhny
9749da46ae
added flags to resolve: --include_purchase_receipt, --include_is_my_output, --include_my_supports, --include_my_tips
2020-03-21 23:44:57 -04:00
Lex Berezhny
6293e227ea
added txo_sum command
2020-03-20 19:08:47 -04:00
Lex Berezhny
af2f2282c2
txo_list returns txo funded by my account but sent to external address
2020-03-20 19:08:47 -04:00
Lex Berezhny
3ff9e99416
added txo_list command
2020-03-08 16:22:49 -04:00
Lex Berezhny
c255c606a7
added is_spent attribute to transaction outputs
2020-03-06 20:12:38 -05:00
Lex Berezhny
8c7908b200
reposts inherit the tags of the original claim
2020-02-22 12:23:11 -05:00
Lex Berezhny
d57900a069
claim_search --not_channel_ids excludes the channel itself and not just claims in the channel
2020-02-21 21:59:46 -05:00
Victor Shyba
200531dd96
wait for tx instead
2020-02-18 18:10:58 -03:00
Lex Berezhny
448635a945
added --resolve to local *_list commands
2020-02-01 17:59:10 -05:00
Lex Berezhny
b79f2b86b5
renamed Daemon.py to daemon.py per pylint
2020-01-03 03:08:15 -05:00