question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Horizon v0.18.0 Release Compatibility

See original GitHub issue

Hey @elucidsoft, we actually pushed back the renames mentioned in #168 to 0.19.0, but wanted to send this your way regarding the other deprecations present — feel free to close if you’re already good to go.

Horizon 0.18.0 Release

Horizon 0.18.0 has been released, which continues additional work for a better integration with Stellar Protocol 11. This release contains breaking changes from 0.17.*, including a requirement to use Postgres 9.5+, along with various changes, including deprecations, that further support the protocol changes presented in CAP-0005 and CAP-0006.

You can find the official release on Github; below are the release notes.

This issue has been filed as a reminder for compatibility — if your SDK is already compatible, feel free to just respond on the thread and close it out. Thank you, and let me know if you have any questions!

Breaking changes

  • Horizon requires Postgres 9.5+.
  • Removed paging_token field from /accounts/{id} endpoint.
  • Removed /operation_fee_stats endpoint. Please use /fee_stats.

Deprecations

  • fee_paid field on Transaction resource has been deprecated and will be removed in 0.19.0. Two new fields have been added: max_fee that defines the maximum fee the source account is willing to pay and fee_charged that defines the fee that was actually paid for a transaction. See CAP-0005 for more information.
  • The following operation type names have been deprecated: manage_offer and create_passive_offer. The names will be changed to: manage_sell_offer and create_passive_sell_offer in 0.19.0.

Changes

  • The following new config parameters were added. When old max-db-connections config parameter is set, it has a priority over the the new params. Run horizon help for more information.
    • horizon-db-max-open-connections
    • horizon-db-max-idle-connections
    • core-db-max-open-connections
    • core-db-max-idle-connections
  • Fixed fee_paid value in Transaction resource ( #1358 ).
  • Fix int64: value out of range errors in trade aggregations ( #1319 ).
  • Improved horizon db reingest range command.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
theaeolianmachinecommented, Jun 12, 2019

Hey @elucidsoft,

It’s in this PR: https://github.com/stellar/go/pull/1320

Essentially you were able to look at the history of an account in the past, but we actually ripped out that feature ages ago. However, we didn’t remove the paging_token part of the response; it just returned as empty. Now we’re finally cleaning it up. Essentially I would check to make sure the SDK doesn’t have any ability to page through a single account’s history, and if it does, just remove/deprecate that code.

0reactions
theaeolianmachinecommented, Jun 25, 2019

Awesome, thanks so much!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Horizon Release v0.18.0 Compatibility · Issue #60
Horizon 0.18.0 has been released, which continues additional work for a better integration with Stellar Protocol 11. This release contains ...
Read more >
Compatibility Matrix for Various Versions of ...
The following versions are supported for upgrading to VMware Horizon 8: VMware Horizon version 7.x. To determine the latest maintenance release ...
Read more >
Compatibility Matrix for Various Versions of ...
The following table lists the components and show whether they are compatible with other components whose version is different. Table 1.
Read more >
laravel/horizon
Horizon provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues. Horizon allows you to easily monitor key metrics of ......
Read more >
Release Notes for the Adobe Target v2 Extension
The latest release notes for the Adobe Target v2 tag extension in Adobe Experience Platform.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found