joe petrowski

Results 28 issues of joe petrowski

The Alliance pallet's `init_members` function is a root call with a check that only allows it to be called if there are no members yet. This makes the logic simpler,...

I8-enhancement 🎁
P5-sometimesoon
Z1-mentor
Q2-easy

> Note: This would affect Substrate, Polkadot, and Cumulus repos. Logging the issue here as it practically has the biggest impact to Polkadot, but expect most associated issues/PRs to be...

F9-meta
F8-enhancement

When transacting from an account with 0 KSM, users should be able to pay fees using sufficient assets by specifying an `AssetId` in the [`ChargeAssetTxPayment` signed extension](https://github.com/paritytech/cumulus/blob/release-parachains-v9230/parachains/runtimes/assets/statemine/src/lib.rs#L599). Currently the UI...

@react-signer
-size-l

When constructing XCM calls, it's useful to know how much weight you'll need to execute some calls, and perhaps an estimate of the cost of that weight, in order to...

@app-extrinsics
-size-m

Feature request: For certain chains, likely many common good chains without native tokens such as Statemine, an account is meant to be used in the context of many chains. When...

@app-accounts
-size-m

I have an anonymous proxy that is a member of a multisig. I tried starting a transaction process by clicking on the three-dot button for the multisig address and choosing...

@app-accounts
@react-signer
-size-m

As pointed out [in the README](https://github.com/polkadot-js/tools/tree/master/packages/api-cli#files-as-parameters), sometimes files are inputs to functions. However, sometimes (e.g. `authorize_upgrade`) a file's hash is needed. See e.g. [this Stack Exchange question](https://substrate.stackexchange.com/questions/2409/calculating-code-hash-for-an-authorize-enact-style-runtime-upgrade). Feature Request: Add...

P3 - Low
Feature

Follow up to https://github.com/w3f/polkadot-wiki/pull/2718 Make tutorials for: - How to create/manage a fungible asset class (targeted at advanced users) - How to use assets on Statemint/e (targeted at normal users)...

K4 - How to Guides

https://wiki.polkadot.network/en/latest/polkadot/learn/staking/#slashing Offline slash grace and unstake threshold are no longer in Polkadot master or Kusama. We need to update this section. The page is a mix of things that are...

After [this PR](https://github.com/paritytech/substrate/pull/5960), `BlockHashCount` should be exposed in the metadata. This is the maximum validity period in blocks. There should be some check, like: ``` if BlockHashCount in metadata {...

enhancement