Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hayes-mysten created a review comment on a pull request on MystenLabs/ts-sdks
We don't generally do runtime validation of query inputs, and have generally relied on errors returned from the API and typescript to enforce correct usage. I am a little hesitant to start addin...
hayes-mysten created a comment on an issue on MystenLabs/ts-sdks
@joyqvq is this something you can look into? I am less familiar with this, but happy to take it over if you want
hayes-mysten pushed 6 commits to main MystenLabs/ts-sdks
hayes-mysten closed a pull request on MystenLabs/ts-sdks
Update walrus contracts and add readBlob method to client
## 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 comment on an issue on MystenLabs/ts-sdks
There are no current plans to change the wallet standard to remove this. dapp-kit is one opinionated interface over the wallet standard. We currently encourage executing on the dapp side rather t...
hayes-mysten created a comment on an issue on MystenLabs/sui
For python sdk issues, you can open an issue here: https://github.com/FrankC01/pysui `fetch_all=True` might be the issue here, but I am not familiar with the SDK
hayes-mysten closed an issue on MystenLabs/sui
Sui Code Bug or Feature Request
``` balance = await self.client.get_coin( coin_type=“0x2::sui::SUI”, address=self.config.active_address, fetch_all=True address=self.config.active_a...hayes-mysten created a comment on an issue on MystenLabs/sui
@stefan-mysten I think this is using rust not typescript
hayes-mysten created a review comment on a pull request on MystenLabs/ts-sdks
yeah... this is something we really should prioritize in our post-walrus sdk work
hayes-mysten created a review comment on a pull request on MystenLabs/ts-sdks
this is temporary. @williamrobertson13 is investigating what we actually want to do for this
hayes-mysten opened a pull request on MystenLabs/ts-sdks
Update walrus contracts and add readBlob method to 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 typesafe interface over wasm bindings
## 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
I re-built the wasm bindings because they needed to expsoe the root_hash... not sure why things got re-orderd
hayes-mysten pushed 1 commit to mh--add-typesafe-wasm-bindings MystenLabs/ts-sdks
- Add typesafe interface over wasm bindings 0b17b55