Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stellar/js-stellar-base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: stellar/js-stellar-base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 10 commits
  • 23 files changed
  • 4 contributors

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    78aff96 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. toXDR helper (#156)

    Add `Transaction.prototype.toXDR` so you can more easily get the base64-encoded XDR string
    morleyzhi committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    d516061 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    52a7536 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    52d06dd View commit details
    Browse the repository at this point in the history
  2. Docs improvements (#163)

    (1) Add `setTimeout` to `TransactionBuilder` code examples (fixes stellar/js-stellar-sdk#229)
    (2) Add warning about transactions incrementing sequence numbers (fixes stellar/js-stellar-sdk#207)
    (3) Make `setTimeout` docs clearer (fixes #155)
    morleyzhi committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    df61ec1 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Documentation fixes suggested by the community (#164)

    - Fix transaction example (courtesy of #138)
    - Fix new account example (courtesy of #121)
    morleyzhi committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    51d923e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    c110cee View commit details
    Browse the repository at this point in the history
  2. Warn about non-explicit transaction fees (#167)

    If a user calls `TransactionBuilder` without a fee, issue a console log. Also update code examples to provide a fee, and export BASE_FEE. Part of #166.
    morleyzhi committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    d7e721b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. API for directly adding signatures to transactions (#161)

    - Add `Transaction.prototype.addSignature(publicKey: string, signature: string)` and `Transaction.prototype.getKeypairSIgnature(keypair: Keypair)` to allow, for example, parties to pre-sign their part of multi-signature transactions (fixes #109)
    - Fix syntax errors in the TransactionBuilder example code (fixes stellar/js-stellar-sdk#115)
    morleyzhi committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    0a6635b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. update to v0.12.0 (#168)

    morleyzhi committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    fe4150d View commit details
    Browse the repository at this point in the history
Loading