-
Notifications
You must be signed in to change notification settings - Fork 6
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
v0.2.4 Release Candidate #4
Open
kquirapas
wants to merge
12
commits into
stable
Choose a base branch
from
main
base: stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
* feat: Created TS SDK * refactor: removed the implement and added access modifiers * feat: added TSSDK params interface * feat: added new dependencies * refactor: changed the process and names * refactor: changed type field names * fix: package type * refactor: change class to ask secret key instead * refactor: changed keypair passing to secret key * refactor: changed field keypair to secret key * refactor: changed program_id value to new keypair public key * Update index.ts * Revert "Update index.ts" This reverts commit a2a2aa1. Revert previous commit -cause: breaking change * feat: implement migrate function * Update sdk.ts revert code * feat: set up prettier to the project * add migrate function test * Add set function implementation * feat: set up prettier to the project * fix: finalize and improve org structure && clean up naming convention for coding standard && format all with prettier * [draft] feat : developing create method * Add interface_storage.ts for pull request * Added MemoryAdapter * fix: fix to keypair * Update sdk.ts Added get and delete method * feat: Working Session Keys * feat: Working Session Keys Test * Add solana adapters * Update storage and sdk modules with new features and tests * Update sdk.ts * Update storage.ts and storage.test.ts with delete method tests and validation * feat: create function * Add files via upload * feat: world functions --------- Co-authored-by: Hurotamo <166716974+Hurotamo@users.noreply.github.com> Co-authored-by: sceiiya <meetscheidj@gmail.com> Co-authored-by: Avien <avienmexico@gmail.com> Co-authored-by: Bvin-in <152376297+Maviin05@users.noreply.github.com> Co-authored-by: Rjay <rjaysolamo@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and contxext. List any dependencies that are required for this change.
Link to issue
Please add a link to any relevant issues/tickets.
Type of change
Please delete options that are not relevant.
Test plan (required)
Demonstrate the code is solid. Are changes to the templates tested in the top-level project workflows?
Which commands did you test with and what are the expected results? Which tests have you added or updated? Do the
tests cover all of the changes included in this PR?
Screenshots/Screencaps
Please include screenshots that support the previous information you have provided. This would help us review your pull request better.