Guillaume Thiolliere
Guillaume Thiolliere
OK thanks, 0.3 is not finished at all obviously :-). I wanted you to test this version because I think the issue come from the rendering part and I use...
for convenience and boilerplate when declaring a storage in a pallet we usually declare like this: ```rust #[pallet::storage] pub(super) type Dummy2 = CountedStorageNMap; ``` And the macro will create the...
AFAIK it is still relevant, it is just less priority than the other stuff
> @thiolliere If I wanted to takeover what would be required to merge it? When the PR was opened it only needed to be reviewed, now we also need to...
I don't mind closing the issue, I mainly opened it for helping other who would run into the same issue as me.
> An existential fear that I have about this is to realize one day that cleaning up `frame_support` and perhaps re-naming it might have been an easier path forward. >...
balance module have known issue when existential deposit is 0 https://github.com/paritytech/polkadot-sdk/issues/337 I think in the current architecture there is no to differentiate between an existing account with balance 0 and...
ok I thought again. Currently the implementation of StoredMap by StorageMapShim seems to handle correctly the existence or non-existence of an account even when the ED is 0. I did...
I'm not sure about how unique_id of child trie should be choosen, this is important for https://github.com/paritytech/polkadot-sdk/issues/363 and https://github.com/paritytech/substrate/issues/4707 It seems if we want to avoid having some collision between...
I think instead on focusing on way to express more logic to reject extrinsic when validating them in the transaction. Logic which is not economically profitable for the block producer,...