SORA Neural Network

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 ...
AI-NFT Web3.0 FromHDDtoSSD

chapter267, [SORA][SORA Network][BIP66] We conformed BIP66 and enabled ENDOMORPHISM in pubkey.

The develop branch now supports BIP66.In addition, since the DER signature has been became strict, on effect that with t...
AI-NFT Web3.0 FromHDDtoSSD

chapter266, [SORA][SORA Network] [fixed] prevent to accept in the pubkey that is infinity by the secp256k1_ge.

We are implementing BIP32 and BIP66.Therefore, we will implement to use OpenSSL for random wallet and secp256k1 (libsecp...
AI-NFT Web3.0 FromHDDtoSSD

chapter265, [SORA][SORA Netowork] About BIP66

We will implement BIP66 rules from "CPubKey" so that does NOT depend on the OpenSSL signature environment.And, we will b...
AI-NFT Web3.0 FromHDDtoSSD

chapter264, [SORA][SORA Network] SorachanCoin: Improvement security of SecureString.

Hello friends!We will soon complete the verification of new features. (e.g. getblockqhash)We would like to go with the r...
AI-NFT Web3.0 FromHDDtoSSD

chapter263, [SORA][SORA Network] JSON and BitcoinRPC processing have been improved to “noexcept”.

JSON and BitcoinRPC processing have been improved to "noexcept".About an errors, JSON is "json_flags", BitcoinRPC is "CB...
AI-NFT Web3.0 FromHDDtoSSD

chapter262, [SORA][SORA Network] We have removed an exception handler from the JSON parser.

We have removed an exception handler from the JSON parser.We have defined "json_spirit :: json_flags" and improved them ...
AI-NFT Web3.0 FromHDDtoSSD

chapter261, [SORA][SORA Network] No exception? so, we can get rid of own exceptions, but what about Boost library exceptions?

Obviously, the process of removing exceptions are NOT just about adding "noexcept" to members.If so, it will be "throw" ...
AI-NFT Web3.0 FromHDDtoSSD

chapter260, [SORA][SORA Network] We removed all exception handler from Bitcoin RPC request.

Due to the factor that were difficult to grasp instance errors in exception handler, and moreover the resident exception...
AI-NFT Web3.0 FromHDDtoSSD

chapter259, [SORA][SORA Network] drive info, work well !

After the maintenance in October, we changed from monthly update to daily update. It is working well. Thank you so much.
AI-NFT Web3.0 FromHDDtoSSD

chapter258, [SORA][SORA Network] BIP9 consensus

We implemented Softforks that will be carried out at BIP9.By the way, we remove "nType" and "nVersion" from "CDataStream...
AI-NFT Web3.0 FromHDDtoSSD

chapter257, [SORA][SORA Network] getblockchaininfo

This is implemented instead of getinfo.
AI-NFT Web3.0 FromHDDtoSSD

chapter256, [SORA][SORA Network] The RPC command has been updated.

The RPC command has been updated.It will be implemented in the next release, Ver2.2.9.Updated RPC command set latest.We ...
AI-NFT Web3.0 FromHDDtoSSD

chapter255, [SORA][SORA Network] We will intend three types of wallets according to function. By the way, the blockchain is the same (SORA Network).

We will intend three types of wallets according to function. By the way, the blockchain is the same.1, Normal wallet (Bl...