Alessio Treglia
83793a8974
Update PENDING.md
2018-11-22 14:36:28 +00:00
Alessio Treglia
c245a3deb1
Don't get command through client.{Get,Post}Commands()
...
Logic has changed recently and commands are now enriched
with flags by default.
Closes : #2884
2018-11-22 13:51:51 +00:00
Christopher Goes
2d3e1afea8
Add demonstrative failing testcase
2018-11-22 11:21:11 +01:00
rigelrozanski
abed373d5c
extra max block gas test at limit
2018-11-22 00:36:12 -05:00
rigelrozanski
b4b61b890c
address some comments while reviewing Jaes work
2018-11-22 00:30:04 -05:00
rigelrozanski
972377c287
lint
2018-11-21 23:49:05 -05:00
John McDowall
f09fa33cfd
Merge PR #2802 : Correct the usage of misspelling of English word 'depositor'.
...
Throughout the codebase the misspelling 'depositer' of the English word
'depositor' has been used. This commit applies a global search and
replace to correct the misspelling.
2018-11-22 00:53:33 +01:00
Alessio Treglia
3e68e44063
Merge PR #2874 : gaiad gentx subcommands refactoring
...
* gaiad gentx subcommands refactoring
- Replace STDIN/STDOUT redirection in `gaiad gentx` with subcommands
command line options to redirect streams to file since viper does
not handle redirection well.
- Use `BuildCreateValidatorMsg` to build a `MsgCreateValidator` rather
than redirecting to `gaiacli tx stake create-validator`.
- `PrintUnsignedStdTx` now takes an `io.Writer` object.
- Mark `--pubkey`, `--amount` and `--moniker` as required flags
instead of validating them manually.
- Use stake.NewDescription() to make a new Description - ref #2835
* Refresh PENDING.md
2018-11-22 00:44:13 +01:00
Alexander Bezobchuk
1ea0e4c457
Merge PR #2863 : Transaction ValidateBasic
...
* Add ValidateBasic to Tx interface
* Update BaseApp unit tests
* Add missing return in ValidateBasic
* Update ValidateBasic to use IsNotNegative
* Add pending log entry
* Add unit test TestTxValidateBasic
* Fix broken lint regression
* Add sig count check to validation
* Add test case to TestTxValidateBasic
2018-11-21 11:16:56 +01:00
Federico Kunze
d227e2a29e
Merge PR #2869 : Gov tally endpoint
...
* Added tally endpoint
* Update querier.go
* rename queryable
* Address @alexanderbez comments
2018-11-21 10:54:51 +01:00
rigelrozanski
6fd3132e71
lint fix, merge fix
2018-11-21 02:02:15 -05:00
rigelrozanski
70e60c2f30
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-21 01:51:56 -05:00
Jae Kwon
bd982b1423
Merge reference/baseapp and spec/baseapp/WIP_abci_application.md
2018-11-20 20:23:09 -08:00
Jae Kwon
4afd53d81b
Consume block gas to tx gas limit even upon overconsumption
2018-11-20 20:07:30 -08:00
Jae Kwon
10bdf8fa03
Store ConsensusParams to main store
2018-11-20 16:44:49 -08:00
Jae Kwon
d911565d0b
Fix compile
2018-11-20 13:16:44 -08:00
Federico Kunze
b7301b5927
Merge branch 'develop' into fedekunze/2819-fix-tx-search
2018-11-20 14:16:38 +01:00
Federico Kunze
ee4c51bb36
update cli tests
2018-11-20 14:13:05 +01:00
Max Levy
d8bbf85efa
Merge PR #2866 : URL fixed
...
Follow up on Documentation Structure Change and Cleanup (#2808 )
2018-11-20 11:03:11 +01:00
Alexander Bezobchuk
41fc538ac7
Add Safety Measures to Coin/Coins ( #2797 )
2018-11-20 01:22:35 -08:00
Jae Kwon
47eed3958b
Clean up Context/MultiStore usage in BaseApp ( #2847 )
2018-11-20 01:06:14 -08:00
rigelrozanski
56dc2363fa
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-20 02:58:33 -05:00
Alexander Bezobchuk
6e813ab3a8
Change gas & related fields to unsigned integer type ( #2839 )
...
* Change gas & related fields to unsigned integer type
* Implement AddUint64Overflow
2018-11-19 09:13:45 -08:00
Jack Zampolin
f525717054
Standardize CLI Exports from Modules ( #2840 )
...
* Move query and tx commands to modules
* Move GetAccountDecoder to prevent import cycle and replace calls to it with one call in WithAccountDecoder
* Add moduleClients interface and implement in all applicable modules
* Use module clients in cli initialization
2018-11-19 09:02:34 -08:00
Christopher Goes
fd968f7d8f
R4R: Remove unused bank.MsgIssue (and prevent possible panic) ( #2855 )
...
* Remove all bank.MsgIssue code
2018-11-19 07:42:53 -08:00
Jack Zampolin
9676ce7d48
Expose LCD router, allowing devs to register custom routes from their modules ( #2836 )
...
* Fixes #1081
2018-11-16 14:21:36 -08:00
Alexander Bezobchuk
15b6fa0959
Cache-wrap context during ante handler exec ( #2781 )
...
* Use cache-wrapped multi-store in ante
* Implement TestBaseAppAnteHandler
* Add reference documentation for BaseApp/CheckTx/DeliverTx
2018-11-16 10:33:47 -08:00
Sunny Aggarwal
8d6b0929fb
Codespaces as Strings ( #2821 )
2018-11-16 09:12:24 -08:00
Federico Kunze
8a95de4086
updated swagger.yaml
2018-11-16 16:18:05 +01:00
Federico Kunze
17559933b0
PENDING
2018-11-16 16:11:09 +01:00
Federico Kunze
f42363b326
Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into fedekunze/2819-fix-tx-search
...
Merge develop
2018-11-16 16:06:12 +01:00
Federico Kunze
15d98cc24f
update lcd tests
2018-11-16 16:03:57 +01:00
Federico Kunze
1a7f9dac75
update unit tests
2018-11-16 15:10:02 +01:00
Zach
ca2270c87e
Merge PR #2831 : Fix dead link
2018-11-16 14:48:38 +01:00
Federico Kunze
e65d18643e
test empty response
2018-11-16 13:07:17 +01:00
Federico Kunze
4de3aee7f1
fixed tx search
2018-11-16 12:50:58 +01:00
Christopher Goes
bd723fa909
Merge PR #2829 : Add-genesis-account: validate app state accounts
...
* add-genesis-account: validate app state accounts
* Update PENDING.md
2018-11-16 11:55:54 +01:00
Christopher Goes
eb27c70292
Merge branch 'develop' into alessio/validate-addr-when-adding-genesis-account
2018-11-16 11:44:41 +01:00
Christopher Goes
9a37066405
Merge PR #2841 : Check whether key passed with --name exists before redirecting to tx create-validator
...
* Check whether key passed with --name exists before redirecting to tx create-validator
* Update PENDING.md
2018-11-16 11:40:37 +01:00
rigelrozanski
4818e67145
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-16 03:32:55 -05:00
Alessio Treglia
9beb6d405e
Update PENDING.md
2018-11-16 05:05:20 +00:00
Alessio Treglia
f2b38874ef
Check whether key passed with --name exists before redirecting to tx create-validator
...
Closes : #2804
2018-11-16 05:01:34 +00:00
Christopher Goes
cf6b7ef6d8
Test runtime-assertable invariants every block ( #2807 )
...
* Initial pass
* Minor cleanup
2018-11-15 13:21:42 -08:00
gamarin2
e04d32c8d5
DOCS: fix links and add cli to sidebar ( #2830 )
...
* fix links and add cli to sidebar
2018-11-15 11:54:54 -08:00
Alessio Treglia
815a6de82f
R4R: Remove AppInit ( #2801 )
...
* Remove AppInit
* Update PENDING.md
2018-11-15 10:01:19 -08:00
rigelrozanski
2a594fe338
basic cwgoes comments
2018-11-15 11:13:18 -05:00
Alessio Treglia
d22947f7b3
Update PENDING.md
2018-11-15 15:47:37 +00:00
Alessio Treglia
31ccfb5b5a
add-genesis-account: validate app state accounts
2018-11-15 15:44:27 +00:00
Alessio Treglia
7b7d45ddd2
Merge PR #2800 : Limit total number of signatures per transaction
...
* Limit total number of signatures per transaction
* Fail if limit is exceeded
* Loop over all sigs and count subkeys
* No need for a type switch, adopt early return
* Test rejection logic
* Mention sigs limit
2018-11-15 15:30:24 +01:00
Christopher Goes
7f68cee3d6
Merge PR #2803 : Update ubuntu install script
2018-11-15 12:00:49 +01:00