Add windows Ipc Client implementation (#7187)

This commit is contained in:
Abner Zheng
2024-04-26 21:34:34 +08:00
committed by GitHub
parent 73ea68692c
commit b6b2cf816e
15 changed files with 580 additions and 515 deletions

View File

@ -58,6 +58,7 @@ exceptions = [
{ allow = ["CC0-1.0"], name = "secp256k1-sys" },
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
{ allow = ["CC0-1.0"], name = "more-asserts" },
{ allow = ["CC0-1.0"], name = "to_method" },
{ allow = ["CC0-1.0"], name = "aurora-engine-modexp" },
# TODO: decide on MPL-2.0 handling
# These dependencies are grandfathered in in https://github.com/paradigmxyz/reth/pull/6980