1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 11:42:18 +00:00
Commit graph

805 commits

Author SHA1 Message Date
SpyCheese
2f8e80ef56 Do not retranslate external messages with wrong initstate (#778) 2023-10-20 10:03:44 +03:00
SpyCheese
866fbf936b Explicitly handle special cells in action list (#777) 2023-10-20 10:03:32 +03:00
SpyCheese
ac08fd6ed5 Merge branch 'testnet' into block-generation 2023-10-17 16:07:49 +03:00
SpyCheese
3c55abf2d2 Add proxy-liteserver to github builds 2023-10-17 16:07:44 +03:00
SpyCheese
7f815fc3bd
Add "getconfig" to tonlib-cli (#780) 2023-10-17 15:19:58 +03:00
SpyCheese
06a6ef2fa9 Merge branch 'testnet' into block-generation 2023-10-16 11:23:04 +03:00
SpyCheese
1eef6ed55e Bugfix in check_neighbor_outbound_message 2023-10-16 11:22:41 +03:00
SpyCheese
b2a09eda17
Human-readable timestamps in explorer (#776) 2023-10-12 14:55:26 +03:00
SpyCheese
ddd3d44d5b
Check peers prior to saving it to local db (#779) 2023-10-12 14:54:38 +03:00
SpyCheese
cdf96a21d0
Do not retranslate external messages with wrong initstate (#778) 2023-10-12 14:54:14 +03:00
SpyCheese
41ed354b9f
Explicitly handle special cells in action list (#777) 2023-10-12 14:53:54 +03:00
SpyCheese
a198ca7fe3 Bugfix in proxy-liteserver 2023-10-10 23:52:54 +03:00
neodiX42
65d22c46d9
Rework locking mechanism in blockchain-explorer. (#772)
Mainly because it was causing crash on Windows with error "unlock of unowned mutex".
2023-10-04 21:56:33 +03:00
SpyCheese
4d5b79224d Proxy liteserver 2023-09-21 15:14:34 +03:00
SpyCheese
98fe1f886d Remove excessive logs in collator 2023-08-31 11:57:02 +03:00
SpyCheese
1e3a12259b Optimize masterchain collation
Use only shard blocks with ready msg queues
2023-08-30 20:14:19 +03:00
SpyCheese
47c60d8bf0 Bugfix in OutMsgQueueImporter 2023-08-21 14:33:58 +03:00
SpyCheese
7155bf5eca Fix processing message queue in collator and validator 2023-08-13 20:37:59 +03:00
SpyCheese
e1197b13d4 Fix parsing dict of public libraries (#762) 2023-08-09 17:16:07 +03:00
SpyCheese
6e51453056
Fix parsing dict of public libraries (#762) 2023-08-07 19:48:33 +03:00
SpyCheese
9e02853cbb Improve importing msg queues 2023-08-03 12:06:41 +03:00
SpyCheese
e814973749 Limit query size in importing out queues 2023-07-31 22:56:25 +03:00
SpyCheese
5c02459fd8 Optimize importing out queues 2023-07-31 18:12:09 +03:00
SpyCheese
44ba040934 Don't store candidates on collator nodes 2023-07-30 18:54:25 +03:00
SpyCheese
503e10c05a Fix choose_neighbour in full-node-shard 2023-07-26 17:28:14 +03:00
SpyCheese
783c75fc85 Decrease verbosity in out-msg-queue-proof.cpp 2023-07-26 16:29:37 +03:00
SpyCheese
da137fecf5 Extra shard overlay stats 2023-07-26 13:05:16 +03:00
SpyCheese
8c4bc5b3f1 Fix sending msg queue queries 2023-07-26 12:21:19 +03:00
SpyCheese
f1e62d0075 Move msg queue limits to config 2023-07-24 15:29:55 +03:00
SpyCheese
66b98b6d6a Merge branch 'testnet' into block-generation 2023-07-21 19:29:57 +03:00
SpyCheese
32b3fe748a Fix validating inbound msg queues 2023-07-21 19:29:29 +03:00
SpyCheese
869c6fe675 Rework limiting imported msg queues 2023-07-20 17:48:52 +03:00
SpyCheese
e6b77ef71d Remove excessive check in check_neighbor_outbound_message 2023-07-19 14:53:10 +03:00
SpyCheese
aa4f5769ca More logs for collators and validators 2023-07-18 19:44:41 +03:00
SpyCheese
3265e397f2 Rename actual_min_split and soft_mis_split to avoid confusion 2023-07-17 19:14:39 +03:00
SpyCheese
b8f347231f Fix shard overlays 2023-07-17 18:45:32 +03:00
EmelyanenkoK
6074702d05
Fix extracting version from config in tonlib (#748)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
2023-07-17 17:20:01 +03:00
SpyCheese
96afdc12ac Increase INACTIVE_SHARD_TTL
Node in overlay should be available until peer is expired
2023-07-14 17:16:49 +03:00
neodiX42
50d2361394
On MacOS, writing more than 0x7fffffff bytes will fail with errno 22 (#737) 2023-07-14 16:27:59 +03:00
SpyCheese
8e85bfa6e6 Merge branch 'testnet' into block-generation 2023-07-14 16:00:39 +03:00
SpyCheese
ac6cc3bafd Use partial liteservers in blockchain-explorer 2023-07-14 15:51:27 +03:00
SpyCheese
b422d95b95 Add missing query to QueryTraits 2023-07-14 15:46:18 +03:00
SpyCheese
d115807f6e Move ExtClientLazy and QueryTraits to lite-client-common 2023-07-14 15:46:18 +03:00
EmelyanenkoK
afb630bf41
--shutdown-at parameter for validator-engine (#745)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
2023-07-14 15:39:03 +03:00
EmelyanenkoK
f923b96a2f
Add Tonlib emulator libs (#744)
* Use global libraries in RunEmulator

* Tonlib method smc.getLibrariesExt

* Process missing transaction in getStateByTransaction

---------

Co-authored-by: SpyCheese <mikle98@yandex.ru>
2023-07-14 15:38:21 +03:00
EmelyanenkoK
ef306dd36e
Patch/fix ub (#724)
* Fix input validation in storage-manager and bitstring

* Fix potentially dangling pointer missing_library

---------

Co-authored-by: SpyCheese <mikle98@yandex.ru>
2023-07-14 15:25:07 +03:00
EmelyanenkoK
9b34217bf0
Tonlib fix (#743)
* Fix building messages with long body (#709)

* Fix returning slice in tonlib (#734)

---------

Co-authored-by: SpyCheese <mikle98@yandex.ru>
2023-07-14 15:23:22 +03:00
EmelyanenkoK
08cfc4c6ee
Initialize random seed properly (#742)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
2023-07-14 14:50:03 +03:00
neodiX42
119f5a3ccc
fix wasm and repetitive builds (#735) 2023-07-14 14:49:02 +03:00
SpyCheese
21ce145af2 Limit collated data size in collator 2023-07-12 13:29:59 +03:00