Renamed EIP712 context files to less generic ones
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdbool.h>
|
||||
#include "commands_712.h"
|
||||
#include "apdu_constants.h" // APDU response codes
|
||||
#include "context.h"
|
||||
#include "context_712.h"
|
||||
#include "field_hash.h"
|
||||
#include "path.h"
|
||||
#include "ui_logic.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include "context.h"
|
||||
#include "context_712.h"
|
||||
#include "mem.h"
|
||||
#include "mem_utils.h"
|
||||
#include "sol_typenames.h"
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "shared_context.h"
|
||||
#include "ui_logic.h"
|
||||
#include "ethUtils.h" // KECCAK256_HASH_BYTESIZE
|
||||
#include "context.h" // contract_addr
|
||||
#include "context_712.h" // contract_addr
|
||||
#include "utils.h" // u64_from_BE
|
||||
#include "apdu_constants.h" // APDU response codes
|
||||
#include "typed_data.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "hash_bytes.h"
|
||||
#include "ethUstream.h" // INT256_LENGTH
|
||||
#include "apdu_constants.h" // APDU return codes
|
||||
#include "context.h"
|
||||
#include "context_712.h"
|
||||
#include "commands_712.h"
|
||||
#include "typed_data.h"
|
||||
#include "path.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <string.h>
|
||||
#include "path.h"
|
||||
#include "mem.h"
|
||||
#include "context.h"
|
||||
#include "context_712.h"
|
||||
#include "commands_712.h"
|
||||
#include "type_hash.h"
|
||||
#include "shared_context.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "hash_bytes.h"
|
||||
#include "typed_data.h"
|
||||
#include "format_hash_field_type.h"
|
||||
#include "context.h"
|
||||
#include "context_712.h"
|
||||
|
||||
// the SDK does not define a SHA-224 type, define it here so it's easier
|
||||
// to understand in the code
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "typed_data.h"
|
||||
#include "sol_typenames.h"
|
||||
#include "apdu_constants.h" // APDU response codes
|
||||
#include "context.h"
|
||||
#include "context_712.h"
|
||||
#include "mem.h"
|
||||
#include "mem_utils.h"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "ethUtils.h" // getEthDisplayableAddress
|
||||
#include "utils.h" // uint256_to_decimal
|
||||
#include "common_712.h"
|
||||
#include "context.h" // eip712_context_deinit
|
||||
#include "context_712.h" // eip712_context_deinit
|
||||
#include "uint256.h" // tostring256 && tostring256_signed
|
||||
#include "path.h" // path_get_root_type
|
||||
#include "apdu_constants.h" // APDU response codes
|
||||
|
||||
Reference in New Issue
Block a user