ITC Progress Update 2018/7/14–7/20

IoT Chain
IoT Chain
Published in
2 min readJul 21, 2018

DEVELOPMENT

Main chain:

[Done] Virtual machine implementation and test suite

  • Abstraction and optimization for different underlying database implementations, no mocking required
  • Complete test suite based on property-test
  • Optimization of contract recursive call judgment

[Done] Multi-currency wallet

  • Reactive storage cross-platform persistent storage
  • Web3 and etherscan API integration

[Wip] S/KAD protocol

  • Achieve a more secure node discovery protocol

Light Nodes:

Achieved the master-slave hybrid and enabled multiple node connections

  • [Done] Chip module coding
  • [Wip] Chip module debugging
  • [Wip] Chip module home scene function upgrade

MARKETING

Number of token holders 15550 -3.5%

Number of transactions 42043 +2.56%

(Data source: Etherscan.io)

COMMUNITY

Chinese community

WeChat & QQ 7637 -0.43%

Overseas community

Telegram 63246 +0.06%

Reddit 4918 +9.39%

Twitter 20566 +0.12%

ITC Encyclopedia

The Kademlia node discovery protocol

Kademlia (KAD) is a distributed hash table (DHT) technology based on the “exclusive OR” (XOR) distance algorithm. We want to implement a more secure S/KAD extension in KAD through a secure Node ID allocation mechanism. We also monitor non-intersecting paths to help prevent attacks.

--

--