Skip to content

Commit

Permalink
Merge pull request #330 from ElementsProject/nix-update
Browse files Browse the repository at this point in the history
nixpkgs: Update to latest revision
  • Loading branch information
grubles authored Nov 21, 2024
2 parents 3c5d61e + 590081d commit 8ee6259
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
inputs = {
# Pinning to revision fc13ad88bf7dbf2addb58f7e9d128c5547f59e93
# - cln v24.08
# - lnd v0.18.2-beta
# - bitcoin v27.1
# Pinning to revision 6915a163f351c32bd4557518d047725665e83d37
# - cln v24.08.02
# - lnd v0.18.3-beta
# - bitcoin v28.0
# - elements v23.2.1
nixpkgs.url = "github:NixOS/nixpkgs/fc13ad88bf7dbf2addb58f7e9d128c5547f59e93";
nixpkgs.url = "github:NixOS/nixpkgs/6915a163f351c32bd4557518d047725665e83d37";
flake-utils.url = "github:numtide/flake-utils";
# blockstream-electrs: init at 0.4.1 #299761
# https://github.com/NixOS/nixpkgs/pull/299761/commits/680d27ad847801af781e0a99e4b87ed73965c69a
Expand Down
2 changes: 2 additions & 0 deletions testframework/elements.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ func NewBitcoinNode(testDir string, id int) (*BitcoinNode, error) {
"-txindex",
"-nowallet",
"-addresstype=bech32",
// https://github.com/lightningnetwork/lnd/issues/9163
"-deprecatedrpc=warnings",
}

bitcoinConfig := getBitcoindConfig()
Expand Down

0 comments on commit 8ee6259

Please sign in to comment.