Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

feat: misc server features #181

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

feat: misc server features #181

wants to merge 4 commits into from

Conversation

ryanleecode
Copy link
Contributor

@ryanleecode ryanleecode commented May 17, 2023

Various server improvements

  • Multisig scripts + working send transfer multisig flow
  • Call hash parsing
  • Authentication for extrinsics (signer must be part of multisig)
  • Typescript utils ripped from deno

@netlify
Copy link

netlify bot commented May 17, 2023

Deploy Preview for capi-multisig failed.

Name Link
🔨 Latest commit c67f443
🔍 Latest deploy log https://app.netlify.com/sites/capi-multisig/deploys/646dea806b0b6700085dfecd

@ryanleecode ryanleecode marked this pull request as ready for review May 17, 2023 04:34
@ryanleecode ryanleecode requested a review from hamidra May 17, 2023 04:35
@@ -0,0 +1,48 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
Copy link
Contributor

Choose a reason for hiding this comment

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

Are These codes ported from deno?:)
I'm wondering if They also publish them as npm package, so they can be added as dependencies?!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah i just copy and pasted them

Copy link
Contributor

Choose a reason for hiding this comment

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

It can also be exported by Capi as a utility lib. I believe there is going to be a need for a library to provide some frequently used functionalities as utility. Not sure if Capi already provides such library.
e.g. PolkadotJS provides a utility and a utility-crypto lib which includes helpers to work with uint8Arrays and strings and address formatting, etc!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants