Nuno

Results 22 issues of 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...

enhancement
WIP
needs-investigation

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.

I6-refactoring
P5-soon

## 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...

Q3-medium
P7-asap
I8-enhancement
I6-refactoring
crcl-protocol

## 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, //...

Q5-hard
P7-asap
I6-refactoring
crcl-protocol

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...

I4-tests
P5-soon
crcl-protocol