Skip to content

Tags: susy-go/go

Tags

snapshots

Toggle snapshots's commit message
Generated snapshots from TravisCI for build 4069 on 2019-05-10-00:47:59

horizonclient-v1.1.0

Toggle horizonclient-v1.1.0's commit message
clients/horizonclient: support dynamic effects (stellar#1217)

* update effects in protocols/horizon

* update client interface

* update tests

* update changelogs

* fix typo

horizon-v0.17.6

Toggle horizon-v0.17.6'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.6 CHANGELOG (stellar#1207)

horizonclient-v1.0

Toggle horizonclient-v1.0's commit message
horizonclient, txnbuild: dev docs (stellar#1199)

* basic dev site docs for new Go SDK

* flesh out package summaries

horizon-v0.17.5

Toggle horizon-v0.17.5's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix /accounts/{id}/transactions error

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