Renamed EIP712 context files to less generic ones

This commit is contained in:
Alexandre Paillier
2022-08-25 10:54:34 +02:00
parent 1b46ccb190
commit 5ce56bd53e
9 changed files with 8 additions and 8 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -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"

View File

@@ -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