cosmos.nix
cosmos.nix copied to clipboard
A reproducible package set for Cosmos, IBC and CosmWasm
see reason and tool https://medium.com/cosmwasm/debugging-floating-point-generation-in-rust-wasm-smart-contract-f47d833b5fba even after fixes it seems worth to do (old system and also slowness/imprecision - no floats in contract)
Currently untested, but thought I'd open up a draft PR with my progress in case anyone else wants to finish it off! It might be some time before I can...
https://github.com/informalsystems/cosmos.nix/pull/201#issuecomment-1879667726 copy paste out of comment: ``` pkgs.cosmos.lib.buildGoCosmosApp { # GoCosmosApp because there are non Go already name = Required version = Optional evaluated from go.mod or set deps =...
assuming all packages are release, not sure why i have in nix run tests always, now I get ``` 2024-03-19T22:36:58.4253330Z building '/nix/store/2whfv0bvayzhhgrg1bjrhgq1sij264y6-gaia-v10.0.2.drv'... 2024-03-19T22:37:37.6837330Z error: builder for '/nix/store/5qr4qx1dkl4ih1agqf6m0p59imlryad6-crescent-v1.0.0-rc3.drv' failed with exit...
Closes #202
https://github.com/berachain/polaris/tree/main/cosmos