Sam Chen
Sam Chen
the compiler arguments are not compatible in Windows.
> Regarding this: > > > Cannot build successfully, shows below below > > cl : command line error D8004 : '/W' need arguments > > It's caused by `tools/bazel.rc`:...
@tsvisabo @th0br0 We can use [tiny-json](https://github.com/rafagafe/tiny-json), it's no dynamic memory involved. The problem for `mem_pool_malloc` is memory fragmentation, and it goes worst with small memory(less than 500KB). In my perspective,...
based on the last discussion, @thibault-martinez has concerns about this approach.
@thibault-martinez I think those APIs are done, yes?
> I don't think empty > > ``` > * @file > * @brief > ``` > > are necessary, let's only put them if we fill them. > Looking...
It's a template and `@brief` is optional, I prefer to keep it blank for some ppl don't familiar with doxgen. it's not a big deal If you know what you...
the error 1156 and 1095 are reported by CClient means something wrong from the IRI. - 1156: HTTP service error - 1059: IRI response: you can use `error_2_string` to show...
@thibault-martinez @tsvisabo The error message is `ERR: cIRI HTTP API currently does not support parsing such large requests.` from cIRI's http server. What is the limitation of requests on cIRI?
it's just one transaction in the bundle if cIRI cannot handle it that means it cannot process any transaction requests.