fadroma icon indicating copy to clipboard operation
fadroma copied to clipboard

Magical flying bulldozer for the Cosmosverse. Contains clients for Tendermint-based chains in various degrees of completeness, and a mini build system for deploying systems of multiple interdependent...

Results 57 fadroma issues
Sort by recently updated
recently updated
newest added

I can't bring myself to touch React, Vue or another JS frontend framework, and this is going to be too complex to build and maintain in vanilla JS. Let's build...

rust
epic

**Option 1.** Use something similar to https://github.com/zealic/go2node to get private keys from the system keyring by the same means as `secretcli`. * https://github.com/enigmampc/cosmos-sdk/blob/master/crypto/keyring/keyring.go * https://github.com/enigmampc/cosmos-sdk/blob/master/client/keys/add.go * https://github.com/enigmampc/SecretNetwork/blob/master/cmd/secretcli/main.go This looks like...

enhancement
ts
secretcli

Add feature flags field to Source object, and add enabled feature flags to the generated artifact name in the format `contract@commit+flag1+flag2.wasm`

enhancement
build
ts

## Operations: - follow a convention in branch naming (improve on potential contributors accessibility); - ~~`main` instead of `stable` and `dev` instead of `unstable`~~; - 🤝 Keep `stable` and `unstable`...

docs
question
ux
idea

Receipts persist but actual state doesn't

bug
enhancement
ts
mocknet

Allow user to specify: - Container per contract/Container per checkout - Containers sequential/Containers parallel

enhancement
build
performance
ux
idea

A contract under `examples/callback` that calls itself, for: - testing callbacks in Mocknet - demonstrating the callback and recursion patterns in CosmWasm

docs
enhancement
easy
rust
examples

`getChainFromEnvironment` and `selectDeployment` should use `is-tty` and `prompts` (or similar) to provide rich selection widgets when running in interactive mode. Selecting the chain should write it to the project's local...

enhancement
easy
ts
cli