Commit daca389
feat: implement precompile contract for opBNB (#6)
* feat: implement precompile contract for opBNB
* fix: unused import warning in test
* ci: add develop branch to the list of branches to run
* chore: fmt codes
* chore: fix no default feature importing
* chore: cargo clippy fix
* ci: disable checks on riscv32imac-unknown-none-elf
* chore: setup vec with capacity
* fix: cometbft_light_block_validate input conversion
* chore: fix fmt
* fix: add opbnb feature to ECOTONE
* fix: sepc definition
* chore: fix opBNB feature tags
* chore(ci): bump action/deploy (#1372)
* fix: light block header validation in cometbft
* chore: fix fmt
* fix: BLS_SIGNATURE_VALIDATION_BASE to 1000
* update greenfield-cometbft-rs version
---------
Co-authored-by: rakita <[email protected]>
Co-authored-by: Keefe Liu <[email protected]>1 parent 6df5d20 commit daca389
File tree
15 files changed
+1551
-37
lines changed- .github/workflows
- crates
- interpreter
- precompile
- src
- primitives
- src
- revm
15 files changed
+1551
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments