047801
047801
@vmihailenco, hey there! Will you implement it? I need it too.
Some possible tools to use for schema generation from TL-B description: 1. ANTLR (Another Tool for Language Recognition): https://www.antlr.org 2. PEG (Parsing Expression Grammar): https://github.com/mna/pigeon 3. Yacc (Yet Another Compiler-Compiler):...
It is possible to just use [`tongo.tlb.Parser.Parse` function](https://github.com/tonkeeper/tongo/blob/a85d6fe90729c454ede16a25283130a615246025/tlb/parser/lexer.go#L106C7-L106C7) to generate `abi` definitions.
Hello, Sorry for the late response and thank you for your initiative! 1. Yes, it would be great to filter events in the same way as in API. 2. Yes,...
4. Or we can consider another implementation, which I think is much easier: store user subscription requests only in websocket service, in indexer service send all data from the processed...
> Can you please be more specific on "in indexer service send all data from the processed master block"? I mean, a processed masterchain block contains shard blocks. Each block...
Thank you. I will test it and merge it.
Also need to resolve conflicts with `v0.4.2-dev` branch.