Skip to content

Commit

Permalink
Tally -> Tally Ho renames throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed Mar 10, 2022
1 parent f05ad81 commit 2d92e9a
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 27 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Tally Contribution Guide
# Tally Ho Contribution Guide

👍🎉 First off, thanks for taking the time to contribute! 🎉👍 Contributions
are welcome from anyone on the internet, and even the smallest of fixes are
appreciated!

The following is a set of guidelines for contributing to Tally and its
The following is a set of guidelines for contributing to Tally Ho and its
packages. These are mostly guidelines, not rules. Use your best judgment, and
feel free to propose changes to this document in a pull request. While the team
works towards a first release, bigger contributions will be slow-rolled or
Expand All @@ -13,8 +13,8 @@ to them very soon! More below.

## Deciding What to Work On

Tally is currently being built by a core team in collaboration with a community
on the [Tally Community Discord server](https://chat.tally.cash). **Discord is
Tally Ho is currently being built by a core team in collaboration with a community
on the [Tally Ho Community Discord server](https://chat.tally.cash). **Discord is
the right place to start discussions on new features and bugs.** The community
on Discord, led by a few designated folks will help to funnel these into
well-organized GitHub issues for features and bugs, as well as organize folks
Expand All @@ -23,7 +23,7 @@ will be charged with reviewing, critiquing, and ultimately merging new work.

### Short term: Limited Review

In Q4 2021/Q1 2022, Tally is in a heads down sprint to a series of initial
In Q4 2021/Q1 2022, Tally Ho is in a heads down sprint to a series of initial
releases. This means PRs with feature contributions _may_ get closed because
the team does not have time to review them properly. We still deeply appreciate
these contributions, and are not planning on forgetting them! When PRs are
Expand Down Expand Up @@ -69,14 +69,14 @@ code base.

### Commit Signing

Commits on the Tally repository are all required to be signed. No PR will be
Commits on the Tally Ho repository are all required to be signed. No PR will be
merged if it has unsigned commits. See the [GitHub documentation on commit
signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
to get it set up.

### Continuous Integration

Tally uses GitHub Actions for continuous integration. All Actions jobs
Tally Ho uses GitHub Actions for continuous integration. All Actions jobs
(including tests, linting) must be green to merge a PR.

### Pre-commit
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
src="./github_[email protected]"
width="630" />

[Tally](https://blog.tally.cash/a-community-owned-wallet-for-the-new-internet/)
[Tally Ho](https://blog.tally.cash/a-community-owned-wallet-for-the-new-internet/)
is a community owned and operated Web3 wallet, built as a
[browser extension](https://browserext.github.io/browserext/).

Expand All @@ -18,7 +18,7 @@ spirit of community ownership.

We can do better.

Tally will be
Tally Ho will be

- Fairly launched ⚖️
- Sustainably aligned with users 🤲
Expand Down Expand Up @@ -140,7 +140,7 @@ $ yarn start

### Commit signing

Commits on the Tally repository are all required to be signed.
Commits on the Tally Ho repository are all required to be signed.
No PR will be merged if it has unsigned commits. See the
[GitHub documentation on commit signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
to get it set up.
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Global config for all babel-affected Tally packages.
// Global config for all babel-affected Tally Ho packages.
module.exports = {
plugins: ["styled-jsx/babel"],
presets: [
Expand Down
8 changes: 4 additions & 4 deletions background/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tally Background
# Tally Ho Background

The Tally Background package can effectively be considered the background script for the
Tally extension. It is designed to connect to external data providers including
The Tally Ho Background package can effectively be considered the background script for the
Tally Ho extension. It is designed to connect to external data providers including
Ethereum nodes, as well as specific providers like Alchemy and Blocknative that
may enable specific functionality beyond the standard node functions. It constructs
a data model in the form of a [Redux](https://redux.js.org) store, which is
Expand Down Expand Up @@ -80,7 +80,7 @@ The following diagram describes the flow of data and events at a high level:

## Public API

The only public API of the Tally Background package is what is exported directly on
The only public API of the Tally Ho Background package is what is exported directly on
[`index.ts`](./index.ts). No submodule API is considered public, and all such
APIs are subject to arbitrary change without warning. Any API from a child
module that is meant for public consumption is re-exported in `index.ts`.
Expand Down
2 changes: 1 addition & 1 deletion background/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-background",
"version": "0.0.1",
"description": "Tally, the community owned and operated Web3 wallet: api implementation.",
"description": "Tally Ho, the community owned and operated Web3 wallet: api implementation.",
"main": "index.ts",
"repository": "[email protected]:thesis/tally-extension.git",
"author": "Matt Luongo <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dev-utils/local-chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "local-chain",
"description": "Local chain setup to support Tally extension development.",
"description": "Local chain setup to support Tally Ho extension development.",
"license": "GPL-3.0",
"private": true,
"repository": "https://github.com/tallycash/extension",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tallyho/tally-extension",
"private": true,
"version": "0.12.1",
"description": "Tally, the community owned and operated Web3 wallet.",
"description": "Tally Ho, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "[email protected]:thesis/tally-extension.git",
"author": "Matt Luongo <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion provider-bridge-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/provider-bridge-shared",
"version": "0.0.1",
"description": "Tally, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.",
"description": "Tally Ho, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.",
"main": "index.ts",
"repository": "[email protected]:thesis/tally-extension.git",
"author": "Greg Nagy <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion provider-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/provider-bridge",
"version": "0.0.1",
"description": "Tally, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.",
"description": "Tally Ho, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.",
"main": "index.ts",
"repository": "[email protected]:thesis/tally-extension.git",
"author": "Greg Nagy <[email protected]>",
Expand Down
9 changes: 7 additions & 2 deletions ui/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Tally Extension Frontend 🐕
# Tally Ho Extension Frontend 🐕

![Screen + Browser Mock](https://user-images.githubusercontent.com/1918798/125732391-29da0e00-0796-49bb-895d-35de187b141d.png)

Welcome to the frontend portion of the Tally browser extension. This is the React portion of the codebase which handles UI related states, and communicates with the background script API `@tallyho/tally-background`. The intent is for all communication with outside APIs to strictly happen within `@tallyho/tally-background`, not here. This frontend only contains what's needed to provide the visual goodness!
Welcome to the frontend portion of the Tally Ho browser extension. This is the
React portion of the codebase which handles UI related states, and communicates
with the background script API `@tallyho/tally-background`. The intent is for
all communication with outside APIs to strictly happen within
`@tallyho/tally-background`, not here. This frontend only contains what's
needed to provide the visual goodness!

## Prerequisites ✍️

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const walletTypeDetails: { [key in AccountType]: WalletTypeInfo } = {
icon: "./images/[email protected]",
},
[AccountType.Internal]: {
title: "Tally",
title: "Tally Ho",
icon: "./images/[email protected]", // FIXME: Icon is cut off - we should get a better one
},
[AccountType.Ledger]: {
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-ui",
"version": "0.0.1",
"description": "Tally, the community owned and operated Web3 wallet: UI package.",
"description": "Tally Ho, the community owned and operated Web3 wallet: UI package.",
"main": "index.ts",
"repository": "[email protected]:thesis/tally-extension.git",
"author": "Matt Luongo <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion ui/public/popup.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Tally</title>
<title>Tally Ho</title>
<link rel="stylesheet" href="./fonts.css" />
<link rel="stylesheet" href="./index.css" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion ui/public/tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="utf-8" />
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>Tally</title>
<title>Tally Ho</title>
<link rel="stylesheet" href="./fonts.css" />
<link rel="stylesheet" href="./index.css" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion window-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/window-provider",
"version": "0.0.1",
"description": "Tally, the community owned and operated Web3 wallet: window provider is responsible for creating the in-page object for communication.",
"description": "Tally Ho, the community owned and operated Web3 wallet: window provider is responsible for creating the in-page object for communication.",
"main": "index.ts",
"repository": "[email protected]:thesis/tally-extension.git",
"author": "Greg Nagy <[email protected]>",
Expand Down

0 comments on commit 2d92e9a

Please sign in to comment.