-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: btcsuite/btcd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: btcsuite/btcd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 6 files changed
- 3 contributors
Commits on Apr 28, 2022
-
Merge pull request #1851 from davecgh/v0_22_use_chainhash_module
[release-v0.22.1] multi: Switch to chaincfg/chainhash module.
1Configuration menu - View commit details
-
Copy full SHA for d40789f - Browse repository at this point
Copy the full SHA d40789fView commit details
Commits on Oct 10, 2022
-
wire: remove erroneous witness size check in wire parsing
In this commit, we fix a bug that would cause nodes to be unable to parse a given block from the wire. The block would be properly accepted if fed in via other mechanisms. The issue here is that the old checks for the maximum witness size, circa segwit v0 where placed in the wire package _as well_ as the tx engine. This check should only be in the engine, since it's properly gated by other related scrip validation flags. The fix itself is simple: limit witnesses only based on the maximum block size in bytes, or ~4MB.
Configuration menu - View commit details
-
Copy full SHA for ae3b9c9 - Browse repository at this point
Copy the full SHA ae3b9c9View commit details -
mempool: export isDust for use in other projects
This changes isDust to IsDust so other golang projects (btcwallet or lnd) can use the precise dust calculation used by btcd.
Configuration menu - View commit details
-
Copy full SHA for c4e7856 - Browse repository at this point
Copy the full SHA c4e7856View commit details -
mempool: introduce GetDustThreshold to export dust limit calculation
This commit modifies no behavior and would allow other projects to retrieve the dust limit for a particular output type before the amount of the output is known. This is particularly useful in the Lightning Network for channel negotiation.
Configuration menu - View commit details
-
Copy full SHA for f30a73d - Browse repository at this point
Copy the full SHA f30a73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f64fe9 - Browse repository at this point
Copy the full SHA 4f64fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7446802 - Browse repository at this point
Copy the full SHA 7446802View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2fba5 - Browse repository at this point
Copy the full SHA ba2fba5View commit details -
Merge pull request #1901 from Roasbeef/v-0-22-branch
release: create release branch for v0.22.2 to backport block parsing issue
Configuration menu - View commit details
-
Copy full SHA for 2ca4f4c - Browse repository at this point
Copy the full SHA 2ca4f4cView commit details
There are no files selected for viewing