Matthew Orris
Matthew Orris
https://github.com/paritytech/cumulus/README.md: [Connect to relay and parachain tutorials](https://docs.substrate.io/tutorials/connect-relay-and-parachains/)
### Title: Add the ability to use Zombie net for relay network testing. ### Description: Implementation will include: 1. A `frequency-network.toml` network setup used to create the test relay network....
Note this is using https://github.com/paritytech/try-runtime-cli/ As a developer, I want to be able to test storage migrations, etc. using `try-runtime`. However, when the target network is mainnet, this process takes...
# Goal Closes #779 # Discussion # Changes # How to Test # Checklist - [ ] Chain spec updated - [ ] Custom RPC OR Runtime API added/changed? Updated...
Using `export RUSTC_BOOTSTRAP=1` turns your stable rustc into a Nightly one. For `cargo` commands that rely on `rustc` and use `unstable` options, `+nightly` can be removed in favor of `RUSTC_BOOTSTRAP=1`....
This is a tracking issue for `rustfmt` features that should be stabilized. Frequency.xyz currently uses these features and therefore requires a `nightly` version. When these options are stabilized, we can...
Pallet Unit Tests concerning Balances: Modify mock.rs to have ED > 1, to test balances less than ED.
As a developer, I would like to create some unit tests for situations when the account balance is less than the Existential Deposit (ED). Currently, the mocks has ED ==...
### Title: Explore multi-platform Docker containers for Frequency to support Apple Silicon. ### Description: Providing a published Frequency container that supports a multi-platform architecture would be helpful to developers using...
Compiling polkadot takes a considerable amount of resources and time. This issue aims to investigate possible optimizations that could improve build times locally and in CI. 1. Basic research into...