Bigna Härdi
Bigna Härdi
The mesalock libraries are heavily outdated. I understand if you don't have the time to not keep them updated, but would you accept PRs for them?
We're currently trying to update our substrate dependencies to v4.0.0-dev (see issue https://github.com/integritee-network/worker/issues/346). But substrate now depends on hashbrown 0.11.0 which itself depends on getrandom 2.3 (same as in issue...
Adds `serde` feature flag to the primitives. This way, serde derivations can also be used in `no_std` environments. The following crates now implement the `serde` flag: - `sp-application-crypto` - `sp-arithmetic`...
Lets see what CI says
PR #737 updates the pallet contracts, but some calls are not yet tested. This needs to be updated. The old example code does not work anymore as is (see below)....
Follow up issue of #344 Currently, the user can only submit extrinsic statically. E.g. the signature is known at compile time. While we want this type-safety, offering a dynamic version...
Follow up issue of https://github.com/scs/substrate-api-client/issues/344 The following could work: Take the user-set config and check it against the retrieved node metadata. If there's a mismatch, print a warning. Option: add...
We need to ignore the GPL-3.0 violation for now (if we want to keep using the pallet-contracts), as this is an upstream issue: https://github.com/paritytech/polkadot-sdk/issues/2708 Alternative: Remove pallet-contracts dependency
According to the comment of @Niederb here: https://github.com/scs/substrate-api-client/pull/515#pullrequestreview-1372403763: > I recently saw this [cargo-semver-checks](https://crates.io/crates/cargo-semver-checks) maybe this would make it easier to identify breaking changes. I haven't tried it though. I...
Create an example to show the usage of this function (if there's a reasonable example use case) According to https://github.com/scs/substrate-api-client/pull/615#discussion_r1271964189: > Not showing any examples is just a way of...