Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hayes-mysten closed a pull request on MystenLabs/sui
remove remaining ts sdk docs
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your cha...hayes-mysten pushed 1 commit to mh--verify-without-zklogin MystenLabs/ts-sdks
- simplify number of imports needed when importing keypairs c39f32f
hayes-mysten opened a pull request on MystenLabs/sui
remove remaining ts sdk docs
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your cha...hayes-mysten created a branch on MystenLabs/sui
mh--remove-ts-sdk-docs - Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
hayes-mysten opened a pull request on MystenLabs/ts-sdks
simplify number of imports needed when importing keypairs
## Description fixes #11 ## Test plan How did you test the new or updated feature? ---hayes-mysten pushed 2 commits to main MystenLabs/ts-sdks
hayes-mysten closed a pull request on MystenLabs/ts-sdks
Add walrus openapi client
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? ---hayes-mysten opened a pull request on MystenLabs/ts-sdks
Add walrus openapi client
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? ---hayes-mysten pushed 2 commits to main MystenLabs/ts-sdks
hayes-mysten closed a pull request on MystenLabs/ts-sdks
Add walrus wasm
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? ---hayes-mysten created a review comment on a pull request on MystenLabs/ts-sdks
it was in the generated code 🤷
hayes-mysten opened a pull request on MystenLabs/ts-sdks
Add walrus wasm
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? ---hayes-mysten pushed 7 commits to main MystenLabs/ts-sdks
- Add walrus package f3c2c5c
- make walrus sdk private until its ready to be published b72958b
- Expose isArgument util from @mysten/sui/transactions 539168a
- fix addresses 215de46
- fix flaky build issue 4a9f8a0
- remove commented out reference in tsconfig 0c56eba
- Merge pull request #6 from MystenLabs/mh--create-walrus-sdk create walrus sdk e31e219
hayes-mysten closed a pull request on MystenLabs/ts-sdks
create walrus sdk
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? ---hayes-mysten pushed 1 commit to mh--create-walrus-sdk MystenLabs/ts-sdks
- remove commented out reference in tsconfig 0c56eba
hayes-mysten created a comment on an issue on MystenLabs/sui
What I'd recommend is checking out some of the other signer interfaces that have been implemented (eg: https://github.com/MystenLabs/ts-sdks/blob/main/packages/signers/src/aws/aws-kms-signer.ts) ...
hayes-mysten created a comment on an issue on MystenLabs/sui
Here's a working version of your code: https://stackblitz.com/edit/typescript-ralqifj5?file=index.ts I replaced the blake2b library you were using since I am not familiar with that version, and...
hayes-mysten pushed 1 commit to mh--create-walrus-sdk MystenLabs/ts-sdks
- fix flaky build issue 4a9f8a0