Commit Graph

1696 Commits

Author SHA1 Message Date
rigelrozanski dd0712c5d7 move rounding into nextInflation 2018-04-03 00:19:21 +02:00
rigelrozanski 48ae300ab7 comment out handler_test.go 2018-04-03 00:19:21 +02:00
rigelrozanski 3827b34468 ... 2018-04-03 00:19:21 +02:00
rigelrozanski 4b9bd0e7ea handler tests beginning 2018-04-03 00:19:21 +02:00
rigelrozanski c1a8f2cce9 fix tick tests 2018-04-03 00:19:21 +02:00
rigelrozanski 5486d6a283 compiling 2018-04-03 00:19:20 +02:00
rigelrozanski 55c5bf87a1 pool compiles 2018-04-03 00:19:20 +02:00
rigelrozanski d0db8b45ae pool.go to be functions on pool 2018-04-03 00:19:20 +02:00
Ethan Buchman 797aec2e71
Merge pull request #769 from cosmos/release/v0.13.0
Release/v0.13.0
2018-04-02 22:17:37 +03:00
Ethan Buchman e7e98a0644 lcd: waitForHeight instead of sleep in tests 2018-04-02 19:31:54 +03:00
Ethan Buchman f40e01aada fix test 2018-04-02 18:30:30 +03:00
Ethan Buchman be05bf4343 remove InitGenesis 2018-04-02 18:14:42 +03:00
Ethan Buchman 1d2c2d88b1 version and changelog 2018-04-01 22:01:32 +03:00
Ethan Buchman ba9eb6d368
Merge pull request #760 from cosmos/bucky/gitignore
cleanup gitignore
2018-04-01 21:54:40 +03:00
Ethan Buchman fedcdbf494
Merge pull request #688 from cosmos/joon/555-tests
Joon/555 tests
2018-04-01 21:52:22 +03:00
Ethan Buchman ac4409d432
Merge pull request #764 from cosmos/bucky/cli
remove --testnet flag. just output all info on init
2018-04-01 21:49:47 +03:00
Ethan Buchman e509590817
Merge pull request #763 from cosmos/bucky/changelog
changelog and version
2018-04-01 21:46:58 +03:00
Ethan Buchman 8170d878b8 remove --testnet flag. just output all info on init 2018-04-01 02:57:47 +03:00
Ethan Buchman 7238b9d2d6 changelog and version 2018-04-01 02:30:12 +03:00
mossid 8af121a840 remove account_test 2018-03-31 20:20:44 +02:00
mossid 9a4f9345cf in progress 2018-03-31 20:19:22 +02:00
mossid 549896128d in progress 2018-03-31 20:01:39 +02:00
mossid f1d27e95ff TestHandler -> TestIBCMsgs 2018-03-31 19:42:24 +02:00
mossid d80e6540c2 merge commit 2018-03-31 19:42:06 +02:00
mossid 12a17f6996 merge commit 2018-03-31 19:40:40 +02:00
Ethan Buchman 29d878a85e
Merge pull request #761 from cosmos/bucky/install
make install
2018-03-31 19:14:35 +03:00
Ethan Buchman 24e1bb4f24 make install 2018-03-31 19:13:34 +03:00
Ethan Buchman ceddb54e91 cleanup gitignore 2018-03-31 19:05:15 +03:00
Ethan Buchman 20bb78399b fix democoin 2018-03-31 19:01:54 +03:00
Ethan Buchman 5dd24b4b0a
Merge pull request #729 from cosmos/cwgoes/misc-minor-fixes
Misc minor fixes
2018-03-31 18:54:19 +03:00
Ethan Buchman e226cb7a35
Merge branch 'develop' into cwgoes/misc-minor-fixes 2018-03-31 18:54:06 +03:00
Rigel 15e3d47148
Merge pull request #748 from cosmos/cwgoes/clean-up-basecoin
Move 'cool' and 'sketchy' modules from basecoin to democoin
2018-03-30 22:32:15 +02:00
Christopher Goes c8bba0545b
Add back cool module tests to democoin 2018-03-30 20:23:24 +02:00
Christopher Goes f1af53fe30
Move 'sketchy' and 'cool' modules to democoin, which is separate from basecoin 2018-03-30 20:13:22 +02:00
Christopher Goes 10a22f20ba
Remove 'cool' and 'sketchy' modules from basecoind 2018-03-30 16:32:11 +02:00
Ethan Buchman d25593afc4
Merge pull request #726 from cosmos/adrian/mountmultipledbs
Mount every single store with its own DB
2018-03-30 06:41:10 -04:00
Ethan Buchman 55e72781ce basecoin: uncomment test 2018-03-30 13:40:04 +03:00
Adrian Brink 0789a5eed0
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.
2018-03-30 12:18:12 +02:00
Adrian Brink fcc8a9a415
Address comments
I hope this is correct. I'm feely pretty dizzy right now from the fish
food.
2018-03-29 20:44:56 +02:00
Christopher Goes e13b1f2ac9
Change key DB to ~/.basecli/keys/keys.db 2018-03-29 18:23:11 +02:00
Ethan Buchman 66a1130f9d
Merge pull request #662 from cosmos/matt/ibc-rest
REST IBC transfer endpoint
2018-03-29 08:45:46 -04:00
Christopher Goes fd4e2c53ed
Update gaid for GenAppState change 2018-03-29 12:16:08 +02:00
Christopher Goes 0f9bd93bb1
Switch a few directories (#644 #646) 2018-03-29 12:10:13 +02:00
Christopher Goes 44de18e8da Use temporary dir for lcd keybase tests (closes #646) 2018-03-29 12:04:52 +02:00
Christopher Goes bb66b852ef Move keybase DB to ~/.basecoind/data (closes #644) 2018-03-29 12:04:52 +02:00
Christopher Goes 27d24610ab basecoind init --testnet (closes #718) 2018-03-29 12:04:52 +02:00
Rigel 072f8f1d98
Merge pull request #743 from cosmos/rename_simple_stake
renamed staking to simplestake
2018-03-29 11:17:30 +02:00
Sunny Aggarwal bc1d9e6f93 fixed package name 2018-03-29 06:40:06 +02:00
Sunny Aggarwal 81d542d438 updated changelog.md 2018-03-29 06:36:40 +02:00
Sunny Aggarwal 9d9001ab62 renamed staking to simplestake 2018-03-29 06:33:45 +02:00