Skip to content

Releases: NethermindEth/starknet.go

v0.7.2

07 Oct 12:30
0ffc264
Compare
Choose a tag to compare

This version implements RPCv0.7.1

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

02 Sep 13:01
7a46573
Compare
Choose a tag to compare

Summary

This release primarily replaces Goerli test data with Sepolia test data, improves test coverage, fixes several bugs related to RPC methods and the Pedersen hash function, adds support for Byte array serialization, refactors certain types for a better user experience (UX), updates examples, and implements RPCv0.7.1.

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

08 Mar 11:08
0bdaab7
Compare
Choose a tag to compare

The main changes include upgrading the rpc and accounts packages to support the new Starknet RPC spec v0.7.0-rc2

Added

  • RPCv0.7-rc2 support
  • New examples (estimateFee and deployAccountUDC)
  • RPC handlers now return RPC errors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

24 Jan 08:38
dccc412
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

07 Dec 14:26
a2f9a0e
Compare
Choose a tag to compare

The main changes include upgrading the rpc and accounts pkg to support the new starknet rpc spec v0.6.0

Note: we still need to add e2e tests for v3 transactions. We decided to wait until Goerli supports v0.13 to reduce friction in generating tests. These tests will be added soon.

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Nov 10:35
96944d9
Compare
Choose a tag to compare

Full support for Starknet RPC v.0.5.

🔧 What's Changed

New Contributors

Full Changelog: v0.4.6...v0.5.0

Note:

FmtCalldata() may be unstable.

v0.4.6

11 Oct 05:01
a3676e6
Compare
Choose a tag to compare

A "housekeeping" release including:

  • Dedicated 'account' package
  • Other library packages and code repository restructuring

IMPORTANT:exclamation::eyes:: This release does include breaking changes, and will require refactoring of application code which depends on starknet.go library.

🔧 What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

27 Sep 09:29
d0f67f0
Compare
Choose a tag to compare

Full support for Starknet RPC v.0.4.

What's Changed

Full Changelog: v0.4.3...v0.4.5

v0.4.4

26 Sep 12:22
d0f67f0
Compare
Choose a tag to compare

Full support for Starknet RPC v.0.4.

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.1

24 Oct 14:38
3b19f05
Compare
Choose a tag to compare

this is a preview of go-starknet, the caigo cli to work with Starknet.

if you have Go 1.18+ installed

cd
go install github.com/dontpanicdao/caigo/go-starknet@latest
go-starknet help

on MacOS with Homebrew

cd
brew tap dontpanicdao/dontpanicdao
brew install go-starknet
go-starknet help