Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge chia tag 1.0.15 into develop #44

Merged
merged 30 commits into from Sep 21, 2022

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Sep 6, 2022

Skipped 2 catch2 PRs Chia-Network#298 and Chia-Network#320 (cause we use different logic)

NOTE: CI on windows-latest was failing https://github.com/dashpay/bls-signatures/actions/runs/3003444258 so skipped Chia-Network#323 too

altendky and others added 17 commits September 6, 2022 23:48
* Also build Python 3.10 wheels

* Test all Python versions

* Use cibuildwheel 2.2.2

* Skip musllinux for now

* Add CPython $v to now-matrixed test jobs

* add 3.10 builds to AARCH64

* break out testing of all pythons to another PR

* Skip musllinux on aarch64
As is this builds on any push and also any PR.  This results in double
workflows on PRs.
…rk#303)

* cancel-workflow to 0.9.1 - test Python 3.10

* Revert e73751e and change to single \ later
* Build Python 3.9 and 3.10 M1 wheels

* Find brew-python paths

* Cancel-workflow to 0.9.1 - test Python 3.10 on Mac/Ubuntu (Chia-Network#303)

* cancel-workflow to 0.9.1 - test Python 3.10

* Revert e73751e and change to single \ later

* python is in /opt/homebrew

* source not found

* no dash in cp39, cp310

* use brew install instead

* pip install delocate-wheel

* $(brew --prefix python@3.9)

* shorten path

* path is already full

* Update path and correct delocate install
* Update cibuildwheel to 2.3.1

* use single quotes in setup.py

* Revert e73751e and change to single \ later
…ngs (Chia-Network#305)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.1...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-Network#306)

Bumps [engine.io](https://github.com/socketio/engine.io) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/4.1.2/CHANGELOG.md)
- [Commits](socketio/engine.io@4.1.1...4.1.2)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…twork#310)

Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/log4js-node/log4js-node/releases)
- [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md)
- [Commits](log4js-node/log4js-node@v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: log4js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…a-Network#312)

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.4 to 6.3.14.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v6.3.4...v6.3.14)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-Network#311)

* python-bindings: Release the python GIL where possible

* python-bindings: Don't access `buffer_info::ptr` without the GIL
@UdjinM6 UdjinM6 force-pushed the chia_bkp_1.0.15 branch 2 times, most recently from e23e681 to 0ad2844 Compare September 6, 2022 22:07
AmineKhaldi and others added 11 commits September 7, 2022 01:39
* target arm64 linux runner

* Fix nesting
* Use native job cancellation

* Add start to js bindings workflow

* Get the version info for a tag and replace in package.json

* Add/update setup-emsdk action

* Update artifact dir

* Set NPM TOKEN in the publish step

* Remove upload artifacts

* Fix dir

* publish packages as public

* Actually use npm token

* Fix cleanup file location
arvidn and others added 2 commits September 7, 2022 01:39
* rework build matrix to a single workflow

* rm the others

* debug

* drop the inp_raw.c patch

* try dropping CIBW_ENVIRONMENT_WINDOWS

* just remove it

* Revert "debug"

This reverts commit 7a2e1af.
@UdjinM6 UdjinM6 marked this pull request as ready for review September 6, 2022 22:53
Copy link
Collaborator

@ogabrielides ogabrielides left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK for merging via merge commit

@PastaPastaPasta PastaPastaPasta merged commit 057ca01 into dashpay:develop Sep 21, 2022
@UdjinM6 UdjinM6 deleted the chia_bkp_1.0.15 branch September 30, 2022 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet