Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accInputHash discrepancies on mainnet and cardona #1288

Open
leovct opened this issue Oct 7, 2024 · 12 comments
Open

accInputHash discrepancies on mainnet and cardona #1288

leovct opened this issue Oct 7, 2024 · 12 comments
Assignees
Labels
bug Something isn't working

Comments

@leovct
Copy link

leovct commented Oct 7, 2024

Description

I’ve worked on a sanity check script for kurtosis-cdk to identify discrepancies between RPCs, datastreamer, and L1 contracts. Upon running this script against both testnet and mainnet, I came across a few interesting observations:

1. accInputHash discrepancies on Mainnet

On Mainnet, I discovered inconsistencies in the accInputHash field across our different RPCs. I’m not sure if it’s critical though... Interestingly, PolygonScan sometimes reports a different value for this field compared to our RPCs. For instance, in the case of batch 2129865 which has been created over 25 hours ago and has been verified for quite some time. See the first screenshot attached. Unfortunately, this issue is not isolated; I have observed similar inconsistencies across numerous batches.

mainnet-accinputhash-mismatch

2. accInputHash discrepancies on Cardona

Additionally, I found comparable discrepancies on Cardona, where the accInputHash field also shows inconsistencies between our RPCs and the values displayed on PolygonScan. See the second screenshot attached.

cardona-accinputhash-mismatch

References

@Sharonbc01 Sharonbc01 added this to the RC1 (v2.0.0) milestone Oct 7, 2024
@V-Staykov V-Staykov self-assigned this Oct 14, 2024
@V-Staykov
Copy link
Collaborator

I just made some tests and seems our latest version returnes correct accinputhash for all cardona and mainnet batch numbers. The difference is probably because of different node versions and the polygonscan being hooked up to an older node version. Either that, or it generated the data it shows on older version and now needs to resync.

@leovct
Copy link
Author

leovct commented Oct 15, 2024

I just made some tests and seems our latest version returnes correct accinputhash for all cardona and mainnet batch numbers. The difference is probably because of different node versions and the polygonscan being hooked up to an older node version. Either that, or it generated the data it shows on older version and now needs to resync.

Ok that makes sense, I just queried the last 5 verified batches on both cardona and mainnet and could find some inconsistencies but I'm not sure if these endpoints are up to date. Not sure if the components have been updated since I reported the issue though. The other RPC endpoints seem in sync.

Mainnet

Last verified batch on mainnet: 2131097
Found an accInputHash mismatch on batch 2131095

Screenshot 2024-10-15 at 12 15 03

Cardona

Last verified batch on cardona: 128588
Found an accInputHash mismatch on batch 128588 (but also 128586)

Screenshot 2024-10-15 at 12 17 29

@Sharonbc01
Copy link

@V-Staykov please check endpoints are valid.

@V-Staykov
Copy link
Collaborator

I tested the mentioned batches and they now seem to match on the cardona rpc and ws endpoints. I then tried to ge tthe last verified batch and redo the test with it and they mismatch. So there seems to be a problem when getting the batch data for the latest verified batch.

@Sharonbc01
Copy link

FYI @hexoscott

@V-Staykov
Copy link
Collaborator

So far I can't reproduce it locally but it might be fixed in some of the latest commits. I am checking for beta27 right now.

@V-Staykov
Copy link
Collaborator

I can't reproduce this in any way locally for some reason. Also looking ad the code I can't find a reason for the result to differ in time.

@Sharonbc01 Sharonbc01 added the bug Something isn't working label Nov 5, 2024
@leovct
Copy link
Author

leovct commented Nov 5, 2024

I ran a few tests today. All the endpoints look fine for me except https://rpc.cardona.zkevm-rpc.com/. For example, when I did the check on Cardona, 129658 was the latest verified batch. I queried the batch just before, 129657, and the RPC gives me two different responses for accInputHash.

At 16:25:38, it returns "accInputHash": "0xec7078c0b811f31246312b17065f4d7e51455d898f7079f787efcefc0cb5a5b9".

Screenshot 2024-11-05 at 16 26 45

While at 16:26:18, it returns "accInputHash": "0x8062e6a00b0c51cb25718ac08e266bf04d945aa036b07e427d06c6c9814a08a7".

Screenshot 2024-11-05 at 16 26 52

@hexoscott
Copy link
Collaborator

There are flaws in the older versions of cdk-erigon. Beta7 has been cut now which will address those, once that version has reached Bali / Cardona we can open up testing of this again.

@Sharonbc01
Copy link

Hi @leovct please can you test this now on Bali if possible as we have deployed v2.60.0-beta8 on Bali now.

cc: @praetoriansentry

@leovct
Copy link
Author

leovct commented Nov 14, 2024

Hi @leovct please can you test this now on Bali if possible as we have deployed v2.60.0-beta8 on Bali now.

cc: @praetoriansentry

Hi @Sharonbc01, I did a small test today against Bali and Cardona.

For Bali, I don't see any diff between the internal and debug RPC. It looks good to me! 🎉

For Cardona, I still see some weird behaviours with the third RPC endpoint: https://rpc.cardona.zkevm-rpc.com/. When queried multiple times, it return different results for the accInputHash field. All the other endpoints seem fine.

14/11/2024

For this test, I queried 130951 batch data from the different endpoints. This batch has been finalized a while ago, at 05:51:02 today. The same thing happens for other verified batch such as 130952, 130950, 130949, etc... It looks like the accInputHash field is re-computed every time and the result is not deterministic.

First query at 09:14:07: all the endpoints return the same result.

Click to expand
$ ./fetch_rpc_data.sh cardona 130951
Endpoint: https://rpc-debug.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

Endpoint: https://etherscan.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

Endpoint: https://rpc.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

Endpoint: https://ws.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

JSON files saved at /var/folders/7m/3_x4ns7557x52hb6vncqkx8h0000gn/T/tmp.hZygttIPgN
Comparing cardona_130951_1.json and cardona_130951_2.json:
✅ No diff

Comparing cardona_130951_1.json and cardona_130951_3.json:
✅ No diff

Comparing cardona_130951_1.json and cardona_130951_4.json:
✅ No diff

Comparing cardona_130951_2.json and cardona_130951_3.json:
✅ No diff

Comparing cardona_130951_2.json and cardona_130951_4.json:
✅ No diff

Comparing cardona_130951_3.json and cardona_130951_4.json:
✅ No diff

Second query at 09:14:10: all the endpoints return the same result once again.

Click to expand
$ ./fetch_rpc_data.sh cardona 130951
Endpoint: https://rpc-debug.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

Endpoint: https://etherscan.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

Endpoint: https://rpc.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

Endpoint: https://ws.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

JSON files saved at /var/folders/7m/3_x4ns7557x52hb6vncqkx8h0000gn/T/tmp.9UewXaJUng
Comparing cardona_130951_1.json and cardona_130951_2.json:
✅ No diff

Comparing cardona_130951_1.json and cardona_130951_3.json:
✅ No diff

Comparing cardona_130951_1.json and cardona_130951_4.json:
✅ No diff

Comparing cardona_130951_2.json and cardona_130951_3.json:
✅ No diff

Comparing cardona_130951_2.json and cardona_130951_4.json:
✅ No diff

Comparing cardona_130951_3.json and cardona_130951_4.json:
✅ No diff

Third query at 09:14:25: the third endpoint (https://rpc.cardona.zkevm-rpc.com/) returns a different accInputHash value.

Click to expand
$ ./fetch_rpc_data.sh cardona 130951
Endpoint: https://rpc-debug.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

Endpoint: https://etherscan.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

Endpoint: https://rpc.cardona.zkevm-rpc.com/
{
  "accInputHash": "0x86c9ccbb52dc881fc344f36165972228958a33c2bbaa04a6dbbf71bc8bbfae76",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

Endpoint: https://ws.cardona.zkevm-rpc.com/
{
  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
  "blocks": 574,
  "closed": true,
  "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",
  "globalExitRoot": "0x8153fb885ba5ccef9063af371c0803318d56ba65192387f9c8a9aca8373809ff",
  "localExitRoot": "0xdcdcff63a1d2d64154e2f480d804131b2c399e04a850f70e36b48b39608a22c0",
  "mainnetExitRoot": "0x6ce23142c0a224657d8a53ce226308864c096d55694eca00bd9c3b3e472a3b42",
  "number": "0x1ff87",
  "rollupExitRoot": "0x1701a28ea10b5b1e7a62f60e857addc01653b5ccde773e77af1554805eda21da",
  "sendSequencesTxHash": "0x49018954cd5f94086b455917cb976f992cc8cda337672a82d058d0909d075db8",
  "stateRoot": "0xb2dbc1890279a290c244b86a24eaeef48044e05df7f66c0e858c24052042a856",
  "timestamp": "0x673596c5",
  "transactions": 73,
  "verifyBatchTxHash": "0xa1b73bc1e9f4d290ca29e5d0cce2cba4573fe109abeb48b53f5bfe1f17ab1f81"
}

JSON files saved at /var/folders/7m/3_x4ns7557x52hb6vncqkx8h0000gn/T/tmp.ycwQoTVmIz
Comparing cardona_130951_1.json and cardona_130951_2.json:
✅ No diff

Comparing cardona_130951_1.json and cardona_130951_3.json:
❌ Diff:
--- /dev/fd/63	2024-11-14 09:14:27
+++ /dev/fd/62	2024-11-14 09:14:27
@@ -1,5 +1,5 @@
 {
-  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
+  "accInputHash": "0x86c9ccbb52dc881fc344f36165972228958a33c2bbaa04a6dbbf71bc8bbfae76",
   "blocks": 574,
   "closed": true,
   "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",

Comparing cardona_130951_1.json and cardona_130951_4.json:
✅ No diff

Comparing cardona_130951_2.json and cardona_130951_3.json:
❌ Diff:
--- /dev/fd/63	2024-11-14 09:14:27
+++ /dev/fd/62	2024-11-14 09:14:27
@@ -1,5 +1,5 @@
 {
-  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
+  "accInputHash": "0x86c9ccbb52dc881fc344f36165972228958a33c2bbaa04a6dbbf71bc8bbfae76",
   "blocks": 574,
   "closed": true,
   "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",

Comparing cardona_130951_2.json and cardona_130951_4.json:
✅ No diff

Comparing cardona_130951_3.json and cardona_130951_4.json:
❌ Diff:
--- /dev/fd/63	2024-11-14 09:14:27
+++ /dev/fd/62	2024-11-14 09:14:27
@@ -1,5 +1,5 @@
 {
-  "accInputHash": "0x86c9ccbb52dc881fc344f36165972228958a33c2bbaa04a6dbbf71bc8bbfae76",
+  "accInputHash": "0xfd5141b2892e3b8ac99427a3fa89e940af87072c58e2deaf70c88b9086ccb7ce",
   "blocks": 574,
   "closed": true,
   "coinbase": "0x761d53b47334bee6612c0bd1467fb881435375b2",

@Sharonbc01
Copy link

Okay thanks @leovct.

Lets leave this issue open to test again on Cardona when we update to v2.60.x in that environment then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants