Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
 - func AddMissingKeysMigration(payloads []ledger.Payload) ([]ledger.Payload, error)
 - func MultipleContractMigration(payloads []ledger.Payload) ([]ledger.Payload, error)
 - func NoOpMigration(p []ledger.Payload) ([]ledger.Payload, error)
 - func PruneMigration(payload []ledger.Payload) ([]ledger.Payload, error)
 - func StorageFeesMigration(payload []ledger.Payload) ([]ledger.Payload, error)
 - func StorageFormatV4Migration(payloads []ledger.Payload) ([]ledger.Payload, error)
 - type ContractReporter
 - type MultipleContractMigrationError
 - type StorageReporter
 
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AddMissingKeysMigration ¶
func PruneMigration ¶ added in v0.16.2
PruneMigration removes all the payloads with empty value this prunes the trie for values that has been deleted
func StorageFeesMigration ¶ added in v0.13.0
iterates through registers keeping a map of register sizes after it has reached the end it add storage used and storage capacity for each address
Types ¶
type ContractReporter ¶ added in v0.15.0
reports on which contracts are deployed
type MultipleContractMigrationError ¶
type MultipleContractMigrationError struct {
	Errors []error
}
    func (*MultipleContractMigrationError) Error ¶
func (e *MultipleContractMigrationError) Error() string
type StorageReporter ¶ added in v0.13.0
iterates through registers keeping a map of register sizes reports on storage metrics
 Click to show internal directories. 
   Click to hide internal directories.