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

Status of python sdk #16

Closed
AndriyMulyar opened this issue May 27, 2021 · 2 comments
Closed

Status of python sdk #16

AndriyMulyar opened this issue May 27, 2021 · 2 comments
Labels
question Further information is requested

Comments

@AndriyMulyar
Copy link

Hi,

Thanks for starting this project. What remains to be implemented and tested to make this sdk stable?

Thanks!

@janezpodhostnik janezpodhostnik added the question Further information is requested label May 27, 2021
@janezpodhostnik
Copy link
Owner

Hi AndriyMulyar. Thank you for your interest.

I'm trying to release an MVP version soon.

Which for me would mean that all the functionality to interact with the FLOW blockchain is there:

  • being able to decode/encode json cadence values
  • sending scripts and getting results
  • sending/signing arbitrary transactions
  • getting events/transaction/blocks/accounts from the FLOW grpc
  • having CI that runs tests and examples on PRs
  • having a lot of tests and good usage documentation

All of the above except the last point is actually covered already. I'm hoping to get that last point covered in the following weeks.

There are certainly still bugs and instabilities, but at the moment there are no known bugs or instabilities 😅. There is a CI pipeline in place to run all the tests (there aren't that many right now) and all of the examples on the most recent emulator version on every release (an on PRs). Which means there is little chance of something really breaking getting released.

I have been using the flow-py-sdk for my own projects and I'm also trying to create a public showcase project, so I know for a fact it can be used.

I would appreciate any feedback from anyone using or wanting to use this SDK. Feedback would make development much faster 😄.

@AndriyMulyar
Copy link
Author

AndriyMulyar commented May 27, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants