Commit Graph

80 Commits

Author SHA1 Message Date
William Luke 3d1d0d6dd2 fix(get_latest_txs): use desc ordering and switch order 2022-02-28 15:33:55 +03:00
William Luke 84227a525e Release v0.6.0rc2 2022-02-09 12:56:02 +03:00
williamluke 1770c46cb4 Merge pull request 'lash/backmerge' (#2) from lash/backmerge into master
Reviewed-on: #2
2022-02-08 12:01:33 +00:00
williamluke eb37389b6f Merge pull request 'feat: add `get_latest_txs` query' (#3) from feat/get_latest_txs into lash/backmerge
Reviewed-on: #3
2022-02-08 12:01:12 +00:00
William Luke 7a36cd1e41 feat: add `get_latest_txs` query 2022-02-07 15:35:01 +03:00
William Luke 176efd69b3 chore: bump leveldir 2022-02-07 14:55:37 +03:00
nolash 3dc9dffb26
Upgrade deps, bump version 2021-11-15 14:24:35 +01:00
nolash fd8f48539d
Fix missing normalizer symbol 2021-11-15 06:54:25 +01:00
nolash d01ed18f12
Rehabilitate sql query tests 2021-10-20 09:24:08 +02:00
nolash 7ac6e6666c
Uncomment tests 2021-10-19 14:35:22 +02:00
nolash 5e99a91d8b Merge branch 'master' of file:///home/lash/src/client/cic/grassrootseconomics/chainqueue 2021-10-19 14:29:19 +02:00
nolash 177765ada0
Upgrade deps 2021-10-18 14:45:24 +02:00
Daven Savoie 7d2bbc821e Merge branch 'daven/0.0.0' into 'master'
Update .gitlab-ci.yml

See merge request chaintool/chainqueue!4
2021-09-15 06:33:03 +00:00
Daven Savoie 8c689c8605 Update .gitlab-ci.yml 2021-09-15 05:52:38 +00:00
Daven Savoie 63d7b9a319 Merge branch 'daven/0.0.0' into 'master'
Daven/0.0.0

See merge request chaintool/chainqueue!3
2021-09-15 04:49:19 +00:00
Daven Savoie 782377adbb Update run_tests.sh 2021-09-14 18:06:30 +00:00
Daven Savoie 65ad5b98f9 Update .gitlab-ci.yml 2021-09-14 17:21:22 +00:00
Daven Savoie 047a070114 Update test_requirements.txt 2021-09-13 19:00:51 +00:00
Daven Savoie e4761a3c5c Update requirements.txt 2021-09-13 18:56:23 +00:00
Daven Savoie 17f95c3a4c Update requirements.txt 2021-09-13 18:47:01 +00:00
Daven Savoie eac4968857 Add new file 2021-09-13 16:27:00 +00:00
nolash 273a10b169
Add columns selector to list cli 2021-09-09 08:38:14 +02:00
nolash 5302b1f4f5
Add output column selector 2021-09-08 17:19:30 +02:00
nolash a3e9a3ee00
Doc typo 2021-08-29 11:56:06 +02:00
nolash dd3ce50ece
Rename doc dir 2021-08-29 11:32:13 +02:00
nolash 28e7842f4d
More docs, include backend 'abstract' interface 2021-08-29 10:15:43 +02:00
nolash c85851f370
Remove inconistent data normalization 2021-08-28 06:28:38 +02:00
nolash 3b990a9a87
Add tx normalizer docstring 2021-08-28 03:16:12 +02:00
nolash 7e3d9630ce
Add missing encode module 2021-08-28 03:10:21 +02:00
nolash faa9988d53
Add tx data normalizer to sql backend 2021-08-28 03:08:22 +02:00
nolash 876c6cb458
WIP docs 2021-08-28 02:25:01 +02:00
nolash f9e6e7aeec
Fix typo in chainqueue sql query count_tx 2021-08-27 14:38:58 +02:00
nolash 70cbbcc7de
Add docstring to cli outputter, register summary on individual tx adds 2021-08-27 11:10:21 +02:00
nolash 1dd403b4a2
WIP docstrings 2021-08-27 10:52:05 +02:00
nolash 88098e356b
Bump version 2021-08-27 09:44:36 +02:00
nolash 0e458fd9f7
Remove unused block number property in tx-cache, add docstrings 2021-08-27 09:44:12 +02:00
nolash 08e23ae584
Add error parser to backend 2021-08-26 17:07:53 +02:00
nolash 3f41edca73
Factor out outputter class from cli tool 2021-08-26 11:59:59 +02:00
Louis Holbrook 9bfe5dbb65 Merge branch 'lash/improve-adapter' into '0.0.3-dev'
Consolidate adapter interface

See merge request chaintool/chainqueue!2
2021-08-26 08:05:56 +00:00
Louis Holbrook 3d659ace3a Consolidate adapter interface 2021-08-26 08:05:56 +00:00
nolash d2da81e5cb
Start of component documentation 2021-06-07 07:00:19 +02:00
nolash 99b901e2e3
Bump version 2021-06-04 19:38:15 +02:00
nolash eee7bf0ee2
Add tx count query 2021-06-04 19:37:12 +02:00
nolash 2fd1c51b5c
Bump version 2021-06-03 16:17:00 +02:00
nolash 6124eb34fd
Add license, manifest 2021-06-03 14:41:34 +02:00
nolash d174538666
Bump version 2021-06-03 14:05:56 +02:00
nolash 6f4a0a6fc0
Remove server, eth specific code 2021-06-03 10:48:20 +02:00
nolash 3814a3613b
implement data path for database 2021-06-03 10:17:02 +02:00
nolash 18412cfd41
Reinstate block on recv, shorter timeout when have data or submits 2021-06-02 21:58:35 +02:00
nolash 3872d0d9b4
add tx dispatch 2021-06-02 15:05:48 +02:00