Skip to content

Commit

Permalink
Add balance changes parser (#383)
Browse files Browse the repository at this point in the history
* Add better support for txn flags

* support Transaction.has_flag()

* support Transaction.has_flag()

* Add better support for txn flags.

* bump version; fix import TypedDict

* Update CHANGELOG.md

* All flags to upper case; Update Changelog; Update pyproject

* Initial commit

* fix lint

* export XRPLTxnFieldsException; add TestInvalidTxn; fix nits

* Update parser

* fix linter

* implement suggestions

* fix linter

* better handling optional values

* implement suggestions

* fix indentation of example txns

* fix nits, remove pydash, better typing

* more readable _flip_trustline_perspective; pass value instead of value_parser

* fix type: ignore

* implement suggestions; remove last type: ignore

* better typing
  • Loading branch information
LimpidCrypto committed Jun 2, 2022
1 parent 4edcfba commit fe02f14
Show file tree
Hide file tree
Showing 27 changed files with 2,431 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [[Unreleased]]
### Added:
- Support for dynamic fee calculation
- Add function to parse account balances from a transaction's metadata
- Better error handling for invalid client URL

### Fixed
Expand Down
1 change: 1 addition & 0 deletions docs/source/xrpl.utils.txn_parser.rst
@@ -0,0 +1 @@
:orphan:
1 change: 1 addition & 0 deletions docs/source/xrpl.utils.txn_parser.utils.rst
@@ -0,0 +1 @@
:orphan:
41 changes: 41 additions & 0 deletions poetry.lock

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

Empty file.

0 comments on commit fe02f14

Please sign in to comment.