- 06 Oct, 2021 1 commit
-
-
Bernhard Schuster authored
* dummy: impl another runtime API * query the on chain disputes, and inform self * make use of the refactor * minro * SPLIT ME * write dispute values * wip * impl for all runtimes * chore: fmt * [] -> get * fixup mock runtime * fixup * fixup discovery for overseer init * chore: fmt * spellcheck * rename imported_on_chain_disputes -> on_chain_votes * reduction * make it mockable * rename and refactor * don't query on chain info if it's not needed * yikes * fmt * fix test * minimal fix for existing tests * attempt to fetch the session info from the rolling window before falling back * moved * comments * comments * test for backing votes * rename * Update runtime/polkadot/src/lib.rs * chore: spellcheck + dict * chore: fmt * fixup cache size * add warning * logging, rationale, less defense * introduce new unchecked, that still checks in debug builds * fix * draft alt approach * fix unused imports * include the session * Update node/core/dispute-coordinator/src/real/mod.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * provide where possible * expand comment * fixin * fixup * ValidityVote <-> ValidityAttestation <-> CompactStatement has a 1:1 representation * mark TODO * Update primitives/src/v1/mod.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * address review comments * update docs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com>
-
- 28 Sep, 2021 2 commits
-
-
Alexander Samusev authored
* Renamed staking-miner Dockerfiles * change readme stacking-miner * mv docker/ to scripts/docker/polkadot * renamed dockerfiles in scripts/docker * renamed Dockerfiles * Update scripts/docker/staking-miner/staking_miner_injected.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * renamed release.Dockerfile * renamed staking-miner dockerfiles * add label polkadot_builder.Dockerfile * Update scripts/docker/polkadot/polkadot_builder.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * Update scripts/docker/polkadot/polkadot_builder.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * Update scripts/docker/polkadot/polkadot_builder.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * Update scripts/docker/polkadot/polkadot_builder.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * Update scripts/docker/polkadot_injected_release.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * Update scripts/docker/collator_injected.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * Update scripts/docker/staking-miner/staking-miner_injected.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * Update scripts/docker/staking-miner/staking-miner_builder.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * Update scripts/docker/staking-miner/staking-miner_builder.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * Update scripts/docker/staking-miner/staking-miner_injected.Dockerfile Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> * move gpg server as variable to GHA config * simplified polkadot_builder.Dockerfile * gitlab-ci modify cp command in test-build-linux-stable * fix tests * renamed scripts/docker to scripts/dockerfiles * fix spellcheck * fix spellcheck Co-authored-by:
Chevdor <chevdor@users.noreply.github.com>
-
Bernhard Schuster authored
* overseer: remove mut in connector * rename SelectRelayChainWFallback -> SelectRelayChain * split Basics * introduce the OverseerConnector, use it * introduce is_relay_chain to RelayChainSelection * chore: rename var * avoid dummy import in subsystem * actually remove Disconnecte/Connected enum * extract DummySubsystem into mod dummy. * Handle::Connected -> Handle::new * chore: fmt * fix test * select relay chain takes no arg, simplification * fmt * Update node/service/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * chore: improve malus tests * avoid the deferred setting of `is_relay_chain` in `RelayChainSelection` * positive assertion is not mandated, only the negative one, to avoid a stall * chore: fmt * assure the `RelayChainSelection` is not used before the overseer is up and running Co-authored-by:
Andronik Ordian <write@reusable.software>
-
- 20 Sep, 2021 1 commit
-
-
Bernhard Schuster authored
This reverts commit 7bc35262.
-
- 17 Sep, 2021 1 commit
-
-
Bernhard Schuster authored
* remove connected disconnected state from overseer * foo * split new partial * fix * refactor init code to not require a `OverseerHandle` when we don't have an overseer * intermediate * fixins * X * fixup * foo * fixup * docs * conditional * Update node/service/src/lib.rs * review by ladi
-
- 14 Jul, 2021 1 commit
-
-
Denis_P authored
* CI: add spellcheck * revert me * CI: explicit command for spellchecker * spellcheck: edit misspells * CI: run spellcheck on diff * spellcheck: edits * spellcheck: edit misspells * spellcheck: add rules * spellcheck: mv configs * spellcheck: more edits * spellcheck: chore * spellcheck: one more thing * spellcheck: and another one * spellcheck: seems like it doesn't get to an end * spellcheck: new words after rebase * spellcheck: new words appearing out of nowhere * chore * review edits * more review edits * more edits * wonky behavior * wonky behavior 2 * wonky behavior 3 * change git behavior * spellcheck: another bunch of new edits * spellcheck: new words are koming out of nowhere * CI: finding the master * CI: fetching master implicitly * CI: undebug * new errors * a bunch of new edits * and some more * Update node/core/approval-voting/src/approval_db/v1/mod.rs Co-authored...
-
- 23 Jun, 2021 1 commit
-
-
Bernhard Schuster authored
-
- 29 Mar, 2021 1 commit
-
-
legacycode authored
-
- 24 Nov, 2020 1 commit
-
-
aaron authored
when you use `CMD ["/usr/local/bin/polkadot"]` in dockerfile, you don’t need to use `polkadot` while creating a container.
-
- 19 Oct, 2020 1 commit
-
-
s3krit authored
-
- 25 May, 2020 1 commit
-
-
joe petrowski authored
* update readme for current networks * remove networks docs (they were copy/paste from readme) * remove trailing whitespace * add polkadot wiki * remove hello world name * remove authors/revision
-
- 20 Apr, 2020 1 commit
-
-
thesilk-tux authored
* update local chain name in docker-compose and docu the name of a local network changed from local to polkadot-local so some local test environments were broken and the ticket #965 was created * using CLI flags --alice in local dev as this directly adds the required keys to the keystore Co-authored-by:
Christian Seidemann <christian.seidemann@t-systems.com>
-
- 28 Jan, 2020 1 commit
-
-
Muhammad Altabba authored
* Update docker.md Few Edits: - Use the `latest` version of polkadot. - Add a missing `--` when reporting the version. * Update docker.md use `westend` chain > Alex doesn't exist anymore, the current test net is `westend`. According to https://github.com/paritytech/polkadot/issues/803
-
- 28 Nov, 2019 1 commit
-
-
XAMPPRocky authored
-
- 21 Jul, 2019 1 commit
-
-
Jualy authored
Connect rpc port 9933 failed if polkadot startup without --rpc-external
-
- 29 Mar, 2019 1 commit
-
-
Document Limiting Resources for Docker Containers
-
- 20 Feb, 2019 1 commit
-
-
Milen Radkov authored
* update version to 0.3.14 and add --chain alex - update to latest docker polkadot version - 0.3.14 - add the `--chain alex` argument which is necessary for the Alexander testnet * add custom node name add custom node name
-
- 08 Jan, 2019 1 commit
-
-
Luke Schoen authored
* docs: Update Readme for PoC-3 * docs: Fix formatting and update Docker section * docs: Fix formatting. Start trying to make consistent with Substrate repo * docs: Move Two-Node example into Hack on Substrate
-
- 12 Sep, 2018 1 commit
-
-
Chevdor authored
-