2020-12

AI-NFT Web3.0 FromHDDtoSSD

chapter276, [SORA][SORA Network] We improved both the CBitcoinAddress and key_io.

We are developing to reuse the "CBitcoinAddress" by the latest core so that we can be used even if the latest core.This ...
AI-NFT Web3.0 FromHDDtoSSD

chapter275, [SORA][SORA Network] We improved the ScriptVisitor.

We improved the ScriptVisitor.And , we will implement the script for Witness so that, Segwit also works on the old core....
AI-NFT Web3.0 FromHDDtoSSD

chapter274, [SORA][SORA Network] We improved the Script.

We are improving the Script.After the improvement, we will activate the witness program.script/script.cpp
AI-NFT Web3.0 FromHDDtoSSD

chapter273, [SORA][SORA Network] We improved the “serialize.h”. Both supported IMPLEMENT_SERIALIZE and ADD_SERIALIZE_METHODS.

We improved the "serialize.h".We have confirmed the normal operation by coexisting IMPLEMENT_SERIALIZE used in the old c...
AI-NFT Web3.0 FromHDDtoSSD

chapter272, [SORA][SORA Network] We improved the transaction.

We improved the transaction.We performed encapsulation and pretreatment to implement the witness program (Segwit).
AI-NFT Web3.0 FromHDDtoSSD

chapter271, [SORA][SORA Network] We have implemented a latest log function.

We have implemented a latest log function.Then, the String processing has also been adapted to the latest core. SORA is ...
AI-NFT Web3.0 FromHDDtoSSD

chapter270, [SORA][SORA Network] The system part had been also become the latest core.

The system part had been also become the latest core.In addition, the code of the old core coexists, and no problem occu...
AI-NFT Web3.0 FromHDDtoSSD

chapter269, [SORA][SORA Network] We implemented the CFrimKey (Enhanced CKey).

We have been reviewed the CKey code in the latest core and we implemented the enhanced CFirmKey.src/key/privkey.hWe have...
AI-NFT Web3.0 FromHDDtoSSD

chapter268, [SORA][SORA Network] We implement the strong random and fixed allocator for OpenSSL

We have been ported random number processing from the latest core.random/random.cppHowever, we have significantly fixed ...