abieos icon indicating copy to clipboard operation
abieos copied to clipboard

Binary <> JSON conversion using ABIs. Compatible with languages which can interface to C

Results 35 abieos issues
Sort by recently updated
recently updated
newest added

certain json parsers (serde_json in rust) convert no-field empty structs as null, instead of '{}'. This patch allows for both ways to seen as valid. (for example) ["get_status_request_v0",null] as well...

src/abieos.cpp isn't included in static library. so my simple C program can't compile/link. ``` #include #include "../src/abieos.h" int main() { fprintf(stdout,"hello\n"); abieos_context *context = abieos_create(); abieos_destroy(context); } ``` my 'fix'...

When trying to use your library, I noticed two things: - I can't really link against it dynamically on my Mac because linker expects a .dylib, not a module, -...

I need to convert abi to bin and bin to abi offline and I am trying to assemble your program to use. And what I have got: ``` $ make...

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...

dependencies

Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. Commits 4235459 1.0.12 6a77d2f Clobber a Link if it's in the way of a File See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fstream&package-manager=npm_and_yarn&previous-version=1.0.11&new-version=1.0.12)](https://help.github.com/articles/configuring-automated-security-fixes)...

dependencies