go-ethereum/eth
chloefeal b42c28dd93
fix: some typos (#1396)
* build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: typo

Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com>

* fix: typo

Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com>

* fix: typo

Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com>

* fix: typo

Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raneet Debnath <35629432+Raneet10@users.noreply.github.com>
2025-01-31 01:02:27 +05:30
..
catalyst fix: lint, add: milestone related tests in downloader 2024-09-05 14:03:10 +05:30
downloader fix: some typos (#1396) 2025-01-31 01:02:27 +05:30
ethconfig Merge tag 'v1.14.6' into upstream_merge_1.14.6 2024-08-05 16:29:10 +05:30
fetcher fix: lint, add: milestone related tests in downloader 2024-09-05 14:03:10 +05:30
filters chg: handle edge cases with string blockNumber 2024-11-13 11:33:02 +01:00
gasestimator Merge tag 'v1.14.6' into upstream_merge_1.14.6 2024-08-05 16:29:10 +05:30
gasprice fix: testcases 2024-08-19 18:07:05 +05:30
protocols add: eth67 protocol 2024-09-12 16:04:41 +05:30
tracers fix: few linting errors 2024-09-02 11:00:33 +05:30
api.go miner: refactor the miner, make the pending block on demand (#28623) 2024-03-06 14:45:03 +02:00
api_admin.go eth: ignore genesis block on importChain (#27956) 2023-08-21 13:32:34 -04:00
api_backend.go Fix panic on getting safe block 2024-10-09 07:59:21 -07:00
api_debug.go Merge tag 'v1.14.6' into upstream_merge_1.14.6 2024-08-05 16:29:10 +05:30
api_debug_test.go Merge tag 'v1.14.6' into upstream_merge_1.14.6 2024-08-05 16:29:10 +05:30
api_miner.go eth, miner: fix enforcing the minimum miner tip (#28933) (#1209) 2024-04-08 10:47:47 +05:30
backend.go Enforce parallel evm via flag (#1425) 2025-01-30 23:01:27 +05:30
bloombits.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
bor_api_backend.go fix: lint 2024-11-08 18:33:58 +01:00
bor_checkpoint_verifier.go eth, consensus: refactor whitelisting related logs and improve error handling (#1268) 2024-06-18 14:43:51 +05:30
handler.go Remove duplicated tx fetcher call 2024-09-12 20:41:56 -07:00
handler_bor.go eth, consensus: refactor whitelisting related logs and improve error handling (#1268) 2024-06-18 14:43:51 +05:30
handler_bor_test.go eth, consensus: refactor whitelisting related logs and improve error handling (#1268) 2024-06-18 14:43:51 +05:30
handler_eth.go add: eth67 protocol 2024-09-12 16:04:41 +05:30
handler_eth_test.go add: eth67 protocol 2024-09-12 16:04:41 +05:30
handler_snap.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
handler_test.go fix: testcases 2024-08-09 11:59:34 +05:30
peer.go dev: fix: solve more lint issues 2023-06-15 14:54:08 +02:00
peerset.go fix: testcases, add: block broadcasting mechanism 2024-08-30 14:43:02 +05:30
state_accessor.go Merge tag 'v1.14.6' into upstream_merge_1.14.6 2024-08-05 16:29:10 +05:30
sync.go Address goroutine leak 2024-09-12 15:56:33 -07:00
sync_test.go add: eth67 protocol 2024-09-12 16:04:41 +05:30