Fix build errors in linux - #7
Conversation
…se between import statement & file system to prevent build error in linux
|
I changed filenames all to start with lower case, but git ignores some files. Then i use 'git config core.ignorecase false' to let git detect the filename change. I will push a commit to solve this problem. |
|
Without adding bufferutil & utf-8-validate to package.json I get the warnings below: |
* Revert " update some test;fix issue1;fix pr #7 (#8)" This reverts commit 098d4f4. * renaming files with wrong case to support linux build Signed-off-by: Matus Zamborsky <zamborsky@gmail.com> * reapply changes from reverted commit "update some test;fix issue1;fix pr #7 (#8)" Signed-off-by: Matus Zamborsky <zamborsky@gmail.com>
* update some test;fix issue1;fix pr #7 * update tsconfig.json for build amd file * add verify ontid claim; add ontidContract tx * update ontid contract * update tsconfig.json compile option
* update some test;fix issue1;fix pr #7 * update tsconfig.json for build amd file * add verify ontid claim; add ontidContract tx * update ontid contract * update tsconfig.json compile option * add restful,rpc,websocket api
* update some test;fix issue1;fix pr #7 * update tsconfig.json for build amd file * add verify ontid claim; add ontidContract tx * update ontid contract * update tsconfig.json compile option * add restful,rpc,websocket api
* update some test;fix issue1;fix pr #7 * update tsconfig.json for build amd file * add verify ontid claim; add ontidContract tx * update ontid contract * update tsconfig.json compile option * add restful,rpc,websocket api * update invoke tx serialize * construct claim proof * add get proof root * add wasm support * add record contract
Added bufferutil & utf-8-validate to package.json. Fixed different case between import statement & file system to prevent build error in linux