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

chore: make rust version for cw as official and inputs grouping #194

Closed

Conversation

dzmitry-lahoda
Copy link
Collaborator

@dzmitry-lahoda dzmitry-lahoda commented Dec 19, 2023

seems all support for python can go as hints to poetry2nix

@dzmitry-lahoda
Copy link
Collaborator Author

question: were to put python package? not sure it is usual package so. should it be in python3Packages somewhere?

@dzmitry-lahoda
Copy link
Collaborator Author

in runtime seems cosmpy needs

[tool.poetry.dependencies]
python = "^3.8"
ecdsa = "*"
bech32 = "*"
requests = "*"
protobuf = ">=4.21.6,<5.0dev"
grpcio = "==1.53.2"
jsonschema = ">=3.2.0,<5"
python-dateutil = "*"
pycryptodome = "^3.18.0"
googleapis-common-protos = "*"

so really somehow need allow to list these defaults modules(from proj), so adding cosmpy leads to adding these (likely via poetry deps or like)

@dzmitry-lahoda dzmitry-lahoda changed the title feat: basic python support chore: make rust version for cw as official and inputs grouping Jan 2, 2024
@dzmitry-lahoda dzmitry-lahoda marked this pull request as ready for review January 2, 2024 12:13
flake.nix Outdated
Comment on lines 230 to 246
namada-src.url = "github:anoma/namada/v0.28.1";
namada-src.flake = false;

# Contracts
cw-plus-src.url = "github:CosmWasm/cw-plus/v1.1.2";
cw-plus-src.flake = false;

namada-src.url = "github:anoma/namada/v0.28.1";
namada-src.flake = false;
# Tools
cosmwasm-src.url = "github:CosmWasm/cosmwasm/v1.5.0";
cosmwasm-src.flake = false;

beaker-src.url = "github:osmosis-labs/beaker/v0.1.6";
beaker-src.flake = false;

gex-src.url = "github:cosmos/gex/233d335dc9e8c89fb318d1081fae74435f6cac11";
gex-src.flake = false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

draft

Update default.nix

Update packages.nix

Delete packages/datamodel-code-generator.nix

Update flake.nix

Update default.nix

Update flake.nix

feat: cw limit size according default cosmos host (informalsystems#188)

* cw limit size

* fixed profile folder

Add Namada chain (informalsystems#193)

* WIP: add Namada chain

* Update to Namada v0.28.1

* fix broken buildscript for librocksdb-sys

* fmt

* update broken ics hash

---------

Co-authored-by: Jonathan Lorimer <[email protected]>
Co-authored-by: Jonathan Lorimer <[email protected]>

chore: update osmosis to mainnet release (informalsystems#195)

* update osmosis

* fixing wasm version

Add additional substituters (informalsystems#198)

update hermes (informalsystems#197)
@dzmitry-lahoda
Copy link
Collaborator Author

closing, will open new pr

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