Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed allocation creation #1134

Merged
merged 9 commits into from
Jun 7, 2023
Merged

fixed allocation creation #1134

merged 9 commits into from
Jun 7, 2023

Conversation

prekucki
Copy link
Member

@prekucki prekucki commented Jun 7, 2023

Test:

$ yagna payment accounts --json
[]

$ python -m venv venv
$ . venv/bin/activate
$ pip install git+https://github.com/golemfactory/yapapi.git@prek/b0.10-fixes

$ python ssh.py
...

$ yagna payment accounts --json
[
  {
    "address": "0x889ff52ece3d5368051f4f8216650a7843f8926b",
    "driver": "erc20",
    "network": "goerli",
    "platform": "erc20-goerli-tglm",
    "receive": false,
    "send": true,
    "token": "tGLM"
  }
]

@prekucki prekucki requested a review from a team June 7, 2023 10:26
@shadeofblue shadeofblue merged commit a63cce3 into b0.10 Jun 7, 2023
@shadeofblue shadeofblue deleted the prek/b0.10-fixes branch June 7, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants