Commit Graph

102 Commits

Author SHA1 Message Date
lash fce9bce6fc
Initial shep provisions 2022-03-11 11:03:05 +00:00
William Luke 3d1d0d6dd2 fix(get_latest_txs): use desc ordering and switch order 2022-02-28 15:33:55 +03:00
William Luke 7a36cd1e41 feat: add `get_latest_txs` query 2022-02-07 15:35:01 +03:00
nolash fd8f48539d
Fix missing normalizer symbol 2021-11-15 06:54:25 +01: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 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 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 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 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 eee7bf0ee2
Add tx count query 2021-06-04 19:37:12 +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
nolash 99af484f30
Add upcoming getter 2021-06-02 14:07:01 +02:00
nolash b0eb0c474d
WIP server sql backend adapter handle duplicates 2021-06-02 13:09:21 +02:00
nolash eca9dd95d6
WIP add transaction server 2021-06-02 12:59:04 +02:00
nolash ca4f7c9b8e
Rename fs queue controller module 2021-06-01 13:53:44 +02:00
nolash 3e487d0702
Add purge queue entry method 2021-06-01 13:48:01 +02:00
nolash bdd678fb3f
Add change tx state, move queue state 2021-06-01 13:26:09 +02:00
nolash 565a58252a
Add fs queue backend add file 2021-06-01 12:43:12 +02:00
nolash f8c1deb752
Add test for verify existing dir 2021-06-01 11:50:12 +02:00
nolash 245832235d
Add hexdir handler, test 2021-06-01 11:37:32 +02:00
nolash 19d4e38dcf
Rehabilitate tests to new package structure 2021-05-28 11:13:01 +02:00
nolash 18a4d65784
Update url 2021-05-02 18:09:37 +02:00
nolash 666a20581b
Move all interfaces to sql sub module 2021-04-15 20:41:35 +02:00
nolash f41573d205
Add chain spec to method calls in tests 2021-04-06 10:33:23 +02:00
nolash b177bc8aa6
Add session to reset call in cancel state 2021-04-06 06:53:07 +02:00
nolash 449a748b82
Add external session to tx obsolete method 2021-04-05 12:59:45 +02:00
nolash e29bc6fa8c
Use chain spec in decoder 2021-04-04 11:25:13 +02:00
nolash 6271cd5d3d
Accept external db sessions in methods 2021-04-03 00:17:05 +02:00
nolash 73f097f2be
Move chainspec to first position increate method 2021-04-02 19:48:13 +02:00
nolash fa9a992d9c
Add test for nonce txs, paused txs queries 2021-04-02 14:59:58 +02:00
nolash 39afbb71c1
Add test for nonce txs, paused txs queries 2021-04-02 14:56:57 +02:00
nolash fb14961c1b
Add nonce list test 2021-04-02 14:45:05 +02:00
nolash 5ea1b15c53
Add state log, tx cache test, add final setter on tx cache 2021-04-02 14:02:22 +02:00
nolash a219f3272e
WIP port state transition unit tests 2021-04-02 13:04:31 +02:00
nolash dd11937d6b
Add API modules 2021-04-02 11:51:00 +02:00
nolash b501450827
Add tx cache test 2021-04-02 10:48:59 +02:00
nolash a5078a7e37
Add models, otx add test 2021-04-02 10:41:38 +02:00
nolash 6b044f18db
Initial commit 2021-04-02 10:31:50 +02:00