Andelf
Andelf
There is a fail-back logic here. When HTML to markdown conversion fails, plain text format will be used. I'll check it.
@skydtrtzmr I can not reproduce the buggy behavior. Could you provide some URL pages?
@skydtrtzmr Many thanks. This is caused by buggy HTML to markdown conversion and plain-text to markdown conversion logic.
@mradamcox could you please try the nightly release? https://github.com/logseq/logseq/releases/tag/nightly
Is there any console errors on the Developer tools?
A powerful event API will fit all the `query` APIs.
To clarify: The top-level logic of a FullNode is: - `RpcApiService`(including HTTP/gRPC) is responsible for accepting and validating new transactions(broadcast) - `TronNetService` is the gossip layer to broadcast a transaction...
## Update 2021/03/03 To test the slot timing, now the node generates empty blocks.  NOTE: The java-tron's block producer is not optimized. It sleeps and waits for the timing...
## Update 2021/03/05 Broadcast channels - Outgoing block broadcast(from block producer) - Outgoing transaction broadcast(from API) - Incoming transaction(from gossip, to mempool) - Incoming block(to consensus handler, handle forks and...
## Update 2021/03/08 - massive refactor - impl basic broadcastTransaction graphql API  +TODO - [ ] some command-line tool to generate raw transaction