Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hayes-mysten created a comment on an issue on MystenLabs/sui
`Address` is specific to sui, so you need to use the sui version of bcs: ```diff - import { bcs } from '@mysten/bcs' + import { bcs } from '@mysten/sui/bcs' ``` ```ts import { Transacti...
hayes-mysten created a review comment on a pull request on MystenLabs/ts-sdks
this is also not being exported from the sdk
hayes-mysten created a review comment on a pull request on MystenLabs/ts-sdks
`findCommandPublicKey`?
hayes-mysten closed an issue on MystenLabs/sui
Typescript how to create a messageWithIntent
**New**. I would like to create a Sui transaction offline and sign it with an existing signing mechanism. After some digging I am under the impression that I will need to create a 'messageWithI...hayes-mysten pushed 2 commits to main MystenLabs/ts-sdks
hayes-mysten closed a pull request on MystenLabs/ts-sdks
ya missed an exclamation mark
## Description Adding a "!" to a block of example code where I'm *pretty* sure it's supposed to go. ## Test plan I'll be honest, I didn't test it. I just read it and I'm pretty sure it needs...hayes-mysten created a comment on an issue on MystenLabs/ts-sdks
The SDKs are limited by whats available in the GraphQL api. Pagination is possible, Here's an example ```gql query { object( address:"0x13a95017f8fe7a8274362ccbfca47163c2b765a401ff98...
hayes-mysten closed an issue on MystenLabs/ts-sdks
[ts-sdk/graphql] How to add filters to graphql queries?
## Contexts this is my base query code: in testnet (https://sui-testnet.mystenlabs.com/graphql) ```graphql query { object(address:"0x13a95017f8fe7a8274362ccbfca47163c2b765a401ff983b5819075fa...hayes-mysten created a comment on a pull request on MystenLabs/ts-sdks
there are some very annoying changes in the latest typescrypt version that make Uint8Array and ArrayBuffer not type-compatible, so it looks like type-checking is failing
hayes-mysten created a comment on an issue on MystenLabs/ts-sdks
As long as you have tree shaking enabled, the zklogin related stuff should no longer be imported
hayes-mysten pushed 2 commits to main MystenLabs/ts-sdks
hayes-mysten closed a pull request on MystenLabs/ts-sdks
Version Packages
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this ...hayes-mysten closed an issue on MystenLabs/ts-sdks
Decouple `ZkLogin` from `Ed25519PublicKey` and others `*PublicKey`
## Steps to Reproduce Issue In the current implementation, `*PublicKey` classes pull the `ZkLogin` dependency, which in turn pulls `SuiGraphQLClient`. This is a lot of extra code that is not ...hayes-mysten pushed 3 commits to main MystenLabs/ts-sdks
hayes-mysten closed 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 created a review comment on a pull request on MystenLabs/ts-sdks
Been seeing some weird failures here where deleting fails because the directory isn't empty....
hayes-mysten pushed 1 commit to mh--verify-without-zklogin MystenLabs/ts-sdks
- add retries for deletes in build job b49394e
hayes-mysten pushed 1 commit to main MystenLabs/sui
- remove remaining ts sdk docs (#20860) ## Description Describe the changes or additions included in this PR. #... a6bd6e8