Add missing import scripts

This commit is contained in:
nolash 2021-02-13 22:18:40 +01:00
parent 32e578e96f
commit 8819a5d976
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
13 changed files with 1424 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[celery]
broker_url = redis://localhost:63379
result_url = redis://localhost:63379

View File

@ -0,0 +1,8 @@
[cic]
registry_address = 0x32E860c2A0645d1B7B005273696905F5D6DC5D05
token_index_address =
accounts_index_address =
declarator_address =
approval_escrow_address =
chain_spec = Bloxberg:8996
tx_retry_delay =

View File

@ -0,0 +1,5 @@
[database]
name = sempo
host = localhost
port = 5432
user = postgres

View File

@ -0,0 +1,8 @@
[eth]
#ws_provider = ws://localhost:8546
#ttp_provider = http://localhost:8545
provider = http://localhost:63545
gas_provider_address =
#chain_id =
abi_dir = /usr/local/share/cic/solidity/abi
account_accounts_index_writer =

View File

@ -0,0 +1,2 @@
[meta]
url = http://localhost:63380

View File

@ -0,0 +1,5 @@
[pgp]
exports_dir = ../testdata/pgp
private_key_file = ge.priv.asc
public_key_file = ge.pub.asc
passphrase = ge

View File

@ -0,0 +1,4 @@
[redis]
host = localhost
port = 63379
db = 0

View File

@ -0,0 +1,2 @@
6b69c14ec8e6b622aedfcaaa86ffa959e64f832e {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/-/npm/v1/security/audits/quick","integrity":null,"time":1613156363320}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{"metricId":"ea11447f-da1c-49e6-b0a2-8a988a99e3ce","metrics":{"from":"2021-02-12T18:59:21.666Z","to":"2021-02-12T18:59:21.666Z","successfulInstalls":0,"failedInstalls":1}}

View File

@ -0,0 +1 @@
python import_balance.py -c config -i Bloxberg:8996 -y /home/lash/tmp/d/keystore/UTC--2021-02-07T09-58-35.341813355Z--eb3907ecad74a0013c259d5874ae7f22dcbcc95c -v $@

View File

@ -0,0 +1 @@
python import_users.py -c config --redis-host-callback redis -vv $@

View File

@ -0,0 +1 @@
../../../cic-meta