-
Notifications
You must be signed in to change notification settings - Fork 68
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
Expose getTransactionsByAddress to JS #1356
Conversation
b6fda02
to
a9a9ee9
Compare
a9a9ee9
to
dc3bb2a
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## albatross #1356 +/- ##
=============================================
- Coverage 66.40% 66.27% -0.14%
=============================================
Files 408 408
Lines 51990 52314 +324
=============================================
+ Hits 34523 34669 +146
- Misses 17467 17645 +178
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
0ffa727
to
d174588
Compare
f2097ca
to
4bb2939
Compare
a16de38
to
3b74370
Compare
PR back to you @jsdanielh |
3b74370
to
2752aae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a couple more of comments
2752aae
to
0e3332d
Compare
6fc4fec
to
0e3332d
Compare
0e3332d
to
bb9bb18
Compare
603d82a
to
ffe9ebe
Compare
80a0c61
to
8e78b49
Compare
Provide functionality that queries the network in order to get transactions that belong to some specific address. For this particular request, history nodes would provide the transaction details and an inclusion proof of those transactions. The final list of transactions are serialized and returned to JS via a JsValue
e2467f3
to
22f575c
Compare
Provide functionality that queries the network in order to get transactions that belong to some specific address.
For this particular request, history nodes would provide the transaction details and an inclusion proof of those transactions.
The final list of transactions are serialized and returned to JS via a JsValue