Skip to content

Commit c174226

Browse files
Support RPC 0.8.1, use auto estimate (#3248)
<!-- Reference any GitHub issues resolved by this PR --> Closes #3182 Closes #3100 ## Introduced changes <!-- A brief description of the changes --> - Bumped starknet rs and subsequently supported RPC version to 0.8.1 - Restored auto estimations ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md` --------- Co-authored-by: Franciszek Job <[email protected]>
1 parent 8fdeb71 commit c174226

File tree

17 files changed

+214
-366
lines changed

17 files changed

+214
-366
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22

33
env:
4-
DEVNET_REV: fc5a2753a2eedcc27eed7a4fae3ecac08c2ca1b4 # v0.3.0
4+
DEVNET_REV: 26292d1f92807090776b470f43b321f150f55ffd # v0.4.1
55

66
on:
77
pull_request:

CHANGELOG.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Cast
11-
12-
#### Added
13-
14-
- when using `sncast call` the response will be printed as a Cairo-like string representation of the return values
15-
1610
### Forge
1711

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

2519
- "Success data" message is no longer printed when a test using the `#[should_panic]` attribute passes
2620

21+
### Cast
22+
23+
#### Added
24+
25+
- when using `sncast call` the response will be printed as a Cairo-like string representation of the return values
26+
27+
#### Changed
28+
29+
- The supported RPC version is now 0.8.1
30+
2731
## [0.42.0] - 2025-04-28
2832

2933
### Forge

0 commit comments

Comments
 (0)