Skip to content

Commit 45fdb01

Browse files
v0.26.0-rc.1 (#1579)
* Fix typo in `TestLessThanOrEqualAddress` * Fix formatting * Update migration guide * Resolve abi by class hash in `Contract.deploy_contract_v3` * Formatting * Update migration guide * Apply code review suggestion * Update migration guide [skip ci]
1 parent b5232fa commit 45fdb01

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/migration_guide.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Migration guide
22
===============
33

4+
******************************
5+
0.26.0-rc.1 Migration guide
6+
******************************
7+
8+
The latest release candidate compatible with Starknet's JSON-RPC v0.8.0.
9+
10+
0.26.0-rc.1 Bugfixes
11+
--------------------
12+
13+
.. py:currentmodule:: starknet_py.net.executable_models
14+
15+
1. Fixed typo in :class:`TestLessThanOrEqualAddress` class name and schema data key.
16+
17+
.. py:currentmodule:: starknet_py.contract
18+
19+
2. Fixed an issue in :meth:`Contract.deploy_contract_v3` where omitting the ``abi`` param caused the node to return an error indicating that the contract was not found.
20+
421
******************************
522
0.26.0-rc.0 Migration guide
623
******************************

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "starknet-py"
3-
version = "0.26.0-rc.0"
3+
version = "0.26.0-rc.1"
44
description = "A python SDK for Starknet"
55
authors = [
66
{ name = "Tomasz Rejowski", email = "tomasz.rejowski@swmansion.com" },

0 commit comments

Comments
 (0)