Compare commits

..

No commits in common. "7ccdde481b54fb7ec07c45023ababf6651e88e07" and "48ee8050c17edb21b0dc4065bf0018b1502d4a8c" have entirely different histories.

4 changed files with 7 additions and 10 deletions

View File

@ -40,8 +40,6 @@ steps:
when: when:
branch: branch:
- master - master
event:
- push
environment: environment:
LOGLEVEL: info LOGLEVEL: info
GIT_SSL_NO_VERIFY: 1 GIT_SSL_NO_VERIFY: 1

3
.gitignore vendored
View File

@ -7,5 +7,4 @@ build/
.idea .idea
contracts contracts
*.egg *.egg
.coverage .coverage
dist/

View File

@ -8,13 +8,13 @@ ext_writer = cic.writers.KVWriter
registry_address = 0xcf60ebc445b636a5ab787f9e8bc465a2a3ef8299 registry_address = 0xcf60ebc445b636a5ab787f9e8bc465a2a3ef8299
[meta] [meta]
url = https://meta.grassecon.net url = http://localhost:63380
http_origin = http_origin =
[auth] [auth]
type = gnupg type = gnupg
db_path = db_path = /home/will/.local/share/cic/clicada
keyfile_path = keyfile_path = /home/will/grassroots/cic-internal-integration/apps/cic-ussd/tests/data/pgp/privatekeys_meta.asc
key = key = CCE2E1D2D0E36ADE0405E2D0995BB21816313BD5
passphrase = passphrase = merman

View File

@ -1,5 +1,5 @@
[tool.poetry] [tool.poetry]
name = "cic-cli" name = "cic"
version = "0.0.2" version = "0.0.2"
description = "Generic cli tooling for the CIC token network" description = "Generic cli tooling for the CIC token network"
authors = [ authors = [