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

Release/v0.24.0 #1991

Merged
merged 277 commits into from
Aug 19, 2018
Merged

Release/v0.24.0 #1991

merged 277 commits into from
Aug 19, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 13, 2018

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

Commits on Jul 14, 2018

  1. Configuration menu
    Copy the full SHA
    405bb53 View commit details
    Browse the repository at this point in the history
  2. Merge PR #1265: Global Paramstore

    in progress
    in progress
    stake and slashing now params
    fix gaia
    fix gaia again
    add msg type deactivation
    delete local error
    in progress
    revert actual application in baseapp/gaia/stake
    add test, fix apps
    fix MinSignedPerWindow, pass lint
    fix gaia
    fix keeper_test
    fit with multiple msgs
    fix
    apply requests
    pass lint
    really the last fix
    fix dependency
    fix keeper_test
    fix lint
    mossid authored and cwgoes committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    bdccbef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b98a3d View commit details
    Browse the repository at this point in the history
  4. Fix Cross Compile Build/Ledger Build Tag (#1674)

    * Merge pull request #1674: Fix Cross Compile Build/Ledger Build Tag
    * Merge pull request #1674: Fix Cross Compile Build/Ledger Build Tag
    * Remove incorrect Ledger test
    alexanderbez authored and cwgoes committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    bb1f1a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4ee940 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e35d06e View commit details
    Browse the repository at this point in the history
  7. Merge PR #1687: tools: Ensure Gopkg.lock is correct in linting

    * tools: Ensure Gopkg.lock is correct in linting
    
    This adds dep status to the lint process. Also fixes linting errors
    that existed earlier. (not sure why they didn't show up on CI)
    
    Closes #1574
    
    * Update dep, use the lock file new dep version creates
    ValarDragon authored and cwgoes committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    a2047c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    12fa42b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1683 from cosmos/release/v0.21.1

    Release/v0.21.1
    ebuchman authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    e38aac5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1685 from cosmos/bucky/fix-lcd-tests

    update to tm0.22.4-rc0 and bring back lcd test
    ebuchman authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    90ed178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de20825 View commit details
    Browse the repository at this point in the history
  5. Modifying the _REMOTE_PROJECT_PATH, _PROJECT_SHORT_NAME_, _CAPITALIZE…

    …D_PROJECT_SHORT_NAME_ to actual names and packages
    svaishnavy committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    26cf09d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26aa871 View commit details
    Browse the repository at this point in the history
  7. docs: how they're updated

    zramsay committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    4e1cbb7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1691: Table driven test indexes

    * types: Switch table driven test error messages to new format
    
    Make table driven tests in /types follow the format described in #1664
    
    * typos / lower case errors
    
    * lower case, not sentences
    
    * lower case, not sentences
    ValarDragon authored and rigelrozanski committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    4b68899 View commit details
    Browse the repository at this point in the history
  9. Including changes to Makefile to build cosmos-sdk-cli and also ignori…

    …ng linting for cosmos-sdk-cli
    svaishnavy committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    b952331 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1690 from cosmos/release/v0.22.0

    update params for x/gov and default config
    ebuchman authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    972b8f5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1694 from cosmos/release/v0.22.0

    version bump
    ebuchman authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    e7d09ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0cf595 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3a54f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4208c0d View commit details
    Browse the repository at this point in the history
  15. contribution guide: Add guidelines for testing

    Indicates to use require's and asserts, and to use table driven
    tests, with error messages as described in #1664.
    
    Closes #1664
    ValarDragon committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    1edfb89 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6f61705 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    07ddbae View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bfe1606 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0bde720 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dedb2e4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6410d4d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c1553f5 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #1699 from cosmos/master

    Merge pull request #1691: Table driven test indexes
    ebuchman authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    8d3d3d3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c49a0df View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1e16ba3 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #1700 from cosmos/master

    Master
    ebuchman authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    888aea4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a463089 View commit details
    Browse the repository at this point in the history
  28. Hardcoding cosmos-sdk version to 0.21.0 as both 0.20.0 and 0.22.0 bre…

    …aks the resulting project/template
    svaishnavy committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    bb32ebd View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    a6dd96d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b72e33 View commit details
    Browse the repository at this point in the history
  3. Fix gocyclo check

    cwgoes committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    a4e7216 View commit details
    Browse the repository at this point in the history
  4. Updates from merge

    cwgoes committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    9ad3d62 View commit details
    Browse the repository at this point in the history
  5. Restructure

    cwgoes committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    a49f9d6 View commit details
    Browse the repository at this point in the history
  6. Restructure contd.

    cwgoes committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    cbcd0f0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1716 from cosmos/master

    Master
    ebuchman authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    4c9c75a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d171dbf View commit details
    Browse the repository at this point in the history
  9. Genesis state

    cwgoes committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    cbc9d7d View commit details
    Browse the repository at this point in the history
  10. Update stake simulation

    cwgoes committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    af206bd View commit details
    Browse the repository at this point in the history
  11. Using basecoin as the template and refactoring the command that creat…

    …es the workspace setup
    
    Removing templates, making changes to makefile to remove dependency on packr
    svaishnavy committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    1603804 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into s…

    …vaishnavy/cosmos-sdk-cli
    
    Merging develop branch to my branch
    svaishnavy committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    07debd8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8edac19 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    64729bb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d6969c1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eda7eb4 View commit details
    Browse the repository at this point in the history
  17. Merge PR #1705: baseapp: Allow alphanumerics in routes

    Previously only alphabetic characters were allowed.
    ValarDragon authored and cwgoes committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    f88d644 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    198aef2 View commit details
    Browse the repository at this point in the history
  19. Makefile changes

    cwgoes committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    253b82f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7d1f8d2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5918ab1 View commit details
    Browse the repository at this point in the history
  22. Event stats

    cwgoes committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    c61b1aa View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Merge pull request #1696 from cosmos/dev/update_contribution_guide_fo…

    …r_testing
    
    contribution guide: Add guidelines for testing
    rigelrozanski authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    14759ed View commit details
    Browse the repository at this point in the history
  2. Misc, environment variables

    cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    6c61577 View commit details
    Browse the repository at this point in the history
  3. Remove print, quickfix

    cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    966f26d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf83385 View commit details
    Browse the repository at this point in the history
  5. Linter fixes

    cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    ad410c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1da8b25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2e5734 View commit details
    Browse the repository at this point in the history
  8. Refactor bank tests

    cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    8bd54f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05ceff5 View commit details
    Browse the repository at this point in the history
  10. Fix loose tokens invariant

    cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    cea2be6 View commit details
    Browse the repository at this point in the history
  11. Clarify 'nop', linter fix

    cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    dc14eef View commit details
    Browse the repository at this point in the history
  12. Environment variables

    cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    dcbd13c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c0cd73 View commit details
    Browse the repository at this point in the history
  14. Update changelog

    cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    16d4e07 View commit details
    Browse the repository at this point in the history
  15. Merge PR #1732: tools: add make {get, update, check}_dev_tools

    This is so that validators can have a more minimal install, but we
    can still install linters for developers. (And any other future dev
    tools)
    ValarDragon authored and cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    6cfef64 View commit details
    Browse the repository at this point in the history
  16. Merge PR #1731: tools: remove rm -rf vendor/ from `make get_vendor_…

    …deps`
    
    We now ensure that the Gopkg.lock is correct, and that the toml
    doesn't depend on any branches, so this is no longer necessary.
    ValarDragon authored and cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    2c81f49 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fcab144 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9c54068 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b97ebef View commit details
    Browse the repository at this point in the history
  20. update changelog

    hendrikhofstadt committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    c01a3d2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    56e61e3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9bc994b View commit details
    Browse the repository at this point in the history
  23. Merge pull request #1739 from cosmos/gamarin2/update_README

    Update faucet link in gaia-7001 README
    ebuchman authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    78b1e34 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1692 from cosmos/zach/docs-explaner

    docs: how they're updated
    ebuchman authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    d1a65a1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0698a95 View commit details
    Browse the repository at this point in the history
  26. Gofmt init.go

    svaishnavy committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    7255f82 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #1738 Fix inflation calculation period check

    x/stake: Fix inflation calculation period check
    rigelrozanski authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    a8b6a10 View commit details
    Browse the repository at this point in the history
  28. Merge PR #1730: client: On any tx that broadcasts a tx, check that ac…

    …ct exists
    
    This subverts the really hard to decipher ABCI error message, with
    a nice user friendly error message.
    ValarDragon authored and cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    95191f5 View commit details
    Browse the repository at this point in the history
  29. Making suggested changes

    svaishnavy authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    b7783a8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1d9415e View commit details
    Browse the repository at this point in the history
  31. Adding comments for variables and refactoring how replacer is initial…

    …ized, adding comment about tools/ structure
    svaishnavy committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    e572513 View commit details
    Browse the repository at this point in the history
  32. Merge PR #1724: R4R: Add Stake Genesis Intra-Tx Counter

    * add revoked to human-readable validator
    * changelog
    * added failing test
    * add intra-tx counter to the genesis validators
    * changelog
    rigelrozanski authored and cwgoes committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    cfe7802 View commit details
    Browse the repository at this point in the history
  33. make breaking changes

    AdityaSripal committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    81f3e79 View commit details
    Browse the repository at this point in the history
  34. update documentation

    AdityaSripal committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    ca5e159 View commit details
    Browse the repository at this point in the history
  35. fmt

    AdityaSripal committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    46b8766 View commit details
    Browse the repository at this point in the history
  36. fix baseapp docs

    AdityaSripal committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    8cdbc4b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Merge PR #1746: Remove ctx.IsCheckTx

    * Remove ctx.IsCheckTx
    * Changelog to Pending
    * Typo
    * Simulate instead of Check in SignCheckDeliver
    * Add descriptive comment
    * Change to 'CheckTx implements ABCI'
    * Alphabetize changelog
    cwgoes authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    cbf432d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218c9b3 View commit details
    Browse the repository at this point in the history
  3. add to pending changelog

    AdityaSripal committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    971cfc6 View commit details
    Browse the repository at this point in the history
  4. update pending

    AdityaSripal committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    20ce656 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e26eb7 View commit details
    Browse the repository at this point in the history
  6. Update PENDING.md

    rigelrozanski authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    fab4600 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c41e8c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1698: Create cosmos-sdk-cli

    Merge pull request #1554: Implementation - cosmos-sdk-cli
    rigelrozanski authored Jul 19, 2018
    1 Configuration menu
    Copy the full SHA
    c1af6c5 View commit details
    Browse the repository at this point in the history
  9. changelog

    rigelrozanski committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    dd453b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    423d0c4 View commit details
    Browse the repository at this point in the history
  11. Merge PR #1373: Initialization of POS chain

    mossid authored and cwgoes committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    aa52541 View commit details
    Browse the repository at this point in the history
  12. Environment variables => flags

    cwgoes committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    1e5a799 View commit details
    Browse the repository at this point in the history
  13. RandomKey, RandomAmount

    cwgoes committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    ee29e10 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7e88a50 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d2f70ec View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0471598 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1617 from cosmos/adrian/lcd_spec_final

     LCD and API Specification / Documentation
    ebuchman authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    27840ab View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1757 from irisnet/jiacheng/develop

    x/gov: fix the bug about turning VoteOption byte to String
    ebuchman authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    7dd0e3f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5015c46 View commit details
    Browse the repository at this point in the history
  20. remove old comment

    AdityaSripal committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    1e87b5e View commit details
    Browse the repository at this point in the history
  21. merge

    AdityaSripal committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    48885b4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    21e72d5 View commit details
    Browse the repository at this point in the history
  23. fixed changelog

    sunnya97 committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    97bfee7 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1620 from cosmos/cwgoes/a-random-walk-down-proof-…

    …of-stake
    
    R4R: Simulation framework, including staking simulation
    rigelrozanski authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    a054532 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f70657b View commit details
    Browse the repository at this point in the history
  26. benchmarking

    rigelrozanski committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    df46339 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Merge PR #1773: Query the votes on a proposal

    * added lcd endpoint to query all votes on a proposal
    * added cli support
    * Gopkg.lock from new dep
    * Update PENDING.md
    sunnya97 authored and cwgoes committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    f3a1290 View commit details
    Browse the repository at this point in the history
  2. lower rounding

    rigelrozanski committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    accce5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5a78f View commit details
    Browse the repository at this point in the history
  4. ...

    rigelrozanski committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    5686d66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15138b8 View commit details
    Browse the repository at this point in the history
  6. pending/changelog

    rigelrozanski committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    110dcda View commit details
    Browse the repository at this point in the history
  7. test cli fix

    rigelrozanski committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    dc42a42 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1770 gov cli proposalID to proposal-id

    ready-for-review: gov cli proposalID to proposal-id
    rigelrozanski authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    9d14c9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf3bd57 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d0da9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f437f36 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Configuration menu
    Copy the full SHA
    28cbca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6198c20 View commit details
    Browse the repository at this point in the history
  3. Merge PR #1781: Gov tags cleanup

    rigelrozanski authored and cwgoes committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    17eb3ed View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Merge PR #1788: Gaia-7001 Consensus Failure

    zmanian authored and cwgoes committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    032d92f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    6cc11d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfd928c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2c11d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adceed9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    196a45b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cec01f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99cf34a View commit details
    Browse the repository at this point in the history
  8. ...

    rigelrozanski committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    a18bfff View commit details
    Browse the repository at this point in the history
  9. update bullets

    rigelrozanski authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    d7231af View commit details
    Browse the repository at this point in the history
  10. dev comment

    rigelrozanski authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    6fd8c05 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1663 from cosmos/aditya/cleanup

    BaseApp cleanup
    rigelrozanski authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    fae728f View commit details
    Browse the repository at this point in the history
  12. Update init.go

    rigelrozanski authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    d5a3fa9 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1794: fixes in cosmos-sdk-cli

    Some fixes in cosmos-sdk-cli
    rigelrozanski authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    1a44e38 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1796 from cosmos/rigel/contributing

    R4R: Contributing Guidelines advocate early discussion b4 coding
    rigelrozanski authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    63f70cb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    52916f3 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1751 from cosmos/rigel/no-endblock-rat-calcs

    R4R: remove rationals in endblock
    rigelrozanski authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    a19cc0f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Merge PR #1682: Docs example app tests

    AdityaSripal authored and cwgoes committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    671d849 View commit details
    Browse the repository at this point in the history
  2. Merge PR #1234: Cloud network setup scripts

    * Remotenet command for AWS and ansible fixes for all remotenet commands
    * Ansible for AWS, terraform for AWS
    * Moved remotenet commands to networks/ folder, created ansible playbooks and example scripts to set up remote testnets in the cloud
    * Added application deployment infrastructure scripts
    * Obsoleted DigitalOcean scripts, some cleanup in AWS scripts
    * Changelog -> pending, disclaimer
    greg-szabo authored and cwgoes committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    75eeaad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89eba49 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Merge PR #1805: Downtime slashing off-by-one-block fix

    * Avoid slashing & revoking no longer stored or already revoked validators for downtime
    * Add testcase
    * Update PENDING.md
    cwgoes authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    4b7f6ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0f407 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6cd0d4 View commit details
    Browse the repository at this point in the history
  4. Update to tendermint v0.22.6-rc0 (#1798)

    * Update to tendermint v0.22.6-rc0
    
    This is comprised of updating the crypto imports / API
    
    * (squash this) switch to v0.22.6
    
    If this passes tests, I'll squash this commit and update the PR.
    ValarDragon authored and ebuchman committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    5d02a74 View commit details
    Browse the repository at this point in the history
  5. tests: Move cli tests behind a build flag

    This is done to make go test ./... work for people using the sdk as a sdk.
    Closes #1806
    ValarDragon committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    496c75c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee47b3b View commit details
    Browse the repository at this point in the history
  7. fixed donotmodify bug

    sunnya97 committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    29bdd66 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. fix gaiad export

    UnitylChaos committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    6ea0a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0166cf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ab27f7 View commit details
    Browse the repository at this point in the history
  4. gov/tests: Cleanup test file

    Cache calls to generating the privatekeys, remove repitition in validator
    set creation.
    ValarDragon committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    f9eb1e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78c58bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c13b3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fb57a7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1835 from cosmos/dev/reuse_pubkeys

    gov/tests: Cleanup test file
    rigelrozanski authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    edbf85c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51eaa0f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58afe97 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0770544 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1823 from cosmos/dev/cli_test_build_flag

    tests: Move cli tests behind a build flag
    rigelrozanski authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    67d0c80 View commit details
    Browse the repository at this point in the history
  13. ...

    rigelrozanski committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    422eb03 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1827 from cosmos/sunny/fix-do-not-modify

    ready-for-review: fixed donotmodify bug
    rigelrozanski authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    9e0f5ac View commit details
    Browse the repository at this point in the history
  15. Update PENDING.md

    cwgoes committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    5964fcb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3c18467 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1824 from cosmos/rigel/server-fix

    WIP fix gen-tx
    rigelrozanski authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    6c7e17a View commit details
    Browse the repository at this point in the history
  18. Add a Release Process for SDK (#1803)

    * Add docs/RELEASE_PROCESS.md
    
    * Address PR comments
    jackzampolin authored and ebuchman committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    12ef51d View commit details
    Browse the repository at this point in the history
  19. Merge PR #1841: Must specify amount flag

    * Removed default value for staking. Must now specify amount flag or it will error
    * add to pending and better error msg
    AdityaSripal authored and cwgoes committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    74e06d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Merge PR #1481: Transient Stores

    mossid authored and cwgoes committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    d46140a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ef898 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79aeb2b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1853 from cosmos/cwgoes/staking-bugfix

    Fix genesis bond intra-tx counter bug
    rigelrozanski authored Jul 27, 2018
    Configuration menu
    Copy the full SHA
    9812c88 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1850: Fix Non-Deterministic Test Coverage

    Aleksandr Bezobchuk committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    6e92261 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. x/stake: Speed up handleMsgEditValidator

    This removes running the power update logic on handleMsgEditValidator,
    as its unnecessary.
    
    Closes #1815
    ValarDragon committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    0bb3497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9936b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. CI: Reduce log output

    This commit makes it such that circle CI only shows the module whose
    tests it is currently running in the log, unless a test fails. For each
    failing test, it will display all of the log output. This is done to make
    our log output far more scrollable. We lose no information in debugging.
    ValarDragon committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    f04deea View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Merge pull request #1873 from cosmos/dev/reduce_test_output

    CI: Reduce log output
    rigelrozanski authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    89dd333 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1862 from cosmos/dev/speed_up_handleMsgEditValidator

    x/stake: Speed up handleMsgEditValidator
    rigelrozanski authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    c40d5de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1850 from cosmos/bez/1675-non-deterministic-cover

    R4R: Fix Non-Deterministic Test Coverage
    rigelrozanski authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    53d30af View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1859: slashing to governance for non-voting valid…

    …ators
    
    * added slashing to governance non voting
    
    * minor formatting
    sunnya97 authored and rigelrozanski committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    7fc2ed6 View commit details
    Browse the repository at this point in the history
  5. Merge PR #1845: Query-proposals CLI command

    sunnya97 authored and cwgoes committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    d3fcfdb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Merge PR #1811: NewCoin takes sdk.Int

    mossid authored and cwgoes committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    19b0781 View commit details
    Browse the repository at this point in the history
  2. Merge PR #1889: update signing info endpoint

    * update /slashing/signing_info/ endpoint of lcd to take cosmosvalpub instead of cosmosvaladdr for consistency reasons
    * update pending.md
    * update test that calls /slashing/signing-info endpoint
    joe-bowman authored and cwgoes committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    874a605 View commit details
    Browse the repository at this point in the history
  3. Create PRIORITIES.md

    jaekwon authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    a5114ea View commit details
    Browse the repository at this point in the history
  4. Update PRIORITIES.md

    jaekwon authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    9841a2d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    840d915 View commit details
    Browse the repository at this point in the history
  2. Merge PR #1821: Added seed node update scripts

    * Added seed node update scripts
    * Updated PENDING
    * Fixed issue with GENESISFILE and added GENESISURL to seed node scripts
    * Fixed unsafe reset bug
    * As requested, multiline ansible-playbook command
    * Added monitoring gaiacli.service to logz.io template
    * Added journald configuration ansible script
    greg-szabo authored and cwgoes committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    179b8f9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1812: Add BaseApp.Seal

    * Merge pull request #1812: Add BaseApp.Seal
    
    fix pow
    
    move setter functions
    
    apply requests
    
    * fix errors
    
    * fix test
    
    * fix test
    
    * changelog
    mossid authored and rigelrozanski committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    7b54e4b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1856: gen-tx: Support User Given Key Passwords

    * Merge pull request #1856: gen-tx: Support User Given Key Passwords
    
    * Fix broken CLI test(s)
    alexanderbez authored and rigelrozanski committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    a980579 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Merge PR #1913: Delete gaiacli.md

    zramsay authored and cwgoes committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    3c4985c View commit details
    Browse the repository at this point in the history
  2. update val faq

    gamarin2 committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    f90fd2b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Merge PR #1741: CoreContext Refactor

    alexanderbez authored and cwgoes committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    12c2c23 View commit details
    Browse the repository at this point in the history
  2. Merge PR #1626: Increase coverage of types/

    mossid authored and cwgoes committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    93457aa View commit details
    Browse the repository at this point in the history
  3. Merge PR #1925: Fix develop from FF merge

    * Update types/coin_test.go from FF merge
    * 'make format'
    cwgoes authored Aug 6, 2018
    Configuration menu
    Copy the full SHA
    4638299 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Merge PR #1936: types: Reduce size of TestImmutability<Arith\U>Int tests

    Currently they take ~1 minute on circle CI. There isn't a significant reason
    for this to delay all our tests. This commit reduces the time spent on these
    tests by a factor of 20.
    ValarDragon authored and cwgoes committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    10199c9 View commit details
    Browse the repository at this point in the history
  2. Merge PR #1937: crypto/keys: Reduce bcrypt parameter in tests

    Currently the crypto/keys tests take 2 minutes in circle CI.
    A significant portion of this time is due to the bcrypt security
    parameter. Changing it for these tests should reduce the time significantly.
    ValarDragon authored and cwgoes committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    45a010b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fb626f View commit details
    Browse the repository at this point in the history
  4. Merge PR #1926: RootMultiStore test helper bugfix

    * Add reload modification to test
    * Modify test helper function to prefix store dbs
    jlandrews authored and cwgoes committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    f653bed View commit details
    Browse the repository at this point in the history
  5. Merge PR #1914: tallyResults added to state

    * tallyResults added to state
    * fixed bug with tallyresult equals
    sunnya97 authored and cwgoes committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    4582de4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1da1115 View commit details
    Browse the repository at this point in the history
  7. Merge PR #1942: Gblue1223/basecoin fix

    ValarDragon authored and cwgoes committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    7ba479e View commit details
    Browse the repository at this point in the history
  8. Update PRIORITIES.md

    jaekwon authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    950f151 View commit details
    Browse the repository at this point in the history
  9. Update PRIORITIES.md

    jaekwon authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b333d56 View commit details
    Browse the repository at this point in the history
  10. Update PRIORITIES.md

    jaekwon authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    9342e34 View commit details
    Browse the repository at this point in the history
  11. Update PRIORITIES.md

    jaekwon authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    bd65dbe View commit details
    Browse the repository at this point in the history
  12. Update PRIORITIES.md

    jaekwon authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    0600d73 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac26d33 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    831435c View commit details
    Browse the repository at this point in the history
  2. Merge PR #1949: Fixed delegations endpoint

    faboweb authored and cwgoes committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    1479a35 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. Configuration menu
    Copy the full SHA
    8f05d05 View commit details
    Browse the repository at this point in the history
  2. networks: clean up & some fixes to prepare for docs (#1986)

    * networks: update ports
    
    * networks: organize some files, convert rst to md
    
    * networks: rm old readme
    
    * networks: more little fixes
    zramsay authored and rigelrozanski committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    69dd371 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. fixed proposaltype string bug (#1829)

    * fixed proposaltype string bug
    jaekwon authored and ebuchman committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    77d02e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9800a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1985 from cosmos/cwgoes/stage

    Merge master into develop on staging branch
    ebuchman authored Aug 12, 2018
    Configuration menu
    Copy the full SHA
    243fa20 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1917 from gamarin2/update_val_faq

    Update validator faq
    ebuchman authored Aug 12, 2018
    Configuration menu
    Copy the full SHA
    691048c View commit details
    Browse the repository at this point in the history
  5. Upgrade to tm version 23.0. (#1927)

    * Start upgrade. Currently go test ./... hangs.
    
    * (squash this) Fix staking tests
    
    * wip
    
    * note what changes need to be made to make this work on tm v0.23.0
    
    * Fix addr -> pubkey map
    
    * cleanup code
    
    * Fix slashing test failures except for begin blocker
    
    * fix all slashing tests
    
    * fix lcd tests
    
    * Address PR comments
    
    * add link to changelog.
    
    * (wip) start making addrToPubkey map persisted. Since amino can't handle maps,
    we have to change from what this commit is doing.
    
    * Use the correct method of storing a map
    
    * (squash this) address PR comments
    
    * Did you run 'make'?
    
    * remove gaiadebug binary
    ValarDragon authored and ebuchman committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    b2a4aec View commit details
    Browse the repository at this point in the history
  6. Add SDK_By_Examples to doc (#1795)

    * Add simple gov example and sdk-by-example folder
    
    * Add simple gov example
    
    * Add simple gov example and sdk-by-example folder
    
    * Add simple gov example
    
    * fix sectino title
    
    * Jb feedback + Offload some of the content in other docs
    
    * Add what is cosmos back
    
    * platform to framewoork
    
    * Reemove testnet
    gamarin2 authored and ebuchman committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    c5fcc9b View commit details
    Browse the repository at this point in the history
  7. DataDog log gathering (#1931)

    * Added datadog service log gathering
    
    * Updated PENDING.md
    
    * monitoring script fixes so logs don't fill the disk space
    greg-szabo authored and ebuchman committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    68c9214 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. update go-amino dep

    ebuchman committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    0ab00c8 View commit details
    Browse the repository at this point in the history
  2. WIP: reorg PENDING.md

    ebuchman committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    59acfe8 View commit details
    Browse the repository at this point in the history
  3. Stage onto release/v0.24.0 (#1999)

    * Set SignedBlocksWindow back to 1000
    
    * Merge PR #1995: upgrading ledger goclient lib
    
    * Update version/version.go
    cwgoes authored and ebuchman committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    a56117e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b2bf8f View commit details
    Browse the repository at this point in the history
  5. update pending.md

    ebuchman committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    d332205 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e64a553 View commit details
    Browse the repository at this point in the history
  7. update pending

    ebuchman committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    1cb89b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61b49d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9cbb0b View commit details
    Browse the repository at this point in the history
  10. Rename transient store key to be a unique key.

    This caused an error with non-determinism between nodes with same
    gaiad version and genesis.
    ValarDragon committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    0d41026 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    165fdf4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2013 from cosmos/dev/fix_non_determinism_storekey

    Rename transient store key to be a unique key.
    jackzampolin authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    1ae5466 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. R4R: Fix repeated cmds in CLI for staking (v.0.24.0 release) (#2043)

    * Cherry picked commits
    
    * Update CHANGELOG.md
    fedekunze authored and cwgoes committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c9358ec View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    3d50567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45bd414 View commit details
    Browse the repository at this point in the history
  3. Fix non-deterministic map iteration in fuzzer (#2069)

    * This demonstrates that the state machine is non-deterministic if there
    are more than two txs in a block.
    
    * fix non-deterministic map iteration
    
    * (squash this) fix build errors
    
    * (squash this) iterate using range
    ValarDragon authored and cwgoes committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    8bb79d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Configuration menu
    Copy the full SHA
    b8cfc1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf03076 View commit details
    Browse the repository at this point in the history
  3. R4R: Update cli docs (#2076)

    * Update cli docs, fixes #2026
    
    * Fixed merge conflicts
    
    * Updated chain_id
    fedekunze authored and cwgoes committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    466e0c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

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