Skip to content

Commit

Permalink
Test: Replace with test pystarport at first
Browse files Browse the repository at this point in the history
After crypto-com/pystarport#37, would change
back to crypto-com/pystarport.
  • Loading branch information
damoncro committed Nov 30, 2021
1 parent 6a5c733 commit 68675b5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 14 deletions.
31 changes: 23 additions & 8 deletions integration_tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion integration_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ protobuf = "^3.13.0"
grpcio = "^1.33.2"
PyYAML = "^5.3.1"
python-dateutil = "^2.8.1"
pystarport = { git = "https://github.com/crypto-com/pystarport.git", branch = "main" }
web3 = "^5.20.1"
eth-bloom = "^1.0.4"
python-dotenv = "^0.19.2"
pystarport = {git = "https://github.com/damoncro/pystarport", rev = "feature/expansion"}

[tool.poetry.dev-dependencies]

Expand Down
10 changes: 5 additions & 5 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"pystarport": {
"branch": "main",
"branch": "feature/expansion",
"description": "pystarport setup and run local devnet for cosmos like blockchains",
"homepage": null,
"owner": "crypto-com",
"owner": "damoncro",
"repo": "pystarport",
"rev": "a127111b2c23ce167155f7c4f6751e6af894306b",
"sha256": "0y4a7v81p4m1fz374b48vzn0jm8j3z287s7gn64w2x53px58c5r4",
"rev": "ee589d2f5f1b07807a0060920596a19efe0d99aa",
"sha256": "0wga1kk47saak43h13l9c2h3zp14zk2bjav5cyvnf1xylvxm1m8z",
"type": "tarball",
"url": "https://github.com/crypto-com/pystarport/archive/a127111b2c23ce167155f7c4f6751e6af894306b.tar.gz",
"url": "https://github.com/damoncro/pystarport/archive/ee589d2f5f1b07807a0060920596a19efe0d99aa.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit 68675b5

Please sign in to comment.