Skip to content

v0.7 operation_alpha upgrade + other enhancements

Philippe Wang requested to merge v0.7-operation_alpha-upgrade--candidate into master
  • the operation_alpha table now has 2 additional columns (sender and receiver) to know which contract they're related to
  • add a table, named addresses, to contain all different existing contract addresses, so that it takes a bit less space on disk
  • now the indexer may be interrupted at any time: it won't store partial blocks anymore, so resuming happens properly

Merge request reports