From ae2ebb30dc6069c31e52bc340be766c259885454 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Mon, 30 Oct 2023 15:21:55 -0600 Subject: [PATCH] Repo updates (#91) * whitespace * add gitignore --- .gitignore | 2 ++ specs/bellatrix/builder.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fed78af --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +package*json diff --git a/specs/bellatrix/builder.md b/specs/bellatrix/builder.md index c832f91..241fc2a 100644 --- a/specs/bellatrix/builder.md +++ b/specs/bellatrix/builder.md @@ -146,7 +146,7 @@ class SignedBlindedBeaconBlock(Container): All signature operations should follow the [standard BLS operations][bls] interface defined in `consensus-specs`. -To assist in signing, we use a function from the [consensus specs][consensus-specs]: +To assist in signing, we use a function from the [consensus specs][consensus-specs]: [`compute_domain`][compute-domain] There are two types of data to sign over in the Builder API: