Skip to content

Create crypto-utils package#607

Merged
mike-parkhill merged 2 commits into
masterfrom
chore/split-crypto-package
Jul 18, 2026
Merged

Create crypto-utils package#607
mike-parkhill merged 2 commits into
masterfrom
chore/split-crypto-package

Conversation

@cykoder

@cykoder cykoder commented Jul 18, 2026

Copy link
Copy Markdown
Member

No description provided.

@cykoder
cykoder force-pushed the chore/split-crypto-package branch from 4f6cbb0 to c9dfb42 Compare July 18, 2026 15:36
* @param {T} value
* @returns {object}
*/
export const maybeToHuman = (obj) => (obj && typeof obj.toHuman === 'function' ? obj.toHuman() : maybeToJSON(obj));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We're able to create babies with code now? 👶

@@ -0,0 +1,78 @@
{
"name": "@docknetwork/crypto-utils",
"version": "0.2.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should we sync the version number with the rest of the packages in the repo?

@mike-parkhill
mike-parkhill merged commit 413b644 into master Jul 18, 2026
13 checks passed
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