Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add balance changes parser #383

Merged
merged 35 commits into from
Jun 2, 2022
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2376d5d
Add better support for txn flags
LimpidCrypto Mar 15, 2022
973dfbf
support Transaction.has_flag()
LimpidCrypto Mar 15, 2022
8533884
support Transaction.has_flag()
LimpidCrypto Mar 15, 2022
0bfb37d
Add better support for txn flags.
LimpidCrypto Mar 17, 2022
3c1c1a2
bump version; fix import TypedDict
LimpidCrypto Mar 18, 2022
4dc7ed5
Update CHANGELOG.md
LimpidCrypto Mar 18, 2022
b148cf8
All flags to upper case; Update Changelog; Update pyproject
LimpidCrypto Mar 21, 2022
aa9bfa1
All flags to upper case; Update Changelog; Update pyproject
LimpidCrypto Mar 21, 2022
a958b0b
Merge branch 'master' into master
LimpidCrypto Mar 21, 2022
6053562
Merge branch 'XRPLF:master' into master
LimpidCrypto Mar 29, 2022
abc18d8
Merge branch 'XRPLF:master' into master
LimpidCrypto Apr 5, 2022
3e015fe
Merge branch 'XRPLF:master' into master
LimpidCrypto Apr 7, 2022
6a22b04
Merge branch 'XRPLF:master' into master
LimpidCrypto Apr 22, 2022
5439fe7
Merge branch 'XRPLF:master' into master
LimpidCrypto May 3, 2022
5142a3e
Initial commit
LimpidCrypto May 3, 2022
71e3d37
fix lint
LimpidCrypto May 3, 2022
2c1cfa7
export XRPLTxnFieldsException; add TestInvalidTxn; fix nits
LimpidCrypto May 7, 2022
759976d
Update parser
LimpidCrypto May 11, 2022
6106bd1
fix linter
LimpidCrypto May 11, 2022
e93275d
implement suggestions
LimpidCrypto May 11, 2022
285f4e6
fix linter
LimpidCrypto May 11, 2022
53981cc
better handling optional values
LimpidCrypto May 11, 2022
81293fc
implement suggestions
LimpidCrypto May 13, 2022
86beb77
Merge branch 'master' into parse_balance_changes
LimpidCrypto May 15, 2022
e048c89
fix indentation of example txns
LimpidCrypto May 16, 2022
4737f99
fix nits, remove pydash, better typing
LimpidCrypto May 16, 2022
e878849
more readable _flip_trustline_perspective; pass value instead of valu…
LimpidCrypto May 16, 2022
376fcae
Merge branch 'parse_balance_changes' of https://github.com/LimpidCryp…
LimpidCrypto May 16, 2022
5221766
fix type: ignore
LimpidCrypto May 18, 2022
d79a1d4
implement suggestions; remove last type: ignore
LimpidCrypto May 19, 2022
db936ac
Merge branch 'master' into parse_balance_changes
LimpidCrypto May 24, 2022
58c2e24
Merge branch 'master' into parse_balance_changes
LimpidCrypto May 25, 2022
08cf5a2
better typing
LimpidCrypto May 25, 2022
77ac487
Merge branch 'parse_balance_changes' of https://github.com/LimpidCryp…
LimpidCrypto May 25, 2022
600df5d
Merge branch 'master' into parse_balance_changes
LimpidCrypto Jun 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:orphan:
1 change: 1 addition & 0 deletions docs/source/xrpl.utils.txn_parser.utils.rst
Original file line number Diff line number Diff line change
@@ -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.