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

571 commits

Author SHA1 Message Date
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
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
SpyCheese
d5a56b7c2b Changes in CollatorNode 2023-07-12 09:01:15 +03:00
SpyCheese
f10c7f54a8 Bugfix in processing message queues; improve out_msg_queue_cleanup 2023-07-06 11:44:21 +03:00
EmelyanenkoK
4b8e90f8fe
Adjust BLS gas prices (#738)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
2023-07-05 14:03:19 +03:00
SpyCheese
5dd0c15d07 Limit imported msg queue size 2023-07-04 23:34:34 +03:00
Tolya
5fe8cac014
Merge pull request #733 from neodiX42/fix-macos-build
Fix macOS Github action, add missing artifacts
2023-06-28 15:32:01 +03:00
Tolya
abc8a0f637
Merge pull request #725 from neodiX42/testnet
Fix windows build & remove arm64 ubuntu gh action
2023-06-28 13:51:37 +03:00
neodiX
75534db189 Fix "Could not set environment: 150: Operation not permitted while System Integrity Protection is engaged" in macOS x86-64 GH action;
Fix windows build & remove arm64 ubuntu gh action.
Add missing storage-daemon artifacts
2023-06-28 09:53:22 +02:00
neodiX
edb80d5d6a Fix "Could not set environment: 150: Operation not permitted while System Integrity Protection is engaged" in macOS x86-64 GH action;
Fix windows build & remove arm64 ubuntu gh action.
2023-06-28 09:49:00 +02:00
neodiX
020606295c Fix "Could not set environment: 150: Operation not permitted while System Integrity Protection is engaged" in macOS x86-64 GH action 2023-06-28 09:22:30 +02:00
neodiX
d94e31960b Fix "Could not set environment: 150: Operation not permitted while System Integrity Protection is engaged" in macOS x86-64 GH action 2023-06-28 08:45:18 +02:00
neodiX42
131d7eea2f
Merge branch 'ton-blockchain:testnet' into testnet 2023-06-28 08:11:21 +02:00
Tolya
c04e435bee
Merge pull request #731 from SpyCheese/tonlib-encrypt-patch
New tag for encrypted messages
2023-06-27 16:57:53 +03:00
SpyCheese
961b895622 New tag for encrypted messages 2023-06-27 16:13:16 +03:00
neodiX42
df1258076b
Merge branch 'ton-blockchain:testnet' into testnet 2023-06-26 19:19:28 +02:00
SpyCheese
954bebbaf8
Re-enable encryption in tonlib (#727) 2023-06-09 14:49:18 +03:00