Dónal Murray

Results 17 issues of Dónal Murray

* **I'm submitting a ...** Feature request * **What is the current behavior and expected behavior?** The current UI does not have dedicated views for coretime. As a change in...

UX improvement
P1 - High
Feature

* **I'm submitting a ...** Bug report * **What is the current behavior and expected behavior?** An incorrect core mask was reported in https://github.com/paritytech/polkadot-sdk/issues/3614 More details on the issue. It...

needs investigation

This PR force removes regions from the pool before allowing them to be redispatched (through `partition`/`interlace`/`assign`) in the case that a region was pooled with `Provisional` finality. This PR does...

T2-pallets

When using `srtool-cli` locally it fails with: ``` Cannot compile the WASM runtime: no standard library sources found! ... ``` This PR adds a cli flag which, when passed, passes...

The chain hasn't been registered and onboarded yet, but just making this for some advance notice. The chain spec has been added [here](https://github.com/paritytech/polkadot-sdk/pull/5436) and the [referendum](https://polkadot.subsquare.io/referenda/1107) is ongoing. RPCs will...

[dotconsole.app](https://dotconsole.app/explorer) and [PAPI console](https://dev.papi.how/explorer) would be good to include in the dev console section as alternatives to PJS apps. I think we could consider adding more frontends for the Polkadot...

This PR adds the necessary pallets and configurations to Westend Asset Hub for AHM. It also transplants the migrator pallets from the runtimes repo, updates them to stable2503 and adapts...

We can pull the release notes, scrape the hash published in the release and check that the WASM hash agrees. The release notes or a link to the release could...

Essentially generalise and codify the following flow: https://hackmd.io/@seadanda/BksjUxC91e I would expect to be able to write: ```bash opengov-cli submit-referendum \ --proposal "./upgrade-kusama-1.4.1/kusama-1.4.1.call" \ --network "kusama" --track "whitelistedcaller" \ --test testfile.{js,ts}...

When creating a referendum `--at` must be specified in blocks, requiring the user to calculate this back from what is usually a wall clock date and time. It should be...