Cavalier.liu

Results 40 issues of Cavalier.liu

/*!@brief BoAT IoT SDK interface header file for ethereum @file api_ethereum.h is header file for BoAT IoT SDK ethereum's interface. */

documentation

boat_demo.c should contain network function and at function

enhancement

/*!**************************************************************************** * @brief * chainmaker transaction initinal. * @details * This function used to Initialize fabric transaction. * * @param wallet_ptr * Chainmaker wallet structure pointer to be initialized. *...

documentation
Priority/P4

BOAT_RESULT BoatFieldVariable_malloc_size_expand(BoatFieldVariable *mem, BUINT32 step_size) { //free before malloc to avoid allocate more memory at same time BoatFree(mem->field_ptr); mem->field_len += step_size; mem->field_ptr = BoatMalloc(mem->field_len); if (mem->field_ptr == NULL) { mem->field_len...

bug
Severity/major
Priority/P1

# Commands CYGWIN_BASE := D:\cygwin64 BOAT_RM := $(CYGWIN_BASE)\bin\rm -rf BOAT_MKDIR := $(CYGWIN_BASE)\bin\mkdir BOAT_FIND := $(CYGWIN_BASE)\bin\find 文档中: 首先,在执行编译的cmd shell中,执行如下命令增加Cygwin的搜索路径: set PATH=%PATH%;\\bin 其中是Cygwin安装目录的绝对路径,如:C:\Cygwin64

documentation

if (wallet_config_ptr != NULL) { memcpy(boatwalletStore_ptr, wallet_config_ptr, wallet_config_size); wallet_ptr = BoatHlchainmakerWalletInit((BoatHlchainmakerWalletConfig*)wallet_config_ptr); if (wallet_ptr != NULL) { memcpy(boatwalletStore_ptr + wallet_config_size, &((BoatHlchainmakerWallet*)wallet_ptr)->user_cert_prikey_info.prikeyCtx, sizeof(BoatWalletPriKeyCtx)); if (wallet_name_str != NULL) { /* create persistent wallet...

bug

boat implements support for MN316 platform

enhancement
Priority/P0

1. Are there related tools? 2. Is there a function for this in the code?

help wanted
Priority/P4

quorum add cMakelist

enhancement
Priority/P3