Alexander Bezobchuk
43478167c6
Merge PR #4745 : Update contributing doc
2019-07-19 16:24:39 +02:00
Federico Kunze
b17f8f8df7
Merge PR #4729 : Extend DiffKVStores to return a list of KVPairs
2019-07-19 16:05:37 +02:00
Marko
b45a94a54e
Merge PR #4743 : Update ADR template
2019-07-19 15:53:36 +02:00
Federico Kunze
52edb032ca
Merge PR #4717 : update x/slashing to match module spec
2019-07-19 15:43:38 +02:00
Marko
72ce6df7b6
Merge PR #4742 : Add Table of Contents to README
2019-07-19 15:23:35 +02:00
Gloria Zhao
c03f9690b6
Merge PR #4497 : tx-lifecycle concept doc
2019-07-18 08:12:27 -07:00
Marko
7bc705af85
ADR section to Contribution ( #4703 )
...
- Added a ADR section to the Contributing.md
- This will streamline and create a central palce for discussions
- Currently conversations are fragmented across platfroms and different forum posts,
the aim here is to move it all to one place and create a document to be used as
reference in the future for why SDK went in this direction.
2019-07-18 15:17:40 +01:00
Federico Kunze
a922dad346
Merge PR #4686 : v0.36 supply changes to genesis migration
2019-07-18 14:43:56 +02:00
Jack Zampolin
257d3bfbf2
Merge PR #4733 : Add @fedekunze to CODEOWNERS
2019-07-17 17:02:57 -07:00
gamarin2
ae77f0080a
Merge PR #4691 : Add baseapp concept doc
...
* consolidate intro
* start anatomy of sdk app
* wokring
* working
* querier
* working
* workiiiing
* finish
* add dep and makefile
* Apply suggestions from code review
Co-Authored-By: Alessio Treglia <quadrispro@ubuntu.com>
* typo
* typo
* Apply suggestions from code review
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-Authored-By: Alessio Treglia <quadrispro@ubuntu.com>
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
* refactor for new module interface
* karoly review
* Apply suggestions from code review
Co-Authored-By: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* encoding
* working on baseapp doc
* baseapp work
* reorg
* almost there
* finish first draft
* remove old files
* hans review'
* jack review + clarification on ABCI methods
2019-07-17 09:26:48 -07: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
Ethan Frey
d3bb9f50e2
Simplify context ( #4706 )
...
Replace complex Context construct with a simpler immutible struct.
Only breaking change is not to support `Value` and `GetValue` as first class calls.
We do embed ctx.Context() as a raw context.Context instead to be used as you see fit.
2019-07-16 14:40:42 +01:00
Marko
6ca641891b
Merge PR #4721 : Upgrade tendermint version
...
- Upgrade to tendermint version `woohoo`
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
2019-07-15 10:31:55 -07:00
colin axner
8b49b58812
Merge PR #4710 : Update Invariant Printing
2019-07-15 09:56:38 -07:00
Federico Kunze
85ca553651
Merge PR #4718 : Update tendermint/iavl to v0.12.3
...
* update iavl to v0.12.3
* add PR number
2019-07-15 09:45:45 -07:00
colin axner
280734d0e3
collect all invariants for a block before stopping ( #4707 )
2019-07-11 11:56:43 +01:00
Austin Abell
3f519832a7
Merge PR #4687 : Changed replace directive to specific revision of tendermint crypto
2019-07-09 15:04:30 -07:00
Karoly Albert Szabo
8a042dedd3
Supply patch for REST ( #4698 )
...
While reintroducing the contract tests a little discrepancy was noted:
* type from integer to string in the swagger definition for supply/total/{denominator}
* remove slash from supply/total route in the implementation
2019-07-09 11:43:00 +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
Federico Kunze
e0b55a89a7
Merge PR #4681 : Add check before minting empty coins
2019-07-05 08:32:42 -04:00
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