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

[TS migration] Migrate 'Wallet.js' lib to TypeScript #30248

Merged
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d14002e
Rename wallet.js
BartoszGrajdek Oct 23, 2023
43eb52d
[TS migration] Migrate 'Wallet.js' lib to TypeScript
BartoszGrajdek Oct 23, 2023
1d8e5ad
Resolve typecheck problems in Wallet.ts
BartoszGrajdek Oct 24, 2023
c03d726
Resolve merge conflicts
BartoszGrajdek Oct 24, 2023
a6542eb
Lint fixes
BartoszGrajdek Oct 24, 2023
124a2db
Fixes after review for Wallet.ts
BartoszGrajdek Oct 26, 2023
f987749
Move type to function body
BartoszGrajdek Oct 26, 2023
a235b21
Refactor API requests in wallet.ts
BartoszGrajdek Oct 27, 2023
5fc5072
Remove jsdoc
BartoszGrajdek Oct 27, 2023
c57bbce
Resolve merge conflicts
BartoszGrajdek Oct 29, 2023
24478fe
Resolve prettier problems
BartoszGrajdek Oct 29, 2023
6980fe2
Fix imports for Wallet.ts
BartoszGrajdek Oct 29, 2023
ac32201
Rename parameters to requestParams in Wallet.ts
BartoszGrajdek Oct 30, 2023
f1c7f95
Fix: move types & remove unknown
BartoszGrajdek Nov 13, 2023
cc8fd02
fix: move types
BartoszGrajdek Nov 14, 2023
8478c77
Merge main
BartoszGrajdek Nov 14, 2023
791d2b0
fix: resolve merge conflicts
BartoszGrajdek Nov 24, 2023
5fcdc00
Merge remote-tracking branch 'origin/main' into ts-migration/wallet-lib
BartoszGrajdek Nov 24, 2023
7152083
Merge remote-tracking branch 'origin/main' into ts-migration/wallet-lib
BartoszGrajdek Dec 7, 2023
14bdc16
Add fixes
BartoszGrajdek Dec 15, 2023
acda884
fix: lint
BartoszGrajdek Dec 18, 2023
a581254
fix: changes after review
BartoszGrajdek Dec 18, 2023
51e78e3
Merge success and failure data into one
blazejkustra Dec 28, 2023
35f496f
Merge branch 'main' into ts-migration/wallet-lib
blazejkustra Dec 28, 2023
0805e14
Merge remote-tracking branch 'origin/main' into ts-migration/wallet-lib
BartoszGrajdek Jan 2, 2024
7d092eb
Merge branch 'main' into ts-migration/wallet-lib
blazejkustra Jan 3, 2024
39bb8d1
Merge branch 'main' into ts-migration/wallet-lib
blazejkustra Jan 10, 2024
3f76f08
Use finallyData instead of success and failure data
blazejkustra Jan 10, 2024
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
346 changes: 0 additions & 346 deletions src/libs/actions/Wallet.js

This file was deleted.

Loading
Loading