Results 360 comments of 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. ![image](https://user-images.githubusercontent.com/72891/109711814-45426c00-7bda-11eb-875b-420de8abe7f3.png) 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 ![image](https://user-images.githubusercontent.com/72891/110253595-2b33cf80-7fc6-11eb-9932-6837e964e3b6.png) +TODO - [ ] some command-line tool to generate raw transaction