GAChain Weekly Report (2019/3/18-2019/3/22)
Technology and project progress
1---GAChain Primary Chain
- Develop branch
1.1 Fixed the error of the ban nodes;
1.2 Fixed the failure of the query result of chain nodes;
1.3 Merged the new version of develop to feature/leveldb;
1.4 Feature/leveldb user registration, user sends contract, status query uses leveldb;
1.5 Transferred related postgresql table to leveldb of feature/leveldb transaction;
1.6 Added the main chain index to speed up the query of feature/leveldb 1_keys, 1_history rollback_tx;
2.Initial research on IPFS architecture components;
2.1 Writing Gachain ECC public key encryption private key test.
2---Child Nodes
- Development work
1.1 The development department's self-test overall functional test passed, and the testing department is testing;
1.2 Added encryption and decryption functions when transmitting private data packets;
1.3 Shared the task management module;
2.Test work
2.1 Smoke test completion - created new shared tasks; sent shared tasks to child nodes; shared task synchronization between child nodes; child nodes share data uploaded on chain.