-
Notifications
You must be signed in to change notification settings - Fork 0
feat: misc server features #181
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for capi-multisig failed.
|
@@ -0,0 +1,48 @@ | |||
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. |
There was a problem hiding this comment.
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?!
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!
Various server improvements