mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
c3228cd5a7
* Add initial web3signer binary * Add support for web3signer component in e2e * revert some changes * Reference https://github.com/ConsenSys/web3signer/issues/485 in commentary * gofmt * Add notice about java 11 requirement * Sec issue, revert to 0750 permissions * remove unused param * remove unused import * use hexutil * Fix yaml struct tags. See https://github.com/ConsenSys/web3signer/issues/485\#issuecomment-1015994840 * fmt Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com> Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
sh_binary(
|
|
name = "web3signer",
|
|
srcs = [
|
|
"bin/web3signer",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|