pendulum
pendulum copied to clipboard
@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 There is a tool called [zepter](https://github.com/ggwpez/zepter) that can be used to analyze, fix and format features in Rust workspaces. We want to use this tool to detect faulty...
### 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...
This PR introduces a new pallet used to mock block skipping when testing wasm-deploy. The idea behind it is described in [this](https://github.com/pendulum-chain/pendulum/issues/486) ticket in detail. I'll add a broader description...
closes #420 Add another step to run a test but with features `runtime-benchmarks` and `try-runtime`. This also removes `nightly`
Partially closes #456. This workflow will do the following: 1. Perform a version up of the node 2. Create a new branch of the Cargo.toml change 3. Create a pull...
## Context Related to this [ticket](https://github.com/pendulum-chain/portal/issues/485). Fixes to be made so that Nabla modals should show up as transferrable balance. Our chain extension exposes functions conforming to the ERC-20 interface....
Continuation from this [ticket](https://github.com/pendulum-chain/tasks/issues/297). This ticket comes directly as an action point from #190. ### Context and recap We are currently using an isolated foucoco-based [runtime](https://github.com/pendulum-chain/foucoco-standalone) for wasm-deploy testings. This...
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...