forked from fort-nix/nix-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add mempool #1
Open
nixbitcoin
wants to merge
91
commits into
master
Choose a base branch
from
mempool-nb
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add mempool #1
Conversation
This file contains 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
Signed-off-by: William Casarin <[email protected]>
Signed-off-by: William Casarin <[email protected]>
Signed-off-by: William Casarin <[email protected]>
Signed-off-by: William Casarin <[email protected]>
This is a bit hostile to different nixpkgs versions Signed-off-by: William Casarin <[email protected]>
ee4cdb0 pyln-proto: relax pycparser constraint (William Casarin) 2d6c4e8 readme: fix monitor c-lightning plugin link (William Casarin) 0bede27 clightning-plugins/commando: add module (Erik Arvstedt) 380ec3b clightning-plugins: add commando (William Casarin) 80312ba python-packages/sha256: init at 0.1 (William Casarin) 71eccb7 python-packages/runes: init at 0.4.0 (William Casarin) 570e271 clightning-plugins: bump to latest git (William Casarin) Pull request description: ACKs for top commit: erikarvstedt: ACK ee4cdb0 Tree-SHA512: 2db97ee758f061ce72f8e049299c453cc4e9947d9af55c68745aa15bcd9529cb47defb52366ca216249441fb8e113c3b3b048a5381f41fd1ef80e677dae0fe37
Previously, liquidd could fail with error: liquidd.service: start operation timed out. Terminating.
nixbitcoin
force-pushed
the
mempool-nb
branch
3 times, most recently
from
February 28, 2022 13:22
280e45f
to
7ece056
Compare
2493c8c liquidd: add service timeouts like in bitcoind (Erik Arvstedt) 59bf027 pkgs: add groups, sort alphabetically (Erik Arvstedt) Pull request description: ACKs for top commit: nixbitcoin: ACK 2493c8c Tree-SHA512: 229f57a4093b996d500f95f81992b7f0314596828639179ed57936a4bc5d0f556498bf29e1acd9aabd3cbee97f034ccabd9dad2fde01deddc5e226c6c46c7bb2
btcpayserver: 1.4.4 -> 1.4.7 elementsd: 0.21.0.1 -> 0.21.0.2 lightning-loop: 0.16.0-beta -> 0.17.0-beta
Also incorporate improvements from upstream nixpkgs expression. Except, `enable-tests` line which is already enabled by default upstream. Add comment explaining the reason for having a custom secp256k1 pkg in nix-bitcoin.
Also, tell users that they can set `services.duplicity.*` to further configure the backup.
6629e9a joinmarket: bump secp256k1 to version used upstream (nixbitcoin) Pull request description: ACKs for top commit: erikarvstedt: ACK 6629e9a jonasnick: ACK 6629e9a Tree-SHA512: f45d46ce42d18e5e0d8cdfa956c975e5421909306d45e62f8d43a40f65ece33dbae5fb5ab2ec5a96fc5e7142314b67f846f5cfcc500bbba531c502a570ef6b68
5bee663 backups: bring in line with upstream duplicity (nixbitcoin) Pull request description: ACKs for top commit: erikarvstedt: ACK 5bee663 jonasnick: ACK 5bee663 Tree-SHA512: 5dc3e7e0522d5a7039868ed84f6849ff561c194fa5d9c17c217fa22e89b1ed3636eba8c14ed92f91c63ce9199f03411266c602ee8339e773e8f48599f520e208
With newer nixpkgs versions, a type error was shown instead of the warning message when `secretsSetupMethod` was unset.
electrs: 0.9.5 -> 0.9.6
Previously, `builtins.defaultSystem` was implicitly used. This fixes NixOS system builds for systems other than `defaultSystem`.
- Move option `rtl.nodes.{lnd,clightning}` -> `rtl.nodes.{lnd,clightning}.enable` This is required by the next commit. - Move option `rtl.loop` -> `rtl.nodes.lnd.loop` - Only enable loop when `nodes.lnd` is enabled
Also define rtl config as a Nix attrset that is converted to JSON
clightning: 0.11.0.1 -> 0.11.1
This makes scripts fail early on request errors. Previously, curl exited with status 0 when enountering HTTP error status codes. `-fsS` equals `--fail --silent --show-error`.
This matches lnd's terminology.
It's not entirely clear what 'updating the secrets' means (it refers to the previous step), so just remove this part.
Join paragraphs that refer to the same topic.
ef93a9a rtl: formatting (Erik Arvstedt) 571983a docs/services: improve lndconnect section (Erik Arvstedt) 9649785 docs/configuration: improve formatting (Erik Arvstedt) 3d32c0a docs/configuration: clarify description (Erik Arvstedt) 107ee27 docs/configuration: improve wording (Erik Arvstedt) e2721a9 examples/configuration.nix: update system.stateVersion (Erik Arvstedt) 15288d5 lnd: rename var `mnemonic` -> `seed` (Erik Arvstedt) 84fe731 treewide: curl: exit with error status on HTTP errors (Erik Arvstedt) 63b3eec push-release.sh: fix pushing to master branch (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK ef93a9a Tree-SHA512: 5031f6fbeb6c6a57a34f3d483bc100e0035ff382ef7a03ed600276756aa040d19513d28b8dbd9406d75c18b3f7776381e46a4b6c6b9a1a33ef6990b71d1da1a7
ae94665 clightning: add `package` option (Erik Arvstedt) 041162d clightning-plugins: update to latest rev (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK ae94665 Tree-SHA512: af83b9ee694fb85073715034d93572b7a21e4a256e790f3ebc512721e2b398faee5ee120b3878727ca82ba7ffaf3171af8a9529fc55e603920b85ffae1bc2402
3755b3e rtl: add option `extraConfig` for nodes (Erik Arvstedt) ff228a6 rtl: change `nodes` options (Erik Arvstedt) beae9f8 clightning-rest: 0.7.0 -> 0.7.2 (Erik Arvstedt) 4c2d908 rtl: 0.12.2-beta -> 0.12.3-beta (Erik Arvstedt) Pull request description: ACKs for top commit: nixbitcoin: ACK 3755b3e Tree-SHA512: 21b413473792802a49694427dd488d7ba0575bb79297b8cd3d3e09707f0389fa4a65ed18eea11af167e1f42154f43685a7afc0829b769dea4b8d64007dcd7be5
Required by fulcrum.
Co-authored-by: Erik Arvstedt <[email protected]>
Co-authored-by: Erik Arvstedt <[email protected]>
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.
No description provided.