Luke Schoen

Results 182 comments of Luke Schoen

@ayushmishra2005 CI is failing, might need to change some of the `.into()` into `.unchecked_into()`

the changes look good, but just a couple of issues still: * [x] in the development and local testnet config functions for Rococo and ChaChaCha, you're passing a vector containing...

> > initial_authorities: Vec, > > @ltfschoen Could you please guide me how should I check whether we should use this format `initial_authorities: Vec,` or only `Vec` i don't know...

ready to merge after: * a new set of keys have been generated and added for Aura (as the current keys have been compromised, secret seed and mnemonic phrase should...

also, FYI, this might be a cleaner way of endowing the accounts than the way we've done it https://github.com/AcalaNetwork/Acala/blob/master/node/service/src/chain_spec/karura.rs#L101

> * Rococo @ayushmishra2005 * please update the title to mention that you have made this compatible with other relay chains like Polkadot, Rococo, etc * please update this initial...

I had a similar situation where I had multiple projects in subdirectories that each had their own Cargo.toml file. I got overcame the error `rust-analyzer failed to discover workspace` by...

I overcame the warning mentioned earlier (Warning: Task "protractor:run") by registering a 'protractor:run' task, as shown below, but it still does not execute 'protractor protractor.conf.js' when I run 'grunt test'...

@jimthedev Thanks Jim for sharing some great tips, I'll be sure to test them out!

> > ``` > > warning: rocksdb/env/io_posix.cc:1001:41: error: use of undeclared identifier 'POSIX_MADV_NORMAL' > > warning: Madvise(mmapped_region_, length_, POSIX_MADV_NORMAL); > > ``` > > Looks like rocksdb doesn't support Android's...