From 448997e882c9887361ebef19294768b69fef0973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:43:29 +0000 Subject: [PATCH 1/6] Bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.4 Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.1 to 1.1.10.4. - [Release notes](https://github.com/xerial/snappy-java/releases) - [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.1...v1.1.10.4) --- updated-dependencies: - dependency-name: org.xerial.snappy:snappy-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d2e8df8..e574b2f7 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 4.0.1 1.4.2 1.17.1 - 1.1.10.1 + 1.1.10.4 1.2.18 8.0.33 2.2.220 From 2148ba830deeb36abfe32a7009217e15239e9c12 Mon Sep 17 00:00:00 2001 From: xdager <55344427+xdager@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:33:55 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa11d056..313e942e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Four stages: - [x] Introduce the Stratum protocol for miners -- [ ] Lightweight wallet application: connect to MetaMask, join the browser wallet +- [x] Lightweight wallet application: connect to MetaMask, join the browser wallet - [x] Standardize the format of public and private keys, follow the BIPXX specification, and add mnemonic words to generate public and private key pairs @@ -85,7 +85,7 @@ Four stages: - [x] Improve the address block structure -- [ ] Increase the handling fee +- [x] Increase the handling fee - [x] Optimize wallets to improve the user experience From c7c7e93951766c1edc40442ae5718137ebb2ccea Mon Sep 17 00:00:00 2001 From: xdager <55344427+xdager@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:50:29 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 313e942e..63f4bce5 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Four stages: - [x] Optimize wallets to improve the user experience -- [ ] Support smart contracts, implement EVM that supports Solidity, and be compatible with Ethereum smart contracts +- [ ] Support XRC standards - [x] Decrease the threshold of mining pool users From 64d7f4ff1798280ff808300a34eb165a77f11f11 Mon Sep 17 00:00:00 2001 From: xdager <55344427+xdager@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:08:24 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63f4bce5..298454d5 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Four stages: - [x] Standardize the format of public and private keys, follow the BIPXX specification, and add mnemonic words to generate public and private key pairs -#### Expansion phase: XDAGJ & EVM +#### Expansion phase: XDAGJ & XRC - [x] Improve the address block structure From 85ef87a052a2c40c61b8d4d9d88cf387c6f69e9b Mon Sep 17 00:00:00 2001 From: xdager <55344427+xdager@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:10:09 +0800 Subject: [PATCH 5/6] Update README_zh.md --- docs/README_zh.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README_zh.md b/docs/README_zh.md index c0c9b611..e2a04e81 100644 --- a/docs/README_zh.md +++ b/docs/README_zh.md @@ -75,17 +75,17 @@ XDAGJ教程可以让您快速加入并体验XDAGJ的钱包及挖矿功能,私 - [x] 挖矿协议改进:引入较成熟的Stratum协议,方便矿机的接入与使用 -- [ ] 轻量级钱包应用:接入MateMask,加入浏览器钱包 +- [x] 轻量级钱包应用:加入浏览器钱包 - [x] 规范公私钥格式,遵循BIPXX规范,加入助记词方式生成公私钥对 #### 拓展阶段:XDAGJ & EVM 拓展 -- [ ] 修改地址块结构,增加手续费 +- [x] 修改地址块结构,增加手续费 - [x] 优化改善移动端钱包,提高用户体验 -- [ ] 开放智能合约,实现支持Solidity的EVM,兼容以太坊智能合约 +- [ ] 支持XRC协议 - [ ] 降低矿池门槛,逐步开放白名单从而实现完全去中心化 From eb27f117eaa8ae52d121b9327a026d534af332ef Mon Sep 17 00:00:00 2001 From: xdager <55344427+xdager@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:42:09 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 298454d5..3920c802 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Four stages: - [x] Introduce the Stratum protocol for miners -- [x] Lightweight wallet application: connect to MetaMask, join the browser wallet +- [x] Lightweight wallet application: join the browser wallet - [x] Standardize the format of public and private keys, follow the BIPXX specification, and add mnemonic words to generate public and private key pairs