HaoyangLiu
f896497db1
Improve swagger.yaml
2018-09-30 13:26:44 +08:00
HaoyangLiu
b7f27a0e1f
update gopkg.lock and fix compile error
2018-09-30 12:53:30 +08:00
HaoyangLiu
d6f6a1f87f
Merge with develop
2018-09-30 11:46:27 +08:00
HaoyangLiu
6e8b8e47ee
Add swagger-ui for ICS0 and ICS20
2018-09-30 11:42:12 +08:00
Jae Kwon
1e26ba2e0e
CLIContext.Logger -> .Output as it isn't a logger ( #2420 )
...
This changes .Logger to .Output, as it isn't used anywhere except as os.Stdout.
2018-09-28 21:45:54 -07:00
rigelrozanski
dcf0ddaa03
...
2018-09-28 20:55:22 -04:00
rigelrozanski
16f5d69329
types fee pool test
2018-09-28 19:32:42 -04:00
rigelrozanski
064f8b0b58
dec coin tests
2018-09-28 19:23:01 -04:00
rigelrozanski
e223eadb36
types msg tests
2018-09-28 19:04:04 -04:00
rigelrozanski
733b616c8c
disable endblock for lcd
2018-09-28 04:15:03 -04:00
rigelrozanski
7ab02aed76
lcd tests to include proposer
2018-09-28 04:02:07 -04:00
rigelrozanski
60a3541380
major debugs
2018-09-28 03:29:52 -04:00
rigelrozanski
956566d5d1
proser
2018-09-27 23:04:37 -04:00
rigelrozanski
436d2a0178
Merge remote-tracking branch 'origin/develop' into rigel/fee-distribution
2018-09-27 22:48:16 -04:00
rigelrozanski
0436f50c00
...
2018-09-27 19:54:41 -04:00
HaoyangLiu
46e268efe2
Convert swagger.json to swagger.yaml
2018-09-27 22:07:39 +08:00
Christopher Goes
f7cb351dd1
Merge PR #2162 : Add loose/bonded token supply invariants back to simulation
2018-09-27 15:52:30 +02:00
HaoyangLiu
6d43f9cb0b
Correct inaccurate description
2018-09-27 20:02:31 +08:00
HaoyangLiu
bf24a42a29
Remove stake API from this PR
2018-09-27 19:54:33 +08:00
HaoyangLiu
4e3066131e
Merge with develop
2018-09-27 19:41:38 +08:00
HaoyangLiu
c5affaa7bf
Remove docs/clients/lcd-rest-api.yaml and add its content to client/lcd/swagger-ui/swagger.json
2018-09-27 19:36:22 +08:00
HaoyangLiu
bff2f33ac5
Rename swaggerui to swagger-ui
2018-09-27 19:06:22 +08:00
Christopher Goes
f2422cd974
Keep code, codespace
2018-09-27 12:48:05 +02:00
Christopher Goes
fd36abfe05
Use own directory, fix tx size test, remove parseCmnError
2018-09-27 12:46:05 +02:00
Christopher Goes
f11ee67782
Merge branch 'develop' into cwgoes/update-tendermint-upstream
2018-09-27 10:53:01 +02:00
Zach
e7134e8742
Merge PR #2414 : docs: add version
2018-09-27 16:52:24 +08:00
Christopher Goes
ecc06f4aff
Merge branch 'develop' into cwgoes/update-tendermint-upstream
2018-09-27 00:26:36 +02:00
Dev Ojha
7d5bc459fa
Merge PR #2413 : Remove reflection from handlers
2018-09-27 05:04:06 +08:00
Dev Ojha
cb86efa054
Merge PR #2376 : auth: Don't recalculate mempool fees for every msg signer, misc. cleanup
...
This PR begins improving the godocs for the auth module, and begins cleaning
up the Ante handler.
Additionally we previously calculated if the fee was sufficient for the tx
on every single signer. This is now refactored to be more efficient, and have
a better logical flow. No changelog entry as this is new to this release.
2018-09-27 02:34:01 +08:00
Christopher Goes
da96e93727
'make format'
2018-09-26 18:23:14 +02:00
Christopher Goes
1013703115
Update context.Verify
2018-09-26 18:20:08 +02:00
Christopher Goes
e931195831
Remove unnecessary changes
2018-09-26 18:06:52 +02:00
Christopher Goes
e7c2a9614f
Merge branch 'develop' into cwgoes/update-tendermint-upstream
2018-09-26 17:42:22 +02:00
Christopher Goes
91ee6b0d99
Merge PR #2313 : Multi-seed parallel simulation
2018-09-26 23:04:42 +08:00
Alexander Bezobchuk
8ca8acf638
Merge PR #2357 : Refactor Iterator Gas Consumption
2018-09-26 22:02:56 +08:00
Alessio Treglia
a2caefc8ae
Merge PR #2390 : CLI subcommands reorganization
2018-09-26 22:00:49 +08:00
Dev Ojha
e6a8b2278e
Merge PR #2377 : auth: Move stdsignmsg to txbuilder, add tests
2018-09-26 21:39:05 +08:00
Alexander Bezobchuk
91cac96fea
Merge PR #2391 : LCD Cleanup and DRY Refactor
2018-09-26 21:29:39 +08:00
Dev Ojha
145e06b85c
Merge PR #2382 : baseapp: Move code from setters.go to options.go
2018-09-26 21:17:46 +08:00
Dev Ojha
b1583dd8c5
Merge PR #2383 : baseapp: Move query tests to their own file
2018-09-26 21:16:50 +08:00
Dev Ojha
9e27e4bac5
Merge PR #2386 : types/coins: Add benchmarks for coins addition
2018-09-26 21:15:37 +08:00
Dev Ojha
e11c52e873
Merge PR #2408 : decimal: Add a method to multiply a decimal by an Int
...
This is for usage within the slash function, to minimize operations
required to slash each unbonded and redelegating account.
2018-09-26 18:13:40 +08:00
Rigel
b54801b4b3
[RETRY] Distr-PR-3 More staking hooks ( #2404 )
...
* update commission hook for new commission work
* comment update
2018-09-25 23:11:57 -07:00
rigelrozanski
3846894c3a
Merge branch 'rigel/new-hooks' into rigel/fee-distribution
2018-09-25 20:09:33 -04:00
rigelrozanski
4929b022ce
mini-fix
2018-09-25 19:59:46 -04:00
rigelrozanski
9e9756a6a9
Merge remote-tracking branch 'origin/develop' into rigel/new-hooks
2018-09-25 18:31:12 -04:00
rigelrozanski
910af2066f
Merge commit '5be5ea3' into rigel/new-hooks
2018-09-25 18:26:24 -04:00
rigelrozanski
d3146bf06d
...
2018-09-25 18:02:22 -04:00
rigelrozanski
47e899bb61
Merge remote-tracking branch 'origin/develop' into rigel/fee-distribution
2018-09-25 17:45:48 -04:00
rigelrozanski
380d3e1c5a
pull a bunch from develop
2018-09-25 17:43:26 -04:00