joepetrowski

@joepetrowski

Joined on Jan 8, 2019

  • Steps to reproduce the proposal Find all sufficient assets. I used Apps UI, queries assets.asset and foreignAssets.asset and then searched for isSufficient: true. image For each sufficient asset, generate an assets.forceAssetStatus call, keeping everything the same and only changing the minBalance. The encoded call is what you will pass to the Transact instruction on the Relay Chain. image Get the weight info. You can use the runtime RPC transactionPaymentCallApi.queryCallInfo to get the weight. The requireWeightAtMost parameter in the Transact instruction must be greater than this.
     Like  Bookmark
  • Goal: Accept a channel request (for incoming messages) and make a return channel request (for outgoing messages). The message must come from a parachain, meaning we need to send a message from the Relay Chain to Westmint telling it to send a message back to the Relay Chain with the transactions we want to make. Only the last call should be submitted on chain, as it includes the prior calls. Transaction on Relay Chain (from parachain) to Accept/Request Channels Batch of calls, constructed on Westend. This is what we want the parachain to execute and should not be submitted by any account. In this example, it accepts a one-way channel request from para 2000 and then requests another one-way channel back to 2000. These could be any instructions and not specific to one parachain. For example, it could be to request one-way channels to multiple ParaIds.
     Like  Bookmark
  • Armada STH2 WTR 16 B100 bindings Price: 100 CHF Same as the Salomon version, just branded under Armada. Used once, just selling because I replaced with Look bindings. Line ski poles 100cm Price: Make offer Just too short for me.
     Like  Bookmark
  • # Signing Messages A general guide to signing messages, i.e. what to put in the signature field on [the validator address request form.](https://forms.gle/k4LGgjgPrmfGCpP49) These instructions depend on whether you have your key in Polkadot JS or you store offline and use [Subkey](https://substrate.dev/docs/en/ecosystem/subkey) to sign. ## Polkadot JS Go to "[Toolbox](https://polkadot.js.org/apps/#/toolbox/sign)" and click on "Sign message". ![](https://i.imgur.com/dQp1t74.png) I have an a
     Like  Bookmark