From 40a5c20cebffaa91622e86a8d7ea3bff3b3323d6 Mon Sep 17 00:00:00 2001 From: zhang0125 Date: Tue, 6 Apr 2021 15:23:56 +0800 Subject: [PATCH 1/3] add receiptsRoot to block header --- core/Tron.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Tron.proto b/core/Tron.proto index ea86f2d1b..c1e9837f8 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -475,6 +475,7 @@ message BlockHeader { bytes witness_address = 9; int32 version = 10; bytes accountStateRoot = 11; + bytes receiptsRoot = 12; } raw raw_data = 1; bytes witness_signature = 2; From ad0df345a1e93a57be856eb2ff2a2422568028c1 Mon Sep 17 00:00:00 2001 From: sean-liu55 Date: Wed, 14 Apr 2021 13:54:16 +0800 Subject: [PATCH 2/3] empty --- core/Tron.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Tron.proto b/core/Tron.proto index 1ec9018e6..f4a75e23c 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -214,7 +214,6 @@ message Account { repeated Permission active_permission = 33; } - message Key { bytes address = 1; int64 weight = 2; From df13b0c53f4b86e3cadbf6db917af0bbe5abbaf0 Mon Sep 17 00:00:00 2001 From: zhang0125 Date: Mon, 26 Apr 2021 18:58:22 +0800 Subject: [PATCH 3/3] rm receipts root --- core/Tron.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Tron.proto b/core/Tron.proto index 33b4331af..f4a75e23c 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -477,7 +477,6 @@ message BlockHeader { bytes witness_address = 9; int32 version = 10; bytes accountStateRoot = 11; - bytes receiptsRoot = 12; } raw raw_data = 1; bytes witness_signature = 2;