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

Ledger BTC integration #368

Merged
merged 171 commits into from
Jul 20, 2023
Merged

Ledger BTC integration #368

merged 171 commits into from
Jul 20, 2023

Conversation

dakai-bot
Copy link

No description provided.

normanwilde and others added 30 commits April 18, 2023 10:23
Import BTC and Ordinals together from Ledger
@yknl yknl requested review from victorkirov, m-aboelenein and teebszet and removed request for victorkirov July 13, 2023 03:52
@yknl yknl marked this pull request as ready for review July 13, 2023 03:52

```
cd ../xverse-core && npm i && npm run build:esm && \
cd $OLDPWD && npm i --legacy-peer-deps @secretkeylabs/xverse-core@../xverse-core && npm start
Copy link
Member

Choose a reason for hiding this comment

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

xverse-core lib doesn't require --legacy-peer-deps flag

address.length - 4,
address.length,
)}`;
return `${address.substring(0, 4)}...${address.substring(address.length - 4, address.length)}`;
}
}

export function getShortTruncatedAddress(address: string) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This one is a little confusing, shouldn't the 4 character one above be the shorter truncated address?

Copy link
Contributor

Choose a reason for hiding this comment

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

In general I think we need more characters shown for the addresses. 6 characters from beginning and end would be better.

@yknl yknl merged commit 45e7066 into develop Jul 20, 2023
1 check passed
@teebszet teebszet deleted the ledger-btc-mvp branch November 23, 2023 07:12
dhriaznov pushed a commit that referenced this pull request Jul 9, 2024
…scriptions

ord_getInscriptions request support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants