Alessio Treglia
01d4425658
Remove tools from the repository ( #4683 )
2019-07-04 15:54:06 +01:00
mircea-c
74915f1e2a
runsim pushes logs to S3 bucket ( #4677 )
2019-07-04 09:38:58 +01:00
Federico Kunze
1bfac99c35
Merge PR #4675 : Export sim funcs pt2
2019-07-03 14:25:52 -04:00
Karoly Albert Szabo
00f753d684
Merge PR #4471 : Migrate genesis cmd
2019-07-03 12:21:34 -04:00
Federico Kunze
4e86810a27
Merge PR #4674 : Expose simapp genState generators and utils
2019-07-03 12:12:43 -04:00
Federico Kunze
b0a359c8f0
fix supply NewQuerierHandler ( #4672 )
2019-07-03 10:44:27 +01:00
Alexander Bezobchuk
ef7e266c6f
Merge PR #4667 : Sort events by type
2019-07-02 13:16:30 -04:00
mircea-c
0d3b4ba0d6
[runsim] push logs to S3 ( #4666 )
2019-07-02 17:57:19 +01:00
Federico Kunze
179476d6b0
Merge PR #4661 : x/supply: use internal package
2019-07-02 12:24:13 -04:00
Marko
66e85c592d
Merge PR #4662 : Removed Previous IBC repo and docs
2019-07-02 11:19:49 -04:00
Federico Kunze
55e6b25035
Merge PR #4663 : Refactor bank keeper by removing private funcs
2019-07-02 11:19:21 -04:00
Alexander Bezobchuk
aba1f649ad
Merge PR #4658 : Generalize Querier REST Pagination
2019-07-02 09:00:46 -04:00
Alexander Bezobchuk
b3a8195e31
Fix build ( #4659 )
2019-07-02 12:01:40 +01:00
Alessio Treglia
f1b08b85f2
Merge PR #4649 : Refactor crisis package using internal
2019-07-01 12:50:04 -04: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
Federico Kunze
5d5f0149a4
Merge PR #4599 : Supply module spec
...
* supply spec
* update spec
* update other modules
* update distr
* update spec according to latest refactors
* Apply suggestions from code review
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
* updated spec
* Apply suggestions from code review
Co-Authored-By: Marko <marbar3778@yahoo.com>
* final updates
* Apply suggestions from code review
Co-Authored-By: Alessio Treglia <quadrispro@ubuntu.com>
* word wrap in supply concepts
* edits to concepts
2019-07-01 18:47:55 +02:00
frog power 4000
ce0c0946b6
Merge PR #4654 : Validator slash event stored by period and height
2019-07-01 12:03:34 -04:00
Marko
b5cd01d1a8
Merge PR #4651 : Remove debugdb & colors
2019-07-01 09:53:16 -04:00
Federico Kunze
48e8161f25
supply querier ( #4592 )
...
Add querier to the supply module.
Closes : #4082
2019-07-01 12:32:04 +01:00
Alexander Bezobchuk
a485b9a263
Merge PR #4648 : Flatten events by type when stringified
2019-06-30 16:31:09 -04:00
Peng Zhong
997c4129ea
Merge PR #4643 : Update cosmos sdk image, remove unused images
2019-06-30 16:29:05 -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
Aditya
f9dea984c2
Merge PR #4629 : Emit Warning Events when Validator Misses Blocks
2019-06-28 13:53:30 -04:00
Alessio Treglia
a57915600c
Update golangci-lint ( #4636 )
...
Update golangci-lint to latest version.
Remove ci-lint, no longer used.
Remove golangci-lint from tools target to prevent CI builds
from downloading automatically (and unnecessarily).
Developers can still run make golangci-lint to download
it locally for development and testing purposes.
2019-06-28 15:11:26 +01:00
Alexander Bezobchuk
3a39e9d558
Merge PR #4637 : Update Search Txs by Events APIs
2019-06-28 09:32:47 -04:00
Marko
b2f8c58ec4
Merge PR #4608 : More linters - Gosec, staticcheck
2019-06-26 13:30:36 -07: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
Ethan Frey
3950017bd9
Merge PR #4624 : Don't reject config files with create_empty_blocks=false
2019-06-26 08:30:35 -04:00
Alessio Treglia
908c5cf4be
R4R: added slack notification to runsim ( #4547 )
2019-06-26 08:11:42 +01:00
Ethan Frey
891eb8eec5
Merge PR #4613 : Only change rootmultistore hash when substore hashes change
2019-06-25 13:11:22 -04:00
Alexander Bezobchuk
0feee1c160
Merge PR #4618 : Module Structure Spec
2019-06-25 11:14:09 -04:00
Marko
a7af4e8c45
Merge PR #4621 : Changed abci_app.go -> abci.go
2019-06-25 10:03:10 -04:00
Alexander Bezobchuk
f0ff0e87f3
Merge PR #4620 : Close Staking Iterators
2019-06-25 09:22:17 -04:00
Alexander Bezobchuk
b78c359a23
Merge PR #4605 : x/bank: Expected Keeeper
2019-06-24 16:45:09 -04:00
Karoly Albert Szabo
52bb151fc7
Remove snap badge from README ( #4614 )
2019-06-24 16:47:25 +01:00
Alessio Treglia
7b5e6cee07
Remove client/input.{Buffer,Override}Stdin() functions ( #4602 )
...
Cobra's new release made them redundant.
Thanks: Juan Leni <juan.leni@zondax.ch> for the original patch.
2019-06-22 11:24:59 +02: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
6672e70556
Merge PR #4603 : Increase server package's coverage by adding DONTCOVER
2019-06-20 12:06:03 -04:00
Federico Kunze
eda558bc7e
Merge PR #4600 : Check Denom when (Un|Re)delegating
2019-06-20 09:51:18 -04:00
Alexander Bezobchuk
6d5ca0b4f1
Remove print response flag ( #4593 )
...
This flag isn't used anywhere and probably hasn't for quite some time.
2019-06-20 14:26:48 +02:00
Hans Schoenburg
c3bef9a211
remove ICS categories from swagger UI docs Fixes #4357 ( #4429 )
2019-06-20 14:17:58 +02:00
Alessio Treglia
e12876c0a6
Add goconst to enabled linters ( #4591 )
2019-06-19 18:44:08 +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
1eb7706c28
Separate account getters from client/context ( #4579 )
...
Account getters are removed from client context. x/auth has the
queriers necessary for retrieving account information.
These functions should be removed since they are currently
redundant and don't provide any extra value.
Closes : #4543
2019-06-19 14:24:11 +02:00
colin axner
84a2582877
remove BlockHeight in context ( #4580 )
...
closes #4578
2019-06-19 00:11:31 +02:00
Alessio Treglia
55928ad165
Fix BaseAccount's YAML serialization ( #4577 )
2019-06-18 18:03:16 +02:00
colin axner
314af42d92
Reintroduce Coin.IsValid() ( #4558 )
...
Closes #4556
2019-06-18 18:02:31 +02:00
Alessio Treglia
1e7c4dd58a
Move /bank/balances/{address} REST endpoint into /x/bank ( #4570 )
...
Closes : #4560
2019-06-18 15:44:09 +02:00