Add remaning query tests

This commit is contained in:
nolash
2021-07-09 15:49:52 +02:00
parent 167ff0f5e4
commit 1e602e1352
2 changed files with 96 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ logg = logging.getLogger(__name__)
re_transactions_all_bloom = r'/tx/(\d+)?/?(\d+)/?'
re_transactions_account_bloom = r'/tx/user/((0x)?[a-fA-F0-9]+)(/(\d+)(/(\d+))?)?/?'
re_transactions_all_data = r'/txa/(\d+)/(\d+)/?'
re_transactions_all_data = r'/txa/(\d+)?/?(\d+)/?'
DEFAULT_LIMIT = 100