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 branch 'static-experimental' into static #90

Merged
merged 5 commits into from
Nov 29, 2024
Merged

Conversation

DeckerSU
Copy link
Owner

Changes:

  • Fix libsodium build in cases where git.savannah.gnu.org is not serving config.guess / config.sub (disable auto update)
  • Fix wallet-utility linkage
  • Fix launch and following notarizations for both old and new GLEEC chains (resolved dual GLEEC issue)
  • Fix ed25519 signature malleability in CC (thanks @TheComputerGenie)
  • Add cross-compilation for Linux aarch64 (armv8 64-bit)
  • Use p2pkh vout instead of p2pk for change when -pubkey is specified (for notary nodes)
  • Update Qt to 5.15.11
  • Use latest config.guess and config.sub in depends (thanks @TheComputerGenie)
  • Fix boost build warnings on modern compilers
  • Fix build on Ubuntu 24.04.1 (Noble Numbat)
  • Improve speed of loading guts / block index
  • Build: add support for Darwin arm64 (Apple Silicon chipset) for native and cross-compile builds
  • Allow starting without komodo.conf for KMD
  • Docker: add ability to build multi-platform images with buildx
  • Minor fixes and updates

p.s. Starting with this release, we will discontinue the static-dev branch during development. Previously, the typical merge path was static-experimental -> static-dev -> static. Moving forward, for simplicity, it will change to static-experimental -> static. This means static-experimental will be the sole development branch.

1 warning found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 45)

Now FROM and AS are consistent.
Apple Silicon is supported from now.
@DeckerSU DeckerSU merged commit 379486e into static Nov 29, 2024
1 check passed
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.

1 participant