TokenV3 and new Mint startup in tests (#149)

* tokenv3 send and receive
* receive v2 and v1 tokens with tests
This commit is contained in:
calle
2023-03-28 22:35:22 +02:00
committed by GitHub
parent 258de87a9a
commit db27105d17
10 changed files with 402 additions and 168 deletions

View File

@@ -27,14 +27,6 @@ jobs:
run: |
poetry install --with dev
shell: bash
- name: Run mint
env:
LIGHTNING: False
MINT_PRIVATE_KEY: "testingkey"
MINT_LISTEN_HOST: 0.0.0.0
MINT_LISTEN_PORT: 3337
run: |
nohup poetry run mint &
- name: Run tests
env:
LIGHTNING: False