Skip to content

Commit

Permalink
Bump starknet-devnet from 0.5.3 to 0.5.4 (#2128)
Browse files Browse the repository at this point in the history
Bumps [starknet-devnet](https://github.com/0xSpaceShard/starknet-devnet)
from 0.5.3 to 0.5.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/0xSpaceShard/starknet-devnet/releases">starknet-devnet's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.4</h2>
<h2>Usage related changes</h2>
<ul>
<li>JSON-RPC updates
<ul>
<li><code>simulateTransaction</code> supported
<ul>
<li>Using parameter <code>transactions</code> instead of
<code>transaction</code></li>
<li>Other trace methods not yet supported</li>
</ul>
</li>
<li><code>getBlockWithTxs</code>, <code>getBlockWithTxHashes</code> and
<code>getTransactionByHash</code> now can return DeclareV2 (Cairo 1)
transactions</li>
</ul>
</li>
<li>Improved logging; introduced new flags
<ul>
<li><code>--verbose</code></li>
<li><code>--hide-predeployed-contracts</code>
<ul>
<li><code>--hide-predeployed-accounts</code> is deprecated</li>
</ul>
</li>
<li><code>--hide-server-logs</code> to hide HTTP server logs</li>
</ul>
</li>
<li>Customizable compiler args:
<ul>
<li>Since supporting Cairo 1 declaration, Devnet has been recompiling
the contracts with a hardcoded set of flags</li>
<li>Set a custom set of flags by providing a single space-separated
string to <code>--compiler-args</code>
<ul>
<li>default is <code>--compiler-args &quot;--add-pythonic-hints
--allowed-libfuncs-list-name experimental_v0.1.0&quot;</code></li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>Merged PRs</h2>
<ul>
<li>Support for JSON RPC simulateTransaction method by <a
href="https://github.com/mikiw"><code>@​mikiw</code></a> in <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/pull/492">0xSpaceShard/starknet-devnet#492</a></li>
<li>Renamed transaction param for rpc simulateTransactions by <a
href="https://github.com/ivpavici"><code>@​ivpavici</code></a> in <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/pull/499">0xSpaceShard/starknet-devnet#499</a></li>
<li>Fix <code>rpc_declare_transaction</code> logic to also return
DeclareV2 by <a
href="https://github.com/tomek0123456789"><code>@​tomek0123456789</code></a>
in <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/pull/500">0xSpaceShard/starknet-devnet#500</a></li>
<li>Fix failing test by <a
href="https://github.com/tomek0123456789"><code>@​tomek0123456789</code></a>
in <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/pull/502">0xSpaceShard/starknet-devnet#502</a></li>
<li>Improve logging by <a
href="https://github.com/tonypony220"><code>@​tonypony220</code></a> in
<a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/pull/487">0xSpaceShard/starknet-devnet#487</a></li>
<li>Fix for simulated_transactions format by <a
href="https://github.com/mikiw"><code>@​mikiw</code></a> in <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/pull/503">0xSpaceShard/starknet-devnet#503</a></li>
<li>Make compiler args customizable by <a
href="https://github.com/FabijanC"><code>@​FabijanC</code></a> in <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/pull/504">0xSpaceShard/starknet-devnet#504</a></li>
<li>Minor modification of <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/487">#487</a>
(logging polish) by <a
href="https://github.com/FabijanC"><code>@​FabijanC</code></a> in <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/pull/505">0xSpaceShard/starknet-devnet#505</a></li>
<li>Refactor estimation and simulation by <a
href="https://github.com/FabijanC"><code>@​FabijanC</code></a> in <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/pull/506">0xSpaceShard/starknet-devnet#506</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/0xSpaceShard/starknet-devnet/compare/v0.5.3...v0.5.4">https://github.com/0xSpaceShard/starknet-devnet/compare/v0.5.3...v0.5.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/aff3e71fe06a8fa6863f19bb090ccbcd0f604f1f"><code>aff3e71</code></a>
Bump version to v0.5.4</li>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/0e0c25c641eb01dd48979ddd2d856e23c6c161fb"><code>0e0c25c</code></a>
Update JSON-RPC docs [skip ci]</li>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/054e2ec745c0335107f86202426d1407512ac8ec"><code>054e2ec</code></a>
Refactor estimation and simulation (<a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/506">#506</a>)</li>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/a5cb1d1567efc892010f692e2aface5672aebcc6"><code>a5cb1d1</code></a>
Minor modification of <a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/487">#487</a>
(<a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/505">#505</a>)</li>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/978b440db4c6171f077dd7354a633b84e432912d"><code>978b440</code></a>
Make compiler args customizable (<a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/504">#504</a>)</li>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/244903999afbabb3171114a1c0fc96b171723d1f"><code>2449039</code></a>
Fix for simulated_transactions format (<a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/503">#503</a>)</li>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/0d5d69d38e45de3c0aa00c88fd84d98499a83357"><code>0d5d69d</code></a>
Improve logging (<a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/487">#487</a>)</li>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/64ad7c01f8a4d7bbed85912ace83e697a27427a9"><code>64ad7c0</code></a>
Fix failing test (<a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/502">#502</a>)</li>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/1b7a7d99e88e3ea85ac72084ace860ad8f1a5a24"><code>1b7a7d9</code></a>
Fix <code>rpc_declare_transaction</code> logic to also return DeclareV2
(<a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/500">#500</a>)</li>
<li><a
href="https://github.com/0xSpaceShard/starknet-devnet/commit/4a8d028c5babea9616041781d21e337b55d7936d"><code>4a8d028</code></a>
Renamed transaction param for rpc simulateTransactions (<a
href="https://redirect.github.com/0xSpaceShard/starknet-devnet/issues/499">#499</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/0xSpaceShard/starknet-devnet/compare/v0.5.3...v0.5.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starknet-devnet&package-manager=pip&previous-version=0.5.3&new-version=0.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 78c0e35 commit 0a0748e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tqdm = "^4.65.0"
typing-extensions = "^4.3.0"
tomlkit = "^0.11.8"
maturin = "^1.1.0"
starknet-devnet = "0.5.3"
starknet-devnet = "0.5.4"

[tool.poetry.dev-dependencies]
GitPython = "^3.1.31"
Expand All @@ -45,7 +45,7 @@ pytest-timeout = "^2.1.0"
pytest-xdist = "^3.3.1"
re-assert = "^1.1.0"
snakeviz = "^2.2.0"
starknet-devnet = "0.5.3"
starknet-devnet = "0.5.4"
pytest-random-order = "^1.1.0"

[tool.poe.tasks]
Expand Down

0 comments on commit 0a0748e

Please sign in to comment.