Commit e617907
authored
URC and whitelst functionalities sharing the same common code base (#577)
* new registration module
Signed-off-by: Maciej Skrzypkowski <mskr@gmx.com>
* registry ABI
* adding registry abi wip
* Two separate binaries for whitelist and URC
* removed unneeded
* desugar async trait function to add Send trait to return value
* Introduced 3 separate crate catalyst-common, catalyst-urc, catalyst-whitelist
* inner execution layer field
* chain_id example cont.
* specific config for Extension Trait
* get logs compiles
* Getting logs improvements
* removed catalyst from crates names
* moved node module to the whitelist crate
* tests work
* sort dependencies
* Set publish to false in Cargo.toml
* Update Cargo.toml files to use workspace for common dependency
Signed-off-by: Maciej Skrzypkowski <mskr@gmx.com>
* fmt
* Add Default implementation for Metrics struct
* Refactor test_gas module: Move test_gas from common to whitelist crate and implement test_gas_params function for transaction handling.
Signed-off-by: Maciej Skrzypkowski <mskr@gmx.com>
* Update Cargo.lock to remove catalyst_node package and bump versions for common, urc, and whitelist packages to 1.6.0. Refactor slot_clock initialization in operator.rs for improved clarity.
* v1.7.0
* Refactor project structure: Rename 'urc' to 'permissionless' and 'whitelist' to 'catalyst_whitelist'. Update Dockerfile and Cargo files accordingly. Add 'permissionless' package to Cargo.lock.
* renamed directories
Signed-off-by: Maciej Skrzypkowski <mskr@gmx.com>
* .env.sample
* Update log message to reflect the correct node name: changed from 'URC Node' to 'Permissionless Node'.
---------
Signed-off-by: Maciej Skrzypkowski <mskr@gmx.com>1 parent e27a3dc commit e617907
File tree
97 files changed
+982
-664
lines changed- common
- src
- blob
- chain_monitor
- crypto
- funds_monitor
- l1
- abi
- l2
- abi
- metrics
- utils
- node
- src/node
- permissionless
- src
- l1
- abi
- registration
- utils
- whitelist
- src
- forced_inclusion
- l1
- node
- batch_manager
- test_gas
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+982
-664
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 10 | + | |
16 | 11 | | |
17 | 12 | | |
18 | 13 | | |
| |||
22 | 17 | | |
23 | 18 | | |
24 | 19 | | |
25 | | - | |
26 | 20 | | |
27 | 21 | | |
28 | 22 | | |
| |||
File renamed without changes.
File renamed without changes.
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
8 | 9 | | |
9 | | - | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
File renamed without changes.
0 commit comments