Torsten Stüber

Results 15 issues of Torsten Stüber

**Is your feature request related to a problem? Please describe.** The documentation for `submitTransaction` does not clearly indicate the possible error scenarios and results. I particularly refer to a timeout...

Deliver spacewalk milestone 2 # Milestone Delivery Checklist - [x] The [milestone-delivery-template.md](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/milestone-delivery-template.md) has been copied and updated. - [x] The [invoice form :pencil:](https://forms.gle/LSRr7PCjBpEbKGh89) has been filled out for this milestone....

The `Transact` XCM instruction determines a surplus weight. This surplus weight is meant to be execution weight that has been estimated too high and whose according fee has already been...

* **I'm submitting a ...** - [x] Bug report - [ ] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and...

The latest Polkadot release ([v0.9.42](https://github.com/paritytech/polkadot/releases/tag/v0.9.42)) added two new traits to the `Fungibles` family: *hold* and *freeze* (which has been added in https://github.com/paritytech/substrate/pull/12951). It would be very helpful if the tokens...

In order to merge an account that has a trustline first the following operations need to be executed: - a payment operation that transfers the remaining balance of the trusted...

help wanted
CAP
needs draft

* **I'm submitting a ...** - [x] Bug report - [ ] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and...

It would probably be beneficial to add clippy checks, as they are [disabled](https://github.com/pendulum-chain/pendulum/blob/58d806850b912e22905c444d99db7a9b0757df98/.github/workflows/test-code.yml#L48-L50) right now. We can use the same [rules](https://github.com/pendulum-chain/spacewalk/blob/a5cc81ececb9a464fc8caa12c191eeaecf453c4b/.github/workflows/ci-main.yml#L80-L91) we already use in Spacewalk.

type:chore

Ensure that the node clients return the version number, see this message from a third party collator: > is it possible to have versioning on collators binaries? so when we...

Currently the formatting of code in PRs is not checked and therefore we have a lot of improperly formatted code on `main` (e.g., the spacing around the `/` operator is...