Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

v2.5.8-stable #11041

Merged
merged 27 commits into from
Sep 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
12c9169
depends: Update wordlist to v1.3 (#10823)
fubuloubu Jul 1, 2019
c80f98d
tx-pool: accept local tx with higher gas price when pool full (#10901)
ascjones Aug 13, 2019
0fac2d1
Better error message for rpc gas price errors (#10931)
seunlanlege Aug 15, 2019
14e5949
Verify transaction against its block during import (#10954)
grbIzl Aug 15, 2019
389ae6c
[blooms-db] Fix benchmarks (#10974)
dvdplm Aug 15, 2019
e0f63bd
manual publish jobs for releases, no changes for nightlies (#10977)
TriplEight Aug 16, 2019
dc3b30f
xDai chain support and nodes list update (#10989)
phahulin Aug 29, 2019
fd1fbe4
Fix deadlock in `network-devp2p` (#11013)
AtkinsChang Sep 2, 2019
3847dd2
Edit publish-onchain.sh to use https (#11016)
s3krit Sep 3, 2019
b44b54a
Cleanup unused vm dependencies (#10787)
debris Jun 26, 2019
7613587
EIP 2028: transaction gas lowered from 68 to 16 (#10987)
dvdplm Aug 23, 2019
1315aec
Fix fork choice (#10837)
ngotchac Jul 8, 2019
ade3883
Merge branch 'v2.5.8-stable' of github.com:paritytech/parity-ethereum…
s3krit Sep 11, 2019
d82e1e4
EIP 1108: Reduce alt_bn128 precompile gas costs (#11008)
niklasad1 Sep 2, 2019
3b9747e
Manual port of https://github.com/paritytech/parity-ethereum/pull/10983
dvdplm Sep 11, 2019
895dc54
[trace] introduce trace failed to Ext (#11019)
ordian Sep 5, 2019
5c95e70
Revert "[trace] introduce trace failed to Ext (#11019)"
s3krit Sep 11, 2019
e14473c
Change the return type of step_inner function. (#10940)
Aug 5, 2019
7346ad8
[trace] introduce trace failed to Ext (#11019)
ordian Sep 5, 2019
595850b
Fix compilation on recent nightlies (#10991)
dvdplm Aug 27, 2019
d6037cd
Fix import
dvdplm Sep 11, 2019
fa6a195
Add blake2_f precompile (#11017)
dvdplm Sep 9, 2019
42b6db5
cli: update usage and version headers (#10924)
soc1c Sep 5, 2019
d9159d6
Manual port of #10995
s3krit Sep 12, 2019
fad3d23
fix indentation
s3krit Sep 12, 2019
d9d760b
add more tx tests (#11038)
ordian Sep 12, 2019
1807eb8
update version (v2.5.8-stable)
s3krit Sep 12, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 55 additions & 23 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ variables:
SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
CARGO_TARGET: x86_64-unknown-linux-gnu

.no_git: &no_git # disable git strategy
variables:
GIT_STRATEGY: none
GIT_SUBMODULE_STRATEGY: none

.releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries")
only: &releaseable_branches
Expand Down Expand Up @@ -205,11 +201,10 @@ build-windows:

publish-docker:
stage: publish
<<: *no_git
only: *releaseable_branches
except:
variables:
- $SCHEDULE_TAG == "nightly"
- nightly
when: manual
dependencies:
- build-linux
environment:
Expand All @@ -219,23 +214,24 @@ publish-docker:
services:
- docker:dind
variables:
GIT_STRATEGY: none
DOCKER_HOST: tcp://localhost:2375
DOCKER_DRIVER: overlay2
GIT_STRATEGY: none
# DOCKERFILE: tools/Dockerfile
# CONTAINER_IMAGE: parity/parity
script:
# we stopped pushing nightlies to dockerhub, will push to own registry prb.
- ./tools/publish-docker.sh
tags:
- kubernetes-parity-build

publish-snap: &publish-snap
publish-snap-nightly: &publish-snap
stage: publish
<<: *no_git
only: *releaseable_branches
only:
- nightly
image: snapcore/snapcraft
variables:
GIT_STRATEGY: none
BUILD_ARCH: amd64
cache: {}
dependencies:
Expand All @@ -245,35 +241,57 @@ publish-snap: &publish-snap
script:
- ./tools/publish-snap.sh

publish-snap-i386:
publish-snap-manually:
<<: *publish-snap
only: *releaseable_branches
when: manual

publish-snap-i386-nightly: &publish-snap-i386
<<: *publish-snap
variables:
BUILD_ARCH: i386
CARGO_TARGET: i686-unknown-linux-gnu
dependencies:
- build-linux-i386

publish-snap-arm64:
publish-snap-i386-manually:
<<: *publish-snap-i386
only: *releaseable_branches
when: manual

publish-snap-arm64-nightly: &publish-snap-arm64
<<: *publish-snap
variables:
BUILD_ARCH: arm64
CARGO_TARGET: aarch64-unknown-linux-gnu
dependencies:
- build-linux-arm64

publish-snap-armhf:
publish-snap-arm64-manually:
<<: *publish-snap-arm64
only: *releaseable_branches
when: manual

publish-snap-armhf-nightly: &publish-snap-armhf
<<: *publish-snap
variables:
BUILD_ARCH: armhf
CARGO_TARGET: armv7-unknown-linux-gnueabihf
dependencies:
- build-linux-armhf

publish-onchain:
stage: publish
<<: *no_git
publish-snap-armhf-manually:
<<: *publish-snap-armhf
only: *releaseable_branches
when: manual

publish-onchain-nightly: &publish-onchain
stage: publish
only:
- nightly
cache: {}
variables:
GIT_STRATEGY: none
dependencies:
- build-linux
- build-darwin
Expand All @@ -283,11 +301,18 @@ publish-onchain:
tags:
- linux-docker

publish-awss3-release:
publish-onchain-manually:
<<: *publish-onchain
only: *releaseable_branches
when: manual

publish-release-awss3-nightly: &publish-release-awss3
image: parity/awscli:latest
stage: publish
only: *releaseable_branches
<<: *no_git
only:
- nightly
variables:
GIT_STRATEGY: none
cache: {}
dependencies:
- build-linux
Expand All @@ -309,13 +334,19 @@ publish-awss3-release:
tags:
- linux-docker

publish-release-awss3-manually:
<<: *publish-release-awss3
only: *releaseable_branches
when: manual

publish-docs:
stage: publish
image: parity/parity-ci-docs:latest
only:
- tags
except:
- nightly
when: manual
cache: {}
dependencies: []
script:
Expand All @@ -326,11 +357,12 @@ publish-docs:

publish-av-whitelist:
stage: publish
<<: *no_git
variables:
GIT_STRATEGY: none
only: *releaseable_branches
except:
variables:
- $SCHEDULE_TAG == "nightly"
- nightly
when: manual
cache: {}
dependencies:
- build-windows
Expand Down
Loading