Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
0f0ff03
Command test beacon ported from Charon.
mskrzypkows Mar 20, 2026
f7c275e
clippy and some functions extracted
mskrzypkows Mar 20, 2026
468508a
fmt
mskrzypkows Mar 20, 2026
24a875a
skip result extracted
mskrzypkows Mar 20, 2026
aebf02a
pass string by reference to tests
mskrzypkows Mar 20, 2026
94eaa51
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows Mar 23, 2026
52567aa
cli test commands constants module
mskrzypkows Mar 23, 2026
5f23fd0
Added beacon.rs unit tests, moved common test functions to helpers
mskrzypkows Mar 23, 2026
09abf18
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows Mar 23, 2026
22b5cbf
fmt
mskrzypkows Mar 23, 2026
13b61e0
reduced usage of clippy::arithmetic_side_effects to concrete lines,
mskrzypkows Mar 24, 2026
be642dc
slot update comment
mskrzypkows Mar 24, 2026
5bb2f26
reveiw corrections
mskrzypkows Mar 24, 2026
bde4d4c
Corrected passing cancelation token to the beacon test
mskrzypkows Mar 24, 2026
290fa62
Docker compose file for the pluto alpha test beacon
mskrzypkows Mar 24, 2026
2849656
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows Mar 27, 2026
7a5f321
fixed tests
mskrzypkows Mar 27, 2026
4ed8924
Made test cases const array
mskrzypkows Mar 27, 2026
5f7c13d
unneeded child_token
mskrzypkows Mar 27, 2026
ef74443
JoinSet for collecting tests result instead of channels vector
mskrzypkows Mar 27, 2026
b6240bc
unneeded clone
mskrzypkows Mar 27, 2026
d13bdf2
Comment regarding status code check
mskrzypkows Mar 27, 2026
7c164e2
review corrections
mskrzypkows Mar 27, 2026
475e7ac
review cont.
mskrzypkows Mar 27, 2026
2f2a615
missing log info
mskrzypkows Mar 27, 2026
b94422c
fixed canceling timeout task
mskrzypkows Mar 27, 2026
99e0ebe
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows Mar 27, 2026
dd70a23
tokio::fs::write instead of std
mskrzypkows Mar 30, 2026
a43fe77
Update crates/cli/src/commands/test/beacon.rs
mskrzypkows Mar 30, 2026
0d0818e
Apply suggestion from @emlautarom1
mskrzypkows Mar 30, 2026
3283c89
review, fixed intervals tick for tests
mskrzypkows Mar 30, 2026
2e14d11
Merge branch 'beacon_cli_tests' of github.com:NethermindEth/pluto int…
mskrzypkows Mar 30, 2026
b19d3f2
fmt
mskrzypkows Mar 30, 2026
be408ec
changed &str to impl AsRef<str>
mskrzypkows Mar 31, 2026
f7aea17
removed parse_endpoint_url, percent_decode, apply_basic_auth
mskrzypkows Mar 31, 2026
9cac532
shadowing variables instead of renaming
mskrzypkows Mar 31, 2026
66c4099
impl AsRef instead of `&`
mskrzypkows Mar 31, 2026
6f440b6
join set
mskrzypkows Mar 31, 2026
6f73b54
cancelation fixes, more Join Sets usage
mskrzypkows Mar 31, 2026
7444e61
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows Mar 31, 2026
6162ad6
improved returning failed test
mskrzypkows Mar 31, 2026
aa03a20
review cont.
mskrzypkows Mar 31, 2026
6f3c8d3
unneeded files
mskrzypkows Apr 1, 2026
236fe3b
missing join set
mskrzypkows Apr 1, 2026
aafd7d7
removed redundant sleeping in simulation test
mskrzypkows Apr 1, 2026
400999d
percent-encoding not needed
mskrzypkows Apr 1, 2026
8a22558
child_token -> clone in cli/src/main.rs
mskrzypkows Apr 1, 2026
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
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ reqwest.workspace = true
tempfile.workspace = true
test-case.workspace = true
backon.workspace = true
wiremock.workspace = true

[lints]
workspace = true
Loading
Loading