Skip to content

Commit

Permalink
refactor: tx-parser v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdir700 committed Dec 25, 2024
1 parent ad4c956 commit 63b2b31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module sol-tx-parser-capi

go 1.20

require github.com/0xjeffro/tx-parser v0.3.1
require github.com/0xjeffro/tx-parser v0.4.0

require (
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
filippo.io/edwards25519 v1.0.0-rc.1 h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=
filippo.io/edwards25519 v1.0.0-rc.1/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns=
github.com/0xjeffro/tx-parser v0.3.1 h1:p+0iGUVrN5jGalYvHu5AtOUicftKeIs+ntKuVANT3jE=
github.com/0xjeffro/tx-parser v0.3.1/go.mod h1:9fwFwe6j5iW3L2y7Zwv75aC9dHWtKJinQ+iCMLViI+I=
github.com/0xjeffro/tx-parser v0.4.0 h1:mYPJiAMWQ+r7J3/HxbEziqrd9cCXW+EyARBhSiW0Z8w=
github.com/0xjeffro/tx-parser v0.4.0/go.mod h1:9fwFwe6j5iW3L2y7Zwv75aC9dHWtKJinQ+iCMLViI+I=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
github.com/blendle/zapdriver v1.3.1 h1:C3dydBOWYRiOk+B8X9IVZ5IOe+7cl+tGOexN4QqHfpE=
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "solana-tx-parser"
version = "0.0.3"
version = "0.0.4"
description = "Python bindings for Solana Transaction Parser (tx-parser), enabling Python developers to easily parse and analyze Solana blockchain transactions. This package provides a high-performance C-API wrapper around the original Rust implementation, making blockchain data interpretation accessible in Python while maintaining native-like performance."
authors = [
{name = "mkdir700", email = "[email protected]"},
Expand Down

0 comments on commit 63b2b31

Please sign in to comment.