ABEYCHAIN Developments (Week of Nov 21 – Nov 28, 2022)

Nov 22, 2022

Mainnet:

1. The P2P code base has been updated and UDPv4 has been upgraded. The purpose is to optimize the communication capability between NAT (Network Address Translation) network nodes

Note: User Datagram Protocol (UDP) is a communications protocol that is primarily used to establish low-latency and loss-tolerating connections between applications on the internet

UDP speeds up transmissions by enabling the transfer of data before an agreement is provided by the receiving party. As a result, UDP is beneficial in time-sensitive communications

2. V4wire library has been added. V4wire is an efficient serialization and deserialization library for BFT consensus communication between nodes (validators). By using v4wire libs, the efficiency of communication between ABEYCHAIN nodes are optimized

Wallet:

1. Wallet message push reminder function has been completed

2. Receipt message reminder is under development

Explorer:

1. Restructure the transaction analysis process to reduce the pressure on MongoDB

Note:

MongoDB is a document database used to build highly available and scalable internet applications. With its flexible schema approach, it’s popular with development teams using agile methodologies

主网:

1. 已更新P2P代码库,并升级udpv4。目的是优化NAT(Network Address Translation)网络节点间的通信能力

注:UDP 是User Datagram Protocol的简称, 中文名是用户数据报协议,是一种无连接的传输层协议,提供面向事务的可靠信息传送服务

功能:UDP用来支持那些需要在计算机之间传输数据的网络应用,是分发信息的理想协议,适用于追求效率且不需要额外机制的情形。UDP服务于很多知名应用,如网络文件系统(NFS),简单网络管理协议(SNMP),域名系统(DNS)等

2. 已添加v4wire libs库。v4wire是一个高效的序列化与反序列化库,用于节点(validator)间的BFT共识通讯。通过使用v4wire libs,可以提高并优化ABEY链节点间的通讯效率

钱包:

1. 钱包消息推送提醒功能已完成

2. 收款消息提醒开发中

浏览器:

1. 重构交易解析流程,降低对MongoDB的压力

注:MongoDB是一个基于分布式文件存储的开源数据库系统