gianfra-t
gianfra-t
Closes [tasks/#235](https://github.com/pendulum-chain/tasks/issues/235). ### Node update notes: This does involve changes to the node of course, but it is not required for collators to update since it involves modifications for testing...
Closes #384 Implements the same two rules for checking the code with `clippy` [used](https://github.com/pendulum-chain/spacewalk/blob/main/.github/workflows/ci-main.yml#L78) in Spacewalk, one more strict for the main targets, and one more forgiving for the remaining...
@pendulum-chain/product: This PR adds changes to the node client code that require a **redeployment of the collator nodes** to take effect. Please ensure that the collator nodes are redeployed after...
### Context As part of the overall task of updating to Polkadot 1.1.0 (see [tasks/#306](https://github.com/pendulum-chain/tasks/issues/306)) we need to identify which migrations need to be defined manually and added to the...
Related to [tasks/#306](https://github.com/pendulum-chain/tasks/issues/306) We need to perform the upgrade of Pendulum to [polkadot-sdk release v1.1.0](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.1.0). This involves updating all corresponding dependencies in this repository: - Self-maintained pallets - Node client...
Related to [Tasks/#456](https://github.com/pendulum-chain/tasks/issues/456).