Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hayes-mysten

hayes-mysten pushed 241 commits to mh--inline-aws4fetch MystenLabs/sui
  • [fastpath] support locking transactions and returning effects without signatures (#20128) ## Description - Allow... d7b6639
  • [Bridge Node] Fix predelay (#20197) ## Description Describe the changes or additions included in this PR. ## ... 59f747c
  • fix(indexer-alt): connection timeout default (#20152) ## Description Using `stringify!(DEFAULT...)` doesn't work,... 2ca574c
  • Update initialize-sui-client-cli.mdx (#20202) ## Description Sui CLI defaults to testnet when a client.yaml does... 6811ca4
  • chore(deny): allowlist advisories Waiting on dependent packages to update. da8c306
  • chore(deny): remove direct dep on derivative ## Description `derivative` is unmaintained. Switch existing uses to u... 62602a6
  • chore(deny): Remove dependency on opentelemetry_api ## Description We are not using this dependency and `cargo deny... 1c96999
  • [indexer-alt] Add indexer_latest_ingested_checkpoint metric (#20188) ## Description This metric will allow us to... fec3a00
  • Docs: README (#20209) Added a link to the project site ## Test plan How did you test the new or updated f... 83d3570
  • Update the documentation to let users understand how to pass parameters of type Option`<Move Type>` via JSON (#20210... 3bea403
  • [consensus] Exclude low scoring ancestors in proposals with time based inclusion/exclusion (#19605) ## Release notes... d590dd0
  • [docs] Move 2024 Kiosk, Kiosk Apps (#20180) 5458bd8
  • [docs] Update Display page (#20179) e365403
  • [indexer builder] - refactor sui datasource (#19984) ## Description refactor sui datasource and move it to index... 3a397c8
  • Deepbook SDK Examples (#20227) ## Description Getting balance for balance manager, getting live orders for a bal... a24d43d
  • [kv store] add timeout to bigtable ingestion + backfill mode (#20193) ## Description adds timeouts to the Bigtab... 4ba4b29
  • [indexer-alt] Add checkpoint ingestion lag metrics (#20191) ## Description This PR adds two metrics, one that tr... c4afb26
  • Version Packages (#20229) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitH... 73dbd00
  • Revert "Add support for TLS connections with self-signed cert on validator gRPC interface" (#20232) Reverts MystenLa... 44fe9eb
  • Update fastcrypto, including moving some structs between dkg->dkg_v1 (#20224) ## Description Describe the change... de2c7de
  • and 221 more ...

View on GitHub

hayes-mysten created a comment on an issue on MystenLabs/sui
There isn't enough detail here to understand or reproduce the issue. If you could provide a small reproduction, or even more details about your setup, how you are running/building your code tha...

View on GitHub

hayes-mysten created a comment on an issue on MystenLabs/sui
If you are still using @mysten/sui.js you may need to upgrade to @mysten/sui: https://sdk.mystenlabs.com/typescript/migrations/sui-1.0

View on GitHub

hayes-mysten created a review comment on a pull request on MystenLabs/sui
node 22 is the current lts version. Odd numbered versions are generally more experimental, where new features get added. I think it should be fine to update our ci jobs to use 22

View on GitHub

hayes-mysten created a review on a pull request on MystenLabs/sui

View on GitHub

hayes-mysten created a comment on a pull request on MystenLabs/sui
tests run in node, and I think node 22 was the version that added navigator. You probably have a newer node version locally than is used in ci

View on GitHub

hayes-mysten created a review comment on a pull request on MystenLabs/sui
not saying we need to add any additional configuration, just that the thing that takes options should probably be the provider rather than the signer directly. cc @Jordan-Mysten, curious about you...

View on GitHub

hayes-mysten created a review on a pull request on MystenLabs/sui

View on GitHub

hayes-mysten created a review comment on a pull request on MystenLabs/sui
basically, this method would only take the provider, and all configuration would go through the provider rather than through the signer instance

View on GitHub

hayes-mysten created a review comment on a pull request on MystenLabs/sui
I am wondering if this options might make more sense as options for the provider. I am not entirely sure which is better, but I would be curious if options like timeout are not consistent across p...

View on GitHub

hayes-mysten created a review on a pull request on MystenLabs/sui

View on GitHub

hayes-mysten created a review comment on a pull request on MystenLabs/sui
The very limited docs I've read on the passKey apis indicate the challenge is supposed to be random bytes. What is this string based on?

View on GitHub

hayes-mysten created a review on a pull request on MystenLabs/sui

View on GitHub

hayes-mysten created a review comment on a pull request on MystenLabs/sui
where does this come from, and does it need to be specifically this value? I imagine many uses of this won't be the sui wallet

View on GitHub

hayes-mysten created a review on a pull request on MystenLabs/sui

View on GitHub

hayes-mysten pushed 1 commit to main vladilen11/sui
  • fix build issues after regenerating client types 994fa22

View on GitHub

hayes-mysten created a review comment on a pull request on MystenLabs/sui
It looks like enums are actually available in the GraphQL api now, but this requires the graphql client to be updated. The GraphQL release process has changed, and updating the client will take a ...

View on GitHub

hayes-mysten created a review on a pull request on MystenLabs/sui

View on GitHub

hayes-mysten created a review on a pull request on MystenLabs/sui
These types are generated based on the openrpc spec, so I fixed a small issue in the generator, and re-ran it rather than updating the types manually

View on GitHub

hayes-mysten pushed 1 commit to main vladilen11/sui
  • use generator to update generated types 5cc8abb

View on GitHub

hayes-mysten created a comment on an issue on MystenLabs/sui
I am also not sure how possible this is without the ability to re-compiling the move code, which the sdk currently doesn't know anything about. You can probably get away with just replacing addr...

View on GitHub

hayes-mysten created a comment on an issue on MystenLabs/sui
I don't think its likely anything like this will be added to the sui SDK. As I said before, the sdk is designed to run in a lot of environments, and isn't really meant for fully automated flows li...

View on GitHub

hayes-mysten created a comment on a pull request on MystenLabs/sui
It looks like this creates an error in the graphql-transport pacakge

View on GitHub

hayes-mysten created a review on a pull request on MystenLabs/sui

View on GitHub

hayes-mysten created a comment on an issue on MystenLabs/sui
This isn't something on our roadmap. Can you elaborate on what you are hoping for with this change? The SDK runs in a lot of different environments, and there isn't a consistent way to securely s...

View on GitHub

hayes-mysten pushed 1 commit to main MystenLabs/sui
  • Version Packages (#20468) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitH... 1bd8d22

View on GitHub

hayes-mysten deleted a branch MystenLabs/sui

changeset-release/main

hayes-mysten created a review on a pull request on MystenLabs/sui

View on GitHub

hayes-mysten deleted a branch MystenLabs/sui

mh--add-legacy-address-flag-to-zklogin-methods

hayes-mysten pushed 1 commit to main MystenLabs/sui
  • Add flags to zklogin methods that derive addresses and migrate zksend sdk to sui sdk (#20310) ## Description Des... ec2dc7f

View on GitHub

Load more