Commit 57e5e8f
chore: generate genesis block (#958)
* Update consensus
* update submodules
* use stable instead of nightly foundry
* update abi
* style: resolve style guide violations
* fix
* coverage
* update ABI
* re-generate network config
* style: resolve style guide violations
---------
Co-authored-by: oXtxNt9U <120286271+oXtxNt9U@users.noreply.github.com>1 parent e92c3e0 commit 57e5e8f
32 files changed
Lines changed: 6176 additions & 6176 deletions
File tree
- .github/workflows
- contracts
- lib
- src/consensus
- test/consensus
- packages
- core/bin/config/devnet/core
- evm-contracts/source/abis
- tests
- e2e
- clients/config/core
- consensus/nodes
- api-node/core
- node0/core
- node1/core
- node2/core
- node3/core
- node4/core
- snapshot/nodes
- node0/core
- node1/core
- node2/core
- node3/core
- node4/core
- functional/transaction-pool-api/paths/config
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
- README.md+2-2
- foundry.toml+3-1
- package.json+1-1
- src/Base.sol+16-9
- src/Script.sol+1
- src/StdChains.sol+26-3
- src/StdCheats.sol+14-2
- src/StdConstants.sol+30
- src/StdUtils.sol-17
- src/Test.sol+1
- src/Vm.sol+350-14
- src/interfaces/IERC1155.sol+1-1
- src/interfaces/IERC4626.sol+1-1
- src/interfaces/IERC6909.sol+72
- src/interfaces/IERC721.sol+1-1
- src/interfaces/IERC7540.sol+150
- src/interfaces/IERC7575.sol+241
- src/mocks/MockERC20.sol-234
- src/mocks/MockERC721.sol-231
- test/CommonBase.t.sol+44
- test/StdAssertions.t.sol-4
- test/StdChains.t.sol+7-8
- test/StdCheats.t.sol+45-24
- test/StdConstants.t.sol+38
- test/StdStorage.t.sol+20-3
- test/Vm.t.sol+2-2
- test/compilation/CompilationScript.sol+1-1
- test/compilation/CompilationScriptBase.sol+1-1
- test/compilation/CompilationTest.sol+1-1
- test/compilation/CompilationTestBase.sol+1-1
- test/mocks/MockERC20.t.sol-441
- test/mocks/MockERC721.t.sol-721
Submodule openzeppelin-foundry-upgrades updated 35 files
- .changeset/config.json+16
- .github/actions/setup/action.yml+3-3
- .github/workflows/changeset.yml+28
- .github/workflows/checks.yml+26
- .github/workflows/publish.yml+57
- .github/workflows/version.yml+34
- .gitignore+3
- .gitmodules-3
- .soldeerignore+2-1
- CHANGELOG.md+16
- FUNDING.json+10
- LICENSE+1-1
- README.md+29-6
- docs/modules/pages/foundry-defender.adoc+2
- docs/modules/pages/foundry-upgrades.adoc+31-5
- lib/forge-std+1-1
- lib/solidity-stringutils-1
- package.json+21-5
- scripts/release/format-changelog.js+36
- scripts/release/publish.sh+7
- scripts/release/version.sh+7
- src/Options.sol+1-1
- src/internal/Core.sol+30-13
- src/internal/DefenderDeploy.sol+47-35
- src/internal/StringFinder.sol+46
- src/internal/Utils.sol+23-34
- src/internal/Versions.sol+1-1
- test-profiles/build-info-v2-bad/test/Upgrades.t.sol+4-4
- test/Upgrades.t.sol+19-9
- test/UpgradesUseDefenderDeploy.t.sol+20-28
- test/contracts/Validations.sol+9
- test/internal/DefenderDeploy.t.sol+13-11
- test/internal/StringFinder.t.sol+56
- test/internal/Utils.t.sol+5-4
- yarn.lock+1.6k-42
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
611 | 613 | | |
612 | 614 | | |
613 | 615 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
| 374 | + | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
Large diffs are not rendered by default.
0 commit comments