accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593)
* p2p: remove direct import of cgo-library * accounts, rpc: more nocgo alternatives * rpc: move unix path constant into separate file * accounts/scwallet: address review concerns, remove copy-pasta
Showing
- accounts/scwallet/wallet.go 8 additions, 17 deletionsaccounts/scwallet/wallet.go
- p2p/discover/node.go 1 addition, 2 deletionsp2p/discover/node.go
- p2p/rlpx.go 1 addition, 2 deletionsp2p/rlpx.go
- rpc/constants_unix.go 33 additions, 0 deletionsrpc/constants_unix.go
- rpc/constants_unix_nocgo.go 25 additions, 0 deletionsrpc/constants_unix_nocgo.go
- rpc/ipc_unix.go 3 additions, 13 deletionsrpc/ipc_unix.go
Loading
Please register or sign in to comment