Skip to content

v3.3.4-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@igorls igorls released this 14 Jun 14:21
· 42 commits to dev-3.3 since this release

First public release candidate for v3.3. Full re-indexing is required when coming from pre 3.3 versions

This version is compatible with eosio v2.1, for it to work properly please define the following:

settings.ship_request_rev = "v1"
settings.parser = "2.1"
settings.ignore_snapshot = true (there is a known issue on ship, don't set this to false yet)

Attention: settings.index_partition_size will define how the indices are split in terms of block_num, this parameter shall not be changed once indexing started with a specific value. To change it please delete all indices and start from scratch.