Huang-Ming Huang
Huang-Ming Huang
This change is not baed on the standard encoding rule and would break the interoperability with other exchanges. If you really need this, I would suggest to use macro to...
Not sure why you think Hexcode is necessary. You can follow the code in "examples/performance_test" to read your feed data from file.
I have tried to deserialize the data provided by @fabian-emilius using abieos without any problem. Here are the results: [good.json](https://gist.github.com/huangminghuang/e51eb3db977a51d0a17911b4d1e7617c) and [bad.json](https://gist.github.com/huangminghuang/756f28873aeab42f8a72fa6f8d977b12). From the decoded data, the differences are in...
This change was because the field was defined as [eosio::name in abieos library](https://github.com/EOSIO/abieos/blob/00417b5e927e03efbb0ad04b9aa119bb6608e85b/include/eosio/abi.hpp#L97) in the first place. In order to consume the abi through abieos library, we needed to change...
I am glad you like it. However, from the [github action run](https://github.com/stephenberry/glaze/actions/runs/11784241534/job/32823028575) , there is a race condition in repe_test which I don't think is introduced by my change. You...
> One other aspect of this pull request that we might want to change is the behavior of the `skip_null_members` options when the `skip_default_flag` is set. Currently in Glaze the...