erigon-pulse/node
Mark Holt 529d359ca6
Bor span testing (#7897)
An update to the devnet to introduce a local heimdall to facilitate
multiple validators without the need for an external process, and hence
validator registration/staking etc.

In this initial release only span generation is supported.  

It has the following changes:

* Introduction of a local grpc heimdall interface
* Allocation of accounts via a devnet account generator ()
* Introduction on 'Services' for the network config

"--chain bor-devnet --bor.localheimdall" will run a 2 validator network
with a local service
"--chain bor-devnet --bor.withoutheimdall" will sun a single validator
with no heimdall service as before

---------

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
2023-07-18 09:47:04 +01:00
..
nodecfg Devnet macos startup and windows committed memory startup fixes (#7832) 2023-07-02 22:37:23 +01:00
doc.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
endpoints.go Cleaned up error handling in network and node start-up (#7811) 2023-06-28 18:21:15 +01:00
errors.go Refactoring To Increase Code Quality (#4842) 2022-08-04 20:23:00 +07:00
lifecycle.go node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
node_example_test.go [Devnet tool] Side-quest to improve logging - part 1 (#7445) 2023-05-07 07:28:15 +01:00
node_test.go Devnet macos startup and windows committed memory startup fixes (#7832) 2023-07-02 22:37:23 +01:00
node.go Bor span testing (#7897) 2023-07-18 09:47:04 +01:00
rpcstack_test.go 7667 cli params vhost (#7669) 2023-06-09 14:12:11 +01:00
rpcstack.go 7667 cli params vhost (#7669) 2023-06-09 14:12:11 +01:00
utils_test.go Remove unused code from Node struct (#6978) 2023-03-01 08:04:27 +00:00