Skip to content

Commit

Permalink
Merge pull request #2313 from bitshares/remove-travis
Browse files Browse the repository at this point in the history
Remove travis
  • Loading branch information
abitmore authored Nov 21, 2020
2 parents 2b039ca + f1954b9 commit e3bee94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
BitShares Core
==============

[Build Status](https://travis-ci.org/bitshares/bitshares-core/branches):

`master` | `develop` | `hardfork` | `testnet` | `bitshares-fc`
`master` | `develop` | `hardfork` | `testnet` | `bitshares-fc`
--- | --- | --- | --- | ---
[![](https://travis-ci.org/bitshares/bitshares-core.svg?branch=master)](https://travis-ci.org/bitshares/bitshares-core) | [![](https://travis-ci.org/bitshares/bitshares-core.svg?branch=develop)](https://travis-ci.org/bitshares/bitshares-core) | [![](https://travis-ci.org/bitshares/bitshares-core.svg?branch=hardfork)](https://travis-ci.org/bitshares/bitshares-core) | [![](https://travis-ci.org/bitshares/bitshares-core.svg?branch=testnet)](https://travis-ci.org/bitshares/bitshares-core) | [![](https://travis-ci.org/bitshares/bitshares-fc.svg?branch=master)](https://travis-ci.org/bitshares/bitshares-fc)
[![](https://github.com/bitshares/bitshares-core/workflows/Github%20Autobuild/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions?query=branch%3Amaster) | [![](https://github.com/bitshares/bitshares-core/workflows/Github%20Autobuild/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions?query=branch%3Adevelop) | [![](https://github.com/bitshares/bitshares-core/workflows/Github%20Autobuild/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions?query=branch%3Ahardfork) | [![](https://github.com/bitshares/bitshares-core/workflows/Github%20Autobuild/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions?query=branch%3Atestnet) | [![](https://github.com/bitshares/bitshares-fc/workflows/Github%20Autobuild/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=branch%3Amaster)

* [Getting Started](#getting-started)
Expand All @@ -30,7 +27,7 @@ Build instructions and additional documentation are available in the

### Build

We recommend building on Ubuntu 16.04 LTS (64-bit)
We recommend building on Ubuntu 16.04 LTS (64-bit)

**Build Dependencies:**

Expand Down Expand Up @@ -66,7 +63,7 @@ We recommend building on Ubuntu 16.04 LTS (64-bit)
* Windows (various versions, Visual Studio and MinGW)
* OpenBSD (various versions)

* BitShares requires [Boost](http://www.boost.org/) libraries to build, supports version `1.58` to `1.69`.
* BitShares requires [Boost](https://www.boost.org/) libraries to build, supports version `1.58` to `1.69`.
Newer versions may work, but have not been tested.
If your system came pre-installed with a version of Boost libraries that you do not wish to use, you may
manually build your preferred version and use it with BitShares by specifying it on the CMake command line.
Expand Down Expand Up @@ -171,7 +168,7 @@ Use `gethelp <COMMAND>` to see more info about individual commands. E.G.

>>> gethelp get_order_book

The definition of all commands is available in the
The definition of all commands is available in the
[wallet.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/wallet/include/graphene/wallet/wallet.hpp) souce code file.
Corresponding documentation can be found in the [Doxygen documentation](https://doxygen.bitshares.org/classgraphene_1_1wallet_1_1wallet__api.html).

Expand Down Expand Up @@ -327,7 +324,7 @@ FAQ
- Is there a way to access methods which require login over HTTP?

Yes. Most of the methods can be accessed by specifying the API name instead of an API ID. If an API is protected by a username and a password, it can be accessed by using *basic access authentication*. Please check the ["Accessing restrictable node API's"](#accessing-restrictable-node-apis) section for more info.

However, HTTP is not really designed for "server push" notifications, and we would have to figure out a way to queue notifications for a polling client. Websockets solves this problem. If you need to access the stateful methods, use Websockets.

- What is the meaning of `a.b.c` numbers?
Expand Down Expand Up @@ -370,7 +367,7 @@ FAQ
less fine if your `witness_node` allows the general public to control which p2p nodes it's
connecting to. Therefore the API to add p2p connections needs to be set up with proper access
controls.

License
-------
BitShares Core is under the MIT license. See [LICENSE](https://github.com/bitshares/bitshares-core/blob/master/LICENSE.txt)
Expand Down
2 changes: 1 addition & 1 deletion libraries/fc
Submodule fc updated 1 files
+0 −1 README.md

0 comments on commit e3bee94

Please sign in to comment.