Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7267154
Add `DevetClient`
franciszekjob Sep 26, 2025
0e933b4
Rename `DevnetClient` -> `DevnetProvider`
franciszekjob Sep 26, 2025
5db4ffe
Remove `account_exists_in_accounts_file`
franciszekjob Sep 26, 2025
c2baa3e
Refactor test
franciszekjob Sep 26, 2025
2213285
Remove functions
franciszekjob Sep 26, 2025
64c8c5b
Fix typo
franciszekjob Sep 26, 2025
fa4af76
Little refactor
franciszekjob Sep 29, 2025
53de064
Use fixed version of cairo deps
cptartur Sep 29, 2025
b32ed80
Release 0.50.0
cptartur Sep 29, 2025
3227541
Close #3723
cptartur Sep 29, 2025
11215b7
Update tests
cptartur Sep 29, 2025
1d8443a
Lint
cptartur Sep 29, 2025
9d52309
Merge branch 'master' into 3603-devnet-client
franciszekjob Sep 30, 2025
bb2f942
Merge branch 'release-0.50.0' into 3603-devnet-client
franciszekjob Sep 30, 2025
42e7847
Update CHANGELOG.md
cptartur Sep 30, 2025
66fa96c
Release 0.50.0 lint (#3769)
cptartur Sep 30, 2025
f71fce4
Merge branch 'release-0.50.0' into 3603-devnet-client
franciszekjob Sep 30, 2025
efc0be7
Merge branch 'master' of https://github.com/foundry-rs/starknet-found…
franciszekjob Oct 1, 2025
29d976d
Merge branch '3603-devnet-client' of https://github.com/foundry-rs/st…
franciszekjob Oct 1, 2025
dc03f27
Apply code review suggestion
franciszekjob Oct 1, 2025
3a1f463
Fix `Cargo.lock`
franciszekjob Oct 1, 2025
a6c8252
Fix changelog
franciszekjob Oct 1, 2025
de848e8
Remove redundant comments
franciszekjob Oct 1, 2025
2718462
Apply code review suggestion
franciszekjob Oct 1, 2025
24802a6
Apply code review suggestions
franciszekjob Oct 2, 2025
fd67052
Add `DevnetProvider.ensure_alive()`
franciszekjob Oct 2, 2025
fe1214d
Apply code review suggestion
franciszekjob Oct 2, 2025
fc0bb1d
Remove assertions
franciszekjob Oct 3, 2025
fdb41d4
Fix linting
franciszekjob Oct 3, 2025
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.50.0] - 2025-09-29

### Forge

#### Added
Expand All @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Changed

- Minimal supported `Scarb` version is now `2.10.0` (updated from `2.9.1`)
- Minimal supported `snforge_std` and `snforge_std_deprecated` version is now `0.50.0`

#### Fixed

Expand Down
Loading
Loading