stellar / js-stellar-sdk

Main Stellar client library for the JavaScript language.
https://stellar.github.io/js-stellar-sdk/
Apache License 2.0
615 stars 296 forks source link

feature: add auto restore functionality for contract client #991

Closed chadoh closed 3 weeks ago

chadoh commented 3 weeks ago

Port of https://github.com/stellar/js-stellar-sdk/pull/974, because Blaine is out and I don't have permission to push to his fork. This just resolves the conflicts with master.

Shaptic commented 3 weeks ago

@BlaineHeffron I can merge these as soon as e2e tests pass :+1:

BlaineHeffron commented 3 weeks ago

There was a missing check that didnt get caught in the merge from the toXDR / fromXDR PR. Should be good now!

BlaineHeffron commented 3 weeks ago

Actually looks like the unit test I had written for this PR is failing, let me look into that.

BlaineHeffron commented 3 weeks ago

Good to go now