Skip to content

Commit

Permalink
Merge pull request #243 from michaelhly/solders-system-program
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey authored Jun 1, 2022
2 parents 4049b61 + 8c9b46b commit 8969968
Show file tree
Hide file tree
Showing 9 changed files with 443 additions and 336 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- The `keypairs` in `Transaction.sign_partial` are now only allowed to be `Keypair` objects. Previously `Union[PublicKey, Keypair]` was allowed.
- The `.signatures` property of an unsigned transaction is now a list of `solders.signature.Signature.default()` instead
of an empty list.

- Use [solders](https://github.com/kevinheavey/solders) under the hood for system instructions [(#243)](https://github.com/michaelhly/solana-py/pull/243)

## [0.23.3] - 2022-04-29

Expand Down
30 changes: 15 additions & 15 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.3"
solders = "^0.1.4"

[tool.poetry.dev-dependencies]
black = "^22.3"
Expand Down
15 changes: 0 additions & 15 deletions src/solana/_layouts/shared.py

This file was deleted.

88 changes: 0 additions & 88 deletions src/solana/_layouts/system_instructions.py

This file was deleted.

Loading

0 comments on commit 8969968

Please sign in to comment.