Skip to content

Tags: debnil/go

Tags

snapshots

Toggle snapshots's commit message
Generated snapshots from TravisCI for build 3751 on 2019-04-22-18:05:06

horizon-v0.17.4

Toggle horizon-v0.17.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
horizon-v0.17.4 CHANGELOG (stellar#1005)

horizon-v0.17.4rc2

Toggle horizon-v0.17.4rc2's commit message

Unverified

This user has not yet uploaded their public signing key.
Check if multiple filters are set (stellar#995)

This commit fixes multiple issues with parameter handling in actions.
The main problem was connected to `base.GetString` method that gets
values from the URLParams, form or query string (in this order). It was
possible that extra GET parameter changed the internal query. For
example:

```
/ledgers/100/effects?account_id=GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H
```

doesn't return effects for ledger 100 but for a given account ID because
if `account_id` is set the rest of the parameters are ignored
(`switch`). Obviously, this is not how the actions should be used but
for extra security this should be fixed.

To solve this issue:

* We count applied filters, if it's larger than 1 we return
`400 Bad Request` response.
* We ensure that `tx_id` parameter is only checked in URL params.
Additionally, we ensure that transaction hash is valid (if passed).
* We ensure that `include_failed` parameter is only checked in GET
params.

horizon-v0.17.4rc1

Toggle horizon-v0.17.4rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Offers schema 9 (stellar#972)

Updates offer table queries to use new Core DB schema 9
(stellar/stellar-core#1957). It also fixes SignersByAddress to support
NULL values (close stellar#967).

horizon-v0.17.3

Toggle horizon-v0.17.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Horizon 0.17.3

horizon-v0.17.2

Toggle horizon-v0.17.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch 'master' of github.com:stellar/go

horizon-v0.17.1

Toggle horizon-v0.17.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Horizon 0.17.1 CHANGELOG

horizon-v0.16.1

Toggle horizon-v0.16.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Horizon 0.16.1 CHANGELOG

horizon-v0.17.0

Toggle horizon-v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Horizon 0.17.0 CHANGELOG (stellar#936)

horizon-v0.16.0

Toggle horizon-v0.16.0's commit message
horizon: 0.16.0 CHANGELOG (stellar#851)