k1tzu
k1tzu
I'm having trouble understanding the architecture of blockchain modules within your wallet. And really need to add QTUM blockchain support. Maybe it's tricky if not possible to add that blockchain...
Lots of errors. ``` c++ '-DNODE_GYP_MODULE_NAME=IFEBinding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/ak/.node-gyp/7.0.0/include/node -I/Users/ak/.node-gyp/7.0.0/src -I/Users/ak/.node-gyp/7.0.0/deps/uv/include -I/Users/ak/.node-gyp/7.0.0/deps/v8/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions...
It's because you use os.networkinterfaces()
test with http://emojitracker.com/ It sends 'chunked' data with headers: ```"transfer-encoding":"chunked"``` To get this working we need three things: 1) catch the 'transfer-encoding' === 'chunked' 2) don't .push to resData but...
If 'key' is 0, for example uid: cql.int() and we try to remove uid = 0 like User.remove({uid: 0}); we get a false error in the function ``` Schema.prototype.sufficientRemoveConditions =...