Skip to content

Commit

Permalink
Merge pull request #5151 from oasisprotocol/kostko/stable/22.2.x/back…
Browse files Browse the repository at this point in the history
…port-multi-verifier

[BACKPORT/22.2.x] Multiple verifier-related backports
  • Loading branch information
kostko committed Jan 20, 2023
2 parents 4e10968 + 6b11740 commit 2b5a4a6
Show file tree
Hide file tree
Showing 13 changed files with 755 additions and 455 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pr_and_docker_changes() {
# Helper that checks if the given tag of the oasisprotocol/oasis-core-ci Docker image exists.
check_docker_ci_image_tag_exists() {
local tag=$1
DOCKER_CLI_EXPERIMENTAL=enabled docker manifest inspect oasisprotocol/oasis-core-ci:${tag}
curl --silent -f --head -lL "https://hub.docker.com/v2/repositories/oasisprotocol/oasis-core-ci/tags/${tag}/"
}

# Determine the oasis-core-ci Docker image tag to use for tests.
Expand Down
1 change: 1 addition & 0 deletions .changelog/5146.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
runtime: Attempt to flush buffers before aborting
1 change: 1 addition & 0 deletions .changelog/5148.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
runtime: Clear verification trace after block verification
1 change: 1 addition & 0 deletions .changelog/5149.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
runtime: Simplify the LRU-backed consensus verifier light store
Loading

0 comments on commit 2b5a4a6

Please sign in to comment.