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

Implement starknet.go support for transaction endpoints #7

Open
jelilat opened this issue Feb 15, 2024 · 3 comments
Open

Implement starknet.go support for transaction endpoints #7

jelilat opened this issue Feb 15, 2024 · 3 comments
Labels
good first issue Good for newcomers ODHack Only Dust Hackathon

Comments

@jelilat
Copy link
Contributor

jelilat commented Feb 15, 2024

Current State

The RPC Request Builder autogenerates starknet.go code snippets for StarkNet RPC endpoints. However, some endpoints are not yet supported.

Required Action

Add autogenerated starknet.go support for the following endpoints.

  • starknet_getTransactionStatus
  • starknet_getTransactionByHash
  • starknet_getTransactionByBlockIdAndIndex
  • starknet_getTransactionReceipt
  • starknet_getBlockTransactionCount
  • starknet_getEvents

Additional Context:

@jelilat jelilat added good first issue Good for newcomers ODHack Only Dust Hackathon labels Feb 15, 2024
@jelilat jelilat changed the title Implement starknet.go support for starknet_getBlockWithTxHashes Implement starknet.go support for transaction endpoints Feb 15, 2024
@Xavek
Copy link

Xavek commented Feb 15, 2024

Would like to take it

@Ash20pk
Copy link

Ash20pk commented Feb 25, 2024

@jelilat I picked this up since it was open for a while

PR: #37

@Xavek
Copy link

Xavek commented Feb 26, 2024

@Ash20pk I was waiting for another PR that introduces the go template, since it's been merged I am raising a PR soon. Edit: Okay you already raised a PR congrats

@Xavek Xavek removed their assignment Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers ODHack Only Dust Hackathon
Projects
None yet
Development

No branches or pull requests

3 participants