Skip to content

Commit

Permalink
Add docs to get_account_transactions and fix Sphinx dependency issu…
Browse files Browse the repository at this point in the history
…es (#427)

Fix Sphinx dependency issue and update docs to reflect a better way to get account transactions.
  • Loading branch information
JST5000 committed Sep 14, 2022
1 parent dd9d024 commit ba24b71
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 503 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,11 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Function to parse the final account balances from a transaction's metadata
- Function to parse order book changes from a transaction's metadata
- Support for Ed25519 seeds that don't use the `sEd` prefix
- Add docs to`get_account_transactions` explaining how to allow pagination through all transaction history [#462]
- Common field `ticket_sequence` to Transaction class

### Fixed:
- Typing for factory classmethods on models
- Use properly encoded transactions in `Sign`, `SignFor`, and `SignAndSubmit`
- Fix Sphinx build errors due to incompatible version bumps

## [1.6.0] - 2022-06-02
### Added:
Expand Down

0 comments on commit ba24b71

Please sign in to comment.