-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to latest solana version, dependency updates, more RPCs metho…
…ds and last valid block height based confirmation strategy (#254) * Add commitment to get_transaction in async_api * add get_latest_blockhash and new confirmation strategy * remove warn and update CHANGELOG.md * adding warning to docs to use get_latest_blockhash * add get_fee_for_message rpc call with tests included * fix typo that made tests fail and CHANGELOG.md * typo in docs * better documentation for get_fee_for_message * added error if transaction has not been compiled with tests * renamed error * lint fix * typo fix * move last_valid_blockheight to opts in send_transaction and send_raw_transaction. also add test_memo to .github/workflows/main.yml * revert stubbed_sender to previous version * forgot to change stubbed_sender in test_async_http_client.py * fix lint * remove stubbed_sender_token_token_account * readme typo fix to make tests pass due to cloudflare outage
- Loading branch information
1 parent
ec5ea6a
commit 649c3c6
Showing
23 changed files
with
612 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[pytest] | ||
addopts = --doctest-modules -p no:anyio | ||
asyncio_mode = auto | ||
markers = | ||
integration: mark a test as a integration test. |
Oops, something went wrong.