Marko
b9490f2d93
Merge PR #5203 : Add more linters
2019-10-17 09:47:35 -04:00
Xuefeng Zhu
3428291a61
Merge PR #5160 : Simply Dec and Int sign check
...
* Simply Dec and Int sign check
* address comment
2019-10-14 16:05:42 -04:00
Marko
9f3789157e
Merge PR #5192 : golangcI-lint updates & set static version to 1.19
2019-10-14 11:43:19 -04:00
Alexander Bezobchuk
9d0bed8f4f
Merge PR #5102 : Make events const and alias them (if internal)
2019-09-25 09:17:02 -07:00
Hans Schoenburg
3aca119fd1
Merge PR #5074 : move docs/spec into x/module/spec
2019-09-19 17:42:31 -04:00
Marko
01d8a230b2
Merge PR #5068 : Add linter Nakedret
2019-09-19 09:21:38 -04:00
Xuefeng Zhu
9c5371226a
Merge PR #5051 : Remove staking tkey
2019-09-18 14:28:02 -04:00
Marko
936cffef40
Merge PR #5055 : Added Prealloc, Gosec, Golint linters
2019-09-17 12:13:26 -04:00
Marko
6684cdf3e5
Merge PR #5048 : Fix linters and add golint
2019-09-16 13:11:17 -04:00
Federico Kunze
45b25ceaae
Merge PR #4838 : Sim refactor 2 - Move GenesisState generators to modules
2019-08-28 10:58:25 -04:00
Marko
3a4f1fc4d4
Merge PR #4881 : Linting Galore
2019-08-19 12:06:27 -04:00
Federico Kunze
c441ce2fab
Merge PR #4847 : Sim refactor 1 move store decoders to modules
...
* move store decoders to modules
* fix
* module pattern
* compile
* update Decoders params
* fix
* address @colin-axner comments
* Update cmd_test.go
* simulation manager
* mino fixes
* cleanup
* Apply suggestions from code review
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
* address @rigelrozanski comments
* changelog
* Apply suggestions from code review
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* restructure modules simulation pkgs
* address @alexanderbez comments
* fix
2019-08-13 18:16:03 -04:00
Federico Kunze
e4c8bd72b7
Merge PR #4665 : Refactor x/gov Module Structure (prep for module spec)
2019-08-08 15:51:18 -04:00
Alexander Bezobchuk
745f2eb7e3
Merge PR #4872 : Disable "withdraw-all-rewards" command when "--generate-only" is supplied
2019-08-08 11:51:54 -04:00
colin axner
865d473eb4
Merge PR #4832 : print all failed invariants only
2019-08-05 14:21:44 -04:00
Alexander Bezobchuk
861e4798ad
Merge PR #4836 : Upgrade Tendermint and IAVL
2019-08-02 09:20:39 -04:00
Federico Kunze
cbc802cb78
Merge PR #4831 : Prevent community spend proposal from transferring funds to a ModuleAcc
2019-08-02 08:29:00 -04:00
colin axner
2e3c52bae1
Merge PR #4788 : Query genesis transactions
2019-08-01 14:56:50 -04:00
Federico Kunze
8c989fd424
Merge PR #4797 : blacklist module accounts from receiving txs
2019-07-31 11:39:02 -04:00
frog power 4000
8f09f1e2b3
Merge PR #4800 : Organize store keys in app.go into a map
2019-07-31 06:59:16 -07:00
Federico Kunze
24b9e84a84
Merge PR #4784 : JSON representation of event stats
2019-07-26 13:09:15 -07:00
colin axner
b4ff0a11f6
Merge PR #4786 : rename test_common to common_test
2019-07-25 14:32:37 -07:00
Alexander Bezobchuk
2b3d78599e
Merge PR #4772 : Add New Events Attributes
2019-07-24 15:50:34 -07:00
Federico Kunze
e85a734a57
update x/genaccounts to match module spec ( #4759 )
2019-07-22 16:26:42 +01:00
Federico Kunze
a922dad346
Merge PR #4686 : v0.36 supply changes to genesis migration
2019-07-18 14:43:56 +02:00
colin axner
8c7ed19251
Remove Basic Permission ( #4722 )
...
Module account has "basic" permissions.
Since it is never checked against, we just delete it.
Closes : #4702
2019-07-16 15:02:36 +01:00
colin axner
8b49b58812
Merge PR #4710 : Update Invariant Printing
2019-07-15 09:56:38 -07:00
colin axner
280734d0e3
collect all invariants for a block before stopping ( #4707 )
2019-07-11 11:56:43 +01:00
colin axner
1c9a188346
Merge PR #4679 : Extended permissions for module accounts
2019-07-06 15:42:06 -04:00
Aayushi Jain
1a7f31f7c8
Merge PR #4678 : Clean YAML output
2019-07-05 19:25:56 -04:00
Alexander Bezobchuk
2fdbf631e7
Merge PR #4669 : v0.36 distribution genesis migration
2019-07-05 08:34:02 -04:00
Alexander Bezobchuk
b3a8195e31
Fix build ( #4659 )
2019-07-02 12:01:40 +01:00
colin axner
8d8fd9df1a
generalize query response with height ( #4573 )
...
Addition to #4536 , no longer specific to account queries.
Allows for validator endpoints to return height in the response.
Closes : #4609
2019-07-01 17:48:13 +01:00
frog power 4000
ce0c0946b6
Merge PR #4654 : Validator slash event stored by period and height
2019-07-01 12:03:34 -04:00
Federico Kunze
352678438c
Merge PR #4255 : Supply Module
2019-06-28 16:11:27 -04:00
Federico Kunze
4a0fbb3d6e
Improve Import/Export Simulation Errors ( #4607 )
2019-06-28 19:20:36 +01:00
Aayushi Jain
c898dac6a9
Merge PR #4625 : Implement logger on all module keepers
2019-06-26 12:41:14 -04:00
Alexander Bezobchuk
67f6b02118
Merge PR #4541 : Events Tracking / Tendermint v0.32.0 Update
...
* Update Tendermint to v0.32.0-dev0
* Initial refactor of tags
* Update event types and add unit tests
* Refactor context
* Update module manager
* Update result godoc
* Implement ToABCIEvents
* Update BaseApp
* Minor cleanup
* Fix typo
* Update x/bank message handler
* Update x/bank keeper
* Update x/bank
* Update x/bank events docs
* Update x/crisis module events
* Reset context with events on each message exec
* Update x/distribution events and docs
* Update BaseApp to not set empty events manually
* Implement simple event manager
* Update module manager
* Update modules to use event manager
* Update x/gov module to use events
* Update events docs
* Update gov queries and crisis app module
* Update bank keeper
* Add events to minting begin blocker
* Update modules to use types/events.go
* Cleanup x/mint
* Update x/staking events
* Update x/staking events
* Update events to have sender part of message.sender
* Fix build
* Fix module unit tests
* Add pending log entry
* Update deps
* Update x/crisis/types/events.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/bank/internal/types/events.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/distribution/types/events.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/mint/internal/types/events.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/slashing/types/events.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/staking/types/events.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/gov/handler.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/gov/handler.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/mint/abci.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/mint/abci.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/slashing/handler.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/staking/handler.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/slashing/handler.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/staking/handler.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/staking/handler.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/staking/handler.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Upgrade TM to v0.32.0-dev1
* Update events as strings
* Update Tendermint to v0.32.0-dev2
* Fix BaseApp unit tests
* Fix unit tests
* Bump tendermint version to v0.32.0
* typos
2019-06-26 18:03:25 +02:00
Marko
a7af4e8c45
Merge PR #4621 : Changed abci_app.go -> abci.go
2019-06-25 10:03:10 -04:00
Marko
4ffabb65a5
lint add deadcode unused ( #4606 )
...
Added deadcode and unused linters to the repo, it
helped find some unused code.
Ref #4589
2019-06-21 17:18:01 +02:00
Alessio Treglia
c530c1cbb7
Remove auth's AccountDecoder type ( #4588 )
...
AccountDecoder is now entirely redundant.
client package now does no longer depend on x/auth.
Context: #4488
2019-06-19 16:20:27 +02:00
Alessio Treglia
73700df8c3
Merge PR #4555 : Move client/{tx,rest,utils} into x/auth/client
2019-06-15 14:34:11 +02:00
colin axner
95f3d32250
Merge PR #4536 : Return account queries with height
2019-06-13 15:54:17 +02:00
frog power 4000
8c89023e9f
Merge PR #4524 : Staking ValidatorPowerRank to use "Potential Consensus Power"
2019-06-12 17:57:47 +02:00
frog power 4000
d1f17ff903
Merge PR #4520 : add some noalias's also fix alias directory in mint
2019-06-10 11:57:38 +02:00
Alexander Bezobchuk
dc84c99dee
Revert "Generalize auth/types.StdSignature ( #4507 )" ( #4512 )
...
This reverts commit a32d5a46d7
.
2019-06-08 11:04:52 +01:00
Alessio Treglia
a32d5a46d7
Generalize auth/types.StdSignature ( #4507 )
...
New Signature interface available in the top level types package.
auth.StdSignature implements such interface. User defined auth
module can now define their own custom signature types.
Work carried out in the context of the following issues:
- #4488
- #4487
2019-06-07 14:21:35 +01:00
colin axner
c777fb9108
Merge PR #4505 : Support height queries in REST client
2019-06-07 09:02:07 -04:00
frog power 4000
1a2a54029c
Merge PR #4502 : InvariantRouter -> InvariantRegistry
2019-06-06 16:32:38 -04:00
Alexander Bezobchuk
86da70d8aa
Use LTE instead of Equal ( #4503 )
2019-06-06 16:32:14 -04:00