Luke Schoen
Luke Schoen
so since the issue is in the ./bridges folder, i tried running `tar -C ./bridges2 -cf - --sort=name ./bridges2 | sha256sum` on the host machine, which output ``` tar: Option...
i just noticed this other open issue https://github.com/paritytech/polkadot-sdk/issues/582, i'm going to see if that encounters the same issue when running `docker build -f ./docker/dockerfiles/polkadot-parachain/polkadot-parachain_builder.Dockerfile --tag polkadot:v1.0.0 ./`, since that Dockerfile...
i've been going through fixing this too since yesterday since i want to use the Substrate Docker for a hackathon where the audience could be using different operating systems. i'm...
> ci-linux:production is used by CI and to build the production images so you can rely on that one to work. if i use the latest [ci-linux:production](https://hub.docker.com/layers/paritytech/ci-linux/production/images/sha256-dc9abf9e877c5bad94828245406dac8a186530e1ad6a1b5f2072e5e19e1f64b4?context=explore) that is 10...
i tried running `docker build -f ./docker/dockerfiles/polkadot-parachain/polkadot-parachain_builder.Dockerfile --tag polkadot:v1.0.0 ./` and got the following error: ``` 210.0 error: failed to select a version for `env_logger`. 210.0 ... required by package...
@ayushmishra2005 please DM me when you've responded to all the questions and made the linting changes so i can respond if necessary all at once
> @ltfschoen Can we fix test-casers? yes, i just noticed that too. in the CI test logs it's using `cargo +nightly-2020-12-12 ...` for doing the tests but in our 'master'...
Check that you have added all necessary flags in your command, and if you've used multiple lines make sure there are no missing newline characters `\` so that it recognises...
We also need comprehensive unit tests for mining_eligibility_proxy, as the integration tests don't cover all edge cases
Update from alpha.3 to alpha.5. Here's another repo that did it recently https://github.com/web3garden/sunshine-node/pull/46