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.13.0 #769

Merged
merged 131 commits into from
Apr 2, 2018
Merged

Release/v0.13.0 #769

merged 131 commits into from
Apr 2, 2018

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    ef68be2 View commit details
    Browse the repository at this point in the history
  2. IBC transfer REST test

    mappum committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    bad5228 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Fixed IBC test

    mappum committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    0eec967 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate check

    mappum committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    5cfad33 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. worked on coolKeeper

    sunnya97 committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    8b19ffa View commit details
    Browse the repository at this point in the history
  2. ...

    rigelrozanski authored and sunnya97 committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    658f580 View commit details
    Browse the repository at this point in the history
  3. updated app.go

    sunnya97 committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    917d431 View commit details
    Browse the repository at this point in the history
  4. worked on coolKeeper

    sunnya97 committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    b118b34 View commit details
    Browse the repository at this point in the history
  5. updated app.go

    sunnya97 committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    2fc5cc6 View commit details
    Browse the repository at this point in the history
  6. everything but IBC module

    sunnya97 committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    131289c View commit details
    Browse the repository at this point in the history
  7. everything but IBC

    sunnya97 committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    884b827 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. asdf

    sunnya97 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    8fe3409 View commit details
    Browse the repository at this point in the history
  2. works

    sunnya97 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    eac6303 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96d9c55 View commit details
    Browse the repository at this point in the history
  4. Fix key add override bug

    xiaoxiaff committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    487424e View commit details
    Browse the repository at this point in the history
  5. coin math

    sunnya97 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    7967c1d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

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

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    4a8e762 View commit details
    Browse the repository at this point in the history
  2. address rigels review

    sunnya97 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    0be651f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    010386f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #701 from cosmos/sunny/coin_ops

    sdk.Coin arithmetic operations
    rigelrozanski authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7ec5fc2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #703 from cosmos/fabo/536-fixed-build-windows

    Fixing Makefile for build on windows
    rigelrozanski authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    24a01c7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #700 from lino-network/KeyAddBug

    Fix key add override bug
    rigelrozanski authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    f2cf779 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #711 from cosmos/cwgoes/move-basecoin-db

    Move basecoin.db to ~/.basecoind/data
    rigelrozanski authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a9ce90a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Merge pull request #699 from lino-network/builder

    Encapsulate Get Passphrase Logic in Builder
    ebuchman authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    742d24b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #690 from cosmos/sunny/keeper-based-modules

    Keeper based modules
    rigelrozanski authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    d0eb05b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b64206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    578392d View commit details
    Browse the repository at this point in the history
  5. Rebase onto #690 (tiny fix)

    cwgoes committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    90304fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4371667 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fef3e15 View commit details
    Browse the repository at this point in the history
  8. Mount every single store with its own DB

    Adrian Brink committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    8574f92 View commit details
    Browse the repository at this point in the history
  9. Tests can never be proven to be non-deterministic

    Our tests are at best probabilistic deterministic.
    Adrian Brink committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    243564c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #714 from cosmos/cwgoes/per-module-genesis

    Per-module genesis initialization
    rigelrozanski authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    144ea05 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #710 from cosmos/cwgoes/show_validator

    Add show_validator command from tendermint to basecoind
    rigelrozanski authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    76d66ab View commit details
    Browse the repository at this point in the history
  12. initial add gaia

    working
    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    266a839 View commit details
    Browse the repository at this point in the history
  13. working gaia store

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    c2ddc58 View commit details
    Browse the repository at this point in the history
  14. gaia store marshal binary broken

    working store updates
    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    7d4528e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb597e1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2593f39 View commit details
    Browse the repository at this point in the history
  17. porting over gaia store

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    9a1a892 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6b9d836 View commit details
    Browse the repository at this point in the history
  19. store subspace

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    e00f285 View commit details
    Browse the repository at this point in the history
  20. gaia store debugging

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    73eb98c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a1c7722 View commit details
    Browse the repository at this point in the history
  22. code cleanup

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    3afade8 View commit details
    Browse the repository at this point in the history
  23. gaia iterator store fix

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    d34333b View commit details
    Browse the repository at this point in the history
  24. added rational to types

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    1ed7206 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    514470b View commit details
    Browse the repository at this point in the history
  26. ported over rational

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    c8c85df View commit details
    Browse the repository at this point in the history
  27. porting staking, wip

    wip
    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    80d88c3 View commit details
    Browse the repository at this point in the history
  28. bringing in more

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    5d3dc29 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7fc5632 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b284fd1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d6b4c80 View commit details
    Browse the repository at this point in the history
  32. working gaia port

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    e8cea08 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    59b10d3 View commit details
    Browse the repository at this point in the history
  34. werkin to compile

    working
    
    working refactor staking
    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    292e156 View commit details
    Browse the repository at this point in the history
  35. refactor, staking uses addresses instead of pubkey

    staking refactoring working
    
    working
    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    dc86363 View commit details
    Browse the repository at this point in the history
  36. refactoring staking...

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    8e3f831 View commit details
    Browse the repository at this point in the history
  37. types/rational: use encoding/json

    minor fixes
    
    working on compiling
    ebuchman authored and rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    af6c1a3 View commit details
    Browse the repository at this point in the history
  38. move Bond/UnbondCoins to transact

    working
    
    ...
    ebuchman authored and rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    865b116 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3cb5bdb View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3f0d7ed View commit details
    Browse the repository at this point in the history
  41. tests compile

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    acc5bda View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d439f5c View commit details
    Browse the repository at this point in the history
  43. gitignore

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    b8cdf05 View commit details
    Browse the repository at this point in the history
  44. testing staking

    ...
    
    ...
    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    c1d8aef View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    93173e9 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    13835f0 View commit details
    Browse the repository at this point in the history
  47. Rational -> Rat

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    7da2789 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    db0a275 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a4ab2fc View commit details
    Browse the repository at this point in the history
  50. keeper tests/revisions

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    3a01167 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    5ba2970 View commit details
    Browse the repository at this point in the history
  52. major keeper revisions

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    27e0bbc View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    c79263f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    59562cd View commit details
    Browse the repository at this point in the history
  55. rebase fixes

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    4e45d73 View commit details
    Browse the repository at this point in the history
  56. msg_tests

    sunnya97 authored and rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    c1cb53c View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    1df21e0 View commit details
    Browse the repository at this point in the history
  58. dep update

    ...
    
    ...
    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    e25b780 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    e5199f0 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    cbbba2c View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    b2c5814 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    18c512e View commit details
    Browse the repository at this point in the history
  63. revert to develop docs

    rigelrozanski committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    cabdbfd View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    91d3838 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    aa4bd05 View commit details
    Browse the repository at this point in the history
  66. Merge pull request #540 from cosmos/rigel/staking

    Staking Implementation
    ebuchman authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    2e5943e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Configuration menu
    Copy the full SHA
    9d9001a View commit details
    Browse the repository at this point in the history
  2. updated changelog.md

    sunnya97 committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    81d542d View commit details
    Browse the repository at this point in the history
  3. fixed package name

    sunnya97 committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    bc1d9e6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #743 from cosmos/rename_simple_stake

    renamed staking to simplestake
    rigelrozanski authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    072f8f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27d2461 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb66b85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44de18e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f9bd93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd4e2c5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #662 from cosmos/matt/ibc-rest

    REST IBC transfer endpoint
    ebuchman authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    66a1130 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e13b1f2 View commit details
    Browse the repository at this point in the history
  12. Address comments

    I hope this is correct. I'm feely pretty dizzy right now from the fish
    food.
    Adrian Brink committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    fcc8a9a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. NewBasecoinApp takes a map of databases

    NewBasecoinApp takes a map[string]dbm.DB . This stabilises the API,
    since it allows us to add more stores without a breaking change. The
    convention is that the keys of the dbs correspond to the names of the
    capKeys.
    Adrian Brink committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    0789a5e View commit details
    Browse the repository at this point in the history
  2. basecoin: uncomment test

    ebuchman committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    55e7278 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #726 from cosmos/adrian/mountmultipledbs

    Mount every single store with its own DB
    ebuchman authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    d25593a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10a22f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1af53f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8bba05 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #748 from cosmos/cwgoes/clean-up-basecoin

    Move 'cool' and 'sketchy' modules from basecoin to democoin
    rigelrozanski authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    15e3d47 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Configuration menu
    Copy the full SHA
    e226cb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #729 from cosmos/cwgoes/misc-minor-fixes

    Misc minor fixes
    ebuchman authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    5dd24b4 View commit details
    Browse the repository at this point in the history
  3. fix democoin

    ebuchman committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    20bb783 View commit details
    Browse the repository at this point in the history
  4. cleanup gitignore

    ebuchman committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    ceddb54 View commit details
    Browse the repository at this point in the history
  5. make install

    ebuchman committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    24e1bb4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #761 from cosmos/bucky/install

    make install
    ebuchman authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    29d878a View commit details
    Browse the repository at this point in the history
  7. merge commit

    mossid committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    12a17f6 View commit details
    Browse the repository at this point in the history
  8. merge commit

    mossid committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    d80e654 View commit details
    Browse the repository at this point in the history
  9. TestHandler -> TestIBCMsgs

    mossid committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    f1d27e9 View commit details
    Browse the repository at this point in the history
  10. in progress

    mossid committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    5498961 View commit details
    Browse the repository at this point in the history
  11. in progress

    mossid committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    9a4f934 View commit details
    Browse the repository at this point in the history
  12. remove account_test

    mossid committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    8af121a View commit details
    Browse the repository at this point in the history
  13. changelog and version

    ebuchman committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    7238b9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8170d87 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Merge pull request #763 from cosmos/bucky/changelog

    changelog and version
    ebuchman authored Apr 1, 2018
    Configuration menu
    Copy the full SHA
    e509590 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #764 from cosmos/bucky/cli

    remove --testnet flag. just output all info on init
    ebuchman authored Apr 1, 2018
    Configuration menu
    Copy the full SHA
    ac4409d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #688 from cosmos/joon/555-tests

    Joon/555 tests
    ebuchman authored Apr 1, 2018
    Configuration menu
    Copy the full SHA
    fedcdbf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #760 from cosmos/bucky/gitignore

    cleanup gitignore
    ebuchman authored Apr 1, 2018
    Configuration menu
    Copy the full SHA
    ba9eb6d View commit details
    Browse the repository at this point in the history
  5. version and changelog

    ebuchman committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    1d2c2d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. remove InitGenesis

    ebuchman committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    be05bf4 View commit details
    Browse the repository at this point in the history
  2. fix test

    ebuchman committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    f40e01a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7e98a0 View commit details
    Browse the repository at this point in the history