This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 734
[WIP] Feature/trace macros #18
Merged
jovfer
merged 11 commits into
hyperledger-archives:master
from
jovfer:feature/trace_macros
Jun 6, 2017
Merged
[WIP] Feature/trace macros #18
jovfer
merged 11 commits into
hyperledger-archives:master
from
jovfer:feature/trace_macros
Jun 6, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 2ee8411.
vimmerru
pushed a commit
that referenced
this pull request
Jul 28, 2017
Merging master from hyperledger
dkulic
pushed a commit
to dkulic/indy-sdk
that referenced
this pull request
Aug 14, 2018
…rchives#18) * created basic structure for node wrapper * changed the way my test function worked * Added wrapper files to repo * during the jenkins process, we want to take .so file that was built and put it in the node-wrappers lib folder * Fixed spelling in cxs * Added unit test that called cxs_init Took out comments from index.ts removed .so file from the lib folder * Fixed Jenkins file to look in correct place for .so file * moved so file during build process * Updated the default path to libcxs.so * basic connection portion of the wrapper * added functions to FFIConfiguration and worked on getting the tests to pass * added tests to test-connection and added connection class functionality * Finished up the connection obect wrapper except for garbage collection Wrote tests that I hope demonstrate that the object is working correctly Moved .js files into the dist folder Installed tslint and modified my files to conform to tslint format * When node's garbage collection is triggered, a callback in clearOnExit will be called which calls release on the Rust connection object. Garbage collection should happen with our sdk when garbage collection happens with node. Improved Tests * added comments for the clearOnExit * Removed the list_state function in connection object because it isn't implemented in Rust yet. * fixed connection tests and Connection Interface * changed vars to camel case. Changed docker file to update npm * deleted js files in src directory * changed test because of naming conflicts * fixed path for one of the imports * added weak library to package.json Signed-off-by: ryMarsh44 <ryan.marsh44@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.