cic-cache: Add tx tags in persistent storage

This commit is contained in:
Louis Holbrook
2021-05-01 13:20:14 +00:00
parent 8db76dc0a8
commit 75bf8f15be
21 changed files with 379 additions and 69 deletions

View File

@@ -6,4 +6,4 @@ HOST=localhost
PORT=5432
ENGINE=postgresql
DRIVER=psycopg2
DEBUG=
DEBUG=0

View File

@@ -1,2 +1,4 @@
[cic]
registry_address =
chain_spec =
trust_address =

View File

@@ -6,4 +6,4 @@ HOST=localhost
PORT=5432
ENGINE=sqlite
DRIVER=pysqlite
DEBUG=
DEBUG=1