- Apr 06, 2020
-
-
gabriel klawitter authored
-
- Apr 03, 2020
-
-
gabriel klawitter authored
* ci: kusama-nightly-staging: remove builds for the branches and trigger deployment directly * ci: kusama-nightly-staging: remove ii and fix
-
- Mar 25, 2020
-
-
Shawn Tabrizi authored
-
- Mar 21, 2020
-
-
Ashley authored
* Add cli to wasm tests, update and bring closer to the substrate browser code * Remove ws.js * Update cli/src/browser.rs Co-Authored-By: Pierre Krieger <[email protected]> * Update browser.rs Co-authored-by: Gavin Wood <[email protected]> Co-authored-by: Pierre Krieger <[email protected]>
-
s3krit authored
* Move publish_draft_release to test stage Also remove the alert_pending_release job since it's no longer needed * delete alert_pending_release.sh * Add splitting substrate changes into subsections
-
- Mar 05, 2020
-
-
gabriel klawitter authored
* ci: increase artifact retention period
-
- Jan 10, 2020
-
-
s3krit authored
* Add publish_draft_release.sh This new CI script will generate a list of differences between this tagged version and the previous tagged version (including substrate changes), and create a draft release on Github. Once this is done, the draft release will be posted in Matrix (the channel is determined by a Gitlab CI environment variable). * Add highlighting gav for draft release
-
- Jan 06, 2020
-
- Jan 03, 2020
-
-
Arkadiy Paronyan authored
* Allow both polkadot and kusama runtimes * Allow both polkadot and kusama runtimes * Make `collator` build * Removed kusama runtime * Introduced common runtime * Updated for latest substrate * Updated CI targets * Updated CI version check * Removed unused dependency * Pulled latests substrate * Pulled latest substrate * Fixed version * Apply suggestions from code review Co-Authored-By: Bastian Köcher <[email protected]> * NEW_HEADS_IDENTIFIER moved to primitives * Updated CI check script * Fixed script * Set epoch duration for polkadot * ci: check_runtime for both runtimes Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: gabriel klawitter <[email protected]>
-
gabriel klawitter authored
* ci: fix release tagging after tags are added on the master branch * ci: latest tag applied to latest tag
-
- Dec 24, 2019
-
-
gabriel klawitter authored
-
- Dec 13, 2019
-
-
s3krit authored
* Add matrix release alert script and gitlab job * Update .gitlab-ci.yml Co-Authored-By: Kirill Pimenov <[email protected]>
-
- Dec 03, 2019
-
-
* Erasure encoding availability initial commit * Modifications to availability store to keep chunks as well as reconstructed blocks and extrinsics. * Gossip messages containig signed erasure chunks. * Requesting eraure chunks with polkadot-specific messages. * Validation of erasure chunk messages. * Apply suggestions from code review Co-Authored-By: Luke Schoen <[email protected]> * Fix build after a merge * Gossip erasure chunk messages under their own topic * erasure_chunks should use the appropriate topic * Updates Cargo.lock * Fixes after merge * Removes a couple of leftover pieces of code * Fixes simple stuff from review * Updates erasure and storage for more flexible logic * Changes validation and candidate receipt production. * Adds add_erasure_chunks method * Fixes most of the nits * Better validate_collation and validate_receipt functions * Fixes the tests * Apply suggestions from code review Co-Authored-By: Robert Habermeier <[email protected]> * Removes unwrap() calls * Removes ErasureChunks primitive * Removes redundant fields from ErasureChunk struct * AvailabilityStore should store CandidateReceipt * Changes the way chunk messages are imported and validated. * Availability store now stores a validator_index and n_validators for each relay_parent. * Availability store now also stores candidate receipts. * Removes importing chunks in the table and moves it into network gossip validation. * Validation of erasure messages id done against receipts that are stored in the availability store. * Correctly compute topics for erasure messages * Removes an unused parameter * Refactors availability db querying into a helper * Adds the apis described in the writeup * Adds a runtime api to extract erasure roots form raw extrinsics. * Adds a barebone BlockImport impl for avalability store * Adds the implementation of the availability worker * Fix build after the merge with master. * Make availability store API async * Bring back the default wasmtime feature * Lines width * Bump runtime version * Formatting and dead code elimination * some style nits (#1) * More nits and api cleanup * Disable wasm CI for availability-store * Another nit * Formatting
-
- Dec 02, 2019
-
-
Denis_P authored
-
- Nov 29, 2019
-
-
Pierre Krieger authored
* Make availability-store compile for WASM * Use --manifest-path instead
-
- Nov 09, 2019
-
-
gabriel klawitter authored
-
- Oct 31, 2019
-
-
Denis_P authored
* retry on gitlab system failures * max is just 2
-
- Oct 22, 2019
-
-
gabriel klawitter authored
-
- Oct 16, 2019
-
-
gabriel klawitter authored
* change versioning and tagging of releases
-
- Oct 10, 2019
-
-
gabriel klawitter authored
-
- Sep 12, 2019
-
-
gabriel klawitter authored
-
gabriel klawitter authored
* trigger pipeline in github-api for polkasync * update polkadot branch name for replacement * deployment: update project
-
- Sep 03, 2019
-
-
gabriel klawitter authored
* remove merge-test and set up kusama-nightly-staging * refactor .gitlab-ci.yml * kusama-nightly-staging typo i * kusama-nightly-staging typo and cond --locked
-
- Jul 09, 2019
-
-
Bastian Köcher authored
* Make `collator::Network` require `Send + Sync` to make it work * Update packages * Update to latest Substrate * Make it compile and make tests work * Use `polkadot-master` * Fix CI * Remove `build.sh` from readmes * Delete old stuff * Bring one back
-
- Jun 11, 2019
-
-
Pierre Krieger authored
* Require --locked on CI for WASM runtime locks * Update runtime Cargo.lock * Add quotes
-
- Jun 03, 2019
-
-
gabriel klawitter authored
-
- May 25, 2019
-
-
Denis_P authored
* new image, show rust version * show rust version, fix metadata
-
- May 22, 2019
-
-
gabriel klawitter authored
-
- May 02, 2019
-
-
Denis_P authored
* ci uses new docker image * image renamed to parity/rust-builder:latest * cleanup
-
- Mar 29, 2019
-
-
gabriel klawitter authored
-
- Mar 28, 2019
-
-
* Rebuild runtime * Remove invalid value from chainspec (#68) * service: use grandpa block import for locally sealed aura blocks (#85) * bump version to v0.3.1 * Update lock file. * limit number of transactions when building blocks (#91) * Update to latest Substrate * Bump to 0.3.2 * Actually bump. * v0.3.2 (#98) * bump substrate version * fix polkadot-collator * point to alexander-backports of substrate * bump version * cli: fix node shutdown (#100) * update to latest substrate, change to v0.3.4 * update to latest substrate, bump version to 0.3.5 * v0.3.6 * try to build on every v0.3 commit and update alexander-backports * bump to v0.3.7 * bump to 0.3.8 * Bump to 0.3.9: network and pruning improvements * Bump to 0.3.10: reduce network bandwidth usage * Use libp2p-kad 0.3.2 (#122) * Bump libp2p-identify to 0.3.1 (#123) * Bump to 0.3.12 (#127) * Update Substrate again (#128) * update substrate and bump version to v0.3.13 * bump version to v0.3.14: fix --reserved-nodes * add a manually curated grandpa module (#136) * updating v0.3 to use substrate v0.10 (#146) * updating to latest substrate v0.10 * better handling of outer poll * nit * fix tests * remove comment * reduce indentation * use self.poll * bring oneshot into scope * spaces * wrap * remove match * wrap * Update primitives/Cargo.toml Co-Authored-By: gterzian <[email protected]> * Update runtime/wasm/Cargo.toml Co-Authored-By: gterzian <[email protected]> * Update runtime/wasm/Cargo.toml Co-Authored-By: gterzian <[email protected]> * Update test-parachains/adder/collator/src/main.rs Co-Authored-By: gterzian <[email protected]> * indent * add paranthese * config: fix wrong ip for alexander bootnode (#161) * fix curated-grandpa and rebuild wasm (#162) * [v0.3] Integrates new gossip system into Polkadot (#166) * new gossip validation in network * integrate new gossip into service * network: guard validation network future under exit signal (#168) * bump version to v0.3.15: substrate v0.10 * [v0.3] update to substrate master (#175) * update to substrate master * fix test * service: fix telemetry endpoints on alexander chainspec (#169) (#178) * Update v0.3 to latest Substrate master (#177) * update substrate v0.3 to latest master * bump spec version * update to latest master: remove fees module * update runtime blobs * bump version to 0.3.16 * replace sr25519 accountid with anysigner * bump version to v0.3.17 * Some PoC-3 GRANDPA tweaks (#181) * call on_finalise after triggering curated_grandpa change * make grandpa rounds shorter for faster finalization * use authorities when calculating duty roster (#185) * [v0.3] Update to substrate master (#183) * update to latest substrate master * bump version to 0.3.18 * update to latest substrate master * bump spec version * update runtime wasm blobs * remove current_offline_slash from chain spec * update to substrate master: bump version to v0.3.19 (#188) * update to substrate master: bump version to v0.3.19 libp2p network improvements * network: replace NodeIndex with PeerId * network: fix tests * polkadot v0.3.20 (#190) * update to substrate master: bump version to 0.3.20 * runtime: add offchain worker trait * runtime: rebuild wasm blobs * bump spec version (#191) * Fix compilation * Update version to 0.4.0 * Switch to use `polkadot-master` branch from substrate * Remove unused struct * Remove `grandpa::SyncedAuthorities` from `OnSessionChange`
-
- Mar 26, 2019
-
-
gabriel klawitter authored
* update helm chart from substrate * ci: change container image to kubetools
-
- Mar 07, 2019
-
-
gabriel klawitter authored
-
- Feb 26, 2019
-
-
gabriel klawitter authored
* ci: add check:merge:conflict job * split caches between test and release job
-
- Dec 07, 2018
-
-
gabriel klawitter authored
* ci: add Dockerfile and its build * make docker version tag * polkadot with static ip address in nodeport stateful set on kubernetes * use helm for templating * enable rbac for polkadot
-
- Oct 01, 2018
-
-
gabriel klawitter authored
* add test build jobs for gitlab ci * add web to only tests condition * cleanup * remove variables
-