Skip to content
Merged
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
8828b4f
all: Go workspace support and dependency sync (#664)
protolambda Dec 13, 2022
bfabd99
internal/libdocker: add optional registry authentication in builder (…
mrod502 Dec 14, 2022
2598837
simulators/ethereum/consensus: Fix Consensus Tests (#668)
marioevz Dec 19, 2022
a3428ee
clients/besu: change sync mode to snap sync instead of fast sync (#666)
Gabriel-Trintinalia Jan 3, 2023
8071a3e
clients/besu: update config to address rpc and send-legacy-transactio…
mark-terry Jan 3, 2023
a4b0ccd
test.sh: fix typo (#670)
onbjerg Jan 12, 2023
c2b81df
go.work: disable top-level go.work by default
fjl Jan 23, 2023
e2595c8
simulators/ethereum/engine: adding tests for Shanghai (#676)
fjl Jan 23, 2023
e491cf8
clients/nethermind: add Shanghai fork timestamp
fjl Jan 23, 2023
3e7d20c
clients/go-ethereum: add Shanghai for timestamp
fjl Jan 23, 2023
1084506
clients/erigon: add Shanghai fork timestamp
fjl Jan 23, 2023
3fd0a5d
simulators/ethereum/engine: fix nil pointer exception (#678)
marioevz Jan 23, 2023
4fcdc0d
clients/ethereumjs: fix build and add Shanghai fork configuration (#679)
marioevz Jan 23, 2023
104c185
clients/besu: add Shanghai fork and fix issue with duplicated node ke…
gfukushima Jan 23, 2023
f15fbd4
simulators/eth2: add common library and tests for withdrawals (#681)
fjl Jan 23, 2023
2c75c1a
clients/lodestar: new beacon node and validator client definition (#680)
marioevz Jan 23, 2023
a3a455a
simulators/eth2/withdrawals: rename suite
fjl Jan 23, 2023
5b56192
simulators/eth2/common: avoid <nil> value for HIVE_SHANGHAI_TIMESTAMP
fjl Jan 24, 2023
316abea
simulators/eth2/withdrawals: clean up go.mod
fjl Jan 24, 2023
a49efd5
simulators/eth2/testnet: clean up go.mod
fjl Jan 24, 2023
8862124
simulators/eth2/engine: clean up go.mod
fjl Jan 24, 2023
3ffb4ee
simulators/eth2: go mod tidy
fjl Jan 24, 2023
ce0da5b
simulators/ethereum/engine: set HIVE_MERGE_BLOCK_ID before shanghai f…
fjl Jan 24, 2023
9a6033b
README.md, docs: fix typos in documentation (#683)
omahs Jan 24, 2023
415d855
simulators/eth2/common: handle client branch when getting validator name
fjl Jan 24, 2023
abdaeff
clients/nethermind: add shanghai EIPs to mapper (#686)
marioevz Jan 24, 2023
ef7bb9c
simulators/eth2/withdrawals: check exact partial withdrawn balance ex…
marioevz Jan 24, 2023
289b8f3
clients/nethermind: use terminal block hash/number in config (#687)
marioevz Jan 25, 2023
6295612
hivesim: make test matching case insensitive (#689)
fjl Jan 25, 2023
7184544
simulators/eth2/withdrawals: handle missed slots in test (#690)
marioevz Jan 25, 2023
d8dfa0d
simulators/ethereum/engine: Remove PoW config from withdrawals (#691)
marioevz Jan 25, 2023
e4b8623
clients/nimbus: fix nimbus (#693)
marioevz Jan 27, 2023
380c6c9
simulators/eth2: support 12 second slots, add test for large withdraw…
marioevz Jan 27, 2023
88640e0
cmd/hiveview: viewer app update (#696)
fjl Jan 28, 2023
63dee08
simulators/ethereum/consensus: update for Shanghai
fjl Jan 28, 2023
54737f0
cmd/hiveview: fix hourglass in Safari
fjl Jan 28, 2023
b8fc30b
simulators/ethereum/graphql: align tests with current spec (#692)
shemnon Jan 28, 2023
01175e0
cmd/hiveview: responsive layout for table views (#697)
fjl Feb 1, 2023
fa8d62c
simulators/ethereum/engine: INVALID_BLOCK_HASH is deprecated in Shan…
yperbasis Feb 1, 2023
7068ab4
simulators/ethereum/engine: tests for getPayloadBodies*, exchangeCapa…
marioevz Feb 2, 2023
52fbfc3
cmd/hiveview: small UI improvements (#701)
fjl Feb 2, 2023
be72423
cmd/hiveview: fixing more stuff in the UI (#702)
fjl Feb 2, 2023
cbbe48f
cmd/hiveview: print listing generator errors in -serve mode
fjl Feb 6, 2023
97557e8
cmd/hiveview: skip hive.json
fjl Feb 6, 2023
84c255d
cmd/hiveview: hide client list in details box when test has no clients
fjl Feb 6, 2023
97d9b7b
simulators/ethereum/engine: increase tests coverage (#700)
marioevz Feb 6, 2023
e4ef5d9
README.md: update description of hivetests2 server
fjl Feb 6, 2023
bf45c94
docs: add info about ethereum/engine simulator
fjl Feb 6, 2023
603391a
docs: remove accidental \
fjl Feb 6, 2023
33224ab
cmd/hiveview: UI improvements (#705)
fjl Feb 6, 2023
2de942f
clients/nimbus: clean Dockerfile, accept branch arg (#704)
marioevz Feb 7, 2023
0716d91
cmd/hiveview: JS/CSS bundling with esbuild (#708)
fjl Feb 8, 2023
870853a
cmd/hiveview: remove arrow in test table header
fjl Feb 8, 2023
a63a663
cmd/hiveview: improve esbuild setup (#710)
fjl Feb 9, 2023
ececcea
cmd/hiveview: disable caching for hive.json fetch
fjl Feb 9, 2023
47c4304
cmd/hiveview: enable sourcemaps in bundle output
fjl Feb 9, 2023
3e8b7be
cmd/hiveview: fix file name in error messages
fjl Feb 9, 2023
07bb8ff
cmd/hiveview: link to history instead of diff in header
fjl Feb 9, 2023
dc76446
simulators/ethereum/engine: test using getPayloadBodiesByRange/Hash a…
marioevz Feb 9, 2023
ee0ba53
simulators/eth2/common,withdrawals: Verify Engine API Calls from Beac…
marioevz Feb 14, 2023
1f978cb
simulators/ethereum/engine: send test transactions in batch (#713)
marioevz Feb 15, 2023
4c3aaef
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
5cba065
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
54ea217
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
1ba2d85
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
ded471d
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
38e8171
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
17412d1
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
bee2309
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
302026c
bump golang.org/x/net from 0.5.0 to 0.7.0 (#724)
dependabot[bot] Feb 20, 2023
6e5d9ae
build(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.…
dependabot[bot] Feb 20, 2023
b0fc9f6
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
f62c7f8
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /simulators…
dependabot[bot] Feb 20, 2023
3ae553b
clients/ethereumjs: add support for loading chain.rlp (#729)
acolytec3 Feb 21, 2023
8efd484
Merge remote-tracking branch 'upstream/master' into feat/upstream
alexshliu Feb 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.