Guillaume Thiolliere

Results 61 comments of Guillaume Thiolliere

> @thiolliere one way or another, reducing history depth will help with this. Any reason to keep this at the current, seemingly overkill 84? But history depth is not related...

> NOTE: should we not have an integrity test to assert HistoryDepth > BondingDuration? I actually think it is correct to have BondingDuration higher than HistoryDepth. BondingDuration store only the...

> While migrations are executed, only `Mandatory` transactions are allowed to execute. This is accomplished by implementing `ExtrinsicSuspenderQuery` for the pallet and querying it in `frame-support` before each non-mandatory TX....

my only concern was this: > Concretely this means that these transactions will all error and still burn the users funds. but if frame-executive mark extrinsics as invalid and they...

This should be fixed by https://github.com/substrate-developer-hub/substrate-node-template/pull/519 In the meanwhile you can run the command ` cargo update [email protected]` in your project

Actually you would need to update 3 dependencies like this: ``` cargo update -p [email protected] -p [email protected] -p [email protected] ```

> I'm facing this same error too when using github actions to compile the node template @thiolliere it should have been fixed with https://github.com/substrate-developer-hub/substrate-node-template/pull/519 Do you use latest code ?

Erf I'm away from my computer until Tuesday. However core-graphics seems to be a dependence of glutinous which is used by glium. I have no idea why it does not...

Hi, thanks for the report, this repo is active but in massive rewrite in branch 0.3 crates in 0.3 are more up to date can you check if it fails...

ah, oops that's because I use rust beta and not rust stable. beta-x86_64-unknown-linux-gnu (default) -rustc 1.15.0-beta.3 (a035041ba 2017-01-07)