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 endpoint get transaction #165

Merged
merged 5 commits into from
Jul 19, 2024

Conversation

einerzg
Copy link
Contributor

@einerzg einerzg commented Jul 19, 2024

Description

The endpoint getTransations was added.

Fixes #160

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)
  • This change requires a documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@einerzg einerzg changed the title Add endpoint get transaction [WIP] - Add endpoint get transaction Jul 19, 2024
# Conflicts:
#	lib/rpc.ex
#	test/rpc_test.exs
@einerzg einerzg changed the title [WIP] - Add endpoint get transaction Add endpoint get transaction Jul 19, 2024
@einerzg einerzg requested a review from L-Zuluaga July 19, 2024 13:28
@einerzg einerzg linked an issue Jul 19, 2024 that may be closed by this pull request
3 tasks
Copy link
Member

@L-Zuluaga L-Zuluaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@einerzg einerzg merged commit c81b04c into kommitters:v0.21 Jul 19, 2024
2 checks passed
einerzg added a commit that referenced this pull request Jul 24, 2024
* Add endpoint get_version_info (#157)

* Add state_changes in Simulate Transaction response (#164)

* Add state_changes in Simulate Transaction response

* Add nil option in for state_changes property

* Add endpoint get transaction (#165)

* Add endpoint get transactions

* Add tests and improve the code

* Add readme documentation

* Add TransactionsPayload in the params for endpoint spec

* Add endpoint get fee stats (#166)

* Add endpoint getFeedStats

* Add tests for get fee stats

* Add readme section for getFeeStats

* Fix typo (#167)

* Add prerelease v0.21.0 (#168)

* Add prerelease v0.21.0

* Update the release date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create the getTransactions endpoint
2 participants