@@ -140,6 +140,7 @@ func allTransactionTypes(addr common.Address, config *params.ChainConfig) []txDa
140140 Want : `{
141141 "blockHash": null,
142142 "blockNumber": null,
143+ "blockTimestamp": null,
143144 "from": "0x71562b71999873db5b286df957af199ec94617f7",
144145 "gas": "0x7",
145146 "gasPrice": "0x6",
@@ -170,6 +171,7 @@ func allTransactionTypes(addr common.Address, config *params.ChainConfig) []txDa
170171 Want : `{
171172 "blockHash": null,
172173 "blockNumber": null,
174+ "blockTimestamp": null,
173175 "from": "0x71562b71999873db5b286df957af199ec94617f7",
174176 "gas": "0x7",
175177 "gasPrice": "0x6",
@@ -208,6 +210,7 @@ func allTransactionTypes(addr common.Address, config *params.ChainConfig) []txDa
208210 Want : `{
209211 "blockHash": null,
210212 "blockNumber": null,
213+ "blockTimestamp": null,
211214 "from": "0x71562b71999873db5b286df957af199ec94617f7",
212215 "gas": "0x7",
213216 "gasPrice": "0x6",
@@ -254,6 +257,7 @@ func allTransactionTypes(addr common.Address, config *params.ChainConfig) []txDa
254257 Want : `{
255258 "blockHash": null,
256259 "blockNumber": null,
260+ "blockTimestamp": null,
257261 "from": "0x71562b71999873db5b286df957af199ec94617f7",
258262 "gas": "0x7",
259263 "gasPrice": "0x6",
@@ -301,6 +305,7 @@ func allTransactionTypes(addr common.Address, config *params.ChainConfig) []txDa
301305 Want : `{
302306 "blockHash": null,
303307 "blockNumber": null,
308+ "blockTimestamp": null,
304309 "from": "0x71562b71999873db5b286df957af199ec94617f7",
305310 "gas": "0x7",
306311 "gasPrice": "0x9",
@@ -345,6 +350,7 @@ func allTransactionTypes(addr common.Address, config *params.ChainConfig) []txDa
345350 Want : `{
346351 "blockHash": null,
347352 "blockNumber": null,
353+ "blockTimestamp": null,
348354 "from": "0x71562b71999873db5b286df957af199ec94617f7",
349355 "gas": "0x7",
350356 "gasPrice": "0x9",
@@ -387,6 +393,7 @@ func allBlobTxs(addr common.Address, config *params.ChainConfig) []txData {
387393 Want : `{
388394 "blockHash": null,
389395 "blockNumber": null,
396+ "blockTimestamp": null,
390397 "from": "0x71562b71999873db5b286df957af199ec94617f7",
391398 "gas": "0x6",
392399 "gasPrice": "0x5",
@@ -3138,6 +3145,7 @@ func TestRPCMarshalBlock(t *testing.T) {
31383145 {
31393146 "blockHash": "0x9b73c83b25d0faf7eab854e3684c7e394336d6e135625aafa5c183f27baa8fee",
31403147 "blockNumber": "0x64",
3148+ "blockTimestamp": "0x0",
31413149 "from": "0x0000000000000000000000000000000000000000",
31423150 "gas": "0x457",
31433151 "gasPrice": "0x2b67",
@@ -3158,6 +3166,7 @@ func TestRPCMarshalBlock(t *testing.T) {
31583166 {
31593167 "blockHash": "0x9b73c83b25d0faf7eab854e3684c7e394336d6e135625aafa5c183f27baa8fee",
31603168 "blockNumber": "0x64",
3169+ "blockTimestamp": "0x0",
31613170 "from": "0x0000000000000000000000000000000000000000",
31623171 "gas": "0x457",
31633172 "gasPrice": "0x2b67",
@@ -3176,6 +3185,7 @@ func TestRPCMarshalBlock(t *testing.T) {
31763185 {
31773186 "blockHash": "0x9b73c83b25d0faf7eab854e3684c7e394336d6e135625aafa5c183f27baa8fee",
31783187 "blockNumber": "0x64",
3188+ "blockTimestamp": "0x0",
31793189 "from": "0x0000000000000000000000000000000000000000",
31803190 "gas": "0x457",
31813191 "gasPrice": "0x2b67",
@@ -3196,6 +3206,7 @@ func TestRPCMarshalBlock(t *testing.T) {
31963206 {
31973207 "blockHash": "0x9b73c83b25d0faf7eab854e3684c7e394336d6e135625aafa5c183f27baa8fee",
31983208 "blockNumber": "0x64",
3209+ "blockTimestamp": "0x0",
31993210 "from": "0x0000000000000000000000000000000000000000",
32003211 "gas": "0x457",
32013212 "gasPrice": "0x2b67",
0 commit comments