Skip to content
#

eosio

Here are 342 public repositories matching this topic...

dskvr
dskvr commented Nov 14, 2019

Currently source annotations are using javadoc style comments that are compatible with Doxygen. However, the coding style used in EOSIO contracts have evolved and are no longer Doxygen-compatible. This is why we're employing mdjavadoc as a stop-gap to parse only the actions in the documentation after some preprocessing; namely removal of [[eosio declarations]].

Standardese appears to b

fschoell
fschoell commented Aug 10, 2020

It would be helpful to have the trxdb-loader resume from the last processed block in case it needed a restart (due to KV or object store failures for example) instead of using the start-block (when in batch mode).

Procedure could be like this:

  • On shutdown store the last successfully loaded block on disk if block-number < stop-block
  • On startup check if there's such a file. Replace the s

Improve this page

Add a description, image, and links to the eosio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eosio topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.