-
- Downloads
[JES] Updates to hive-js for an updated get_account_history API call
parent
93efc5c2
No related branches found
No related tags found
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/api/methods.js 5 additions, 0 deletionssrc/api/methods.js
- src/api/transports/http.js 13 additions, 1 deletionsrc/api/transports/http.js
- src/auth/serializer/index.js 4 additions, 0 deletionssrc/auth/serializer/index.js
- src/auth/serializer/src/ChainTypes.js 3 additions, 3 deletionssrc/auth/serializer/src/ChainTypes.js
- src/auth/serializer/src/makeBitMaskFilter.js 9 additions, 0 deletionssrc/auth/serializer/src/makeBitMaskFilter.js
- yarn.lock 5 additions, 0 deletionsyarn.lock
... | @@ -46,6 +46,7 @@ | ... | @@ -46,6 +46,7 @@ |
"debug": "^2.6.8", | "debug": "^2.6.8", | ||
"detect-node": "^2.0.3", | "detect-node": "^2.0.3", | ||
"ecurve": "^1.0.5", | "ecurve": "^1.0.5", | ||
"jsbi": "^3.1.4", | |||
"lodash": "^4.16.4", | "lodash": "^4.16.4", | ||
"retry": "^0.12.0", | "retry": "^0.12.0", | ||
"secure-random": "^1.1.2", | "secure-random": "^1.1.2", | ||
... | ... |
src/auth/serializer/src/makeBitMaskFilter.js
0 → 100644
Please register or sign in to comment