Guillaume Thiolliere

Results 30 issues of Guillaume Thiolliere

when running tutorial: https://docs.substrate.io/tutorials/collectibles-workshop/ the navigation tab on the left collapse and the tutorial steps doesn't show up in the navigation. The only way to navigate is through the button...

in the page: https://docs.substrate.io/maintain/runtime-upgrades/ in the section: Testing migrations there are 2 links which leads to archived repositories, they should be updated: ``` - The [Substrate debug kit](https://github.com/paritytech/substrate-debug-kit) includes a...

In the page https://docs.substrate.io/build/application-development/ the link to txwrapper leads to https://github.com/paritytech/txwrapper?tab=readme-ov-file Instead it should be https://github.com/paritytech/txwrapper-core

In the page https://docs.substrate.io/build/application-development/ chain api is linked first but it is actually discontinued in the link: https://github.com/paritytech/capi

https://github.com/substrate-developer-hub/substrate-docs/blob/1a4c24f46e7bc1010bf2f8707d1192075b136aac/content/md/en/docs/learn/rust-basics.md?plain=1#L62-L64 It is written: > In addition, in any FRAME pallet the Config trait is generic over T (more on generics in the next section). Some common examples of these...

https://github.com/substrate-developer-hub/substrate-docs/blob/1a4c24f46e7bc1010bf2f8707d1192075b136aac/content/md/en/docs/learn/runtime-development.md?plain=1#L130-L138 in this snippet it is written: ```rust // Add required imports and dependencies pub use pallet::*; ``` Actually this code is just a regular rust re-export of the items...

https://github.com/substrate-developer-hub/substrate-docs/blob/1a4c24f46e7bc1010bf2f8707d1192075b136aac/content/md/en/docs/learn/networks-and-nodes.md?plain=1#L49-L51 In this paragraph it is said: > Although older blocks are discarded, full nodes retain all of the [block headers](https://docs.substrate.io/reference/glossary/#header) from the genesis block to the most recent block...

When I create a window with those settings : ```rust WindowSettings::new("Glutin Window", (640, 480)) .fullscreen(true) ```` The window is fullscreen but in the resolution 640x480. Is this the correct behavior...

question

Some coins don't want to have any privilege role once the distribution is done. We have seen that with $PINK coins which transfered its ownership to a killed proxy account,...

T2-pallets

Fix https://github.com/paritytech/polkadot-sdk/issues/5184 `owner` can set himself as a `freezer` and freeze the asset so requirement is not really needed. And requirement is not implemented.