Commit Graph

1074 Commits

Author SHA1 Message Date
Ethan Frey 163634daf7 Cleanup badges on readme 2017-09-05 17:08:28 +02:00
Ethan Frey b0e73a5400 Merge pull request #247 from cosmos/read-the-docs
Implement read the docs
2017-09-04 19:11:30 +02:00
Zach Ramsay 7f4e2ab681 docs: add basecoin-kubernetes from medium 2017-09-04 13:04:51 -04:00
Zach Ramsay 2738c22798 docs: edits for rst & other cleanup 2017-09-04 13:04:51 -04:00
Zach Ramsay e60b311796 docs: rtd working 2017-09-04 13:04:51 -04:00
Zach Ramsay 085d0cb44e docs: rename all files from .md to .rst 2017-09-04 13:04:51 -04:00
Zach Ramsay ae928d0de9 docs: init sphinx for RTD 2017-09-04 13:04:34 -04:00
Ethan Frey c94500f269 Merge pull request #242 from cosmos/feature/move_to_examples
Move all binaries to examples
2017-09-04 18:10:26 +02:00
Ethan Frey 2887d0d288 Cleaned up root command to be less basecoin-specific 2017-09-04 16:50:09 +02:00
Ethan Frey ec6843928e Moved basecoin server commands out of examples dir to share them 2017-09-04 16:50:09 +02:00
Ethan Frey 23a539ae6f Improve import of general tests/cli stuff as per rigel 2017-09-04 16:50:09 +02:00
Ethan Frey 96f96ffc3d Moved basecoin into examples 2017-09-04 16:50:09 +02:00
Ethan Frey b274494474 Fix timing issue in rest cli test 2017-09-04 16:50:09 +02:00
Ethan Frey 041396b53e Moved eyes into example apps, cleaned up Makefile 2017-09-04 16:50:09 +02:00
Ethan Frey d22c08b12a Store shunit2 in the repo, no dangerous wget each test 2017-09-04 16:50:09 +02:00
Ethan Frey ce46642aa0 Move counter cli tests into example dir 2017-09-04 16:50:09 +02:00
Ethan Frey 21cc189043 moved counter to examples dir 2017-09-04 16:50:09 +02:00
rigelrozanski 9ca7ad2c32 hotfix counter app typo 2017-08-31 17:23:39 -04:00
Rigel c9d2fa5dbf Merge pull request #239 from zramsay/build-sdk-app
docs: cleanups and consolidation.
2017-08-31 17:02:34 -04:00
Zach Ramsay c9a620d107 docs: address moar comments & re-add (modified) inspiration 2017-08-31 13:33:46 -04:00
Zach Ramsay 15a7fa2eac docs: address comments & other updates 2017-08-29 17:13:34 -04:00
Zach Ramsay 49665dd492 readme: improve wording 2017-08-29 13:59:59 -04:00
Zach Ramsay 9249173a37 README; move banner image to docs/graphics 2017-08-29 13:55:43 -04:00
Zach Ramsay 2c3e5ff5b7 docs: set correct graphics link 2017-08-29 13:34:42 -04:00
Zach Ramsay 287bf8a503 move sdk files out of quarks directory 2017-08-28 20:27:03 -04:00
Zach Ramsay f2fcfba3e3 move & edit content from quarks/readme 2017-08-28 20:10:48 -04:00
Zach Ramsay 8ba41d718c docs: move API draft to architecture directory 2017-08-28 19:46:57 -04:00
Zach Ramsay 71283673de docs: minor edits throughout 2017-08-28 19:45:19 -04:00
Zach Ramsay 5fa668a94d docs: typo in basecoin-basics 2017-08-28 17:35:04 -04:00
Zach Ramsay 1408eb65a4 spiff up readme, #146 2017-08-25 16:44:50 +01:00
Adrian Brink 1ad317642e Update path in glide.yaml (#235)
* Update path in glide.yaml

* Update deps with glide up
2017-08-22 12:30:52 +01:00
Ethan Frey d77e81ae46 Merge pull request #233 from cosmos/rename-cosmos-sdk
Rename basecoin to cosmos-sdk
2017-08-21 22:30:21 +01:00
Ethan Frey 592752435c Fix makefile version flag 2017-08-21 22:21:42 +01:00
Ethan Frey 041943c441 Rename all packages and imports to cosmos-sdk 2017-08-21 22:15:15 +01:00
Ethan Frey 8a430648e4 Bump version to 0.7.0-alpha 2017-08-18 23:48:57 +01:00
Ethan Frey 7533cd9d7e Merge branch 'develop' into unstable 2017-08-18 23:44:49 +01:00
Ethan Frey f2863aa05f Merge pull request #226 from tendermint/rest-/query/nonce
Started implementing nonce REST query handler
2017-08-18 23:33:05 +01:00
Matt Bell dac4d9e155 Started implementing nonce REST query handler 2017-08-18 23:27:51 +01:00
Emmanuel Odeke 71bacacc21 Fix query test - Alexis please check better 2017-08-18 23:03:58 +01:00
Ethan Frey 7b3fde4544 Merge pull request #208 from orijtech/build_create
modules/coin/rest: implemented doCreateRole
2017-08-18 22:54:35 +01:00
Emmanuel Odeke 8a4e24925a Fixed tests/cli/rest.sh for checking accounts 2017-08-18 22:50:10 +01:00
Emmanuel Odeke dfae4ccdbd modules/coin/rest: incorporated feedback from @ebuchman 2017-08-18 22:32:04 +01:00
Emmanuel Odeke f52d92a40e modules/coin/rest: implemented CreateRole
* Note: Role must be a hex string, as enforced in tests/rest/cli.sh

```shell
$ curl -X POST http://localhost:8998/build/create_role --data \
'{
  "role":"DEADBEEF", "seq": 1,
  "min_sigs": 1,
  "signers": [{
    "addr": "4FF759D47C81754D8F553DCCAC8651D0AF74C7F9", "app": "role"
  }]
}'
```

```HTTP
HTTP/1.1 200 OK
Content-Type: application/json
Date: Tue, 08 Aug 2017 19:15:13 GMT
Content-Length: 387

{
  "type": "chain/tx",
  "data": {
    "chain_id": "test_chain_id",
    "expires_at": 0,
    "tx": {
      "type": "role/create",
      "data": {
        "role": "DEADBEEF",
        "min_sigs": 1,
        "signers": [
          {
            "chain": "",
            "app": "role",
            "addr": "4FF759D47C81754D8F553DCCAC8651D0AF74C7F9"
          }
        ]
      }
    }
  }
}
```

Updates #200
2017-08-18 22:32:04 +01:00
Ethan Frey f04975c6a6 Merge pull request #230 from tendermint/feature/make-version
Set git commit in version for all binaries
2017-08-18 22:25:23 +01:00
Ethan Frey 663f96b491 Unify version in all binaries 2017-08-18 22:04:50 +01:00
Ethan Frey a908c24235 Use linker flags to set git commit in version command 2017-08-18 22:04:50 +01:00
Ethan Frey 27d86c7769 Merge pull request #222 from zramsay/roles-multi-sig
docs: roles and multi sig
2017-08-18 22:00:54 +01:00
Zach Ramsay 4c8bddb02a docs: roles PR fixes 2017-08-18 16:08:27 -04:00
Zach Ramsay 4e62c3a1c4 docs: no quotes needed for role 2017-08-18 15:55:44 -04:00
Alexis Sellier 9c7b1e023f Merge pull request #218 from tendermint/feature/client-proofs
Support non-existence proof
2017-08-18 13:06:08 +02:00