Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grandinetech/grandine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: dannbbb1/grandine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 18, 2024

  1. Update README.md

    dannbbb1 authored Dec 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    380ef46 View commit details
  2. Update beacon_node_api.md

    dannbbb1 authored Dec 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6bfbe74 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 README.md
  2. +1 −1 book/src/beacon_node_api.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ The documentation is available [here](https://docs.grandine.io/). Feel free to r

## Performance

Grandine is a optimised and parallelised client. There aren't many published performance comparisions, but a previous [research](https://arxiv.org/abs/2311.05252) by MigaLabs may give some insight. We run 50,000 Holesky validators on one of our developer's machine.
Grandine is a optimized and parallelised client. There aren't many published performance comparisions, but a previous [research](https://arxiv.org/abs/2311.05252) by MigaLabs may give some insight. We run 50,000 Holesky validators on one of our developer's machine.

## Memory Usage

2 changes: 1 addition & 1 deletion book/src/beacon_node_api.md
Original file line number Diff line number Diff line change
@@ -18,4 +18,4 @@ docker run \

* `--http-port` - sets API listen port (default: `5052`);
* `--http-address` - sets API listen address (default: `127.0.0.1`);
* `--timeout` - sets API timeout in miliseconds (default: `10000`).
* `--timeout` - sets API timeout in milliseconds (default: `10000`).