forked from tetherto/pear-wrk-wdk
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add Movement #2
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
Open
ctoyan
wants to merge
17
commits into
main
Choose a base branch
from
feat/impl-movement
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4c12625
feat: add Movement
ctoyan e8ab9d3
chore: fix lint
ctoyan 01d6e53
chore: update README.md
ctoyan baf6c56
chore: add http2
ctoyan 9a85f4a
add poseidon-lite shim for the aptos sdk
ctoyan 1406fc8
fix: shim
ctoyan 3296c7b
fix: shim
ctoyan b814845
fix: another shim
ctoyan 760f9c3
feat: custom client
ctoyan 65e58c7
feat: custom client in movement wallet
ctoyan 2123349
fix: add the client file
ctoyan e0863d4
fix: shim aptos client
ctoyan c5a6af7
fix: override
ctoyan 1398b5a
chore: refactor aptos-client shim
ctoyan 7eec0a0
chore: remove bare-fetch
ctoyan e98c646
chore: bump wdk-wallet-movement commit hash to latest on main
ctoyan 7435a0a
chore: update lock
ctoyan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| export { default as HRPC } from "./spec/hrpc"; | ||
| export * as schema from "./spec/schema"; | ||
| export type FeeRates = import("@wdk/wallet").FeeRates; | ||
| export type TransferOptions = import("@wdk/wallet").TransferOptions; | ||
| export type TransferResult = import("@wdk/wallet").TransferResult; | ||
| export type IWalletAccount = any; | ||
| export type Seed = any; | ||
| export type Seeds = any; | ||
| export type WdkConfig = any; | ||
| export type TransferConfig = any; | ||
|
|
||
| export { default as HRPC } from './spec/hrpc'; | ||
| export * as schema from './spec/schema'; | ||
| export type IWalletAccount = import("@wdk/wallet").IWalletAccount; | ||
| export type Seed = import("./src/wdk-core/wdk-manager.js").Seed; | ||
| export type Seeds = import("./src/wdk-core/wdk-manager.js").Seeds; | ||
| export type WdkConfig = import("./src/wdk-core/wdk-manager.js").WdkConfig; | ||
| export type TransferConfig = import("./src/wdk-core/wdk-manager.js").TransferConfig; | ||
| export { WdkManager, Blockchain } from "./src/wdk-core/wdk-manager.js"; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.