-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build errors in linux #7
base: master
Are you sure you want to change the base?
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:
|
… pr ontio#7 (ontio#8)" Signed-off-by: Matus Zamborsky <[email protected]>
… pr ontio#7 (ontio#8)" Signed-off-by: Matus Zamborsky <[email protected]>
… pr ontio#7 (ontio#8)" Signed-off-by: Matus Zamborsky <[email protected]>
* 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 <[email protected]> * reapply changes from reverted commit "update some test;fix issue1;fix pr #7 (#8)" Signed-off-by: Matus Zamborsky <[email protected]>
* 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