Denis Fadeev
c82ff355a5
Merge PR #4984 : Switch docs version to master
2019-09-03 12:43:33 -04:00
Marko
29b8161ac6
Merge PR #4981 : Quick fix for broken links
2019-09-03 08:59:24 -04:00
Marko
847d3be896
Quick fix to docs to not show staging website ( #4983 )
...
Remove mention of develop and staging environment.
2019-09-03 13:27:23 +01:00
Aditya
10e49c1479
Merge PR #4942 : ADR 010: Modular AnteHandler
2019-08-28 11:36:44 -04:00
Federico Kunze
eeb847c845
Merge #4209 : NFT Module
...
* in sync with @okwme/cosmos-nft
* remove tmp tx
* structuring and minor changes
* supply and client files
* adding cli client
* complete cli/tx and rest.go
* cleanup and restructuring
* restructure rest folder
* minor updates on clients
* update querier
* encoding for clients and other changes
* genesis, invariants, and keeper updates
* update types
* make golangcibot happy
* renamed and removed bank keeper
* remove handlers for editmetadata, mint, burn, buy
* nft interface
* minor cleanup
* sort collections and nfts
* balance and find
* nft query and tx
* touch ups
* uint in place of int
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* little fixes:
- fix error to err to avoid collision
- error handling
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* module generalization changes
* fixes
* query with data
* minor updates and TODOs
* fix CLI tx
* golang bot fixes
* handlers and txs done
* update module generalization
* Added very basic tests which for some reason do not work
* fix test
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* fixed test, now we should fix implementation, seems to fail
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* fix test, create new struct instead of changing the old one
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* fix handler with new logic
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* let's make it compile
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* single failing test example, need to be fixed and extended
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* single failing test example, need to be fixed and extended
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* reverting work, still problems unmarshalling inside iterator from test
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* Setter in nft.go should return NFT instead of BaseNFT
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* remove TODOS
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* comment out broken tests, we want at least a green mark here
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* little fixes
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* hopefully no conflict
* minor changes for tests
* change nft id to string, refactors
* messy pause
* Changes Balances to OWners add all necessary functions, updated Keeper with UpdateNFT as as well as MintNFT and made sure they all update Owners
* pause dev to merge sdk master
* go.mod changes
* getting closer still need module.go
* builds!!!
* fix lint begin handler tests
* stableish
* re-order nft attributes, add back mint and burn msgs and handlers
* add errors to minting the same NFT and burning an NFT that doesnt exist
* first querier test
* add simulations for nft msgs
* handler tests check tags now (fixed a bug!)
* update simulation
* generic handler
* need to check if it compiles on another machine
* fix weird interface error
* add back cli
* wtfff
* codec error fixed, logs removed. still returning empty arrays of IDs
* Take empty input as yes answer
Closes : #4564
* Add pending log entry
* merged in master
* marshall errors
* build commands
* working!!!
* linting errors
* remove unused func
* pause
* fix burn error
* fix burn error
* tests for querier
* typo
* tests for NFT types
* module spec standard
* tests for Collection and Collections types
* merge w Fede
* tests for Owner Type
* added genesis tests and beefed up keeper, querier, handler & types tests
* linting errors deadcode
* DONT COVER test_common.go
* add msg type tests
* Update x/nft/internal/keeper/key.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/nft/genesis.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update x/nft/client/cli/query.go
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Apply suggestions from code review
* typo
* cleanup events
* split events
* more cleanup
* remove restrictions from default handlers
* not sure where these go mod changes came from
* sim generated changes
* make format
* add mint and burn sims
* move NFT interface to nft/exported
* make format
* NFT spec
* Updates
* more updates
* update specs readme
* fix sims
* rest additions
* rest additions
* fix invariant
* minimal nft without name, description or image
* sim
* fix sim
* fix sim
* fix Update methods
* nothing
* simplify update and remove
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* remove test on memory location
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* TEST to get logs, need to be removed
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* fix simulator editMetadata Msg type
* owner not found start with empty collection
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* artifacts on errors in case of failure, else, no artifacts
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* add more invariant checks to handler_tests
* never forget to overwrite
* merge and update spec
* colins feedback
* code coverage test
* code coverage test
* code coverage test
* spelling
* clean up client
* testing code coverage
* testing code coverage
* testing code coverage
* testing code coverage
* testing code coverage
* Update docs/spec/nft/README.md
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
* Apply suggestions from code review
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
* minor changes
* integration tests and fixes
* minor golangCI fixes
* Update simapp/app.go
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
2019-08-26 12:54:45 -04:00
mircea-c
450c8ced2c
Merge PR #4787 : Updated docs build process
2019-08-26 09:09:18 -04:00
Alexander Bezobchuk
412462b7da
Merge PR #4910 : Tx Lifecycle Doc Cleanup
2019-08-15 13:01:17 -04:00
poldsam
74cb4869b9
Merge PR #4813 : ADR-006 Secret Store
2019-08-15 11:02:36 -04:00
Marko
f1adb7afd9
Merge PR #4904 : Remove empty files and broken links
2019-08-14 11:05:01 -04:00
Alexander Bezobchuk
436f440e8f
Merge PR #4892 : Update Slashing Spec (Liveness)
2019-08-12 12:02:46 -04:00
Hyung-Kyu Hqueue Choi
0f4b938324
Merge PR #4890 : Fix broken gaia links in translated READEME.md
2019-08-12 09:11:08 -04:00
frog power 4000
771f8a04f3
Merge PR #4865 : Add security contact to Validator description
2019-08-12 09:10:16 -04:00
colin axner
83db58ec5e
Merge PR #4863 : Fix doc links
2019-08-08 13:20:31 -04:00
gamarin2
1dfbfc08d7
Merge PR #4871 : fix vuepress
2019-08-08 12:05:03 -04:00
Gloria Zhao
ddf0e6fe36
Merge PR #4739 : deleted concepts, moved tx-lifecycle
2019-08-07 10:31:47 -04:00
Federico Kunze
593ea5c609
Merge PR #4808 : Simulation concepts doc
2019-08-03 18:55:33 -04:00
Denis Fadeev
99371010f8
Merge PR #4830 : Edit link in docs should point to the master branch
2019-08-01 15:02:13 -04:00
frog power 4000
fd92504f84
Merge PR #4829 : Fix a bunch of broken/incorrect links
2019-08-01 14:02:35 -04:00
Federico Kunze
8c989fd424
Merge PR #4797 : blacklist module accounts from receiving txs
2019-07-31 11:39:02 -04:00
Alexander Bezobchuk
2b3d78599e
Merge PR #4772 : Add New Events Attributes
2019-07-24 15:50:34 -07:00
Minseo Park
bbb7113309
Merge PR #4752 : ABCI Part Additional Translation
2019-07-22 07:35:23 -04: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
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
colin axner
1c9a188346
Merge PR #4679 : Extended permissions for module accounts
2019-07-06 15:42:06 -04:00
Karoly Albert Szabo
00f753d684
Merge PR #4471 : Migrate genesis cmd
2019-07-03 12:21:34 -04:00
Marko
66e85c592d
Merge PR #4662 : Removed Previous IBC repo and docs
2019-07-02 11:19:49 -04: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
Peng Zhong
997c4129ea
Merge PR #4643 : Update cosmos sdk image, remove unused images
2019-06-30 16:29:05 -04:00
Aditya
f9dea984c2
Merge PR #4629 : Emit Warning Events when Validator Misses Blocks
2019-06-28 13:53:30 -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
Alexander Bezobchuk
0feee1c160
Merge PR #4618 : Module Structure Spec
2019-06-25 11:14:09 -04:00
Marko
a79749564e
Merge PR #4571 : Update .vuepress
2019-06-18 08:04:47 -04:00
shirleypyj
36142ab624
Merge PR #4567 : Update README.md
2019-06-17 22:54:49 -04:00
frog power 4000
8c89023e9f
Merge PR #4524 : Staking ValidatorPowerRank to use "Potential Consensus Power"
2019-06-12 17:57:47 +02:00
gamarin2
b096357d99
Merge PR #4426 : Anatomy of an SDK App Doc
2019-06-12 13:22:27 +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
gamarin2
d80a980c30
Merge PR #4484 : Fix docs build
2019-06-05 14:13:39 -04:00
Federico Kunze
d322e23425
Merge PR #4417 : cleanup staking references from types pkg
...
* cleanup staking references from types pkg
* check interface on runtime
* fixes
* rename validator set from slashing keeper
* final cleanup
* fix test
* fix querier
* fix tests
* rename interfaces
* update bond status
* fixes
* expected pkg
* ensure expected keepers match used funcs
* cha cha cha
2019-06-04 15:06:58 -07:00
Hans Schoenburg
52be449be1
Merge PR #4463 : remove docs/_attic
2019-05-31 17:19:30 -04:00
Tiny熊
3968f63099
Merge PR #4430 : update "intro docs" cn translation to 05/27
2019-05-29 08:57:23 -04:00
JP Thor
61d0f888b7
Merge PR #4424 : Update README.md
2019-05-28 10:37:29 -04:00
Jordan Sexton
8fecc7724b
Merge PR #4312 : Touch up light client docs
2019-05-27 14:03:06 -07:00
Alexander Bezobchuk
91dc870e97
Merge PR #4404 : Update Spec to include params
...
* Add staking params to spec
* Update format
* Add slashing params
* Update staking params
* Add minting params doc
* Add gov params doc
* Add distr params doc
* Add crisis params doc
* Add bank params doc
* Add auth params doc
* Update SPEC-SPEC
2019-05-24 12:18:07 -04:00
gamarin2
a7a1a469ae
Merge PR #4408 : remove cosmos hub docs translation
2019-05-24 09:04:28 -04:00
gamarin2
e53d23390d
Merge PR #4376 : DOCS: Consolidate Intro Material
2019-05-23 15:16:32 -07:00
gamarin2
995aea853c
Merge PR #4388 : Remove gaia docs from sdk repo
2019-05-21 14:16:55 -04:00
Marko
c0d8fb8a25
Merge PR #4353 : Documentation Fixes
2019-05-17 09:24:24 -04:00
Alessio Treglia
4b7d295eca
reproducible builds CI integration ( #4337 )
...
Enable reproducible builds on master.
Overhaul build script, update docs accordingly.
2019-05-16 19:05:56 +01:00
Alessio Treglia
805de8b9f5
Merge PR #4343 : Update go to 1.12.5
2019-05-15 11:17:20 -04:00
Alessio Treglia
c0486aa532
R4R: Infrastructure for reproducible builds ( #4262 )
...
This change set introduces support for building gaia with gitian
on the following GOOS/GOARCH pairs:
- darwin/386
- darwin/amd64
- linux/386
- linux/amd64
- linux/arm
- linux/arm64
- windows/386
- windows/amd64
cmd/gaia/contrib/gitian-descriptors/ contains gitian descriptor files.
cmd/gaia/contrib/gitian-keys/ contains:
- a keys.txt file that is meant to list core developers and gitian
builders PGP keys.
- README.me to provide instructions on how to import the keys
into one's personal GPG keyring.
The gosum utility is removed, so is the go.sum hashsum bit from
gaiacli/gaiad version string. It was meant to be a provisional
mitigation to the lack of a reproducible build process.
GOBIN is removed from all Makefiles. When GOBIN is set, go
refuses to cross-compiles binaries for foreign architectures.
export GOBIN=$GOPATH/bin is unnecessary anyway as by
default go install places built binaries in $GOPATH/bin.
Developers are required to update their enviornment files and
replace $GOBIN with $GOPATH/bin in PATH.
circleci configuration file is amended accordingly.
Closes : #4027
Closes : #4280
2019-05-14 00:33:34 +02:00
Hans Schoenburg
3439101421
Merge PR #4286 : Add full ledger tutorial
...
* docs/cosmos-hub/ledger.md Add full ledger tutorial
* Update ledger.md
2019-05-13 11:41:11 -07:00
Frank Yang
3bf1ec501e
Merge PR #4334 : Align cn-doc to 7558f760
(2019-05-13) and fix some typo of en-doc
2019-05-13 13:56:57 -04:00
Alexander Bezobchuk
2d93efd0d5
Merge PR #4291 : Update Gov Spec Abstract
2019-05-08 09:51:59 -04:00
Hans Schoenburg
40f3fdf0f9
Merge PR #4268 : Update Gaia Installation Docs
2019-05-04 10:03:22 -04:00
Alessio Treglia
df362ff3e6
Upgrade Go to 1.12.4 ( #4261 )
2019-05-03 11:33:41 +01:00
Alexander Bezobchuk
67f1e12eec
Merge PR #4253 : Change User Supplied Param Change Value to json.RawMessage
2019-05-02 14:21:35 -04:00
Alexander Bezobchuk
5ca93ac574
Merge PR #4206 : Param Change Proposal
...
* Add params error types
* Update param module keeper to take a codespace
* Update imports
* Implement SetRaw and SetRawWithSubkey
* Implement ParamChange and update aliases
* Add types codec
* Implement ParameterChangeProposal
* Implement TestParameterChangeProposal
* Fix linting errors
* Update tags
* Implement content
* Updata params aliases
* Finish params handler and proposal types
* Move deposit and vote logic to types package
* Move proposal type to types package
* Move errors to types package
* Update proposal
* Move gov messages to types package
* Minor updates to naming
* Move keys to types package
* Move codec to types package
* Move proposal types to types package
* Update aliases
* Add governance alias types
* Implement governance router
* Update gov aliases
* Update gov keeper
* Update private functions needed for the keeper
* Update godocs
* Update the gov message handler
* Update Gaia app
* Make updates to auth
* Update the message codec in the keeper
* Update gov end blocker
* Update types tests
* Minor tweaks
* Add legacy genesis logic
* Update gov aliases
* Move gov keys to types package
* Revertt to using gov/types in params
* Implement params handler test
* Update governance tests
* Fix endblocker tests
* Fix governance querier tests
* Add seal support to gov router
* Update simulationCreateMsgSubmitProposal
* Disable software upgrade proposals
* Move params keys to types package
* Implement param module proposal client logic
* Update gov client logic
* Update gaia app client hooks
* Fix linting errors
* Fix ValidateBasic
* Remove legacy files
* Update paramchange to use strings
* Update paramchange cli cmd
* Update ValidateBasic and errors
* Use PostCommands when adding child cmds
* Fix codec logic
* Update params client and handler
* Update IsValidProposalType
* Update SubmitProposal to test exec
* Implement TestGaiaCLISubmitParamChangeProposal
* Implement TestSubmitParamChangeProposal
* Update swagger.yaml
* Update gaiacli.md
* Update gov spec docs
* Fix linting errors
* Fix unit tests
* Add pending log entries
* Update docs
* Update docs
* Update client/lcd/swagger-ui/swagger.yaml
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update cmd/gaia/cli_test/test_helpers.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update client/lcd/test_helpers.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update x/gov/types/proposal.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Address PR comments
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update gov docs to include quorum notes
* Add logs to handleParameterChangeProposal
* Update docs/spec/governance/02_state.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Support and use new StatusFailed when proposal passes but fails exec
* Add docs/notes warning on param validity
* Update docs
* Update docs/spec/governance/02_state.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/spec/governance/02_state.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Minor doc update
* Update x/gov/client/cli/tx.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Fix usage of fromAddr
* Rige code style suggestion
* Update x/params/types/proposal.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Fix CI lint errors
* Update NewModuleClient godoc
* Add godoc to rtr.Seal() call
* Rename files
* Rename NewProposalHandler
2019-04-30 12:31:38 -04:00
hukkinj1
6bb94ae814
Merge PR #4224 : Fix typo in docs
2019-04-29 10:53:00 -04:00
Frank Yang
df2e0bf178
Update docs/translations/cn/cosmos-hub to 36dcd7b7
( #4211 )
...
Update Chinese documents of cosmos-hub to 0e54369
.
Remove non-Chinese blogs.
Fix some typo of English documents of cosmos-hub.
Rename gaia to cosmos-hub
2019-04-29 14:25:32 +01:00
mircea-c
36dcd7b7ad
Merge PR #4205 : Mircea/update contributing md
...
* Update `CONTRIBUTING.md` branching strategy and release process
* Delete PRIORITIES.md
* Delete RELEASE_PROCESS.md
* Remove RELEASE_TEST_SCRIPT.md
* Update CONTRIBUTING.md
Co-Authored-By: mircea-c <mircea@tendermint.com>
2019-04-26 21:57:03 -04:00
Alexander Bezobchuk
ec4a1e8f2a
Merge PR #4207 : Add rewards and commission tags in txs
2019-04-26 19:11:45 -04:00
frog power 4000
1cc1148807
Update docs/cosmos-hub/upgrade-node.md
...
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
2019-04-25 21:49:43 -04:00
Aleksandr Bezobchuk
e7ca82d808
Merge branch 'develop' into release/v0.34.2
2019-04-25 21:40:33 -04:00
Ethan Buchman
296a8c81c8
Merge branch 'master' into release/v0.34.2
2019-04-25 17:11:59 -04:00
Alexander Bezobchuk
66a913c205
Merge PR #4181 : Cherry pick 4135 v0.34.2
2019-04-24 11:56:28 -04:00
Juan Leni
29755e66f6
Merge PR #3659 : KMS Documentation/Tutorial. How to run a Validator with a Ledger device
2019-04-24 11:00:33 -04:00
gamarin
dcdd597350
udate upgrade node doc
2019-04-23 19:57:30 +02:00
gamarin
d48436fb0f
fix conflicts
2019-04-23 19:18:40 +02:00
gamarin
5d10a6f05b
code review
2019-04-23 19:17:36 +02:00
Federico Kunze
0a51d56e90
Apply suggestions from code review
...
Co-Authored-By: gamarin2 <gautier@tendermint.com>
2019-04-23 19:17:13 +02:00
gamarin
4742e406ae
few nits
2019-04-23 16:14:56 +02:00
gamarin
8e9210664f
docs update
2019-04-23 16:11:16 +02:00
Alexander Bezobchuk
c6cb84c558
Merge PR #4059 : Add support for graceful halt via server config
2019-04-23 09:33:11 -04:00
Alessio Treglia
93e8f467fe
Turn --from into a positional argument in gaiacli tx send ( #4146 )
...
Closes : #4142
2019-04-18 19:48:52 +01:00
mircea-c
fc1c58a246
Updated release process documentation ( #4133 )
2019-04-17 18:02:06 +01:00
Frank Yang
1b726ad88a
Translate doc clients to chinese. ( #4129 )
2019-04-17 17:10:57 +01:00
Alexander Bezobchuk
0c23dec59f
Merge PR #4135 : Minor Fixes
...
* Add clarification to gen-only
* Add nil type check in NewResponseFormatBroadcastTxCommit
* Add small note to docs re: generate-only
2019-04-16 13:02:36 -04:00
Frank Yang
c4f53facd9
R4R: Fix incorrect `$GOBIN` in `Install Go`. ( #4113 )
...
Fix empty path in `Install Go`.
This bug was fixed by #3975 , and broken by #4089
2019-04-16 10:05:28 +01:00
Frank Yang
dfe58f8d8d
Merge PR #4123 : Fix typo in docs; fix url error and outdated command description of doc clients
2019-04-15 18:47:17 -04:00
Aleksandr Bezobchuk
f8b9a60d67
Fix docs config
2019-04-10 19:22:15 -04:00
gamarin2
958029680e
Merge PR #4093 : Fix Docs
2019-04-10 19:19:48 -04:00
Federico Kunze
8550d87319
unified sender tag ( #4057 )
...
Closes : #3775
2019-04-10 18:03:44 +01:00
gamarin2
cf0f73a9ca
Merge PR #4091 : Fix docs
2019-04-10 12:28:48 -04:00
Alexander Bezobchuk
eb94252011
Merge PR #4089 : Update docs from release/v0.34.0
2019-04-10 11:55:33 -04:00
Federico Kunze
2cd2289a11
add category tags ( #4049 )
...
Closes : #3774
2019-04-09 13:55:01 +01:00
zxh0
d742b9e6ef
Merge PR #4074 : Fix Docs Typo
2019-04-09 08:53:34 -04:00
Frank Yang
9e7440a92c
Merge PR #4064 : Remove dep/vendor from documentation and version cmd
...
* Remove `dep` and `vendor` from documentation
* Replace vendor with go.sum hash in version command
2019-04-08 11:00:17 -04:00
gamarin2
1a8ab1c321
Merge PR #4019 : Update Docs from Staging
2019-04-05 10:37:13 -04:00
Frank Yang
055d219301
Add `GO111MODULE=on` to environment. ( #4042 )
2019-04-04 15:38:02 +01:00
Jack Zampolin
7f1b46ecc1
Merge PR #4041 : Manual for the Crisis Module
2019-04-03 13:38:10 -07:00
rigelrozanski
2c4823865c
crisis manual
...
int
2019-04-03 16:16:39 -04:00
Aleksandr Bezobchuk
fbc3fcb0f0
Merge branch 'master' into release/v0.34.0
2019-04-03 10:58:46 -04:00
gamarin2
ecba8a154a
Merge PR #4037 : Fix doc conflicts
2019-04-03 10:36:19 -04:00
Christopher Goes
5b87966ee2
Merge PR #4022 : Link to latest IBC spec
2019-04-02 18:19:06 +02:00
Frank Yang
3e26ea7819
Merge PR #4015 : Fix Documentation Inconsistency
2019-04-01 14:42:02 -04:00
Alexander Bezobchuk
b95ade93bd
Merge PR #4011 : Mint/Inflation Querier, LCD and CLI
...
* A few godoc updates
* More minor tweaks and reformatting
* Implement initial minting querier
* Implement stringer interface for minting params
* Minor cleanup
* Add minting CLI commands
* Implement inflation query command
* Implement annual provisions query and CLI command
* Update x/mint/client/module_client.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update x/mint/client/module_client.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update x/mint/client/module_client.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update x/mint/querier.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Add minting REST client routes/handlers
* Fix build issues
* Implement querier unit tests
* Update gaiacli docs
* Implement LCD tests
* Update Swagger docs
* Add pending log entry
* add examples
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* revert adding examples
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
2019-04-01 10:28:36 -07:00
frog power 4000
df4394185e
Merge PR #3656 : Broken-Invar Tx - aka. Crisis module
...
* beginning thinking on issue
* ...
* working
* working
* working fee pool distribution
* spek outline
* spec update
* gas refund calculations
* simulation saved to ~/.gaiad/simulations/
* lean simulation output
int
* cleanup bank simulation messages
* operation messges
int
* lint
* move simulation to its own module
* move simulation log code to log.go
* logger overhaul
int
* distribution comments
* fix compiling
* cleanup modifications to x/distribution/keeper/allocation.go
int
int
int
* gov bug
* result.IsOK() minimization
* importExport typo bug
* pending
* address @alexanderbez comments
* simple @cwgoes comments addressed
* event logging unified approach
* distr module name constant
* implementing
* compiles
* gaia integration
* proper constant fee removal
* crisis genesis
* go.sum update
* ...
* debugging
* fix sum errors
* missing err checks
* working implementing CLI
* remove query command
* crisis expected keepers in other modules
* crisis testing infrastructure
* working
* tests complete
* modify handler to still panic if not enough pool coins, docs working
* spec tags
* docs complete
* CL
* assert invariants on a blockly basis gaiad functionality
* gaiad CL
* transaction details in runtime invariance panic
* Apply suggestions from code review
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
* sender tags
* @mossid suggestions
int
* @cwgoes comments final
* Apply suggestions from code review
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
* bug seems fixed (#3998 )
* delete unused line in zero height export bug
2019-03-28 19:27:47 -04:00
Frank Yang
e5897d8d91
Merge PR #3996 : Update DOCS_README
...
Update references to make targets
2019-03-28 12:39:21 -04:00
Jack Zampolin
38b7c0705c
Implement client functionality for the community pool ( #3939 )
...
Fixes : #3937
2019-03-28 01:05:36 +00:00
Aaron Craelius
82d437f206
Fix broken cosmos-sdk go module ( #3982 )
...
The unicode characters in the filename of the Chinese language launch article were breaking the cosmos-sdk go module for module consumers.
2019-03-27 17:45:08 +00:00
Frank Yang
83f3d1e192
Merge PR #3975 : Missing `source ~/.bash_profile` when setting the go environment
2019-03-25 22:04:55 -07:00
Alexander Bezobchuk
2b43e25d55
Merge PR #3954 : Tx Broadcasting Sync by Default
2019-03-25 20:54:23 -04:00
Frank Yang
5c2077c150
Merge PR #3935 : Modify stake to uatom in gaia's doc
...
* Modify stake to atom in gaia's doc. #3833
* Scale up the amount from atom to uatom.
* Scale up the amount from atom to uatom.
* Update docs/gaia/validators/validator-setup.md
Co-Authored-By: yangyanqing <yangyanqing.cn@gmail.com>
* modify for review
2019-03-25 17:15:54 -04:00
Alexander Bezobchuk
59765cecb1
Merge PR #3857 : Remove Shares Concept from Unbond/Redelegate UX
...
* Remove shares concept from unbonding and redelegation
* Remove redundant staking REST type declerations
* Rename staking REST request types
* Fix slashing tests
* Fix staking tests
* Fix integration tests
* Add safety checks for when validator tokens are zero
* Attempt to fix simulation
* Add pending log entry
* Update docs
* Implement and use SharesFromTokens
* Rename ShareTokens and ShareTokensTruncated
* Rename Delegation to Amount in DelegateRequest
* Implement and use SharesFromTokensTruncated
* Update MsgDelegate to use Amount instead of Value
* Use constructors in staking sim messages
* Implement and use ValidateUnbondAmount
2019-03-25 17:13:02 -04:00
Zaki Manian
2788c2250d
Merge PR #3968 : Documentation on how to sign Cosmos transactions
2019-03-25 18:20:03 +01:00
frog power 4000
2ca86c8605
Merge PR #3898 : Circuit breaker high level explanation
2019-03-25 16:37:05 +01:00
gamarin2
294ac8e980
Merge PR #3965 : Cherry pick docs update to develop
2019-03-22 13:53:37 -07:00
wangjj9219
160928b8f3
Merge PR #3955 : update docs chinese translation
2019-03-22 12:06:55 -07:00
Alessio Treglia
8421008042
Remove REST server's secure mode altogether
2019-03-19 18:20:53 +01:00
gamarin2
ce82e01ec4
Merge PR #3922 : DOCS: gamarin/master docs update
2019-03-18 16:58:11 -07:00
Chris Remus
faefc80769
Merge PR #3931 : DOCS: Update validator-setup.md
2019-03-18 15:12:58 -07:00
frog power 4000
ea9aecdff4
Merge PR #3894 : Minting mechanism explanatory docs
...
* minting spec concepts
* cl
* Update docs/spec/mint/01_concepts.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
* typo address @alexanderbez
* Apply suggestions from code review
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
* commit for CI to restart
2019-03-18 11:11:31 -04:00
Alessio Treglia
6ce4d5efd1
replace dep with go mod ( #3907 )
...
Replace sha1sum with jack's gosum and get rid of
vendor-deps.
Also don't compute hash on vendor/ contents.
Instead hash go.sum.
Disable unconvert lint check. It does not
work very well with go mod.
Remove update_vendor_deps once and for all.
Upgrade to go 1.12
Closes : #3919 #3630
2019-03-18 13:45:25 +01:00
Frank Yang
3d2886dc49
Remove Height Flag from CLI Queries #3883 ( #3910 )
...
Closes : #3883
2019-03-16 17:26:40 +01:00
Ismail Khoffi
5115dd4a6a
Merge PR #3912 : Fix a bunch of typos while skimming through the docs
2019-03-15 18:10:11 +01:00
Joon
465bb02d6a
Merge PR #3779 : Split Proposal Interface
2019-03-15 17:47:47 +01:00
shirleypyj
868d44879c
Merge PR #3904 : Create Blastoff — The Cosmos Hub Mainnet is Live-CN
2019-03-15 15:35:36 +01:00
Chjango Unchained
dd0378da88
Merge PR #3902 : docs: create blog-3-en.md
2019-03-15 08:12:38 +01:00
dogemos
1bc7716010
Merge PR #3879 : Update Korean CLI delegator guide to mainnet spec
2019-03-14 19:13:51 +01:00
Karoly Albert Szabo
48b6b3884f
Merge PR #3891 : Fix link to genesis
2019-03-14 17:09:39 +01:00
Frank Yang
7e53da86ee
Merge PR #3884 : steak to stake
2019-03-14 10:32:46 -04:00
gamarin
f39cc0d548
typo fix
2019-03-13 15:37:26 +01:00
gamarin
bd1b693bc6
chris review
2019-03-13 15:32:51 +01:00
Christopher Goes
85b0733a6a
Apply suggestions from code review
...
Co-Authored-By: gamarin2 <gautier@tendermint.com>
2019-03-13 15:30:48 +01:00
gamarin2
5b62109334
Merge PR #3838 : Update Docs for mainnet
2019-03-13 07:09:39 -07:00
gamarin
9e446dfeb7
melekes review
2019-03-13 13:57:09 +01:00
gamarin
5b5960c5e9
fix version
2019-03-12 18:31:23 +01:00
Jack Zampolin
e111162f0c
Update docs/gaia/delegator-guide-cli.md
2019-03-11 14:57:49 -07:00
Jack Zampolin
3f87671232
Apply suggestions from code review
...
Co-Authored-By: jackzampolin <jack.zampolin@gmail.com>
2019-03-11 14:57:04 -07:00
gamarin
d563a26415
bez review
2019-03-11 19:20:46 +01:00
gamarin
1662d6b037
finalize mainnet docs
2019-03-11 19:01:05 +01:00
gamarin
7ec3d3d6fc
update docs for mainnet
2019-03-11 19:01:05 +01:00
Luigi
db421fc0a6
Merge PR #3847 : Fix typos, and update deprecated links
2019-03-11 18:23:46 +01:00
Jae Kwon
4b765b6ab4
Merge pull request #3844 from cosmos/master
...
Temporarily remove snap from installation instructions
2019-03-09 19:19:31 -08:00
Jae Kwon
506712341d
Temporarily remove snap from installation instructions
...
Temporarily remove snap from installation instructions until it's been more thoroughly audited.
2019-03-09 19:13:27 -08:00
shirleypyj
c57de3daea
Merge PR #3827 : Create delegator-guide-cli.md
2019-03-07 21:51:42 -08:00
Alexander Bezobchuk
51c03aa6fe
Merge PR #3803 : Validator Creation Updates
2019-03-05 17:55:46 +01:00
frog power 4000
52bf9ef9fd
Revert "Merge PR #3762 : Allow Validator w/ No Self-Delegation to Unjail (Transfers Disabled)"
...
This reverts commit c2aecb8b0e
.
2019-03-01 19:04:37 -05:00
Alexander Bezobchuk
47a44fb580
Merge PR #3748 : Multisig Display UX Improvements
2019-03-01 13:29:33 -08:00
Alexander Bezobchuk
c2aecb8b0e
Merge PR #3762 : Allow Validator w/ No Self-Delegation to Unjail (Transfers Disabled)
2019-03-01 13:19:27 -08:00
Jae Kwon
10bd98e58e
Merge PR #3717 : Allow the undelegation of more coins than were delegated; More validity checks.
2019-02-27 22:09:26 +01:00
Christopher Goes
e2baa3806a
Merge PR #3758 : Remove governance_penalty
2019-02-27 08:44:05 -08:00
Jack Zampolin
c3e69c9d36
Create blog-2-cn ( #3756 )
...
* Create blog-2-cn
* Update and rename blog-2-cn to blog-2-cn.md
2019-02-27 07:11:01 -08:00
gamarin2
afb21b504a
Merge PR #3757 : DOCS: val faq review
2019-02-27 07:10:33 -08:00
dogemos
77b9412c04
DOCS: (KR) fix typo, add description ( #3755 )
...
- Fixed a few typos
- Added Korean descriptions for command line inputs
2019-02-27 13:07:17 +01:00
shirleypyj
0bb398705c
Update and rename blog-2-cn to blog-2-cn.md
2019-02-27 11:38:35 +08:00
shirleypyj
36ed444caa
Create blog-2-cn
2019-02-27 11:02:40 +08:00
dogemos
3804d0dbb4
Merge PR #3754 : DOCS: add launch blog post 2 KR translation
2019-02-26 16:13:05 -08:00
Chjango Unchained
58ee9c955b
Merge PR #3749 : DOCS: minor link edits to blog 2
2019-02-26 11:25:10 -08:00
Chjango Unchained
1316e2d2eb
Merge PR #3742 : DOCS: add launch blog post 2
2019-02-26 08:00:02 -08:00
Karoly Albert Szabo
cc938b8ec7
Merge PR #3694 : Tagged docker images
2019-02-25 07:53:26 -08:00
Alexander Bezobchuk
b9be1166f7
Merge PR #3673 : Message & Codec Registration Consistency
2019-02-25 16:16:52 +01:00
frog power 4000
a814e5ce66
Merge PR #3679 : Consistent Operators
...
* Minus->Sub Plus->Add Div->Quo
* pending
* Update PENDING.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
* fix
* typo
2019-02-21 12:35:55 -05:00
frog power 4000
a07b235f67
Merge PR #3683 : spec-spec update, spec file reorg, TOC updates
...
* spec reorg
* ...
* PENDING.md
* @alexanderbez comments
2019-02-20 13:21:57 -05:00
frog power 4000
cf2cdabe6b
Merge PR #3690 : Update deploy-testnet.md
2019-02-20 06:17:07 -08:00
gamarin2
de3a882adb
Merge PR #3695 : fix typo del guide
2019-02-20 06:13:07 -08:00
Alessio Treglia
8371095fcd
Merge PR #3579 : Update installation.md, mention snap packages
2019-02-15 16:36:37 +01:00
gamarin2
fb2d902c43
Merge PR #3649 : improve ledger docs
2019-02-14 07:50:39 -08:00
gamarin2
9e9d64ec69
Merge PR #3637 : DOCS: Add readme to specs
2019-02-13 10:05:03 -08:00
Juan Leni
787f46546d
Merge PR #3620 : Indicate build flags in version
2019-02-13 09:53:16 -08:00
dogemos
c71893ed2d
Merge PR #3615 : Add 'translations/kr'
2019-02-13 15:38:48 +01:00
Jack Zampolin
fe47c103f2
Add kr and cn translations of blog 1
2019-02-12 15:57:59 -08:00
Chjango Unchained
221b1ea3e0
Merge PR #3616 : DOCS: add launch blog post
2019-02-12 08:53:51 -08:00
gamarin2
8e6a0d166b
Merge PR #3608 : DOCS: Fix delegator guide typo
2019-02-11 12:40:35 -08:00
gamarin2
f9b2809dc9
Merge PR #3605 : DOCS: fix withdraw instructions in delegator guide
2019-02-11 09:10:04 -08:00
gamarin2
69eddb748c
Merge PR #3602 : Improve delegator's guide
2019-02-11 08:40:00 -08:00
Ethan Buchman
288df6fe69
add warning and disclaimer
2019-02-09 10:34:07 -05:00
Alessio Treglia
1e65ac4f0d
Merge PR #3571 : Update RELEASE_PROCESS.md
...
Update release procedure to ensure both master and develop sit on top of the same commit after release.
2019-02-09 04:15:32 +01:00
frog power 4000
7f74b33e21
Merge PR #3357 : Staking spec upgrades / some renaming
2019-02-09 00:57:33 +01:00
Alexander Bezobchuk
7bc837aa06
Merge PR #3555 : Reintroduce Fees OR Semantics
2019-02-07 18:14:54 -08:00
Christopher Goes
38068a59ea
Merge PR #3507 : Results from x/staking & x/slashing peer review
2019-02-07 17:41:23 -08:00
Peng Zhong
31f9938950
Merge PR #3540 : Docs: fix broken docs build
...
missing quote
2019-02-07 11:17:22 -08:00
gamarin2
1be7490d63
Merge PR #3539 : Docs: Add delegator guide to website
2019-02-07 10:37:00 -08:00
Jack Zampolin
408484e6d4
Merge PR #3503 : CLI flags to args
2019-02-06 16:15:37 -08:00
Alessio Treglia
b63b6254c8
Merge PR #3522 : get rid of double negatives: IsNotNegative -> IsAnyNegative
2019-02-06 14:45:15 -08:00
gamarin2
81ba3cf531
Merge PR #3521 : Docs: Fix table of content delegator guide
2019-02-06 11:48:34 -08:00
gamarin2
37b8e37567
Merge PR #3444 : docs, delegator CLI guide
2019-02-06 08:50:03 -08:00
Alessio Treglia
df94f522f9
Merge PR #3498 : various improvements to gaiad gentx/init
2019-02-05 20:57:36 -08:00
Alessio Treglia
ac1d2c73b2
Merge PR #3500 : Update RELEASE_PROCESS.md
2019-02-05 19:09:25 +01:00
Joon
f15ad04a57
Merge PR #2605 : Paramstore Subkey
2019-02-04 18:13:04 -08:00
Alexander Bezobchuk
082295172e
Merge PR #3447 : Consume Gas Proportional to Tx Size
2019-02-04 15:35:12 -08:00
Alessio Treglia
857a65dc61
gaiacli switches back to insecure mode by default ( #3470 )
2019-02-01 19:06:54 -08:00
Alexander Bezobchuk
097a640412
Allow Simulation and Gen Only in REST Client ( #3467 )
2019-02-01 17:04:13 -08:00
Alessio Treglia
45d59b0792
Merge PR #3464 : Upgrade to go 1.11.5
2019-02-01 02:20:58 +01:00
Alexander Bezobchuk
3864d5b1bd
Query all Delegator Distribution Rewards ( #3433 )
2019-01-29 16:06:38 -08:00
Alexander Bezobchuk
90797f5e09
Gaia Lite Generate Only Support (w/o Keybase) ( #3396 )
2019-01-29 11:22:47 -08:00
Alexander Bezobchuk
1a656e7023
Merge PR #3425 : Add Vesting Account Genesis Validation
2019-01-29 19:11:33 +01:00
Sunny Aggarwal
3e6ce3de8d
Merge PR #3103 : Tombstone specification
2019-01-29 19:10:35 +01:00
Zach
bb76903230
fix docs navbar RPC link ( #3414 )
2019-01-28 12:41:28 -08:00
gamarin2
7988686e75
Update docs get_vendor_deps -> vendor-deps ( #3402 )
2019-01-28 09:49:13 -08:00
Jack Zampolin
9440c3c272
Merge PR #3385 : Docs Hotfix
2019-01-25 12:13:56 +01:00
frog power 4000
dc75eb4eb8
Merge PR #3372 : Limit unbonding delegation / redelegations
2019-01-24 23:44:31 +01:00
Jack Zampolin
af60c75dd3
Merge PR #3352 : Reenable simulation tests
2019-01-24 22:01:32 +01:00
Zaki Manian
f5e6685dfd
Merge Pull Request #3241 : Add Fee & Gas Spec
2019-01-24 08:38:27 -08:00