-
Notifications
You must be signed in to change notification settings - Fork 83
Wallet auto-approvals readme #545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
hayes-mysten
wants to merge
36
commits into
mh--demo-wallet-sdk
Choose a base branch
from
mh--auto-approvals-readme
base: mh--demo-wallet-sdk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
* update bbb sdk * changeset * cleanup
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4958547 to
6a61474
Compare
fa507bb to
56514d8
Compare
4165694 to
2654ebc
Compare
* 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>
87247ac to
08d5e5b
Compare
* 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>
08d5e5b to
44a25cd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Describe the changes or additions included in this PR.
Test plan
How did you test the new or updated feature?
AI Assistance Notice