Skip to content

Commit

Permalink
Merge pull request #252 from michaelhly/update-solders-version
Browse files Browse the repository at this point in the history
Update solders version
  • Loading branch information
kevinheavey authored Jun 13, 2022
2 parents 500b82f + f0204f0 commit ec5ea6a
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 58 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.25.0] - Unreleased

## Fixed

- Use latest Solders version to make objects pickleable again [(#252)](https://github.com/michaelhly/solana-py/pull/252)

## [0.24.0] - 2022-06-04

## Changed
Expand Down
114 changes: 57 additions & 57 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ websockets = "^10.1"
jsonrpcserver = "^5.0.7"
apischema = "^0.16.1"
based58 = "^0.1.0"
solders = "^0.1.4"
solders = "^0.2.0"

[tool.poetry.dev-dependencies]
black = "^22.3"
Expand Down

0 comments on commit ec5ea6a

Please sign in to comment.