98 Commits

Author SHA1 Message Date
CounterFire2023
ef8f844cc3 增加客户端登录 2023-08-17 18:59:58 +08:00
CounterFire2023
86e71e6d73 增加删除账号和重置wallet的接口 2023-08-10 17:44:23 +08:00
CounterFire2023
0ed31320cb 完善ios内购 2023-08-10 17:08:54 +08:00
CounterFire2023
db4b6da5f3 修改alchymy购买流程,所有api请求增加header 2023-08-04 12:06:46 +08:00
CounterFire2023
0ae4b54bd8 增加ios内购相关 2023-08-04 10:07:30 +08:00
CounterFire2023
4341ccfeff erc20转账时, 修改目标余额的判断方法 2023-08-04 10:07:12 +08:00
CounterFire2023
2f745f2216 修改senderc20token的gas费, 增加crypto购买token的方法 2023-08-01 18:45:23 +08:00
CounterFire2023
ba0d976e42 增加第三方erc20token的支持 2023-07-26 15:08:41 +08:00
CounterFire2023
ceb8cca8dc 增加正式链相关地址信息 2023-07-15 16:48:37 +08:00
CounterFire2023
676e1176de add google in-app purchase 2023-07-09 19:19:57 +08:00
CounterFire2023
2e1c76976d market buy add price 2023-07-03 13:31:35 +08:00
CounterFire2023
b29fa53af3 增加多链的资产展示 2023-06-30 17:50:21 +08:00
CounterFire2023
3edab20653 修改链交互操作的gas和gasPrice 2023-06-26 18:45:00 +08:00
CounterFire2023
e0591c1be5 修改nftmall的购买方式 2023-06-21 11:24:12 +08:00
CounterFire2023
faa45df02c 增加获取实时订单信息的方法 2023-06-20 10:03:30 +08:00
CounterFire2023
01c4789cbe 优化market购买gold流程 2023-06-19 17:21:28 +08:00
CounterFire2023
aa8b8bebb6 更新market的地址, 完善出售购买流程 2023-06-19 15:46:30 +08:00
CounterFire2023
97b7edbe2d market相关功能增加approve 2023-06-16 14:19:45 +08:00
CounterFire2023
a1ce68e561 修改gamemarket的abi和address 2023-06-15 20:05:15 +08:00
CounterFire2023
fc0cef2074 增加market和mall的相关方法 2023-06-15 18:50:52 +08:00
zhl
28a639f13d 修正计算token价格,小数位数不正确的bug 2023-06-09 18:51:58 +08:00
zhl
c85848ceec 移除estimateGas时的gas, 增加一些常用方法 2023-05-31 17:19:26 +08:00
zhl
6cc9b2ee3a 增加获取支持的法币列表的接口 2023-05-30 14:54:15 +08:00
zhl
460477293d 增加获取eth与美元兑换价格的接口 2023-05-26 14:09:02 +08:00
zhl
a316fc750f 移除一些无用代码,合约地址的配置改为根据链id和环境获取 2023-05-17 18:52:10 +08:00
zhl
f8498487ba 移除一些无用代码 2023-05-17 17:27:04 +08:00
zhl
2db473a365 修改导出密钥, 增加密码验证 2023-05-17 14:16:48 +08:00
zhl
a08c12c535 移除一些敏感信息打印 2023-05-17 11:50:27 +08:00
zhl
eb045cc5c9 不再保存本地密码 2023-05-17 11:46:38 +08:00
zhl
8c43cfe55a 修改检查密码的逻辑,改为直接检查address是否一致 2023-05-17 10:39:33 +08:00
zhl
22abde8821 fix some bug 2023-05-16 19:45:49 +08:00
zhl
0f366b87c7 fix some bug of init wallet 2023-05-15 14:04:31 +08:00
zhl
f63ccb25ec add config of arbitrum goerli 2023-05-15 10:56:34 +08:00
zhl
14dc3debbd remove unused import 2023-05-12 17:34:45 +08:00
zhl
222f84307a 增加email相关方法 2023-05-12 17:31:50 +08:00
zhl
c2a36696b2 修改email注册的渠道号 2023-05-10 19:26:38 +08:00
zhl
6f3262af9d 修改内置钱包初始化流程 2023-05-10 19:14:33 +08:00
zhl
13fdc25a54 增加email登录 2023-04-23 09:41:36 +08:00
zhl
bf4875bf19 refactor: Refactor email verification and payment functions with error handling and validation
- Improve email verification functionality
- Refactor checkEmailVerified to return typed object with verified and email properties
- Add error handling to checkEmailVerified for failed response and invalid data structure or values
- Improve error handling and validation in alchemyPrePay function
- Change alchemyPrePay function to open web page instead of URL
2023-03-24 14:58:10 +08:00
zhl
91c7b9b940 feat: Add functionality to JSB namespace.
- Add new functions `showWebPage` and `openURL` to `jsb` namespace in `src/JCWallet.d.ts`.
- Update file with changelog.
- Improve compatibility with latest version of dependencies.
- Fix minor bugs and refactor code for better performance.
2023-03-24 14:57:25 +08:00
zhl
1a1ca431e3 增加账号email认证相关接口,增加开始购买的接口 2023-03-23 15:41:49 +08:00
zhl
1824e4230e 重构代码 2023-03-23 14:08:06 +08:00
zhl
47c1c81ccb 增加网页版内置钱包扫码登录的功能 2023-03-02 17:01:01 +08:00
zhl
6f6fdd52b9 增加上传钱包地址 2023-03-02 11:59:44 +08:00
zhl
cb688bae3f 回滚facebook等登录方法 2023-02-08 17:29:21 +08:00
zhl
2cd244f3d3 完善facebook登录 2023-02-08 16:22:06 +08:00
zhl
e055eaba7f 增加查询钱包交易记录的方法 2023-02-08 16:22:06 +08:00
zhl
f6ed757a1c 如果交易信息没有gasPrice,那么根据maxFeePerGas和maxPriorityFeePerGas来计算gasPrice 2023-02-08 16:22:06 +08:00
zhl
92fa1b635b 增加日志上报逻辑 2023-02-08 16:22:06 +08:00
zhl
1b99631036 增加sendEth日志记录方法 2023-02-08 16:22:06 +08:00