Commit Graph

3816 Commits

Author SHA1 Message Date
Dev Ojha 45a010bb2f Merge PR #1937: crypto/keys: Reduce bcrypt parameter in tests
Currently the crypto/keys tests take 2 minutes in circle CI.
A significant portion of this time is due to the bcrypt security
parameter. Changing it for these tests should reduce the time significantly.
2018-08-08 12:06:18 +02:00
Dev Ojha 10199c9159 Merge PR #1936: types: Reduce size of TestImmutability<Arith\U>Int tests
Currently they take ~1 minute on circle CI. There isn't a significant reason
for this to delay all our tests. This commit reduces the time spent on these
tests by a factor of 20.
2018-08-08 12:05:20 +02:00
Aditya Sripal 7539e212ee more readable pseudo 2018-08-07 17:04:22 -07:00
Aditya Sripal feb9a22663 Cleaned up spec further 2018-08-07 17:02:28 -07:00
Rigel cd3d197cc1
Update PULL_REQUEST_TEMPLATE.md 2018-08-07 13:55:09 -04:00
Aditya Sripal 2ac55ebb1d even better pseudocode 2018-08-06 15:23:47 -07:00
Aditya Sripal d56e3a7ef9 better pseudocode 2018-08-06 13:03:58 -07:00
Christopher Goes 46382994a3
Merge PR #1925: Fix develop from FF merge
* Update types/coin_test.go from FF merge
* 'make format'
2018-08-06 21:49:17 +02:00
Joon 93457aac33 Merge PR #1626: Increase coverage of types/ 2018-08-06 21:00:49 +02:00
Alexander Bezobchuk 12c2c236c2 Merge PR #1741: CoreContext Refactor 2018-08-06 20:11:30 +02:00
Aditya Sripal 9c1918efdc improve readability 2018-08-03 13:16:41 -07:00
Aditya Sripal 10b2e830a2 addressed comments, added formulas for easy verification 2018-08-03 13:12:34 -07:00
gamarin f90fd2b90c update val faq 2018-08-03 17:43:31 +02:00
Zach 3c4985c315 Merge PR #1913: Delete gaiacli.md 2018-08-03 02:18:48 +02:00
Aleksandr Bezobchuk 9cfe2c59f1 Update schema 2018-08-02 14:35:54 -04:00
Aleksandr Bezobchuk 43420936e5 Fix link 2018-08-02 14:31:09 -04:00
Aleksandr Bezobchuk 11abc3f4f4 Update encoding and schema spec 2018-08-02 14:28:23 -04:00
Aleksandr Bezobchuk 508c54d3cd Update API section to be more spec-defined 2018-08-01 15:38:54 -04:00
Alexander Bezobchuk a9805794d7 Merge pull request #1856: gen-tx: Support User Given Key Passwords
* Merge pull request #1856: gen-tx: Support User Given Key Passwords

* Fix broken CLI test(s)
2018-08-01 15:15:37 -04:00
Aleksandr Bezobchuk 00e116c0c7 Update preliminary 2018-08-01 14:53:34 -04:00
Joon 7b54e4b786 Merge pull request #1812: Add BaseApp.Seal
* Merge pull request #1812: Add BaseApp.Seal

fix pow

move setter functions

apply requests

* fix errors

* fix test

* fix test

* changelog
2018-08-01 00:23:25 -04:00
Greg Szabo 179b8f9c49 Merge PR #1821: Added seed node update scripts
* Added seed node update scripts
* Updated PENDING
* Fixed issue with GENESISFILE and added GENESISURL to seed node scripts
* Fixed unsafe reset bug
* As requested, multiline ansible-playbook command
* Added monitoring gaiacli.service to logz.io template
* Added journald configuration ansible script
2018-08-01 03:13:22 +02:00
Aditya Sripal d4d7658166 New idea for spec 2018-07-31 18:11:19 -07:00
Jack Zampolin 840d915ff6 Merge PR #1898: Add note about checking spec to the PR template 2018-08-01 02:43:44 +02:00
Jae Kwon 9841a2dd91
Update PRIORITIES.md 2018-07-31 16:46:43 -07:00
Jae Kwon a5114ea1a2
Create PRIORITIES.md 2018-07-31 12:43:02 -07:00
Joe Bowman 874a6055b0 Merge PR #1889: update signing info endpoint
* update /slashing/signing_info/ endpoint of lcd to take cosmosvalpub instead of cosmosvaladdr for consistency reasons
* update pending.md
* update test that calls /slashing/signing-info endpoint
2018-07-31 20:27:03 +02:00
Aleksandr Bezobchuk fd64da8587 Update assumptions 2018-07-31 10:04:21 -04:00
Aleksandr Bezobchuk da0d907d12 Update ICS cosmos signed messages 2018-07-31 09:38:29 -04:00
Joon 19b0781e60 Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
Sunny Aggarwal d3fcfdba57 Merge PR #1845: Query-proposals CLI command 2018-07-31 01:48:00 +02:00
Aleksandr Bezobchuk 02a7552f18 Remove ADR 001 and related directories/files 2018-07-30 16:59:58 -04:00
Aditya Sripal 41130f8742 Addressed basic comments 2018-07-30 13:25:44 -07:00
Aleksandr Bezobchuk f875b446e1 Add notes on replay protection and algos 2018-07-30 12:47:26 -04:00
Aleksandr Bezobchuk 3fe0b73b03 Update ADR 001 context 2018-07-30 12:19:39 -04:00
Aleksandr Bezobchuk 6d75b69a5c Initial ADR directory, templates, and ADR 001 2018-07-30 11:16:33 -04:00
Sunny Aggarwal 7fc2ed61d7 Merge pull request #1859: slashing to governance for non-voting validators
* added slashing to governance non voting

* minor formatting
2018-07-30 01:11:21 -04:00
Rigel 53d30aff88
Merge pull request #1850 from cosmos/bez/1675-non-deterministic-cover
R4R: Fix Non-Deterministic Test Coverage
2018-07-29 23:28:56 -04:00
Rigel c40d5debcc
Merge pull request #1862 from cosmos/dev/speed_up_handleMsgEditValidator
x/stake: Speed up handleMsgEditValidator
2018-07-29 23:21:10 -04:00
Rigel 89dd333732
Merge pull request #1873 from cosmos/dev/reduce_test_output
CI: Reduce log output
2018-07-29 23:15:46 -04:00
Aditya Sripal 89494ef73e improve readability 2018-07-29 19:35:23 -07:00
Aditya Sripal 69d1fe2fb1 clarify requirements 2018-07-29 19:33:17 -07:00
Aditya Sripal 39d1cf69b5 simplify spec 2018-07-29 19:29:54 -07:00
ValarDragon f04deea358 CI: Reduce log output
This commit makes it such that circle CI only shows the module whose
tests it is currently running in the log, unless a test fails. For each
failing test, it will display all of the log output. This is done to make
our log output far more scrollable. We lose no information in debugging.
2018-07-29 14:12:38 -07:00
Dev Ojha c9936b310a Merge PR #1863: link to the new doc website in the readme! 2018-07-28 19:54:37 +02:00
ValarDragon 0bb3497356 x/stake: Speed up handleMsgEditValidator
This removes running the power update logic on handleMsgEditValidator,
as its unnecessary.

Closes #1815
2018-07-27 21:42:59 -07:00
Aditya Sripal 3445a85aad initial progress on vesting spec 2018-07-27 18:35:21 -07:00
Aleksandr Bezobchuk 6e9226144b Merge pull request #1850: Fix Non-Deterministic Test Coverage 2018-07-27 18:41:50 -04:00
Rigel 9812c88b3c
Merge pull request #1853 from cosmos/cwgoes/staking-bugfix
Fix genesis bond intra-tx counter bug
2018-07-27 14:38:41 -04:00
Christopher Goes 79aeb2b4b9 Fix genesis bond intra-tx counter bug 2018-07-27 20:01:06 +02:00