Commit Graph

1552 Commits

Author SHA1 Message Date
Yukai Tu
96d9c55172 Encaptulate Get Passphrase Logic in Builder 2018-03-24 23:14:18 -07:00
Ethan Buchman
2d45058352 fix tendermint dep 2018-03-24 12:26:25 -04:00
Ethan Buchman
23d43433b2
Merge pull request #679 from cosmos/adrian/circle
Try and upgrade to Circle 2
2018-03-24 11:49:14 -04:00
Ethan Buchman
950797dd6f
Merge pull request #696 from cosmos/bucky/dep
Bucky/dep
2018-03-23 00:49:42 -04:00
Ethan Buchman
8609c58317 changelog 2018-03-23 00:35:51 -04:00
Ethan Buchman
f81b6ec51d update dep 2018-03-23 00:32:57 -04:00
Ethan Buchman
7e570bb3a5
Merge pull request #672 from cosmos/bucky/changelog
version and changelog
2018-03-22 22:51:25 -04:00
Ethan Buchman
946b764d7b
Merge pull request #686 from cosmos/bucky/staking-fixes
x/staking: check for empty stake and pubkey
2018-03-21 04:55:29 +01:00
Ethan Buchman
14f4290969 x/staking: check for empty stake and pubkey 2018-03-21 03:39:58 +01:00
Ethan Buchman
945d034f09
Merge pull request #682 from cosmos/bucky/account-decoder
ParseAccount -> AccountDecoder; check for empty bytes
2018-03-21 03:36:34 +01:00
Ethan Buchman
723889570e ErrTxParse->ErrTxDecode; check for empty bytes in account and tx 2018-03-21 02:44:17 +01:00
Ethan Buchman
c529eccc6e parser -> decoder 2018-03-21 02:28:15 +01:00
Ethan Buchman
e4b8010077 ParseAccount -> AccountDecoder 2018-03-21 02:22:15 +01:00
Adrian Brink
303a8e86a4
Upgrade to Circle 2.0 2018-03-21 00:55:55 +01:00
Ethan Buchman
328dd2f73f
Merge pull request #655 from cosmos/adrian/simple_staking
Adrian/simple staking
2018-03-21 00:52:02 +01:00
Adrian Brink
116d8e91d7
Tests for Bond and Unbond 2018-03-20 19:47:33 +01:00
Adrian Brink
f837c16760
Add tests for types 2018-03-20 16:04:08 +01:00
Adrian Brink
75674a9ec3
Implement Simple Staking as a module
The simple staking module allows validators to bond and add more stake
to their bond. It doesn't allow partial unbond and has no delegation.
The staking power per validator though is correctly reflected within the
consensus.
2018-03-20 12:14:35 +01:00
Ethan Buchman
1befcdaac3 version and changelog 2018-03-20 03:59:57 +01:00
Ethan Buchman
4bfa40adbd
Merge pull request #465 from cosmos/improve_staking_spec
WIP: Staking Specification
2018-03-20 01:14:58 +01:00
Ethan Buchman
c97a5aeab0
Merge pull request #664 from cosmos/sunny/IAVLsubspace
added Subspace Iterator to IAVLTree
2018-03-20 00:48:54 +01:00
Ethan Buchman
03fe47192d
Merge pull request #627 from cosmos/joon/ibc-mvp1
IBC MVP 1
2018-03-20 00:47:38 +01:00
mossid
3ae41f7c6b Merge branch 'joon/ibc-mvp1' of https://github.com/cosmos/cosmos-sdk into joon/ibc-mvp1 2018-03-20 00:23:17 +01:00
mossid
2c0b172653 apply comments 2018-03-20 00:22:49 +01:00
Joon
fb886f3a96
Merge pull request #667 from cosmos/bucky/ibc-mvp1
comment and a dep update
2018-03-19 23:58:58 +01:00
mossid
3105f7e18e modify types/errors* 2018-03-19 23:31:23 +01:00
Ethan Buchman
95ac075aaa comment and a dep update 2018-03-19 23:17:22 +01:00
Joon
e80f7b040c
Merge branch 'develop' into joon/ibc-mvp1 2018-03-19 22:53:58 +01:00
Sunny Aggarwal
7e8c1e3394 added Substore 2018-03-19 22:46:35 +01:00
Ethan Buchman
984aff12da
Merge pull request #642 from cosmos/sunny/errors
move some errors to sdk from bank
2018-03-19 22:37:30 +01:00
Joon
7e4e164518
Merge branch 'develop' into joon/ibc-mvp1 2018-03-19 22:14:13 +01:00
Ethan Buchman
ca4aae1559
Merge pull request #608 from cosmos/matt/ibc-spec
Initial IBC Spec
2018-03-19 22:04:46 +01:00
Ethan Buchman
8231fd4f04
Merge branch 'develop' into matt/ibc-spec 2018-03-19 21:37:32 +01:00
mossid
3ae618fd4a comment out TestGenesis 2018-03-19 21:08:55 +01:00
mossid
df3a7095f0 modify server/start_test.go and Makefile to pass ci 2018-03-19 13:29:32 +01:00
mossid
f386a4044c relayer now works 2018-03-19 12:57:21 +01:00
mossid
db6a2d0b81 recover ibc_test.go to pass codecov 2018-03-18 23:38:18 +01:00
Adrian Brink
0eed032a75
Fix broken API 2018-03-18 17:21:26 +01:00
Adrian Brink
54b162f5c3
Merge branch 'develop' into joon/ibc-mvp1 2018-03-18 17:11:34 +01:00
Adrian Brink
f1cb7299ae
Start testing the relayer 2018-03-18 16:24:48 +01:00
Adrian Brink
23191aee68
Work out wire for IBC module 2018-03-18 15:47:17 +01:00
Adrian Brink
36c508032b
Add tests for all messages 2018-03-18 15:19:29 +01:00
Adrian Brink
6c9b62d461
Add errors to IBC module 2018-03-18 14:51:08 +01:00
Adrian Brink
95a5a7c9a0
IBC implementation almost done 2018-03-18 13:32:16 +01:00
Ethan Buchman
2721307e31
Merge pull request #643 from cosmos/bucky/error-tests
types/errors_test.go
2018-03-18 10:48:26 +01:00
Ethan Buchman
572143f081
Merge pull request #544 from cosmos/fabo/383-rest-server
Rest server
2018-03-18 10:44:57 +01:00
Sunny Aggarwal
3e91e12a2f moved errors to sdk from bank 2018-03-18 03:42:54 +01:00
Ethan Buchman
10f50a31fc
Merge pull request #625 from cosmos/bucky/lcd-test-cleanup
lcd test cleanup
2018-03-18 02:13:27 +01:00
Ethan Buchman
1491de4522 types/errors_test.go 2018-03-18 02:04:08 +01:00
Ethan Buchman
64852138b6 fix the tests. includes some hacks 2018-03-18 02:02:26 +01:00