File tree
2 files changed
+25
-3
lines changed- abi-bindings/go/Teleporter/TeleporterMessenger
- contracts/lib
2 files changed
+25
-3
lines changedLines changed: 24 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
98 | 120 |
| |
99 |
| - | |
| 121 | + | |
100 | 122 |
| |
101 | 123 |
| |
102 | 124 |
| |
103 | 125 |
| |
104 |
| - | |
| 126 | + | |
105 | 127 |
| |
106 | 128 |
| |
107 | 129 |
| |
|
Submodule subnet-evm updated 57 files
- .github/CODEOWNERS-6
- .github/workflows/ci.yml+3
- README.md+3-2
- cmd/simulator/key/key.go+3-3
- cmd/simulator/load/funder.go+1-1
- cmd/simulator/load/loader.go+107-86
- cmd/simulator/load/worker.go+57-18
- cmd/simulator/metrics/metrics.go+88-1
- cmd/simulator/txs/agent.go+1-7
- cmd/simulator/txs/tx_generator.go+37-15
- compatibility.json+1
- core/TrieStressTest.abi+1
- core/TrieStressTest.bin+1
- core/TrieStressTest.sol+22
- core/predicate_check.go+9-3
- core/predicate_check_test.go+147-10
- core/state_processor.go+3-8
- core/trie_stress_bench_test.go+115
- eth/api_backend.go+4
- eth/state_accessor.go+23-1
- eth/tracers/api.go+14-10
- eth/tracers/api_extra_test.go+417
- eth/tracers/api_test.go+17-109
- go.mod+5-6
- go.sum+10-13
- params/config.go+11-10
- params/precompile_upgrade_test.go+16
- params/state_upgrade_test.go+1-1
- peer/client.go+4-29
- peer/network.go+48-44
- peer/network_test.go+20-20
- peer/waiting_handler.go+21-7
- plugin/evm/config.go-1
- plugin/evm/service.go-14
- plugin/evm/tx_gossip_test.go+7-8
- plugin/evm/version.go+1-1
- plugin/evm/vm.go+4-5
- plugin/evm/vm_test.go-116
- plugin/evm/vm_warp_test.go+117
- precompile/precompileconfig/config.go+2-2
- precompile/precompileconfig/mocks.go+2-2
- precompile/testutils/test_predicate.go+11-33
- scripts/build_image.sh+3-3
- scripts/install_avalanchego_release.sh+15-15
- scripts/run_ginkgo.sh+1-5
- scripts/run_ginkgo_warp.sh+28
- scripts/versions.sh+1-2
- tests/utils/runner/network_manager.go+22-5
- tests/warp/warp_test.go+583-340
- warp/aggregator/aggregator.go+1-2
- warp/backend.go+1-1
- warp/client.go+6-6
- warp/handlers/signature_request_test.go-9
- warp/service.go+22-11
- x/warp/README.md+5-10
- x/warp/config.go+27-42
- x/warp/predicate_test.go+72-71
0 commit comments