Cavalier.liu
Cavalier.liu
BOAT_RESULT quorum_call_ReadStore(BoatQuorumWallet *wallet_ptr) { BCHAR *result_str; BoatQuorumTx tx_ctx; BOAT_RESULT result; printf("quorum_call_ReadStore start\n"); /* Set Contract Address */ result = BoatQuorumTxInit(wallet_ptr, &tx_ctx, BOAT_TRUE, PRIVATE_FALSE, "0x0", "0x24A22", (BCHAR *)demo_recipient_address, NULL);
The random32 function of the MN316 always returns a fixed value, not a random number.
void BoatHlfabricWalletDeInit(BoatHlfabricWallet *wallet_ptr) { // BUINT16 i, j, k; if (NULL == wallet_ptr) { BoatLog(BOAT_LOG_CRITICAL, "wallet_ptr needn't DeInit: wallet_ptr is NULL."); return; } /* account_info DeInit */ if (wallet_ptr->account_info.prikeyCtx.keypair_name !=...
FabricTransaction_test.c:369:E:transaction_api:test_005Transaction_0016Free_WalletConfig_WithoutInit:0: (after this point) Received signal 11 (Segmentation fault)
BCHAR *my_contract_cpp_abi_setName(BoatPlatoneTx *tx_ptr, BCHAR* msg) { static BCHAR tx_hash_str[67] = ""; BoatFieldVariable data_field; RlpEncodedStreamObject *rlp_stream_ptr; RlpObject rlp_object_list; RlpObject rlp_object_txtype; BUINT64 txtype; RlpObject rlp_object_string_func_name; RlpObject rlp_object_string_msg; boat_try_declare; boat_try(BoatPlatoneTxSetNonce(tx_ptr, BOAT_PLATONE_NONCE_AUTO)); boat_try(RlpInitListObject(&rlp_object_list)); txtype...
92%: Checks: 14, Failures: 1, Errors: 0 02ethNetwork.c:477:F:networkCreat_api:test_002ethNetwork_0012DeleteAllNetworkSuccess:0: Assertion 'rtnVal == (0)' failed: rtnVal == -10210008, (0) == 0
==510686== HEAP SUMMARY: ==510686== in use at exit: 113,204 bytes in 1,538 blocks ==510686== total heap usage: 44,287 allocs, 42,749 frees, 4,622,047 bytes allocated ==510686== ==510686== 1,648 (72 direct, 1,576...
BoatHlfabricWallet *BoatHlfabricWalletInit(BUINT8 keypairIndex, BUINT8 networkIndex) { BoatHlfabricWallet *wallet_ptr = NULL; BOAT_RESULT result = BOAT_SUCCESS; // BUINT8 i = 0; /* allocate wallet memory */ wallet_ptr = BoatMalloc(sizeof(BoatHlfabricWallet)); if (wallet_ptr ==...
ifeq ($(BOAT_PROTOCOL_USE_QUORUM), 1) make -C boatvenachain clean endif