Félix C. Morency
Félix C. Morency
**Is your feature request related to a problem? Please describe.** The external background process helper library from @mbland, found at https://github.com/mbland/go-script-bash/tree/master/lib/bats, is not compatible with the current `bats-core` version. The...
Follow-up from a thread on the Bazel Slack. CC @illicitonion. **MRE** Clone MRE in https://github.com/fmorency/bazelsyscov and run ``` $ CARGO_BAZEL_REPIN=1 bazel sync --only=crate_index $ bazel coverage --combined_report=lcov //...:all-targets ``` The...
Affects `rocksdb` < 0.19.0 See https://rustsec.org/advisories/RUSTSEC-2022-0046
**Is your feature request related to a problem or issue you encountered? Please describe.** One is not able to set a transaction memo when using the `cosmosclient` package. **Describe the...
Using `tendermint-rs v0.28.0` Base64 deserialization on `Bytes`, e.g., ``` // rpc/src/endpoint/broadcast/tx_sync.rs pub struct Response { ... #[serde(with = "serializers::bytes::base64string")] pub data: Bytes, ... } ``` doesn't work properly. The following...
Hi Cosmology! I followed the video tutorial from `Turn your Cosmos SDK chain into a TypeScript npm module` and got a bunch of errors when running `yarn` at the end....
Digest
Hi cryptoki! Is it possible to perform a digest operation (ex. SHA256) on an HSM using cryptoki? I see a `TODO` in the code. Is anyone actively working to implement...
Hello Cryptoki team! Thanks for working on a Rust abstraction for PKCS#11! Would you be open to a PR integrating EDDSA support? A project of mine needs it and might...
PR https://github.com/cosmos/cosmos-sdk/pull/15521 removed all references to `ignite` from the CosmosSDK repository. `ignite` is no longer recommended by CosmosSDK. However, `ignite` is still referred to across the developer portal documentation, confusing...
### Summary I would love to see an example of a complete parameter file with both module and simulation parameters. I can change the simulation weights, as described in https://github.com/cosmos/cosmos-sdk/blob/d426a5db677506a981cb094249bb6eaaf6324d39/simapp/params/doc.go,...