Merge pull request #131 from LedgerHQ/eip_2718

Support EIP2718 (transaction types) and EIP2930 (access list transactions) and display ChainID
This commit is contained in:
Jean P
2021-05-04 11:54:30 +02:00
committed by GitHub
13 changed files with 409 additions and 141 deletions

View File

@@ -252,6 +252,13 @@ DEFINES += IO_SEPROXYHAL_BUFFER_SIZE_B=72
DEFINES += HAVE_WALLET_ID_SDK
endif
# Enables direct data signing without having to specify it in the settings. Useful when testing with speculos.
ALLOW_DATA:=0
ifneq ($(ALLOW_DATA),0)
DEFINES += HAVE_ALLOW_DATA
endif
# Enabling debug PRINTF
DEBUG:=0
ifneq ($(DEBUG),0)