CLI with ARK Sdk (#307)

* Export new methods

* Use sdk in CLI

* pr review refactor

* go sync

* Fixes

* run integration test on every change

* fixes

* go sync

* fix

* Persist explorer url

* Fix decoding bitcoin address

* Add missing timeout to e2e test

* Fix

* Fixes

---------

Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
This commit is contained in:
Dusan Sekulic
2024-09-13 19:13:48 +02:00
committed by GitHub
parent f9cf449104
commit 4304626d08
45 changed files with 598 additions and 6182 deletions

View File

@@ -2,14 +2,10 @@ name: ci_integration
on:
push:
paths:
- "server/**"
branches: [master]
pull_request:
branches:
branches:
- master
paths:
- "server/**"
jobs:
test: