1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

speed up synchronization

- download old files in chunks
- updated docs
- fixed elector/config smartcontracts
This commit is contained in:
ton 2019-11-18 22:15:14 +04:00
parent 0dae2c157b
commit 7f3a22a217
21 changed files with 365 additions and 191 deletions

View file

@ -338,7 +338,7 @@ int upgrade_code(s_addr, cs, query_id) {
var code = cs~load_ref();
set_code(code);
ifnot(cs.slice_empty?()) {
set_c3(code);
set_c3(code.begin_parse().bless());
;; run_method3(1666, s_addr, cs, query_id);
after_code_upgrade(s_addr, cs, query_id);
throw(0);