mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 03:22:18 +00:00
529d359ca6
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>
1 line
1.1 KiB
Plaintext
1 line
1.1 KiB
Plaintext
608060405234801561000f575f80fd5b506102098061001d5f395ff3fe608060405234801561000f575f80fd5b5060043610610034575f3560e01c806326c53bea14610038578063df0cb9341461004d575b5f80fd5b61004b6100463660046100d6565b61007e565b005b61006c61005b366004610162565b5f6020819052908152604090205481565b60405190815260200160405180910390f35b5f8061008c83850185610184565b6001600160a01b0382165f9081526020819052604090205491935091506100b382826101ae565b6001600160a01b039093165f908152602081905260409020929092555050505050565b5f805f604084860312156100e8575f80fd5b83359250602084013567ffffffffffffffff80821115610106575f80fd5b818601915086601f830112610119575f80fd5b813581811115610127575f80fd5b876020828501011115610138575f80fd5b6020830194508093505050509250925092565b6001600160a01b038116811461015f575f80fd5b50565b5f60208284031215610172575f80fd5b813561017d8161014b565b9392505050565b5f8060408385031215610195575f80fd5b82356101a08161014b565b946020939093013593505050565b808201808211156101cd57634e487b7160e01b5f52601160045260245ffd5b9291505056fea2646970667358221220170a9b17116a5cc2ff0cb0d3b11024dec78d30cc87dbae17e31a0be0d58ef1ce64736f6c63430008140033 |