Skip to content

Commit

Permalink
Merge branch 'v1.7-dev' into feat/tokenSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Dec 5, 2024
2 parents cf32dd5 + bf6282d commit c72013b
Show file tree
Hide file tree
Showing 79 changed files with 558 additions and 414 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/manage-runs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
name: Build and push devcontainer
runs-on: ubuntu-24.04
timeout-minutes: 60
timeout-minutes: 240
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: yarn config set npmAuthToken ${{ secrets.NPM_TOKEN }}

- name: Publish NPM packages
run: yarn workspaces foreach --all --no-private --parallel npm publish --access public --tag ${{ steps.tag.outputs.result }}
run: yarn workspaces foreach --all --no-private --parallel npm publish --tolerate-republish --access public --tag ${{ steps.tag.outputs.result }}

- name: Ignore only already cached artifacts
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
build-image:
name: Build ${{ inputs.name }} image
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-build-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
build-js:
name: Build JS
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: softwareforgood/check-artifact-v4-existence@v0
id: check-artifact
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
codeql:
name: Run Code QL
runs-on: ubuntu-24.04
timeout-minutes: 15
permissions:
actions: read
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests-js-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
lint:
name: Linting
runs-on: ubuntu-24.04
timeout-minutes: 5
permissions:
id-token: write
contents: read
Expand All @@ -40,6 +41,7 @@ jobs:
test:
name: Tests
runs-on: ubuntu-24.04
timeout-minutes: 15
permissions:
id-token: write
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-rs-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:

detect_structure_changes:
name: Detect immutable structure changes
timeout-minutes: 10
runs-on: ubuntu-24.04
# FIXME: as we use `gh pr view` below, this check can only
# run on pull requests. We should find a way to run it
Expand Down
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ npmAuditExcludePackages:
- micromatch # TODO: remove when new micromatch will be released https://github.com/advisories/GHSA-952p-6rrq-rcjv
- eslint # TODO: Update eslint https://github.com/dashpay/platform/issues/2212
- elliptic # TODO: Remove when elliptic >6.5.7 released
- memdown # TODO: Update leveldb
- levelup # TODO: Update leveldb
- deferred-leveldown # TODO: Update leveldb
- abstract-leveldown # TODO: Update leveldb

packageExtensions:
"@dashevo/protobufjs@*":
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### [1.6.2](https://github.com/dashpay/platform/compare/v1.6.1...v1.6.2) (2024-12-03)


### Bug Fixes

* **dashmate:** status command fails if drive is not running ([#2364](https://github.com/dashpay/platform/issues/2364))
* **dashmate:** zero ssl verification passes without being verified ([#2365](https://github.com/dashpay/platform/issues/2365))


### Miscellaneous Chores

* ignore leveldb deprecation warnings ([#2366](https://github.com/dashpay/platform/issues/2366))


### Build System

* enable drive image for Ivy Bridge CPU ([#2363](https://github.com/dashpay/platform/issues/2363))

### [1.6.1](https://github.com/dashpay/platform/compare/v1.6.0...v1.6.1) (2024-11-29)

## [1.6.0-dev.2](https://github.com/dashpay/platform/compare/v1.6.0-dev.1...v1.6.0-dev.2) (2024-11-27)


Expand Down
Loading

0 comments on commit c72013b

Please sign in to comment.