Skip to content

Commit

Permalink
fix(deps): bump tonlibjson-sys/ton-testnet from 4969176 to 0feaaf5
Browse files Browse the repository at this point in the history
Bumps [tonlibjson-sys/ton-testnet](https://github.com/ton-blockchain/ton) from `4969176` to `0feaaf5`.
- [Release notes](https://github.com/ton-blockchain/ton/releases)
- [Commits](ton-blockchain/ton@4969176...0feaaf5)

---
updated-dependencies:
- dependency-name: tonlibjson-sys/ton-testnet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 5212de7 commit 38446f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonlibjson-sys/ton-testnet
Submodule ton-testnet updated 44 files
+3 −1 crypto/smc-envelope/SmartContract.cpp
+1 −1 crypto/smc-envelope/WalletInterface.cpp
+1 −0 crypto/smc-envelope/WalletInterface.h
+60 −0 emulator/emulator-extern.cpp
+10 −0 emulator/emulator-extern.h
+1 −0 emulator/emulator_export_list
+4 −0 emulator/tvm-emulator.hpp
+13 −2 tddb/td/db/RocksDb.cpp
+5 −1 tddb/td/db/RocksDb.h
+3 −3 tdutils/td/utils/misc.cpp
+1 −1 test/regression-tests.ans
+4 −0 tl/generate/scheme/lite_api.tl
+ tl/generate/scheme/lite_api.tlo
+1 −1 tonlib/test/offline.cpp
+0 −64 tonlib/tonlib/CellString.cpp
+0 −22 tonlib/tonlib/CellString.h
+0 −18 tonlib/tonlib/ClientActor.cpp
+0 −41 tonlib/tonlib/ClientActor.h
+0 −80 tonlib/tonlib/GenericAccount.cpp
+0 −30 tonlib/tonlib/GenericAccount.h
+35 −4 tonlib/tonlib/KeyValue.cpp
+31 −1 tonlib/tonlib/LastBlockStorage.cpp
+0 −52 tonlib/tonlib/TestGiver.cpp
+0 −31 tonlib/tonlib/TestGiver.h
+0 −84 tonlib/tonlib/TestWallet.cpp
+0 −40 tonlib/tonlib/TestWallet.h
+490 −221 tonlib/tonlib/TonlibClient.cpp
+1 −0 tonlib/tonlib/TonlibClient.h
+0 −95 tonlib/tonlib/Wallet.cpp
+0 −40 tonlib/tonlib/Wallet.h
+4 −0 validator-engine/validator-engine.cpp
+4 −0 validator-engine/validator-engine.hpp
+28 −3 validator/db/archive-manager.cpp
+3 −0 validator/db/archive-manager.hpp
+4 −3 validator/db/archive-slice.cpp
+6 −1 validator/db/archive-slice.hpp
+29 −1 validator/db/celldb.cpp
+8 −0 validator/db/celldb.hpp
+1 −1 validator/impl/liteserver-cache.hpp
+421 −20 validator/impl/liteserver.cpp
+11 −0 validator/impl/liteserver.hpp
+2 −1 validator/state-serializer.cpp
+7 −0 validator/validator-options.hpp
+2 −0 validator/validator.h

0 comments on commit 38446f9

Please sign in to comment.