Nathaniel Hourt
Nathaniel Hourt
I find that `typestring_is("")` gives back a `typestring` unless I add these overloads to give back a `typestring` instead. The `typoke` overload fixes it in the majority of cases, whereas...
I find that `typestring_is("")` resolves to `typestring`, but I expect it to resolve to `typestring`.
After installing the CDT, i.e. to `/opt/eosio-cdt`, the CMake modules in the installed path still contain references to the toolchain in the build root. For example, look in `/opt/eosio-cdt/lib/cmake/eosio.cdt/EosioWasmToolchain.cmake`, and...
## Change Description Using a `name` as a primary key in a table is such a common use case that even the core contracts do it extensively. Adding first class...
## Change Description In my contracts, I use several template arguments which are types which resolve to integral values (such as an `eosio::name`) but are not trivially integer values. This...
This adds compatibility for bitshares/hardfork for bitshares/bitshares-fc#191 without adding anything TNT-related.
This addresses abit's change requests wrt BSIP40 in #2093
When building against glibc 2.34, a build failure occurs rooted [here](https://github.com/EOSIO/eos-vm/blob/d42a18152669c1cec69ad43e82af41c276bb4172/include/eosio/vm/execution_context.hpp#L273) due to the fact that SIGSTKSZ is no longer a `constexpr` value [(see glibc changelog)](https://sourceware.org/git/?p=glibc.git;a=blob;f=NEWS;h=85e84fe53699fe9e392edffa993612ce08b2954a;hb=HEAD#l12). There is also an...
`SIGSTKSZ` is no longer `constexpr`. See issue #227 for discussion.
Contributed code for an EventPort implementation which allows a KJ event loop to co-exist with a Qt event loop on the same thread.