SpyCheese
|
31263fb475
|
Limit max number of public libraries on contracts (#808)
|
2023-11-22 10:27:39 +03:00 |
|
SpyCheese
|
909e7dbdfc
|
Allow anycast destination address in masterchain (#807)
|
2023-11-22 10:25:53 +03:00 |
|
EmelyanenkoK
|
ba03657617
|
Fix transaction credit phase (#797)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
|
2023-11-03 17:05:43 +03:00 |
|
EmelyanenkoK
|
79ed14cba9
|
Add information on running tests (#796)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
|
2023-11-03 15:53:11 +03:00 |
|
EmelyanenkoK
|
52fd824939
|
Merge pull request #795 from SpyCheese/tvm-patch
Change GASCONSUMED opcode to f807
|
2023-11-03 15:31:53 +03:00 |
|
EmelyanenkoK
|
287f9d7e8f
|
Merge pull request #794 from SpyCheese/testnet
Sync testnet with master
|
2023-11-03 15:30:56 +03:00 |
|
SpyCheese
|
030ebaf772
|
Change GASCONSUMED opcode to f807
|
2023-11-03 15:25:58 +03:00 |
|
SpyCheese
|
945d4c3995
|
Merge branch 'master' into testnet
# Conflicts:
# .github/workflows/ton-x86-64-linux.yml
# .github/workflows/ton-x86-64-macos.yml
# .github/workflows/win-2019-compile.yml
# example/android/build.sh
# tonlib/tonlib/TonlibClient.cpp
|
2023-11-03 15:12:59 +03:00 |
|
SpyCheese
|
5847897b37
|
Various changes in TVM, github builds and tests (#793)
* Bugfixes in TVM and node
* Upgrade to C++17
* Improve GitHub builds
* Fix existing tests and partially integrate them into builds
---------
Co-authored-by: neodiX42 <namlem@gmail.com>
Co-authored-by: EmelyanenkoK <emelyanenko.kirill@gmail.com>
|
2023-11-03 14:43:34 +03:00 |
|
neodiX42
|
89700cb2aa
|
CI: fix macOS and tonlib Android GitHub actions in testnet (#786)
* fix macOS github actions
* fix android tonlib GH action;
* fixing wasm GH action
* strip binaries
* fix randomly failing ubuntu and wasm GH actions
* fix randomly failing ubuntu and wasm GH actions
* revert some changes
|
2023-10-30 11:52:00 +03:00 |
|
EmelyanenkoK
|
06e22bdb2e
|
Add "showtransactions" to tonlib-cli (#790)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
|
2023-10-28 19:05:00 +03:00 |
|
Marat
|
6a0d14f8ed
|
[tonlib] Handle special cell in msg body (#789)
|
2023-10-26 15:25:37 +03:00 |
|
SpyCheese
|
2bfa6240dd
|
Support wallet-v4 in tonlib (#785)
|
2023-10-25 12:20:23 +03:00 |
|
neodiX42
|
a1d2d7cb04
|
upgrade nixpkgs to v22 (#784)
|
2023-10-23 14:30:26 +03:00 |
|
neodiX42
|
77847968fa
|
fix openSSL path (#783)
|
2023-10-23 13:31:40 +03:00 |
|
EmelyanenkoK
|
01e0d7d8d4
|
Merge pull request #782 from ton-blockchain/october_update
Merge developer branch
|
2023-10-23 09:50:38 +03:00 |
|
EmelyanenkoK
|
6e6081c657
|
Add 2023.10 update changelog
|
2023-10-23 09:49:02 +03:00 |
|
SpyCheese
|
9a06a2ebfb
|
Human-readable timestamps in explorer (#776)
|
2023-10-20 10:04:01 +03:00 |
|
SpyCheese
|
e1df0b3c90
|
Check peers prior to saving it to local db (#779)
|
2023-10-20 10:03:54 +03:00 |
|
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 |
|