Qitmeer Network Development Report
动态
1. 社区
-
关于EVM上线问题,EVM上线需满足以下要求:
1)在技术上,要通过反复测试确保网络运行安全,以保证用户资产不受损失。
2)运营上,各个生态项目迁移回主网之前需要做好充足的资源配置与运营支持。
在技术测试和运营状态满足上线标准之后,EVM将会正式上线。
2. 锁仓
-
Qitmeer Umayyad 1.0 “多数者博弈”游戏第八期于主链高度 720000(order=808079)截止,总锁仓量达到 6646973.90021098 meer,质押率 46.16% 。第八期共计新增锁仓量 1247696.7146125 meer,其中守护池 684316.8336125 meer,荣耀池 563379.881 meer。第八期竞争激励获得者为守护池,额外获得竞争激励 97200 meer,附加收益率约为 14.2%。
-
目前, “多数者博弈”游戏第九期处于第2时段,截止到区块 834500,锁仓总量达到了 7211204.49921098 meer,当前质押率为 44.51%。已达到第二阈值,若锁仓总量再增加 88.8 万meer,将达到 50% 的质押率获得最高激励,届时,单仓基础奖励将由当前的 388800meer 增加到 486000 meer。守护池新增锁仓量 293112.429 meer,荣耀池新增锁仓量 271118.17 meer,总计新增 564230.599 meer。
项目技术进展
近期主要技术进展:EVM 集成深度测试;DAPP 部署测试;kahf 钱包更新测试;优化 P2P 传输协议,提高节点同步效率。
底层核心代码更新
-
BUG 修复:修复 MeerEVM 中内存池死锁问题
代码实现: BUG:Mempool deadlock in meerevm by lochjin · Pull Request #93 · Qitmeer/qng · GitHub
-
修复 txscript 中操作码解析错误
代码实现: P2P:remove libp2p noise and secio by lochjin · Pull Request #94 · Qitmeer/qng · GitHub
-
添加共识:打包 MeerEVM 交易时必须有合法的 coinbase 地址
-
修改 开发测试网 mixnet 共识部署配置参数
代码实现: Modify params consensusDeployment config by lochjin · Pull Request #97 · Qitmeer/qng · GitHub
-
修复区块模板跨链冲突
代码实现: BUG:blockTemplate crossChain conflict by lochjin · Pull Request #99 · Qitmeer/qng · GitHub
-
修复 MeerEVM 交易中断问题
代码实现: BUG:disconnect meervm transactions by lochjin · Pull Request #102 · Qitmeer/qng · GitHub
-
配置链 ID 和 HD coin 类型:新 “coin type” 为 813。(在 BIP-0044 中定义了确定性钱包的逻辑层次结构,层次结构的第2级描述了使用中的 coin 类型。)
代码实现: config chain id and HD coin type by params by lochjin · Pull Request #103 · Qitmeer/qng · GitHub
-
修复在macOS 12.0上构建时的弃用警告
-
支持通知远程矿工
代码实现: Support notify to remote miner by lochjin · Pull Request #108 · Qitmeer/qng · GitHub
-
优化 P2P 传输协议
代码实现: Upgrade libp2p and optimize p2p by lochjin · Pull Request #112 · Qitmeer/qng · GitHub
-
调整 testnet 出块时间:缩短为 15s
代码实现: testnet block time by jamesvan2019 · Pull Request #113 · Qitmeer/qng · GitHub
Qitmeer Network Development Report
News
1. Community
-
With regard to the launch of EVM, the launch of EVM shall meet the following requirements:
(1) Technically, the network operation security should be ensured through repeated tests to ensure that user assets are not lost.
(2) Operationally, adequate resource allocation and operational support are required before each ecological project is migrated back to the main network.
The EVM will be officially launched after the technical testing and operational status meet the launch criteria.
2. Staking
-
The eighth period of Qitmeer Umayyad 1.0 “Majority Game” has ended at the main height of 720000(order=808079), with a total lock-up amount of 6646973.90021098 meer and a staking rate of 46.16%. The total newly added amount is 1247696.7146125 meer in the eighth period, and the Guard Pool is 684316.8336125 meer, the Honor Pool is 563379.881 meer. The competitive incentive winner of the eighth period was the Guard Pool, which received an additional competitive incentive of 97200 meer with an additional return of approximately 14.2%.
-
At present, the eighth period of the “Majority Game” is the second phase, and as of block 834500, the total locking amount has reached 7211204.49921098 meer, with a current staking rate of 44.51%. The second threshold has been reached, if the total lock amount increases by another 888000 meer, the staking rate will reach 50% and obtain the full incentive, at that time, the single pool basic incentive will increase from the current 388800 meer to 486000 meer. The Guard Pool newly added 293112.429 and the Honor Pool added 271118.17 meer, for a total of 564230.599 meer.
Project Development Progress
Recent major development progress: EVM integration depth test; DAPP deployment test; kahf wallet update test; optimize P2P transmission protocol to improve node synchronization efficiency.
Core Code Update
-
Fixed BUG: fixed mempool deadlock in meerevm.
code: BUG:Mempool deadlock in meerevm by lochjin · Pull Request #93 · Qitmeer/qng · GitHub
-
Fixed parse opcode from txscript error.
code: P2P:remove libp2p noise and secio by lochjin · Pull Request #94 · Qitmeer/qng · GitHub
-
Added consensus:must have legal coinbase address for mining meerevm tx.
-
Modified params consensusDeployment config for mixet.
code: Modify params consensusDeployment config by lochjin · Pull Request #97 · Qitmeer/qng · GitHub
-
Fixed BUG: crossChain conflict in block template.
code: BUG:blockTemplate crossChain conflict by lochjin · Pull Request #99 · Qitmeer/qng · GitHub
-
Fixed BUG about disconnect of meervm transactions.
code: BUG:disconnect meervm transactions by lochjin · Pull Request #102 · Qitmeer/qng · GitHub
-
To configure chain id and HD coin type by params: new “coin type” is 813. (BIP-0044 defines a logical hierarchy for deterministic wallets. Level 2 of the hierarchy describes a coin type in use.)
code:
config chain id and HD coin type by params by lochjin · Pull Request #103 · Qitmeer/qng · GitHub -
Fix deprecation warnings when building on macOS 12.0.
-
Support notify to remote miner.
code:
Support notify to remote miner by lochjin · Pull Request #108 · Qitmeer/qng · GitHub -
Optimized P2P.
code: Upgrade libp2p and optimize p2p by lochjin · Pull Request #112 · Qitmeer/qng · GitHub
-
Adjusted testnet blocking time: shorten to 15s.
code: testnet block time by jamesvan2019 · Pull Request #113 · Qitmeer/qng · GitHub
Qitmeer Common Links
- Qitmeer GitHub: Qitmeer · GitHub
- Qitmeer Homepage: https://qitmeer.io/
- Qitmeer Explorer: https://meerscan.io/
- Qitmeer docs: Qitmeer docs :: Qitmeer Documentation
- Qitmeer wallet: https://www.kahf.io/