Skip to content

Commit

Permalink
chore: undo changes in taquito-core
Browse files Browse the repository at this point in the history
  • Loading branch information
ac10n committed Sep 27, 2023
1 parent 9ece11c commit 1ace191
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 35 deletions.
30 changes: 5 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions packages/taquito-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,5 @@
"collectCoverageFrom": [
"src/**/*.{js,ts}"
]
},
"dependencies": {
"json-stringify-safe": "^5.0.1"
},
"devDependencies": {
"@types/json-stringify-safe": "^5.0.1"
}
}
3 changes: 0 additions & 3 deletions packages/taquito-core/src/taquito-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
* @module @taquito/core
*/

import stringify from 'json-stringify-safe';

export * from './errors';
export { stringify };
2 changes: 1 addition & 1 deletion packages/taquito-local-forging/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export const kindMappingReverse = (() => {
return result;
})();

// See https://tezos.gitlab.io/protocols/005_babylon.html#transactions-now-have-an-entrypoint
// See https://tezos.gitlab.io/shell/p2p_api.html?highlight=transaction%20entrypoint#alpha-entrypoint-determined-from-data-8-bit-tag
export const entrypointMapping: { [key: string]: string } = {
'00': 'default',
'01': 'root',
Expand Down

0 comments on commit 1ace191

Please sign in to comment.