Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
3b12940
chore: interfaces
odyslam Dec 6, 2024
deaea55
chore: assertion executor dep
odyslam Dec 9, 2024
11d19b1
fix: add Send boundary
odyslam Dec 9, 2024
a747a99
fix: cheatcode interface
odyslam Dec 9, 2024
cb4c413
wip: threadsafedb
odyslam Dec 18, 2024
b26cb35
wip: use broadcast cheatcode to simulate transactions
odyslam Dec 26, 2024
0f84769
feat: execute assertions
odyslam Dec 26, 2024
70a57b5
chore: move credible tests to folder and profile
odyslam Dec 27, 2024
d2b6afb
feat: update ae
0xgregthedev Dec 28, 2024
13f4aea
feat: use credible-std
0xgregthedev Jan 3, 2025
0b3e203
chore: rename forge pkg
0xgregthedev Jan 3, 2025
fa6e3db
fix: pkg name
0xgregthedev Jan 3, 2025
4a097fb
chore: cleanup
odyslam Jan 6, 2025
a2e8512
feat: update latest credible-std and assertion executor
fredo Jan 21, 2025
fdc9c84
Update credible.rs
fredo Jan 24, 2025
a316c28
feat: gas metering in assertion execution
odyslam Jan 29, 2025
58214fc
Ref/tx revert msg (#26)
odyslam Feb 6, 2025
3f99258
fix: check tx revert first (#27)
odyslam Feb 11, 2025
1170bab
feat: print tx gas cost (#29)
odyslam Feb 12, 2025
ce623bd
Merge branch 'pcl'
odyslam Apr 5, 2025
d9e56fb
wip: merge forge
odyslam Apr 5, 2025
2575335
Merge branch 'master' into feat/bump-forge
odyslam Apr 5, 2025
c16f096
fix: replace mockstore
odyslam Apr 5, 2025
b5164fa
chore: cargo fmt
odyslam Apr 5, 2025
5062c38
chore: cargo clippy
odyslam Apr 5, 2025
1b190e0
fix(cheatcodes): New Assertion Execution (#37)
odyslam Apr 8, 2025
66236f0
Odysseas/chore/defaults (#38)
odyslam Apr 11, 2025
d864784
fix: use unified interface (#39)
odyslam Apr 11, 2025
3d39d8e
chore: remove warning (#40)
odyslam Apr 16, 2025
cb1ceb5
fix: improve wording (#41)
odyslam Apr 24, 2025
6e0f13e
chore: bump assex (#42)
0xgregthedev May 21, 2025
96f15fc
feat: 100k ae gas limit (#43)
0xgregthedev May 21, 2025
f7f4c21
add one liner on Phoundry to readme (#45)
czepluch Jun 3, 2025
1759fab
chore: bump assex (#46)
0xgregthedev Jun 4, 2025
2ad2abe
chore: change links to https (#47)
fredo Jun 4, 2025
a66bf63
chore: update assertion executor to 0.1.3 (#48)
fredo Jun 4, 2025
0ca78ec
fix: use tag key in cargo.toml
fredo Jun 4, 2025
4dbc7f4
fix: disable default features (optimism) on assertion executor (#50)
fredo Jun 5, 2025
0c34151
chore: update assertion executor to 0.1.4
fredo Jun 5, 2025
3992424
chore: bump assertion executor to 0.1.5 (#51)
fredo Jun 5, 2025
d277e80
chore: update assertion executor to 0.1.6
fredo Jun 5, 2025
b1c85ff
gregory/eng 690 bugphoundry missing error information (#52)
0xgregthedev Jun 10, 2025
0848fda
fix: set gas_price to block basefee (#54)
0xgregthedev Jun 26, 2025
6cce619
feat: cheatcode refactor (#56)
0xgregthedev Jul 22, 2025
6d95b8b
gregory/eng 896 feat add console logging inside assertion execution (…
0xgregthedev Jul 24, 2025
8b27437
chore: make consistent (#58)
0xgregthedev Jul 28, 2025
2eb90ac
chore: fix triggers with return values (#59)
0xgregthedev Aug 6, 2025
5baf70e
chore: bump assex (#60)
0xgregthedev Aug 7, 2025
98ee064
chore: bump assex (#61)
0xgregthedev Aug 8, 2025
1edfa9f
chore: bump assex with checkpoint fix (#62)
fredo Aug 20, 2025
0e2ea63
feat: change assertion gas limit to 300000 (#63)
fredo Nov 3, 2025
04fd8ff
feat: adapt code to latest assex
mateo-mro Dec 2, 2025
4781cf0
feat: Bump assex version to 0.8.1 (#66)
mateo-mro Dec 22, 2025
f5bf969
feat: Improve README with update upstream explanation (#70)
mateo-mro Dec 22, 2025
2749a43
Odysseas/fix/errors (#68)
odyslam Dec 22, 2025
d186e89
fix: use new hashmap ephemeral (#71)
odyslam Dec 24, 2025
9c0a77d
fix: fail error message text, respect EIP gas limit for txs (#73)
makemake-kbo Jan 5, 2026
acdd469
Fix CI (#74)
mateo-mro Jan 9, 2026
85b4668
Fix assertion tx env gas fields (#76)
odyslam Jan 16, 2026
e161ddc
feat: assex tracing (#78)
makemake-kbo Feb 6, 2026
a67a48e
fix: always trace, proper assertion section (#79)
makemake-kbo Feb 11, 2026
a86d84b
feat(phoundry): Add function for pretty traces (#80)
mateo-mro Mar 13, 2026
5906659
feat(cheatcodes): make assertion-executor optional behind `credible` …
mateo-mro Apr 14, 2026
9289aae
chore(cheatcodes): bump assertion-executor to latest rev (#82)
mateo-mro Apr 14, 2026
f83bad9
chore(release): apply fixes for v1.7.0 (#14487)
zerosnacks Apr 28, 2026
4072e48
chore(release): v1.7.1 (#14640)
zerosnacks May 8, 2026
b835ddd
merge: integrate phoundry main onto foundry v1.7.1 (conflicts resolve…
lean-apple May 25, 2026
3bae0a7
ci: configure git auth via GH_TOKEN for private cargo deps
lean-apple May 25, 2026
18000b6
deps: track credible-sdk ENG-3169 branch for assertion-executor
lean-apple May 25, 2026
77d43e6
ci: extend GH_TOKEN git auth to forge-fmt, docs, and inline deny job
lean-apple May 25, 2026
9e19ffc
ci: use GitHub App token for cross-repo cargo auth + drop tempo CI wo…
lean-apple May 25, 2026
9d08cdf
fix phoundry revm 38 compile blockers
lean-apple May 25, 2026
44ba6a7
port credible cheatcode to generic evm context
lean-apple May 25, 2026
4d58f09
fix: phoundry clippy errors and ExecutionResult fixtures
lean-apple May 25, 2026
72d5c81
ci: install sccache in deny job so RUSTC_WRAPPER resolves
lean-apple May 25, 2026
1ee9e51
ci: extend deny.toml to cover phoundry 1.7 / revm 38 dep graph
lean-apple May 25, 2026
4e7a3a7
ci: prune stale advisory ignores no longer matching any crate
lean-apple May 25, 2026
8ba3db1
fix: regen Vm.sol iface, restore rand advisory ignore, skip aarch64 s…
lean-apple May 25, 2026
86fba32
deps: bump svm-rs 0.5.22 -> 0.5.25 so linux-aarch64 solc 0.8.34 is known
lean-apple May 25, 2026
0226503
fix: first tests batch fix
lean-apple May 26, 2026
166ff3f
chore: fmt and docs
lean-apple May 26, 2026
9d40399
fix: more fixes
lean-apple May 26, 2026
bd22e6d
fix: more fixes
lean-apple May 26, 2026
bc45c10
fix: more fixes
lean-apple May 26, 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
10 changes: 10 additions & 0 deletions .github/TEMPO_NIGHTLY_FAILURE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "bug: tempo nightly workflow failed"
labels: P-high, T-bug
---

The nightly Tempo workflow (mainnet and testnet checks) has failed. This indicates a regression in Foundry's Tempo support or an issue with the Tempo mainnet/testnet endpoints.

Check the [tempo nightly workflow page]({{ env.WORKFLOW_URL }}) for details.

This issue was raised by the workflow at `.github/workflows/ci-tempo.yml`.
4 changes: 2 additions & 2 deletions .github/scripts/matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ def __init__(
profile = os.environ.get("PROFILE")
is_pr = os.environ.get("EVENT_NAME") == "pull_request"
t_linux_x86 = Target(
"depot-ubuntu-latest-16", "x86_64-unknown-linux-gnu", "linux-amd64"
"ubuntu-latest-16", "x86_64-unknown-linux-gnu", "linux-amd64"
)
t_linux_arm = Target(
"depot-ubuntu-latest-arm-16", "aarch64-unknown-linux-gnu", "linux-aarch64"
"ubuntu-latest-arm-16", "aarch64-unknown-linux-gnu", "linux-aarch64"
)
t_macos = Target("depot-macos-latest", "aarch64-apple-darwin", "macosx-aarch64")
t_windows = Target("depot-windows-latest-16", "x86_64-pc-windows-msvc", "windows-amd64")
Expand Down
59 changes: 0 additions & 59 deletions .github/workflows/bump-tempo.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/ci-mpp.yml

This file was deleted.

122 changes: 0 additions & 122 deletions .github/workflows/ci-tempo.yml

This file was deleted.

Loading