-
Notifications
You must be signed in to change notification settings - Fork 222
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: transaction builder #1356
Merged
Merged
Changes from 78 commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
2ebde4b
Do it
guibescos c086dcf
Remove some duplicate code
guibescos d32169f
Cleanup
guibescos b49e084
Cleanup
guibescos fb0d06f
Cleanup import
guibescos d08e92a
Correct description
guibescos d73e808
Fix path
guibescos 3113026
Cleanup deps
guibescos 4b645cc
Unique
guibescos 191fa01
Works
guibescos 9172fad
Continue
guibescos 063de56
Lint
guibescos b905266
Lint config
guibescos 81a3307
Fix ci
guibescos 6a2bdbc
Checkpoint
guibescos dc687d1
Checkpoint
guibescos 0045908
Gitignore
guibescos d8757d5
Cleanup
guibescos b854868
Cleanup
guibescos 97f8bd0
Continue building the sdk
guibescos a5f0cae
build function
guibescos 8328496
Remove files
guibescos a0f95ea
Remove files
guibescos 131d8ce
Rename
guibescos f3fc9ef
Refactor : make transaction builder
guibescos db73a1f
Make commitment
guibescos 520e5fb
Move
guibescos eedd806
Progress
guibescos 42c7cd0
Checkpoint
guibescos 07756b1
Ephemeral signers 2
guibescos 16c1f86
Checkpoint
guibescos ef052fa
Checkpoint
guibescos 160c011
Fix bug
guibescos 2f7697c
Cleanup idls
guibescos 89eb8e8
Compute units
guibescos 0e362c5
Make program addresses configurable
guibescos 99b76b6
Handle arrays
guibescos 117a166
Handle arrays
guibescos 2e044b0
Move PythSolanaReceiver
guibescos 66bdbc7
Cleanup constants
guibescos 0068d5f
Contants
guibescos dcdd39f
Refactor constants
guibescos 9a13bb6
Gitignore refactor
guibescos 3a2562c
package lock
guibescos 6b2d09b
Cleanup idl
guibescos ecd2c4d
Add useful static
guibescos 4b0094a
Add useful static
guibescos 5926166
Add useful static
guibescos 6290cab
Lint
guibescos b92e8ce
Add lint config
guibescos 00554e9
Docs
guibescos a5c0fc4
Comments
guibescos afcfcf3
Docs
guibescos 0825092
Merged
guibescos 8e7d416
Don't touch this
guibescos c05b409
Readme
guibescos 2e047f8
Readme
guibescos 40adb68
Cleanup
guibescos 0e68936
Readme
guibescos 7ae5c93
Fix
guibescos 09e4bc3
Merge branch 'main' into solana/js-sdk
guibescos 8bf4dbd
address readme comments
guibescos 64f2daf
from pyth, not pythnet
guibescos d0b6323
Add a couple more comments
guibescos 3d7abc1
Rename cleanup to close
guibescos 9165bbb
Go go go
guibescos 01e050f
Gogogo
guibescos e14604e
Merge
guibescos 380bddc
Go
guibescos 2b36cf3
Fix readme
guibescos 15eb363
Improve readme
guibescos 42e9ef5
Nit
guibescos 89870ba
Nits
guibescos 4ba58f5
Refactor withClose
guibescos 3401d22
Update comments
guibescos d7f9e44
Cleanup
guibescos f53f529
First rename
guibescos 1365322
Rename 2
guibescos e0d8f8e
Improve error message
guibescos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This comment is ambiguous