Jonathan Gimeno
e5b67801a3
refactor to use accounts
2020-02-21 20:51:11 +01:00
Jonathan Gimeno
ee7ccc3704
make TestDelegation pass with generated accounts
2020-02-21 19:34:07 +01:00
Jonathan Gimeno
89785765e0
comment before creating new way to generate accounts
2020-02-21 19:19:57 +01:00
Jonathan Gimeno
01aaf8446d
refactor creation of simapp
2020-02-21 18:54:10 +01:00
Jonathan Gimeno
e155b1083d
refactor creation of the simapp
2020-02-21 18:49:54 +01:00
Jonathan Gimeno
594e0a6bfa
avoid usage of historicals
2020-02-21 18:38:28 +01:00
Jonathan Gimeno
27ff208fb8
make all test pass temporary
2020-02-21 18:34:03 +01:00
Jonathan Gimeno
9eaa5b0e1a
refactor delegation test TestUnbondDelegation to use simapp
2020-02-21 12:24:41 +01:00
Jonathan Gimeno
fdba5b5904
finish keeper refactor for querier in staking using simapp
2020-02-20 18:10:37 +01:00
Jonathan Gimeno
32a27afbd5
make TestQueryRedelegations pass with simapp
2020-02-20 17:58:17 +01:00
Jonathan Gimeno
06c144805d
rename function
2020-02-20 17:30:45 +01:00
Jonathan Gimeno
29987a095b
make TestQueryDelegations pass with simapp :D
2020-02-20 17:30:13 +01:00
Jonathan Gimeno
0d24d2b2cb
fix test query validators
2020-02-20 16:09:25 +01:00
Jonathan Gimeno
cdcbecb2f4
rename and temp commit
2020-02-19 10:53:43 +01:00
Jonathan Gimeno
7f8d0e6047
commit end of day refactoring
2020-02-18 19:10:53 +01:00
Jonathan Gimeno
c84c5922e4
temporal commit on querier test, it passes
2020-02-18 16:44:23 +01:00
Jonathan Gimeno
6025132720
refactor historical info test
2020-02-18 14:03:06 +01:00
Jonathan Gimeno
918949cf23
refactor TestHistoricalInfo to use simapp
2020-02-18 14:00:59 +01:00
Jonathan Gimeno
f912618b8a
use simapp into keeper
2020-02-18 13:42:53 +01:00
Alessio Treglia
c77bb7b038
Squash various linter warnings ( #5652 )
...
Closes : #5651
2020-02-16 20:06:45 +01:00
Alexander Bezobchuk
05c21a534a
Merge Pr #5642 : Remove x/mock
2020-02-14 10:30:51 -05:00
Marko
e44f914893
dep: bump tendermint version to 0.33.1 ( #5645 )
...
* dep: bump tendermint version to 0.33.1
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* minor touch up
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-02-14 09:04:05 -05:00
Marko
48d39e344e
Merge PR #5619 : proto: migrate params to hybrid codec
2020-02-12 11:34:09 -05:00
Marko
56c5868975
Merge PR #5610 : proto: migrate x/distr to use hybrid codec
2020-02-11 09:58:37 -05:00
Chad Barraford
e2d4b9de44
Merge PR #5497 : ensure non-nil gentxs
2020-02-10 15:32:16 -05:00
Alessio Treglia
6cbf634ad5
Merge PR #5620 : Fix nil pointer deref in distribution tax/rewward validation helpers
2020-02-07 13:09:18 -05:00
Gavin
dd2d1c2573
Merge PR #5626 : Update README.md
2020-02-07 11:15:55 -05:00
Alexander Bezobchuk
cd9b2d450b
Merge PR #5622 : Track proposal handler events on success
2020-02-06 16:19:26 -05:00
Alexander Bezobchuk
53bf2271d5
Merge PR #5600 : Migrate x/staking to Protobuf
2020-02-06 14:21:02 -05:00
Erik Grinaker
a7f25ade03
Merge PR #5613 : update to golangci-lint v1.23.3
...
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
2020-02-05 11:32:45 -08:00
Alexander Bezobchuk
30d5f7daf3
Merge PR #5615 : Create Account on SendCoins
2020-02-04 21:33:02 -05:00
Marko
e1517e7a1d
Merge PR #5604 : docs: minor doc formatting & touchup of the scaffold section
2020-02-04 13:16:56 -05:00
Alexander Bezobchuk
22ba931ec6
Merge PR #5611 : Add missing aliases
2020-02-04 10:07:39 -05:00
Alexander Bezobchuk
ce16e0a99d
Merge PR #5597 : Include Amount in Complete Unbonding/Redelegation Events
2020-01-31 11:12:04 -05:00
Alexander Bezobchuk
6890feb3d2
Merge PR #5572 : ADR 004 Implementation
2020-01-30 16:31:16 -05:00
Federico Kunze
ec35cf2d91
Merge PR #5584 : Staking additions for IBC
2020-01-29 08:35:49 -05:00
Miguel Dingli
d5d29ef67a
Merge PR #5557 : Added amount event to InputOutputCoins for MsgMultSend
2020-01-27 09:46:55 -05:00
Marko
1b6897ad1b
Merge PR #5568 : godoc: change nft to supply in godoc
2020-01-24 12:32:15 -05:00
Alessio Treglia
b647824716
Refactor x/auth/client/utils/ ( #5555 )
...
Packages named utils, common, or misc provide clients with no
sense of what the package contains. This makes it harder for
clients to use the package and makes it harder for maintainers
to keep the package focused. Over time, they accumulate dependencies
that can make compilation significantly and unnecessarily slower,
especially in large programs. And since such package names are
generic, they are more likely to collide with other packages
imported by client code, forcing clients to invent names to
distinguish them.
cit. https://blog.golang.org/package-names
2020-01-24 16:40:56 +00:00
Alexander Bezobchuk
26d6e49d6a
Merge PR #5491 : Protobuf Introduction + Types
2020-01-24 10:32:00 -05:00
Alessio Treglia
d0ff973386
Merge PR #5562 : Remove KeyringServiceName from the sdk.Config struct
2020-01-23 13:47:11 -05:00
Alexander Bezobchuk
a4b36b9dcd
Merge PR #5561 : v0.38 Migration Fixes
2020-01-23 13:15:22 -05:00
Alessio Treglia
415eab7a56
Create new generic keyring constructor: NewKeyring ( #5547 )
...
Remove other convenience constructors:
* Remove NewKeyBaseFromHomeFlag
* Remove NewKeyringFromDir
* Remove NewKeyringFromHomeFlag
2020-01-22 17:54:56 +00:00
Alexander Bezobchuk
c1991e31bd
Merge PR #5527 : Bump Tendermint Version to v0.33.0
...
* Bump Tendermint version to v0.33.0
* Deprecate old cmn package with new packages
* Update update DB APIs
* More DB updates
* Bump IAVL to v0.13.0
* Handle error returned by iavl.NewMutableTree
* Fix some IAVL stuffs
* Update IAVL
* More updates
* Passing tests
* Fix unit tests
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
2020-01-16 13:46:51 -08:00
Sunny Aggarwal
f367087731
Merge PR #5439 : Keybase: Multiple Signature Algorithms
2020-01-14 10:40:10 -05:00
Alexander Bezobchuk
214024431f
Merge PR #5508 : Fix and Return Height in x/distribution REST Handlers
2020-01-10 16:10:37 -05:00
Alexander Bezobchuk
bf41deac62
Merge Pr #5506 : Refactor use of parameters in x/distribution to match module spec
2020-01-10 15:08:14 -05:00
Xuefeng Zhu
6024115667
Merge PR #5503 : use build-in iterator function
2020-01-10 09:33:43 -05:00
Alexander Bezobchuk
3df3887597
Merge PR #5499 : Cleanup genesis state validation + Genutil
2020-01-09 15:14:23 -05:00
Alexander Bezobchuk
869531ca92
Merge PR #5495 : Replace Redundant Bech32 PubKey Functions
2020-01-09 09:04:28 -05:00