Commit Graph

  • a3e9a3ee00
    Doc typo nolash 2021-08-29 11:56:06 +0200
  • dd3ce50ece
    Rename doc dir nolash 2021-08-29 11:32:13 +0200
  • 28e7842f4d
    More docs, include backend 'abstract' interface nolash 2021-08-29 10:15:37 +0200
  • c85851f370
    Remove inconistent data normalization nolash 2021-08-28 06:28:38 +0200
  • 3b990a9a87
    Add tx normalizer docstring nolash 2021-08-28 03:16:12 +0200
  • 7e3d9630ce
    Add missing encode module nolash 2021-08-28 03:10:21 +0200
  • faa9988d53
    Add tx data normalizer to sql backend nolash 2021-08-28 03:08:22 +0200
  • 876c6cb458
    WIP docs nolash 2021-08-28 02:25:01 +0200
  • f9e6e7aeec
    Fix typo in chainqueue sql query count_tx nolash 2021-08-27 14:38:58 +0200
  • 70cbbcc7de
    Add docstring to cli outputter, register summary on individual tx adds nolash 2021-08-27 11:10:21 +0200
  • 1dd403b4a2
    WIP docstrings nolash 2021-08-27 10:52:05 +0200
  • 88098e356b
    Bump version nolash 2021-08-27 09:44:36 +0200
  • 0e458fd9f7
    Remove unused block number property in tx-cache, add docstrings nolash 2021-08-27 09:44:12 +0200
  • 08e23ae584
    Add error parser to backend nolash 2021-08-26 17:07:53 +0200
  • 3f41edca73
    Factor out outputter class from cli tool nolash 2021-08-26 11:59:59 +0200
  • 9bfe5dbb65 Merge branch 'lash/improve-adapter' into '0.0.3-dev' Louis Holbrook 2021-08-26 08:05:56 +0000
  • 3d659ace3a Consolidate adapter interface Louis Holbrook 2021-08-26 08:05:56 +0000
  • d2da81e5cb
    Start of component documentation nolash 2021-06-07 07:00:19 +0200
  • 99b901e2e3
    Bump version nolash 2021-06-04 19:38:15 +0200
  • eee7bf0ee2
    Add tx count query nolash 2021-06-04 19:37:12 +0200
  • 2fd1c51b5c
    Bump version nolash 2021-06-03 16:17:00 +0200
  • 6124eb34fd
    Add license, manifest nolash 2021-06-03 14:41:34 +0200
  • d174538666
    Bump version nolash 2021-06-03 14:05:56 +0200
  • 6f4a0a6fc0
    Remove server, eth specific code nolash 2021-06-03 10:48:20 +0200
  • 3814a3613b
    implement data path for database nolash 2021-06-03 10:17:02 +0200
  • 18412cfd41
    Reinstate block on recv, shorter timeout when have data or submits nolash 2021-06-02 21:58:35 +0200
  • 3872d0d9b4
    add tx dispatch nolash 2021-06-02 15:05:48 +0200
  • 99af484f30
    Add upcoming getter nolash 2021-06-02 14:07:01 +0200
  • b0eb0c474d
    WIP server sql backend adapter handle duplicates nolash 2021-06-02 13:09:21 +0200
  • eca9dd95d6
    WIP add transaction server nolash 2021-06-02 12:59:04 +0200
  • ca4f7c9b8e
    Rename fs queue controller module nolash 2021-06-01 13:53:44 +0200
  • 3e487d0702
    Add purge queue entry method nolash 2021-06-01 13:47:55 +0200
  • bdd678fb3f
    Add change tx state, move queue state nolash 2021-06-01 13:26:09 +0200
  • 565a58252a
    Add fs queue backend add file nolash 2021-06-01 12:43:12 +0200
  • f8c1deb752
    Add test for verify existing dir nolash 2021-06-01 11:46:17 +0200
  • 245832235d
    Add hexdir handler, test nolash 2021-06-01 11:37:32 +0200
  • 19d4e38dcf
    Rehabilitate tests to new package structure nolash 2021-05-28 11:13:01 +0200
  • 18a4d65784
    Update url nolash 2021-05-02 18:09:37 +0200
  • 11568ee2ba
    Bump version nolash 2021-04-15 20:42:00 +0200
  • 666a20581b
    Move all interfaces to sql sub module nolash 2021-04-15 20:41:35 +0200
  • fd26b4a4d3
    Bump version nolash 2021-04-06 17:00:45 +0200
  • f41573d205
    Add chain spec to method calls in tests nolash 2021-04-06 10:33:23 +0200
  • b177bc8aa6
    Add session to reset call in cancel state nolash 2021-04-06 06:53:07 +0200
  • 5dc9e8e698
    Bump version nolash 2021-04-05 13:00:03 +0200
  • 449a748b82
    Add external session to tx obsolete method nolash 2021-04-05 12:59:45 +0200
  • e29bc6fa8c
    Use chain spec in decoder nolash 2021-04-04 11:25:13 +0200
  • 6271cd5d3d
    Accept external db sessions in methods nolash 2021-04-03 00:17:05 +0200
  • 73f097f2be
    Move chainspec to first position increate method nolash 2021-04-02 19:48:13 +0200
  • fa9a992d9c
    Add test for nonce txs, paused txs queries nolash 2021-04-02 14:59:13 +0200
  • 39afbb71c1
    Add test for nonce txs, paused txs queries nolash 2021-04-02 14:56:57 +0200
  • fb14961c1b
    Add nonce list test nolash 2021-04-02 14:45:05 +0200
  • 5ea1b15c53
    Add state log, tx cache test, add final setter on tx cache nolash 2021-04-02 14:02:22 +0200
  • a219f3272e
    WIP port state transition unit tests nolash 2021-04-02 13:04:31 +0200
  • dd11937d6b
    Add API modules nolash 2021-04-02 11:51:00 +0200
  • b501450827
    Add tx cache test nolash 2021-04-02 10:48:54 +0200
  • a5078a7e37
    Add models, otx add test nolash 2021-04-02 10:41:38 +0200
  • 6b044f18db
    Initial commit nolash 2021-04-02 10:31:50 +0200