mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
alpha: switch over to Elements Alpha by default.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
4
Makefile
4
Makefile
@@ -4,9 +4,9 @@
|
|||||||
PROTOCC:=protoc-c
|
PROTOCC:=protoc-c
|
||||||
|
|
||||||
# Alpha has checksequenceverify, segregated witness+input-amount-in-sig+confidentual-transactions, schnorr
|
# Alpha has checksequenceverify, segregated witness+input-amount-in-sig+confidentual-transactions, schnorr
|
||||||
#FEATURES := -DHAS_CSV=1 -DALPHA_TXSTYLE=1 -DUSE_SCHNORR=1
|
FEATURES := -DHAS_CSV=1 -DALPHA_TXSTYLE=1 -DUSE_SCHNORR=1
|
||||||
# Bitcoin uses DER for signatures
|
# Bitcoin uses DER for signatures
|
||||||
FEATURES := -DSCRIPTS_USE_DER
|
#FEATURES := -DSCRIPTS_USE_DER
|
||||||
|
|
||||||
PROGRAMS := test-cli/open-channel test-cli/open-anchor-scriptsigs test-cli/leak-anchor-sigs test-cli/open-commit-sig test-cli/check-commit-sig test-cli/check-anchor-scriptsigs test-cli/get-anchor-depth test-cli/create-steal-tx test-cli/create-commit-spend-tx test-cli/close-channel test-cli/create-close-tx test-cli/update-channel test-cli/update-channel-accept test-cli/update-channel-signature test-cli/update-channel-complete test-cli/create-commit-tx
|
PROGRAMS := test-cli/open-channel test-cli/open-anchor-scriptsigs test-cli/leak-anchor-sigs test-cli/open-commit-sig test-cli/check-commit-sig test-cli/check-anchor-scriptsigs test-cli/get-anchor-depth test-cli/create-steal-tx test-cli/create-commit-spend-tx test-cli/close-channel test-cli/create-close-tx test-cli/update-channel test-cli/update-channel-accept test-cli/update-channel-signature test-cli/update-channel-complete test-cli/create-commit-tx
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
# Sourced by other scripts
|
# Sourced by other scripts
|
||||||
STYLE=bitcoin
|
#STYLE=bitcoin
|
||||||
CLI="bitcoin-cli -regtest"
|
#CLI="bitcoin-cli -regtest"
|
||||||
DATADIR=$HOME/.bitcoin
|
#DATADIR=$HOME/.bitcoin
|
||||||
REGTESTDIR=regtest
|
#REGTESTDIR=regtest
|
||||||
DAEMON=bitcoind
|
#DAEMON=bitcoind
|
||||||
|
|
||||||
#STYLE=alpha
|
STYLE=alpha
|
||||||
#DATADIR=$HOME/.alpha
|
DATADIR=$HOME/.alpha
|
||||||
#REGTESTDIR=alpharegtest
|
REGTESTDIR=alpharegtest
|
||||||
#CLI="alpha-cli -datadir=$DATADIR -regtest -testnet=0"
|
CLI="alpha-cli -datadir=$DATADIR -regtest -testnet=0"
|
||||||
#DAEMON="alphad -datadir=$DATADIR"
|
DAEMON="alphad -datadir=$DATADIR"
|
||||||
|
|
||||||
#PREFIX="valgrind --vgdb-error=1"
|
#PREFIX="valgrind --vgdb-error=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user