Skip to content

Commit

Permalink
Merge branch 'development' into Cifko/merge
Browse files Browse the repository at this point in the history
* development:
  feat: prevent runtime error with compact error input (#6096)
  chore(deps): bump h2 from 0.3.21 to 0.3.24 (#6091)
  chore: update monero to latest release (#6098)
  chore(deps): bump actions/cache from 3 to 4 (#6093)
  chore(fix): ci - move s3 uploads to only on release (#6094)
  feat: update codeowners (#6088)
  chore: update change log (#6086)
  feat: add search kernels method to nodejs client (#6082)
  • Loading branch information
sdbondi committed Jan 26, 2024
2 parents 9856f42 + 69421f5 commit b19cad7
Show file tree
Hide file tree
Showing 9 changed files with 267 additions and 221 deletions.
219 changes: 117 additions & 102 deletions .github/workflows/base_node_binaries.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Without restore keys, we lose the ability to get partial matches on caches, and end
# up with too many cache misses.
# Use a "small" suffix to use the build caches where possible, but build caches won't use this
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# Rust-cache disables a key feature of actions/cache: restoreKeys.
# Without restore keys, we lose the ability to get partial matches on caches, and end
# up with too many cache misses.
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index
Expand Down
11 changes: 10 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
@stringhandler @CjS77 @sdbondi
# CI/CD-related files require a review by the devops team
.github/**/* @tari-project/devops
scripts/**/* @tari-project/devops
CODEOWNERS @tari-project/devops

# Consensus code requires approvals by lead maintainers
base_layer/core/src/consensus/**/* @tari-project/lead-maintainers
base_layer/core/src/**/* @tari-project/tari-core-developers
base_layer/key_manager/src/**/* @tari-project/tari-core-developers
base_layer/wallet/src/**/* @tari-project/tari-core-developers
Loading

0 comments on commit b19cad7

Please sign in to comment.