mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated tonlib, fixed bugs
updated tonlib fixed bugs in func validator: partial support for hardforks liteserver: support for waitMasterchainBlock prefix transactions: support for gas flat rate
This commit is contained in:
parent
841d5ebac2
commit
7ea00ebfcf
89 changed files with 1922 additions and 608 deletions
|
|
@ -20,6 +20,10 @@
|
|||
#include "td/utils/misc.h"
|
||||
#include "vm/cellslice.h"
|
||||
namespace tonlib {
|
||||
int VERBOSITY_NAME(tonlib_query) = VERBOSITY_NAME(INFO);
|
||||
int VERBOSITY_NAME(last_block) = VERBOSITY_NAME(INFO);
|
||||
int VERBOSITY_NAME(lite_server) = VERBOSITY_NAME(INFO);
|
||||
|
||||
td::Result<td::Ref<vm::CellSlice>> binary_bitstring_to_cellslice(td::Slice literal) {
|
||||
unsigned char buff[128];
|
||||
if (!begins_with(literal, "b{") || !ends_with(literal, "}")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue