prysm-pulse/testing/endtoend/components
james-prysm 96fecf8c57
E2E: fee-recipient evaluator (#10528)
* testing out fee-recipient evaluator

* fixing bazel linter

* adjusting comparison

* typo on file rolling back

* adding fee recipient is present to minimal e2e

* fixing gofmt

* fixing gofmt

* fixing flag usage name

* adding in log to help debug

* fixing log build

* trying to figure out why suggested fee recipient isn't working in e2e, adding more logging temporarily

* rolling back logs

* making e2e test more dynamic

* fixing deepsource issue

* fixing bazel

* adding in condition for latest release

* duplicate condtion check.

* fixing gofmt

* rolling back changes

* adding fee recipient evaluator in new file

* fixing validator component logic

* testing rpc client addition

* testing fee recipient evaluator

* fixing bazel:

* testing casting

* test casting

* reverting

* testing casting

* testing casting

* testing log

* adding bazel fix

* switching mixed case and adding temp logging

* fixing gofmt

* rolling back changes

* removing fee recipient evaluator when web3signer is used

* test only minimal config

* reverting changes

* adding fee recipient evaluator to mainnet

* current version uses wrong flag name

* optimizing key usage

* making mining address a variable

* moving from global to local variable

* removing unneeded log

* removing redundant check

* make proposer settings mroe deterministic and also have the evaluator compare the wanting values

* fixing err return

* fixing bazel

* checking file too much moving it out

* fixing gosec

* trying to fix gosec error

* trying to fix address

* fixing linting

* trying to gerenate key and random address

* fixing linting

* fixing check for proposer config

* trying with multi config files

* fixing is dir check

* testing for older previous balance

* adding logging to help debug

* changing how i get the block numbers

* fixing missed error check

* adding gasused check

* adding log for current gas used

* taking suggestion to make fee recipient more deterministic

* fixing linting

* fixing check

* fixing the address check

* fixing format error

* logic to differentiate recipients

* fixing linting
2022-06-30 00:24:39 +00:00
..
eth1 E2E: fee-recipient evaluator (#10528) 2022-06-30 00:24:39 +00:00
beacon_node.go Add Optimistic Sync Scenario Testing (#10836) 2022-06-09 23:24:53 +00:00
boot_node.go Scenario End To End Testing (#10696) 2022-05-20 09:34:10 +00:00
BUILD.bazel E2E: fee-recipient evaluator (#10528) 2022-06-30 00:24:39 +00:00
lighthouse_beacon.go Add Optimistic Sync Scenario Testing (#10836) 2022-06-09 23:24:53 +00:00
lighthouse_validator.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
log.go Move EndtoEnd Tests to Testing/ Folder (#9586) 2021-09-15 14:42:05 +00:00
tracing_sink.go Fix gosec scan: G112 (CWE-400) Potential Slowloris Attack (#10872) 2022-06-13 22:29:26 +00:00
validator.go E2E: fee-recipient evaluator (#10528) 2022-06-30 00:24:39 +00:00
web3remotesigner_test.go Add in Separate Directories per Test (#10753) 2022-05-25 15:57:13 +00:00
web3remotesigner.go Scenario End To End Testing (#10696) 2022-05-20 09:34:10 +00:00