Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

horizonclient v1.1.0 & txnbuild v1.1.0 #1240

Merged
merged 7 commits into from
May 6, 2019
Merged

Conversation

ire-and-curses
Copy link
Member

@ire-and-curses ire-and-curses commented May 2, 2019

Merge features added to these two libraries back to master.

Unfortunately the diff is misleading, because I accidentally merged a few extra master commits into the branch while trying to pick up the multisig change, which had been merged to master by accident.

I'm not sure why it is showing changes which are already on both master and the branch. For example the top level CHANGELOG is identical between both, but shows up as a change.

@ire-and-curses ire-and-curses added txnbuild 2nd-generation transaction build library for Go SDK horizonclient tag for new horizon client located in clients/horizonclient labels May 2, 2019
@ire-and-curses ire-and-curses marked this pull request as ready for review May 2, 2019 23:22
@poliha poliha closed this May 3, 2019
@poliha poliha reopened this May 3, 2019
@bartekn bartekn force-pushed the release-horizonclient-v1.1.0 branch from 6543779 to 0f63acf Compare May 6, 2019 17:50
poliha and others added 7 commits May 6, 2019 19:52
* update client.Fund

* update change log

* fix space
* Remove old stream method

* more comments

* fix format

* split comment
* set default HTTP client

* changes from review
* horizonclient/txnbuild README fixes (#1210)

* fix client links in top-level readme

* update clients README

* mark old client deprecated in godoc short summary

* fix code of conduct, standardise example

* fix code of conduct/contributing links

* txnbuild: enables multiple signatures (#1198)

This PR enables multiple signatures on a transaction in the new Go SDK. It also lets every `Operation` type have a different source account than its `Transaction`. These changes are intertwined. Without multiple signatures, every operation in a transaction must share the transaction's source account. Differing source accounts are the most common use case for multiple signatures, and they also test it with greatest completeness.

* root repo changelog links to sub-projects (#1214)

* keystore: add update-keys endpoints to spec (#1215)

We need an endpoint to update the encrypted seed when users forget their
passwords.

* move keystore to exp to fix build (#1223)

* Add minimal files to fix build (#1225)

* changelog for txnbuild 1.1
* add package version

* fix go fmt
* update effects in protocols/horizon

* update client interface

* update tests

* update changelogs

* fix typo
@bartekn bartekn force-pushed the release-horizonclient-v1.1.0 branch from 0f63acf to 8b597e5 Compare May 6, 2019 17:53
@bartekn bartekn merged commit dbe1740 into master May 6, 2019
@bartekn bartekn deleted the release-horizonclient-v1.1.0 branch July 12, 2019 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
horizonclient tag for new horizon client located in clients/horizonclient txnbuild 2nd-generation transaction build library for Go SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants