stellar-deprecated / horizon-importer

DEPRECATED
Apache License 2.0
17 stars 11 forks source link

asset name > 3 #36

Closed FredericHeem closed 9 years ago

FredericHeem commented 9 years ago

Horizon doesn't support yet the 12 character asset name:

RuntimeError: Unknown asset type: Stellar::AssetType.asset_type_credit_alphanum12(2) /home/ubuntu/horizon/app/jobs/history/ledger_importer_job.rb:451:in asset_details' /home/ubuntu/horizon/app/jobs/history/ledger_importer_job.rb:251:inblock in import_history_operations' /home/ubuntu/horizon/app/jobs/history/ledger_importer_job.rb:109:in each' /home/ubuntu/horizon/app/jobs/history/ledger_importer_job.rb:109:ineach_with_index'

FredericHeem commented 9 years ago

Solve in PR https://github.com/stellar/horizon/pull/37

FredericHeem commented 9 years ago

fixed in PR https://github.com/stellar/horizon/pull/37