Skip to content

Commit

Permalink
Switch from TREZOR to Trezor according to new design guidelines trezo…
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboehm committed Jun 17, 2019
1 parent 7284c7c commit 6447cdb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/text/about
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Blockbook - blockchain indexer for TREZOR wallet https://trezor.io/. Do not use for any other purpose.
Blockbook - blockchain indexer for Trezor wallet https://trezor.io/. Do not use for any other purpose.
6 changes: 3 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Response:
"mempoolSize": 17348,
"decimals": 8,
"dbSize": 191887866502,
"about": "Blockbook - blockchain indexer for TREZOR wallet https://trezor.io/. Do not use for any other purpose."
"about": "Blockbook - blockchain indexer for Trezor wallet https://trezor.io/. Do not use for any other purpose."
},
"backend": {
"chain": "main",
Expand Down Expand Up @@ -527,7 +527,7 @@ Response:
]
}
```
_Note: Blockbook always follows the main chain of the backend it is attached to. If there is a rollback-reorg in the backend, Blockbook will also do rollback. When you ask for block by height, you will always get the main chain block.If you ask for block by hash, you may get the block from another fork but it is not guaranteed (backend may not keep it)_
_Note: Blockbook always follows the main chain of the backend it is attached to. If there is a rollback-reorg in the backend, Blockbook will also do rollback. When you ask for block by height, you will always get the main chain block. If you ask for block by hash, you may get the block from another fork but it is not guaranteed (backend may not keep it)_

#### Send transaction

Expand Down Expand Up @@ -578,4 +578,4 @@ The client can subscribe to the following events:

There can be always only one subscription of given event per connection, i.e. new list of addresses replaces previous list of addresses.

_Note: If there is reorg on backend(blockchain), you will get a new block hash with the same or even smaller height if the reorg is deeper_
_Note: If there is reorg on the backend (blockchain), you will get a new block hash with the same or even smaller height if the reorg is deeper_
2 changes: 1 addition & 1 deletion server/public_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ func socketioTestsBitcoinType(t *testing.T, ts *httptest.Server) {
{
name: "socketio getInfo",
req: socketioReq{"getInfo", []interface{}{}},
want: `{"result":{"blocks":225494,"testnet":true,"network":"fakecoin","subversion":"/Fakecoin:0.0.1/","coin_name":"Fakecoin","about":"Blockbook - blockchain indexer for TREZOR wallet https://trezor.io/. Do not use for any other purpose."}}`,
want: `{"result":{"blocks":225494,"testnet":true,"network":"fakecoin","subversion":"/Fakecoin:0.0.1/","coin_name":"Fakecoin","about":"Blockbook - blockchain indexer for Trezor wallet https://trezor.io/. Do not use for any other purpose."}}`,
},
{
name: "socketio estimateFee",
Expand Down
12 changes: 6 additions & 6 deletions static/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/main.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="TREZOR {{.CoinLabel}} Explorer">
<title>TREZOR {{.CoinLabel}} Explorer</title>
<meta name="description" content="Trezor {{.CoinLabel}} Explorer">
<title>Trezor {{.CoinLabel}} Explorer</title>
</head>

<body>
<header id="header">
<div class="container">
<nav class="navbar navbar-expand navbar-dark bg-trezor">
<a class="navbar-brand" href="/" title="Home">
<div alt="TREZOR Wallet" class="trezor-logo-svg-white">
<div alt="Trezor Wallet" class="trezor-logo-svg-white">
<svg width="100" height="42" version="1.1" id="logotyp" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 163.7 41.9" space="preserve">
<polygon points="101.1,12.8 118.2,12.8 118.2,17.3 108.9,29.9 118.2,29.9 118.2,35.2 101.1,35.2 101.1,30.7 110.4,18.1 101.1,18.1"></polygon>
<path d="M158.8,26.9c2.1-0.8,4.3-2.9,4.3-6.6c0-4.5-3.1-7.4-7.7-7.4h-10.5v22.3h5.8v-7.5h2.2l4.1,7.5h6.7L158.8,26.9z M154.7,22.5h-4V18h4c1.5,0,2.5,0.9,2.5,2.2C157.2,21.6,156.2,22.5,154.7,22.5z"></path>
Expand Down Expand Up @@ -48,7 +48,7 @@
{{- end -}}
<ul class="navbar-nav flex-row ml-md-auto d-none d-lg-flex ">
<li class="nav-item">
<a href="https://trezor.io/" class="nav-link">TREZOR</a>
<a href="https://trezor.io/" class="nav-link">Trezor</a>
</li>
<li class="nav-item">
<a href="https://wallet.trezor.io/" class="nav-link">Wallet</a>
Expand All @@ -70,7 +70,7 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-trezor">
<ul class="navbar-nav flex-row">
<li class="nav-item">
<a class="nav-link" href="http://satoshilabs.com/" target="_blank" rel="noopener noreferrer">© 2018 SatoshiLabs</a>
<a class="nav-link" href="http://satoshilabs.com/" target="_blank" rel="noopener noreferrer">© 2019 SatoshiLabs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{- .TOSLink -}}" target="_blank" rel="noopener noreferrer">Terms</a>
Expand All @@ -81,7 +81,7 @@
</span>
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex">
<li class="nav-item active">
<a class="nav-link" rel="noopener noreferrer" href="http://shop.trezor.io">Don't have a TREZOR? Get one!</a>
<a class="nav-link" rel="noopener noreferrer" href="http://shop.trezor.io">Don't have a Trezor? Get one!</a>
</li>
</ul>
</nav>
Expand Down

0 comments on commit 6447cdb

Please sign in to comment.