Skip to content

Commit

Permalink
Merge pull request #478 from multiversx/TOOL-244-deprecate-interactio…
Browse files Browse the repository at this point in the history
…n-checker

Deprecate interaction checker
  • Loading branch information
danielailie authored Sep 10, 2024
2 parents b8927c6 + d6522bc commit 04947e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-core",
"version": "13.5.0",
"version": "13.6.0",
"description": "MultiversX SDK for JavaScript and TypeScript",
"author": "MultiversX",
"homepage": "https://multiversx.com",
Expand Down
3 changes: 3 additions & 0 deletions src/smartcontracts/interactionChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import BigNumber from "bignumber.js";
* - errors related to calling "non-payable" functions with some value provided
* - gas estimation errors (not yet implemented)
*/
/**
* @deprecated The Interaction checker is deprecated due to lack of use.
*/
export class InteractionChecker {
checkInteraction(interaction: Interaction, definition: EndpointDefinition): void {
this.checkPayable(interaction, definition);
Expand Down

0 comments on commit 04947e8

Please sign in to comment.