mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-23 18:53:13 +00:00
Merge pull request #385 from logos-blockchain/arjentix/fix-unrecognized-commitment-set-digest-error
Fix unrecognized commitment set digest error
This commit is contained in:
commit
1e3b60feae
3
Justfile
3
Justfile
@ -64,5 +64,6 @@ clean:
|
|||||||
@echo "🧹 Cleaning run artifacts"
|
@echo "🧹 Cleaning run artifacts"
|
||||||
rm -rf sequencer_runner/bedrock_signing_key
|
rm -rf sequencer_runner/bedrock_signing_key
|
||||||
rm -rf sequencer_runner/rocksdb
|
rm -rf sequencer_runner/rocksdb
|
||||||
rm -rf indexer/rocksdb
|
rm -rf indexer/service/rocksdb
|
||||||
rm -rf wallet/configs/debug/storage.json
|
rm -rf wallet/configs/debug/storage.json
|
||||||
|
cd bedrock && docker compose down -v
|
||||||
|
|||||||
@ -20,8 +20,8 @@ e.g.:
|
|||||||
|
|
||||||
```
|
```
|
||||||
▶ wallet account list
|
▶ wallet account list
|
||||||
Preconfigured Public/Gj1mJy5W7J5pfmLRujmQaLfLMWidNxQ6uwnhb666ZwHw,
|
Preconfigured Public/7wHg9sbJwc6h3NP1S9bekfAzB8CHifEcxKswCKUt3YQo,
|
||||||
Preconfigured Public/BLgCRDXYdQPMMWVHYRFGQZbgeHx9frkipa8GtpG2Syqy,
|
Preconfigured Public/6iArKUXxhUJqS7kCaPNhwMWt3ro71PDyBj7jwAyE2VQV,
|
||||||
Preconfigured Private/3oCG8gqdKLMegw4rRfyaMQvuPHpcASt7xwttsmnZLSkw,
|
Preconfigured Private/3oCG8gqdKLMegw4rRfyaMQvuPHpcASt7xwttsmnZLSkw,
|
||||||
Preconfigured Private/AKTcXgJ1xoynta1Ec7y6Jso1z1JQtHqd7aPQ1h9er6xX,
|
Preconfigured Private/AKTcXgJ1xoynta1Ec7y6Jso1z1JQtHqd7aPQ1h9er6xX,
|
||||||
/ Public/8DstRgMQrB2N9a7ymv98RDDbt8nctrP9ZzaNRSpKDZSu,
|
/ Public/8DstRgMQrB2N9a7ymv98RDDbt8nctrP9ZzaNRSpKDZSu,
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"home": "./indexer/service",
|
"home": "./indexer/service",
|
||||||
"consensus_info_polling_interval": "60s",
|
"consensus_info_polling_interval": "1s",
|
||||||
"bedrock_client_config": {
|
"bedrock_client_config": {
|
||||||
"addr": "http://logos-blockchain-node-0:18080",
|
"addr": "http://logos-blockchain-node-0:18080",
|
||||||
"backoff": {
|
"backoff": {
|
||||||
@ -11,50 +11,50 @@
|
|||||||
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
|
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
|
||||||
"initial_accounts": [
|
"initial_accounts": [
|
||||||
{
|
{
|
||||||
"account_id": "BLgCRDXYdQPMMWVHYRFGQZbgeHx9frkipa8GtpG2Syqy",
|
"account_id": "6iArKUXxhUJqS7kCaPNhwMWt3ro71PDyBj7jwAyE2VQV",
|
||||||
"balance": 10000
|
"balance": 10000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"account_id": "Gj1mJy5W7J5pfmLRujmQaLfLMWidNxQ6uwnhb666ZwHw",
|
"account_id": "7wHg9sbJwc6h3NP1S9bekfAzB8CHifEcxKswCKUt3YQo",
|
||||||
"balance": 20000
|
"balance": 20000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"initial_commitments": [
|
"initial_commitments": [
|
||||||
{
|
{
|
||||||
"npk": [
|
"npk":[
|
||||||
63,
|
|
||||||
202,
|
|
||||||
178,
|
|
||||||
231,
|
|
||||||
183,
|
|
||||||
82,
|
|
||||||
237,
|
|
||||||
212,
|
|
||||||
216,
|
|
||||||
221,
|
|
||||||
215,
|
|
||||||
255,
|
|
||||||
153,
|
|
||||||
101,
|
|
||||||
177,
|
177,
|
||||||
161,
|
|
||||||
254,
|
|
||||||
210,
|
|
||||||
128,
|
|
||||||
122,
|
|
||||||
54,
|
|
||||||
190,
|
|
||||||
230,
|
|
||||||
151,
|
|
||||||
183,
|
|
||||||
64,
|
64,
|
||||||
225,
|
|
||||||
229,
|
|
||||||
113,
|
|
||||||
1,
|
1,
|
||||||
228,
|
11,
|
||||||
97
|
87,
|
||||||
],
|
38,
|
||||||
|
254,
|
||||||
|
159,
|
||||||
|
231,
|
||||||
|
165,
|
||||||
|
1,
|
||||||
|
94,
|
||||||
|
64,
|
||||||
|
137,
|
||||||
|
243,
|
||||||
|
76,
|
||||||
|
249,
|
||||||
|
101,
|
||||||
|
251,
|
||||||
|
129,
|
||||||
|
33,
|
||||||
|
101,
|
||||||
|
189,
|
||||||
|
30,
|
||||||
|
42,
|
||||||
|
11,
|
||||||
|
191,
|
||||||
|
34,
|
||||||
|
103,
|
||||||
|
186,
|
||||||
|
227,
|
||||||
|
230
|
||||||
|
] ,
|
||||||
"account": {
|
"account": {
|
||||||
"program_owner": [
|
"program_owner": [
|
||||||
0,
|
0,
|
||||||
@ -73,38 +73,38 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"npk": [
|
"npk": [
|
||||||
192,
|
32,
|
||||||
251,
|
67,
|
||||||
166,
|
72,
|
||||||
243,
|
164,
|
||||||
167,
|
106,
|
||||||
236,
|
53,
|
||||||
84,
|
66,
|
||||||
249,
|
239,
|
||||||
35,
|
141,
|
||||||
|
15,
|
||||||
|
52,
|
||||||
|
230,
|
||||||
136,
|
136,
|
||||||
130,
|
177,
|
||||||
172,
|
2,
|
||||||
219,
|
236,
|
||||||
225,
|
207,
|
||||||
161,
|
|
||||||
139,
|
|
||||||
229,
|
|
||||||
89,
|
|
||||||
243,
|
243,
|
||||||
125,
|
134,
|
||||||
|
135,
|
||||||
|
210,
|
||||||
|
143,
|
||||||
|
87,
|
||||||
|
232,
|
||||||
|
215,
|
||||||
|
128,
|
||||||
194,
|
194,
|
||||||
213,
|
120,
|
||||||
209,
|
113,
|
||||||
30,
|
224,
|
||||||
23,
|
4,
|
||||||
174,
|
165
|
||||||
100,
|
|
||||||
244,
|
|
||||||
124,
|
|
||||||
74,
|
|
||||||
140,
|
|
||||||
47
|
|
||||||
],
|
],
|
||||||
"account": {
|
"account": {
|
||||||
"program_owner": [
|
"program_owner": [
|
||||||
|
|||||||
@ -20,17 +20,50 @@
|
|||||||
"indexer_rpc_url": "ws://indexer_service:8779",
|
"indexer_rpc_url": "ws://indexer_service:8779",
|
||||||
"initial_accounts": [
|
"initial_accounts": [
|
||||||
{
|
{
|
||||||
"account_id": "BLgCRDXYdQPMMWVHYRFGQZbgeHx9frkipa8GtpG2Syqy",
|
"account_id": "6iArKUXxhUJqS7kCaPNhwMWt3ro71PDyBj7jwAyE2VQV",
|
||||||
"balance": 10000
|
"balance": 10000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"account_id": "Gj1mJy5W7J5pfmLRujmQaLfLMWidNxQ6uwnhb666ZwHw",
|
"account_id": "7wHg9sbJwc6h3NP1S9bekfAzB8CHifEcxKswCKUt3YQo",
|
||||||
"balance": 20000
|
"balance": 20000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"initial_commitments": [
|
"initial_commitments": [
|
||||||
{
|
{
|
||||||
"npk": [13, 25, 40, 5, 198, 248, 210, 248, 237, 121, 124, 145, 186, 142, 253, 216, 236, 69, 193, 32, 166, 167, 49, 133, 172, 111, 159, 46, 84, 17, 157, 23],
|
"npk":[
|
||||||
|
177,
|
||||||
|
64,
|
||||||
|
1,
|
||||||
|
11,
|
||||||
|
87,
|
||||||
|
38,
|
||||||
|
254,
|
||||||
|
159,
|
||||||
|
231,
|
||||||
|
165,
|
||||||
|
1,
|
||||||
|
94,
|
||||||
|
64,
|
||||||
|
137,
|
||||||
|
243,
|
||||||
|
76,
|
||||||
|
249,
|
||||||
|
101,
|
||||||
|
251,
|
||||||
|
129,
|
||||||
|
33,
|
||||||
|
101,
|
||||||
|
189,
|
||||||
|
30,
|
||||||
|
42,
|
||||||
|
11,
|
||||||
|
191,
|
||||||
|
34,
|
||||||
|
103,
|
||||||
|
186,
|
||||||
|
227,
|
||||||
|
230
|
||||||
|
] ,
|
||||||
"account": {
|
"account": {
|
||||||
"program_owner": [
|
"program_owner": [
|
||||||
0,
|
0,
|
||||||
@ -48,7 +81,40 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"npk": [32, 67, 72, 164, 106, 53, 66, 239, 141, 15, 52, 230, 136, 177, 2, 236, 207, 243, 134, 135, 210, 143, 87, 232, 215, 128, 194, 120, 113, 224, 4, 165],
|
"npk": [
|
||||||
|
32,
|
||||||
|
67,
|
||||||
|
72,
|
||||||
|
164,
|
||||||
|
106,
|
||||||
|
53,
|
||||||
|
66,
|
||||||
|
239,
|
||||||
|
141,
|
||||||
|
15,
|
||||||
|
52,
|
||||||
|
230,
|
||||||
|
136,
|
||||||
|
177,
|
||||||
|
2,
|
||||||
|
236,
|
||||||
|
207,
|
||||||
|
243,
|
||||||
|
134,
|
||||||
|
135,
|
||||||
|
210,
|
||||||
|
143,
|
||||||
|
87,
|
||||||
|
232,
|
||||||
|
215,
|
||||||
|
128,
|
||||||
|
194,
|
||||||
|
120,
|
||||||
|
113,
|
||||||
|
224,
|
||||||
|
4,
|
||||||
|
165
|
||||||
|
],
|
||||||
"account": {
|
"account": {
|
||||||
"program_owner": [
|
"program_owner": [
|
||||||
0,
|
0,
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"home": ".",
|
"home": ".",
|
||||||
"consensus_info_polling_interval": "60s",
|
"consensus_info_polling_interval": "1s",
|
||||||
"bedrock_client_config": {
|
"bedrock_client_config": {
|
||||||
"addr": "http://localhost:8080",
|
"addr": "http://localhost:8080",
|
||||||
"backoff": {
|
"backoff": {
|
||||||
@ -11,50 +11,50 @@
|
|||||||
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
|
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
|
||||||
"initial_accounts": [
|
"initial_accounts": [
|
||||||
{
|
{
|
||||||
"account_id": "BLgCRDXYdQPMMWVHYRFGQZbgeHx9frkipa8GtpG2Syqy",
|
"account_id": "6iArKUXxhUJqS7kCaPNhwMWt3ro71PDyBj7jwAyE2VQV",
|
||||||
"balance": 10000
|
"balance": 10000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"account_id": "Gj1mJy5W7J5pfmLRujmQaLfLMWidNxQ6uwnhb666ZwHw",
|
"account_id": "7wHg9sbJwc6h3NP1S9bekfAzB8CHifEcxKswCKUt3YQo",
|
||||||
"balance": 20000
|
"balance": 20000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"initial_commitments": [
|
"initial_commitments": [
|
||||||
{
|
{
|
||||||
"npk": [
|
"npk":[
|
||||||
63,
|
|
||||||
202,
|
|
||||||
178,
|
|
||||||
231,
|
|
||||||
183,
|
|
||||||
82,
|
|
||||||
237,
|
|
||||||
212,
|
|
||||||
216,
|
|
||||||
221,
|
|
||||||
215,
|
|
||||||
255,
|
|
||||||
153,
|
|
||||||
101,
|
|
||||||
177,
|
177,
|
||||||
161,
|
|
||||||
254,
|
|
||||||
210,
|
|
||||||
128,
|
|
||||||
122,
|
|
||||||
54,
|
|
||||||
190,
|
|
||||||
230,
|
|
||||||
151,
|
|
||||||
183,
|
|
||||||
64,
|
64,
|
||||||
225,
|
|
||||||
229,
|
|
||||||
113,
|
|
||||||
1,
|
1,
|
||||||
228,
|
11,
|
||||||
97
|
87,
|
||||||
],
|
38,
|
||||||
|
254,
|
||||||
|
159,
|
||||||
|
231,
|
||||||
|
165,
|
||||||
|
1,
|
||||||
|
94,
|
||||||
|
64,
|
||||||
|
137,
|
||||||
|
243,
|
||||||
|
76,
|
||||||
|
249,
|
||||||
|
101,
|
||||||
|
251,
|
||||||
|
129,
|
||||||
|
33,
|
||||||
|
101,
|
||||||
|
189,
|
||||||
|
30,
|
||||||
|
42,
|
||||||
|
11,
|
||||||
|
191,
|
||||||
|
34,
|
||||||
|
103,
|
||||||
|
186,
|
||||||
|
227,
|
||||||
|
230
|
||||||
|
] ,
|
||||||
"account": {
|
"account": {
|
||||||
"program_owner": [
|
"program_owner": [
|
||||||
0,
|
0,
|
||||||
@ -73,38 +73,38 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"npk": [
|
"npk": [
|
||||||
192,
|
32,
|
||||||
251,
|
67,
|
||||||
166,
|
72,
|
||||||
243,
|
164,
|
||||||
167,
|
106,
|
||||||
236,
|
53,
|
||||||
84,
|
66,
|
||||||
249,
|
239,
|
||||||
35,
|
141,
|
||||||
|
15,
|
||||||
|
52,
|
||||||
|
230,
|
||||||
136,
|
136,
|
||||||
130,
|
177,
|
||||||
172,
|
2,
|
||||||
219,
|
236,
|
||||||
225,
|
207,
|
||||||
161,
|
|
||||||
139,
|
|
||||||
229,
|
|
||||||
89,
|
|
||||||
243,
|
243,
|
||||||
125,
|
134,
|
||||||
|
135,
|
||||||
|
210,
|
||||||
|
143,
|
||||||
|
87,
|
||||||
|
232,
|
||||||
|
215,
|
||||||
|
128,
|
||||||
194,
|
194,
|
||||||
213,
|
120,
|
||||||
209,
|
113,
|
||||||
30,
|
224,
|
||||||
23,
|
4,
|
||||||
174,
|
165
|
||||||
100,
|
|
||||||
244,
|
|
||||||
124,
|
|
||||||
74,
|
|
||||||
140,
|
|
||||||
47
|
|
||||||
],
|
],
|
||||||
"account": {
|
"account": {
|
||||||
"program_owner": [
|
"program_owner": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user