pendulum
pendulum copied to clipboard
## Context This ticket is to define the Nabla smart contract parameters for the mainnet ## Requirements Following is the list of parameters and values to be defined for the...
## Context This is a follow-up for #357. In #357, we implemented the processing of transfers so that the processing is paused when the designated exchange rate/amount cannot be achieved....
We should consider benchmarking the custom pallets (spacewalk + orml-extension) for each of our runtimes separately. The default_weights that are included by the pallets were generated on a standalone chain,...
### Context At the moment, our Github workflow is running `cargo test` without any feature flags. This allows for changes that break benchmarks to pass the pipeline and therefore be...
## Context The context can be found in [this](https://www.notion.so/satoshipay/Automating-BRZ-EUR-on-Pendulum-4037d39f0b434a5ab2e299195b228b33) Notion page. ## Pallet configuration **Name** - `forex-automation` **Config Items** - `PalletId` - a `PalletId` used to derive the on-chain accounts...
## Context Issue found by SRL labs in the semi-automated audit. ## Summary An integer overflow in the oracle pallet can be abused by a malicious oracle. ## Issue details...
`remove_vesting_schedule` extrinsic uses hardcoded weighs `#[pallet::weight(10_000_000)]` ``` #[pallet::call] impl Pallet { #[pallet::call_index(0)] #[pallet::weight(10_000_000)] pub fn remove_vesting_schedule( origin: OriginFor, who: AccountIdLookupOf, schedule_index: u32, ) -> DispatchResultWithPostInfo { ensure_root(origin)?; let who =...
### Requirement Based on the findings following [this research](https://github.com/pendulum-chain/tasks/issues/33), scope of this ticket is to update the collateral parameters for the required pairs on Spacewalk. Updated collateral parameters: **TBC**
This is a follow-up task to PR #290. We identified that the integration tests for testing relay-chain transfers via XCM can be improved. We originally adopted these integration tests from...
The Objective of this ticket is to add a mechanism for destroying or unclaiming the ownership of an asset. ### Requirements When destroying an asset, the balances of this asset...