diff --git a/package-lock.json b/package-lock.json index e52262da..893d7817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "0.0.0", "dependencies": { "@ton-community/assets-sdk": "0.0.5", - "@ton/core": "^0.56.3", - "@ton/crypto": "^3.2.0", - "@ton/ton": "^14.0.0", + "@ton/core": "0.61.0", + "@ton/crypto": "3.3.0", + "@ton/ton": "15.3.1", "@tonconnect/ui-react": "^2.2.0", "buffer": "^6.0.3", "crc-32": "^1.2.2", @@ -2480,9 +2480,9 @@ } }, "node_modules/@ton/core": { - "version": "0.56.3", - "resolved": "https://registry.npmjs.org/@ton/core/-/core-0.56.3.tgz", - "integrity": "sha512-HVkalfqw8zqLLPehtq0CNhu5KjVzc7IrbDwDHPjGoOSXmnqSobiWj8a5F+YuWnZnEbQKtrnMGNOOjVw4LG37rg==", + "version": "0.61.0", + "resolved": "https://registry.npmjs.org/@ton/core/-/core-0.61.0.tgz", + "integrity": "sha512-0qyVfP2dDue2bq80ydXggo2MlufcmzuFk6G94qRrZxvyQ3NSe4UeBTeRf1gQmN7tywgTsX2gS61e4yvJrlUu4Q==", "license": "MIT", "dependencies": { "symbol.inspect": "1.0.1" @@ -2492,27 +2492,30 @@ } }, "node_modules/@ton/crypto": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@ton/crypto/-/crypto-3.2.0.tgz", - "integrity": "sha512-50RkwReEuV2FkxSZ8ht/x9+n0ZGtwRKGsJ0ay4I/HFhkYVG/awIIBQeH0W4j8d5lADdO5h01UtX8PJ8AjiejjA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@ton/crypto/-/crypto-3.3.0.tgz", + "integrity": "sha512-/A6CYGgA/H36OZ9BbTaGerKtzWp50rg67ZCH2oIjV1NcrBaCK9Z343M+CxedvM7Haf3f/Ee9EhxyeTp0GKMUpA==", + "license": "MIT", "dependencies": { - "@ton/crypto-primitives": "2.0.0", + "@ton/crypto-primitives": "2.1.0", "jssha": "3.2.0", "tweetnacl": "1.0.3" } }, "node_modules/@ton/crypto-primitives": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@ton/crypto-primitives/-/crypto-primitives-2.0.0.tgz", - "integrity": "sha512-wttiNClmGbI6Dfy/8oyNnsIV0b/qYkCJz4Gn4eP62lJZzMtVQ94Ko7nikDX1EfYHkLI1xpOitWpW+8ZuG6XtDg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@ton/crypto-primitives/-/crypto-primitives-2.1.0.tgz", + "integrity": "sha512-PQesoyPgqyI6vzYtCXw4/ZzevePc4VGcJtFwf08v10OevVJHVfW238KBdpj1kEDQkxWLeuNHEpTECNFKnP6tow==", + "license": "MIT", "dependencies": { "jssha": "3.2.0" } }, "node_modules/@ton/ton": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@ton/ton/-/ton-14.0.0.tgz", - "integrity": "sha512-xb2CY6U0AlHUKc7DV7xK/K4Gqn6YoR253yUrM2E7L5WegVFsDF0CQRUIfpYACCuj1oUywQc5J2oMolYNu/uGkA==", + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/@ton/ton/-/ton-15.3.1.tgz", + "integrity": "sha512-+UuvbE0o0VIU/0W90STO+emRIDr3Vs39LdbX5ySm/Ra+RQJSiH0KX6TDOFqWDmD2Wzk4/zw21KwSiZ6Xjk8zlw==", + "license": "MIT", "dependencies": { "axios": "^1.6.7", "dataloader": "^2.0.0", @@ -2521,7 +2524,7 @@ "zod": "^3.21.4" }, "peerDependencies": { - "@ton/core": ">=0.56.0", + "@ton/core": ">=0.60.0", "@ton/crypto": ">=3.2.0" } }, @@ -3968,6 +3971,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/jssha/-/jssha-3.2.0.tgz", "integrity": "sha512-QuruyBENDWdN4tZwJbQq7/eAK85FqrI4oDbXjy5IBhYD+2pTJyBUWZe8ctWaCkrV0gy6AaelgOZZBMeswEa/6Q==", + "license": "BSD-3-Clause", "engines": { "node": "*" } diff --git a/package.json b/package.json index 533879fe..4a4bc7d0 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "dependencies": { "@ton-community/assets-sdk": "0.0.5", - "@ton/core": "^0.56.3", - "@ton/crypto": "^3.2.0", - "@ton/ton": "^14.0.0", + "@ton/core": "0.61.0", + "@ton/crypto": "3.3.0", + "@ton/ton": "15.3.1", "@tonconnect/ui-react": "^2.2.0", "buffer": "^6.0.3", "crc-32": "^1.2.2", diff --git a/src/App.scss b/src/App.scss index d08e80de..2f869d9b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -7,3 +7,17 @@ margin-bottom: 10px; } } + +.react-json-view { + background: rgba(24, 32, 48, 0.98) !important; + border-radius: 14px; + box-shadow: 0 2px 12px 0 rgba(16, 22, 31, 0.13); + padding: 18px 18px 14px 18px; + margin-top: 0; + margin-bottom: 0; + width: 100%; + overflow-x: auto; + font-size: 15px; + word-break: break-all; + white-space: pre-wrap; +} \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 6df2384a..f3064a97 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,6 +8,7 @@ import {CreateJettonDemo} from "./components/CreateJettonDemo/CreateJettonDemo"; import {WalletBatchLimitsTester} from "./components/WalletBatchLimitsTester/WalletBatchLimitsTester"; import {SignDataTester} from "./components/SignDataTester/SignDataTester"; import { MerkleExample } from "./components/MerkleExample/MerkleExample"; +import { FindTransactionDemo } from './components/FindTransactionDemo/FindTransactionDemo'; function App() { return ( @@ -373,6 +374,7 @@ function App() { +