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

feat: adds new ts sdk generator and basic primitives #192

Open
wants to merge 1 commit into
base: sdk-47
Choose a base branch
from

Conversation

stalniy
Copy link
Contributor

@stalniy stalniy commented Feb 19, 2025

Why

akash-network/akashjs#118

What

This is the 1st PR which adds ts SDK bufbuild generator and basic primitives. There are 3 SDK factories:

  1. for Node proto files
  2. for Provider proto files
  3. for Cosmos sdk proto files. This is useful for using built-in cosmos functionality (e.g., getting latest block)

@stalniy stalniy requested a review from a team as a code owner February 19, 2025 11:52
@stalniy stalniy force-pushed the feat/ts-sdk-generator branch 7 times, most recently from 37871a7 to 2d7460b Compare February 19, 2025 14:45
@stalniy stalniy force-pushed the feat/ts-sdk-generator branch 3 times, most recently from 7e50ce6 to 8ad6a1a Compare February 19, 2025 14:51
@stalniy stalniy force-pushed the feat/ts-sdk-generator branch 5 times, most recently from de7b7ab to 17ec55d Compare February 19, 2025 20:27
@stalniy stalniy force-pushed the feat/ts-sdk-generator branch 2 times, most recently from 8497db7 to 545b75e Compare February 20, 2025 04:57
Comment on lines -22 to -31
"test:ci": "echo \"No tests present...\"",
"test:ci:cov": "echo \"No tests present...\"",
"test:cov": "jest --selectProjects unit functional --coverage",
"test:functional": "jest --selectProjects functional",
"test:functional:cov": "jest --selectProjects functional --coverage",
"test:functional:watch": "jest --selectProjects functional --watch",
"test:unit": "jest --selectProjects unit",
"test:unit:cov": "jest --selectProjects unit --coverage",
"test:unit:watch": "jest --selectProjects unit --watch",
"test:watch": "jest --selectProjects unit functional --watch"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

return this back

},
"lint-staged": {
"*.json": [
Copy link
Contributor Author

Choose a reason for hiding this comment

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

revert back

@troian troian force-pushed the sdk-47 branch 4 times, most recently from 2e0bedd to 9bcb087 Compare February 20, 2025 17:49
@stalniy stalniy force-pushed the feat/ts-sdk-generator branch from 545b75e to 934abf8 Compare February 20, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants