chore(deps): update dependency cculianu/fulcrum to v2.1.1#66
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency cculianu/fulcrum to v2.1.1#66renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.0→2.1.1Release Notes
cculianu/Fulcrum (cculianu/Fulcrum)
v2.1.1: Fulcrum 2.1.1Compare Source
What's New:
Fulcrum 2.1.1 is a bugfix version of the 2.x series. Most significantly, it fixes a bug when using BTC on the Windows version of Fulcrum, where sometimes you can get spammy messages about exhausted Win32 API handles. (See: #324 ). This issue has now been fixed. It also contains other minor nits and fixups and 1 new JSON-RPC protocol method.
Detailed Summary of Changes (vs v2.1.0)
blockchain.address.get_status&blockchain.scripthash.get_status(#316), providing a way to query scripthash status without actually subscribing. Thanks to @mainnet-pat for suggesting this change.BTC::AddresstoCScript()CScriptto push byte blobs from std::spanisWindows()returning the wrong result on Windows inCommon.hStorage/Compat.cppbitcoin/token.h, plus some code quality tweaks tobitcoin/token.h.Pre-compiled Binaries for Linux
I have provided two pre-built binaries for Linux:
Fulcrum-2.1.1-x86_64-linux.tar.gz, which is compiled on anUbuntu 18.04system using Docker.Fulcrum-2.1.1-arm64-linux.tar.gz, which is compiled on anUbuntu 22.04system (for ARM64 bit) using Docker.All of the above binaries contain
jemalloc,libzmq,libminiupnpc,Qt6Core,Qt6Network(from Qt 6.10.0),OpenSSL 1.1.1andlibstdc++statically linked. They still requirelibz2, and the rightlibcversion as dynamic libs on your system (but those are usually present if you are on a recent system).Pre-compiled Binaries for Windows
Fulcrum-2.1.1-win64.zip- Pre-built, statically linked Windows version.Fulcrum.exe, built withjemalloc,libzmq,libminiupnpc,Qt 6.10.10,OpenSSL 3.3.0, andgcc 15.2.0.FulcrumAdmin.exeis included which is the python script, but made into aonefile .exeusing PyInstaller.FulcrumAdmin.exeas containing a virus. This is because many heuristic scanners dislike the use ofPyInstalleronefile .exe's. See: #203. Please ignore this -- we contain no viruses! Also please complain to your virus software vendor about this.See the
.ascfile for signatures; I signed the sha256 hashes of all the release binaries. My gpg public key can be obtained here: https://github.com/Electron-Cash/keys-n-hashes/blob/master/pubkeys/calinkey.txtBinary builds for macOS coming soon -- Until then you can always build from source!
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.