Frederik Gartenmeister

Results 113 issues of Frederik Gartenmeister

Currently the library does not support XCM transfers. The reasons for the missing capabilities is, that it would essentially require a "correct" interaction between relay-chain and parachain. The current approach...

Q3-medium
I8-enhancement
P5-soon

Currently we build the relay-chain block with the inherent like ```rust ParachainsInherentData:: { bitfields: vec![], backed_candidates: vec![], disputes: vec![], parent_header: self.parent_head.clone(), }; ``` Without manually mutating the state of the...

Q7-very-hard
I8-enhancement
P5-soon

Currently, the `with_state` and `with_mut_state` simply execute the given closure in an externalities provided environment. It would be nice if the buider would pas a `StateUtils` struct to the closure....

I8-enhancement
P2-nice-to-have

For a lot of actions, especially between relay-chain and parachain there is signing involved from the current block authoring entity. E.g. the bitfields must be signed by the authority of...

Q5-hard
I8-enhancement
P2-nice-to-have

There already exists a trait `InjectionProvder` that allows to pass on key-value-pairs. Currently, no builder has a method exposed that takes a type that implements this. Methods exposing this should...

I8-enhancement
P2-nice-to-have

Currently, the whole lib is basically unwrapping everywhere most of the time. In the future the lib should define its own error enum that wraps ALL underlying substrate errors into...

I8-enhancement
P5-soon

The new tranche.rs after the PR of #620 gets merged, contains no tests currently. Each method and the new functions should be unittested. Focus also on testing the reverse lib...

I4-tests
P5-soon
crcl-runtime

This PR adds necessary test to the tranches module.

D0-ready
crcl-runtime

The api should provide the possibilities to call a node to retrieve the latest available nav. We wanna call it `pool_valuation` right now. * The valuation should allow the possibility...

P2-nice-to-have
I8-enhancement
crcl-runtime

### Which part of the code is the issue addressing? * [x] Addressing a bug ### Description #### Context Usually, when money flows back into a pool, via a deposit,...

I2-bug
Q5-hard
P2-nice-to-have
crcl-runtime