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

feat: @demex-sdk/polynetwork #12

Open
wants to merge 23 commits into
base: staging
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c33f0f3
initialise wallet package with basic connection helpers
stevenkhong Nov 19, 2024
9698321
add wip signing handlers
stevenkhong Nov 21, 2024
e58dba0
Set up file structure of polynetwork folder
sarah-thong Nov 22, 2024
930413c
Migrate required utils
sarah-thong Nov 23, 2024
2172a31
Add ETHClient (wip)
sarah-thong Nov 23, 2024
28a4255
Add all other polynetwork helper clients
sarah-thong Nov 24, 2024
e7db96c
Resolve missing dependencies in bridge helper classes
sarah-thong Nov 24, 2024
2880592
Add more helper classes for Neo Legacy and Neo3 clients
sarah-thong Nov 24, 2024
fb7aef3
Resolve missing dependencies
sarah-thong Nov 24, 2024
280558d
Rename clients folder to helpers
sarah-thong Nov 24, 2024
e14865b
Create PolynetworkClient class
sarah-thong Nov 24, 2024
0789471
Merge branch 'staging' into feat/bridge-helpers
sarah-thong Dec 5, 2024
1879306
Resolve code conflict
sarah-thong Dec 5, 2024
c3ddd55
Remove unnecessary ledger dependencies
sarah-thong Dec 5, 2024
b90b392
Remove unnecessary ledger packages
sarah-thong Dec 5, 2024
19642a6
Fix build issues
sarah-thong Dec 11, 2024
e045375
Remove unused helper functions
sarah-thong Dec 20, 2024
7972465
Delete unnecessary json files and data fields
sarah-thong Dec 20, 2024
6585c0c
Create initialize function to initialize helper data
sarah-thong Dec 20, 2024
40db44b
Polish polynetwork client initialisation
sarah-thong Dec 20, 2024
c2ddd35
Merge branch 'staging' into feat/bridge-helpers
sarah-thong Dec 23, 2024
b793533
Fix build errors caused by staging conflicts
sarah-thong Dec 23, 2024
c12b336
Merge branch 'staging' into feat/bridge-helpers
stevenkhong Jan 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Resolve code conflict
sarah-thong committed Dec 5, 2024
commit 18793064ba4793340d643fb71ca04133c4a6d17c
3 changes: 0 additions & 3 deletions packages/core/src/util/crypto.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<<<<<<< HEAD
import * as BIP39 from "bip39";
import * as wif from "wif";

=======
>>>>>>> staging
/**
* Convenience function to coalesce a string/buffer into a buffer
*