Skip to content

Conversation

@hayes-mysten
Copy link
Contributor

Description

Describe the changes or additions included in this PR.

Test plan

How did you test the new or updated feature?


AI Assistance Notice

Please disclose the usage of AI. This is primarily to help inform reviewers of how careful they need to review PRs, and to keep track of AI usage across our team. Please fill this out accurately, and do not modify the content or heading for this section!

  • This PR was primarily written by AI.
  • I used AI for docs / tests, but manually wrote the source code.
  • I used AI to understand the problem space / repository.
  • I did not use AI for this PR.

@vercel
Copy link

vercel bot commented Sep 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sui-typescript-docs Ready Ready Preview Comment Oct 6, 2025 10:27pm

@hayes-mysten hayes-mysten had a problem deploying to sui-typescript-aws-kms-test-env September 9, 2025 22:39 — with GitHub Actions Failure
@hayes-mysten hayes-mysten changed the title Add readme and types Wallet auto-approvals readme Sep 9, 2025
github-actions bot and others added 11 commits September 10, 2025 11:32
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add derived object TS docs

* Fix

* remove normalize, nest under utils, fix/enhance tests to include the doc cases

* remove from base meta
* feat: add universal-connector to createDappKit

* feat: add demo

* chore: change name

* chore: add z-index

* chore: use updated version with config

* chore: lint fixes - remove unused script

* chore: remove pid

* chore: update lock

* chore: rebuild lock

* chore: remove changelog

* chore: use projectId in initializer id

* chore: remove isMounted check

* feat: add getClient parameter to initialization. Make requests use corresponding provided network client

* chore: use provided client

* chore: use preconfigured getclient method

* chore: rename to network

* chore: fill in metadata

* chore: emit events on accoutn reconnection. Amend readme

* fix: remove duplicated emition

* chore: use stable ak 1.7.20

* chore: parse transaction to get bytes. use waitforTransaction

* chore: add toStandardAccounts util

* feat: remove automatic wc initialization from dapp-kit

* chore: remove unused dependencies

* Update packages/walletconnect-wallet/src/wallet/index.ts

Co-authored-by: hayes-mysten <135670682+hayes-mysten@users.noreply.github.com>

* chore: update to latest ak

* fix: issue with message re-encoding

* chore: mantpkg fix and lock reset

* fix: lint fixes

* chore: remove .js from import

* chore: rollback examples changes from linter

* chore: add .ts to filename during import. Adds `allowImportingTsExtensions` to demo config

* chore: update to latest stable appkit

* chore: fix icon

* Prepare for release

---------

Co-authored-by: hayes-mysten <135670682+hayes-mysten@users.noreply.github.com>
Co-authored-by: Jordan Gensler <jordan@mystenlabs.com>
* expose Ledger signer utility functions

* export from index.ts module

* export only selected whitelist

* Update packages/signers/src/ledger/objects.ts

Co-authored-by: William Robertson <williamrobertson13@users.noreply.github.com>

* Update packages/signers/src/ledger/objects.ts

Co-authored-by: William Robertson <williamrobertson13@users.noreply.github.com>

* Add release note

---------

Co-authored-by: William Robertson <williamrobertson13@users.noreply.github.com>
Co-authored-by: Jordan Gensler <jordan@mystenlabs.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
tonylee08 and others added 2 commits September 24, 2025 09:38
* update bbb sdk

* changeset

* cleanup
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
jonas-lj and others added 2 commits September 26, 2025 09:19
* Check for little-endian encoding for BLS scalars

* changeset

* use raw functions

* Update .changeset/bitter-actors-matter.md

Co-authored-by: benr-ml <112846738+benr-ml@users.noreply.github.com>

* Check with both encodings

* clean up

* simplify

* errs

* unit tests

* more tests

* Also add le nonce check when consistency is checked (although it'll probably fail)

* default

* default

* error in elgamal

* No default values

* Fix versions + more tests

* Fix unit tests and throw errors on invalid points

* lock

* changeset

* docs

* Handle invalid randomness

* release notes

* Update .changeset/bitter-actors-matter.md

Co-authored-by: benr-ml <112846738+benr-ml@users.noreply.github.com>

* Name + clean up

* manypkg warning

* lint

* Changeset + revert lock

* comment

* simplify + lint

* docs

* docs

* lint

---------

Co-authored-by: benr-ml <112846738+benr-ml@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@hayes-mysten hayes-mysten force-pushed the mh--auto-approvals-readme branch from 87247ac to 08d5e5b Compare September 27, 2025 04:55
tonylee08 and others added 21 commits September 29, 2025 13:48
* temp fix

* manager function updates

* mint and set referral

* cleanup

* more referral functions

* register manager and init map

* balance manager ids

* referral owner

* ewma setting params

* enable state

* new package

* final functions

* referral balances

* cleanup

* update dep

* revert testing changes

* changeset

* cleanup

* update definition

* typo
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Endianess...

* changeset

* notes
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Updating codegen to use `bcs.option` insteadf of `bcs.vector` when generating for optional structs

* Added `bbbVault` to `handleBasePayment` and `handlePayment`
* `payment-kit` codegen

* Added `codegen` change for `process_registry_payment`

* Updated `pnpm-lock.yaml`

* Updated `pnpm-lock.yaml`

* Added skeleton client

* Fixed import issue

* Fixed `pnpm-lock.yaml` explosion

* Mark `packages/payment-kit/src/contracts/**` as generated

* Addressing nits/comments

* Updated `eslint` ignore line

* Resolving lint issues

* Temporarily make `PaymentKitClient` private
* Added an initial README

* Resolving `README` comments

* More README updates
Co-authored-by: Michael Hayes <michael@hayes.io>
Co-authored-by: Michael Hayes <michael@hayes.io>
* Added `asClientExtension`

* Updated export

* Resolving lint errors

* Removed `PaymentKitClientExtensionOptions`

* Renamed to `paymentkit`

* Made the name camel case
Updated README to show correct way to instantiate a client
* [core-client] update schemas and add getMoveFunction method

* add changeset and fix npm audit

* update package and module to function response

* fix build

* add mvr resolution

* add previousTransaction

---------

Co-authored-by: Michael Hayes <michael@hayes.io>
* margin admin functions

* margin admin functions complete

* price feeds added

* fix admin functions

* basic registration flow

* enable pool for loan

* update configs

* margin pool basic functions

* withdraw

* cleanup

* basic manager functions

* margin manager deposit

* pyth feeds

* oracle

* refresh max age

* borrow functions

* borrow and repay

* liquidate

* pool proxy

* function comments

* axios version

* changeset

* new package

* margin proposal params

* cleanup

* cleanup

* cleanup

* sort packages
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add transaction analyzer

* add transaction analyzer tests

* Add transaction analyzer

* update some tests

* fix balances lookup

* fix coinflows merge logic

* make package private

* analyzer fixes

* update analyzer API

* hande dep issues before running analysis

* update tests

---------

Co-authored-by: Michael Hayes <michael@hayes.io>
Co-authored-by: Michael Hayes <michael@hayes.io>
Co-authored-by: Michael Hayes <michael@hayes.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.