Nuno
Nuno
Hey, Right now your library doesn't offer any convenient way to store and lookup dictionaries. I just added this `extension` to my project. It would be nice if you could...
## The problem Currently, users of the gsrpc library need to [manually define all the event types the chain](https://github.com/centrifuge/ChainBridge/blob/master/shared/substrate/events.go) they connect with offers. If they fail to define any of...
Metadata versions older than v9 are essentially dead code laying around. Note that newer versions may depend on types from older versions, so we need to cherry-pick those types, functions,...
We started [upgrading to polkadot v0.9.20](https://github.com/centrifuge/fudge/tree/v0.9.20) which bumps into some issues with the deprecation of `RelayChainLocal`. Work on supporting this new version and once that's done, follow up with https://github.com/centrifuge/centrifuge-chain/issues/819.
## Context > @offerijns I just realised that the `MaxTokenNameLength` and `*Symbol` that we set for the tranche metadata are higher than the limits we set on the connectors' messages:...
### Motivation Since [this PR](https://github.com/paritytech/substrate/pull/11398), the `pallet_uniques` offers a `set_price` and a `buy_item` extrinsics to allow for NFT owners to set their NFTs up for sale for a given asking...
On implementing mintable permissions, we likely should add a `MintableCurrencyIssuer` role to the permissions pallet, instead of the current `PermissionedCurrencyIssuer`, as this can be used for both. The `mintable: bool`...
## What it is The orml [`asset_registry`[(https://github.com/open-web3-stack/open-runtime-module-library/tree/master/asset-registry) pallet, inspired in Acala's custom pallet with the same name, has beeb made general-purpose and released under the `orml` library. This pallet allows...
## What Our current `CurrencyId` type is defined as follows: ``` rust pub enum CurrencyId { // The Native token, representing AIR in Altair and CFG in Centrifuge. Native, //...
Original We disabled the integration tests for the pools in https://github.com/centrifuge/centrifuge-chain/pull/814 given the issues we are facing in `Fudge` when upgrading to polkadot 0.9.20/22. Once Fudge becomes compatible with polkadot...