Commit Graph

66 Commits

Author SHA1 Message Date
f7d0503c7b fix: update config paths
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-16 11:21:48 +03:00
semantic-release
a862a73d7c 0.2.0
All checks were successful
continuous-integration/drone/push Build is passing
Automatically generated by python-semantic-release
2022-03-16 08:06:11 +00:00
f4e370cb5d feat: copy base configs to user configs
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-16 11:04:38 +03:00
semantic-release
69bbbd7c8b 0.1.1
All checks were successful
continuous-integration/drone/push Build is passing
Automatically generated by python-semantic-release
2022-03-16 07:57:00 +00:00
semantic-release
b77f572b82 0.1.0
All checks were successful
continuous-integration/drone/push Build is passing
Automatically generated by python-semantic-release
2022-03-16 06:22:39 +00:00
47a9b259ae fix: add getpass
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-14 15:48:36 +03:00
0dc25002f6 chore: clean up
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-07 12:25:45 +03:00
1a769205ea chore: remove hardcoded auth vars
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-03 10:49:35 +03:00
e731a2c32f chore: remove gas-safety-valve test
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-03 10:44:12 +03:00
9ae198f0f6 chore: download contracts to tmp dir
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-01 17:06:01 +03:00
525aab8c77 chore: clean up
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-01 16:38:17 +03:00
41dbd5a400 fix: incorrect var name 2022-03-01 16:37:25 +03:00
556366a933 feat(wizard): add ability to select wallet address 2022-03-01 16:36:58 +03:00
1d4b0512ad fix(ext): allow loading chain_spec from config
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-01 13:48:58 +03:00
7ccdde481b chore: cleanup default config
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-01 12:43:56 +03:00
48ee8050c1 fix: add missing json import
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2022-03-01 12:30:19 +03:00
264abf4138 chore: move network out of contact components 2022-03-01 11:31:22 +03:00
4f219e3d18 fix: broken imports
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build is failing
2022-03-01 11:17:17 +03:00
a2dfdbedb5 refactor: switch to poetry, add interactive deployment 2022-03-01 10:01:56 +03:00
nolash
d24b1666b2
WIP add entrypoint 2021-12-05 08:12:36 +01:00
nolash
7f95835bf9
Add sphinx doc setup 2021-11-30 08:14:57 +01:00
nolash
6e5a80ae7c
docstrings for eth extension 2021-11-29 19:15:10 +01:00
nolash
e7fcde7530
Remove randbytes call 2021-11-29 15:39:16 +01:00
nolash
69a0aea7ed
Add writer to token index deploy in eth tests 2021-11-29 15:05:09 +01:00
nolash
239ca47f32
Rehabilitate tests 2021-11-29 13:18:28 +01:00
nolash
dcdc4ddbb2
Add docstrings 2021-11-29 08:02:12 +01:00
nolash
5be0fbc18c
bump deps 2021-11-04 12:10:07 +01:00
nolash
d245f98cbd
Add attachments to proofs calc in export cli call 2021-10-22 19:41:01 +02:00
nolash
eb42095a74
Add dual writer for key and immutable storage 2021-10-22 16:42:38 +02:00
nolash
fd6e9c23a7
Add token symbol metadata pointer 2021-10-21 15:11:05 +02:00
nolash
4518c8b700
Add attachment http writer 2021-10-19 14:18:47 +02:00
nolash
1269377c1f
Use immutable meta 2021-10-19 11:18:22 +02:00
nolash
d5b7215b6b Merge branch 'master' of gitlab.com:cicnet/cic-cli 2021-10-18 10:49:45 +02:00
nolash
24e2e62924
Add eth initializer 2021-10-18 10:47:48 +02:00
71ec492347
Refactors to use new metadata pointers. 2021-10-15 14:26:28 +03:00
nolash
817fc40d84
Make tests pass 2021-10-15 12:48:14 +02:00
nolash
bd73666922
Add missing supply member in token 2021-10-14 16:06:07 +02:00
nolash
ab4976d809
Add supply / mint step 2021-10-12 19:39:18 +02:00
nolash
95483d4c79
Output proof hash/content to writer 2021-10-12 14:26:57 +02:00
nolash
33c0dac678
Add writers to core processors from export cli cmd 2021-10-12 11:27:26 +02:00
nolash
68867d09d2
Factor out code common for extensions 2021-10-12 08:39:20 +02:00
nolash
39becba3b2
WIP make token deploy work with cli export stage 2021-10-11 21:18:51 +02:00
nolash
41e41ad220
Add keystore dir parsing for signer for eth target 2021-10-11 20:08:28 +02:00
nolash
1fce3245d8
Add tests for merged and unmerged processing including proofs 2021-10-11 19:13:21 +02:00
nolash
09fa8f2a4c
Add proof processing 2021-10-11 19:02:42 +02:00
nolash
8451285d0d
Add customizable writers, configs, chain spec in network 2021-10-11 17:39:01 +02:00
nolash
23567905a1
Run extensions processing from core processor 2021-10-11 15:28:09 +02:00
nolash
6822e09066
Add agnostic processing unit, outputter 2021-10-11 12:23:08 +02:00
nolash
3da923481f
Add full deployment test 2021-10-11 08:57:03 +02:00
nolash
86edabbb5f
WIP full process 2021-10-10 21:48:16 +02:00