From aef0d5b57479fd2db31793ecc240cff3b68ca6a1 Mon Sep 17 00:00:00 2001 From: xdager <55344427+xdager@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:50:12 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee9f9598..ded8f65c 100644 --- a/README.md +++ b/README.md @@ -73,13 +73,17 @@ Four stages: #### Expansion phase: XDAGJ & EVM -- [ ] Improve the address block structure and increase the handling fee +- [x] Improve the address block structure + +- [ ] Increase the handling fee - [x] Optimize and improve mobile wallets to improve user experience - [ ] Support smart contracts, implement EVM that supports Solidity, and be compatible with Ethereum smart contracts -- [ ] Lower the threshold of mining pool users and gradually open the whitelist to achieve complete decentralization +- [x] Decrease the threshold of mining pool users + +- [ ] Open the whitelist to achieve complete decentralization #### Prosperity phase: XDAGJ & DeFi From 23c3d5cad4bb3bbae96626a178e89734a41cfa09 Mon Sep 17 00:00:00 2001 From: holt666 Date: Tue, 14 Mar 2023 10:45:42 +0800 Subject: [PATCH 2/4] fix readme issue --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 01d54beb..ad56eec5 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,9 @@ Four stages: ## FAQ - Time Synchronization Method with NTP + [XDAGJ_Time_Synchronization](./docs/XDAGJ_Time_Synchronization_en.md) - [XDAGJ_Time_Synchronization](./docs/XDAGJ_Time_Synchronization_en.md)] - XDAGJ RPC Document - [XDAGJ_RPC](./docs/XDAGJ_RPC.md) ## Contribution From f4a27f0518a26393213c958e38f1dae0ed63dea7 Mon Sep 17 00:00:00 2001 From: xdager <55344427+xdager@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:10:13 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50a57a94..84b20d67 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Four stages: - [ ] Increase the handling fee -- [x] Optimize and improve mobile wallets to improve the user experience +- [x] Optimize wallets to improve the user experience - [ ] Support smart contracts, implement EVM that supports Solidity, and be compatible with Ethereum smart contracts From 019104eba9ab38efd4a8503fb1202d87b0756fe6 Mon Sep 17 00:00:00 2001 From: holt666 Date: Fri, 7 Apr 2023 10:22:55 +0800 Subject: [PATCH 4/4] update maven version --- README.md | 9 ++++++++- docs/README_zh.md | 9 ++++++++- docs/XDAGJ_Devnet_Tutorial_en.md | 2 +- docs/XDAGJ_Devnet_Tutorial_zh.md | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84b20d67..d5717ecb 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,16 @@ ``` JDK: v17 -Maven: v3.8.3 +Maven: v3.9.1 ``` +### JDK 17 Download +Eclipse Temurin™ 17 Latest Releases(https://adoptium.net/temurin/releases/) + +### Maven 3.9.1 Download +Apache Maven 3.9.x Latest Releases(https://maven.apache.org/download.cgi) + + ## Installation and usage The XDAGJ Testnet Tutorial can help you quickly access XDAGJ testnet by using wallets and mining functions. The Private Chain Building Tutorial helps you to build a private-chain for testing XDAGJ and finding bugs. diff --git a/docs/README_zh.md b/docs/README_zh.md index 6504651f..c0c9b611 100644 --- a/docs/README_zh.md +++ b/docs/README_zh.md @@ -20,9 +20,16 @@ ```yaml JDK : v17 -Maven : v3.8.3 +Maven : v3.9.1 ``` +### JDK 17 下载 +Eclipse Temurin™ 17 Latest Releases(https://adoptium.net/temurin/releases/) + +### Maven 3.9.x 下载 +Apache Maven 3.9.x Latest Releases(https://maven.apache.org/download.cgi) + + ## 安装与用法 XDAGJ教程可以让您快速加入并体验XDAGJ的钱包及挖矿功能,私有链搭建教程帮助您搭建一个独有的链上环境,能更好的测试并发现错误 diff --git a/docs/XDAGJ_Devnet_Tutorial_en.md b/docs/XDAGJ_Devnet_Tutorial_en.md index 13ac42a5..270fc42e 100644 --- a/docs/XDAGJ_Devnet_Tutorial_en.md +++ b/docs/XDAGJ_Devnet_Tutorial_en.md @@ -15,7 +15,7 @@ ```yaml JDK : v17 - Maven : v3.8.4 + Maven : v3.9.1 ``` Please make sure that the above environment is already available in your operating system, and the JDK version must be 17 diff --git a/docs/XDAGJ_Devnet_Tutorial_zh.md b/docs/XDAGJ_Devnet_Tutorial_zh.md index ee86eda5..5083bc17 100644 --- a/docs/XDAGJ_Devnet_Tutorial_zh.md +++ b/docs/XDAGJ_Devnet_Tutorial_zh.md @@ -16,7 +16,7 @@ ```yaml JDK : v17 - Maven : v3.8.3 + Maven : v3.9.1 ``` 请确保您的操作系统中已经具备上述环境,其中JDK版本必须确保为17,maven 版本必须 > 3.8,否则无法与 JDK17 兼容