Skip to content
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

update imports in multisig tool #13161

Merged
merged 1 commit into from
Jul 26, 2023

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?


If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process.

Type of Change (Check all that apply)

  • protocol change
  • user-visible impact
  • breaking change for a client SDKs
  • breaking change for FNs (FN binary must upgrade)
  • breaking change for validators or node operators (must upgrade binaries)
  • breaking change for on-chain data layout
  • necessitate either a data wipe or data migration

Release notes

@vercel
Copy link

vercel bot commented Jul 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
multisig-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2023 5:33pm
mysten-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2023 5:33pm
sui-typescript-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2023 5:33pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
explorer ⬜️ Ignored (Inspect) Jul 26, 2023 5:33pm
sui-kiosk ⬜️ Ignored (Inspect) Jul 26, 2023 5:33pm
sui-wallet-kit ⬜️ Ignored (Inspect) Jul 26, 2023 5:33pm

@@ -39,22 +32,19 @@ export default function MultiSigAddressGenerator() {
const onSubmit = (data: FieldValues) => {
console.log('data', data);

let pks: PubkeyWeightPair[] = [];
let pks: { publicKey: PublicKey; weight: number }[] = [];
data.pubKeys.forEach((item: any) => {
console.log(item.pubKey);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove all these console logs while you're here?

@hayes-mysten hayes-mysten merged commit 0990a8e into main Jul 26, 2023
@hayes-mysten hayes-mysten deleted the hayes/update-imports-in-multisig-tool branch July 26, 2023 18:06
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.

2 participants