Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace input-output-hk with IntersectMBO. #4353

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body:

1. You have reason to believe that this is caused by cardano-wallet and not
[Daedalus](https://github.com/input-output-hk/daedalus) or
[cardano-node](https://github.com/input-output-hk/cardano-node).
[cardano-node](https://github.com/IntersectMBO/cardano-node).

2. You are using the latest
[`cardano-wallet` release](https://github.com/cardano-foundation/cardano-wallet/releases).
Expand Down
4 changes: 2 additions & 2 deletions .github/RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Short optional summary -->

Compatible with [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-output-hk/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}).
Compatible with [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/IntersectMBO/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}).


## API Changes
Expand Down Expand Up @@ -42,7 +42,7 @@ Compatible with [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-o
basically captures whatever is currently available on the repository at
the moment of releasing. -->

1. Install [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-output-hk/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}).
1. Install [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/IntersectMBO/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}).

2. Download the provided `cardano-wallet` for your platform, and uncompress it in a directory that is on your `$PATH`, e.g. `/usr/local/bin`. Or `%PATH%` on Windows.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ We provide executables as part of our [releases](https://github.com/cardano-foun
>
> | cardano-wallet | cardano-node (compatible versions) |
> | --- | --- |
> | `master` branch | [8.1.1](https://github.com/input-output-hk/cardano-node/releases/tag/8.1.1) |
> | [v2023-07-18](https://github.com/cardano-foundation/cardano-wallet/releases/tag/v2023-07-18) | [8.1.1](https://github.com/input-output-hk/cardano-node/releases/tag/8.1.1) |
> | [v2023-04-14](https://github.com/cardano-foundation/cardano-wallet/releases/tag/v2023-04-14) | [1.35.4](https://github.com/input-output-hk/cardano-node/releases/tag/1.35.4) |
> | [v2022-12-14](https://github.com/cardano-foundation/cardano-wallet/releases/tag/v2022-12-14) | [1.35.4](https://github.com/input-output-hk/cardano-node/releases/tag/1.35.4) |
> | `master` branch | [8.1.1](https://github.com/IntersectMBO/cardano-node/releases/tag/8.1.1) |
> | [v2023-07-18](https://github.com/cardano-foundation/cardano-wallet/releases/tag/v2023-07-18) | [8.1.1](https://github.com/IntersectMBO/cardano-node/releases/tag/8.1.1) |
> | [v2023-04-14](https://github.com/cardano-foundation/cardano-wallet/releases/tag/v2023-04-14) | [1.35.4](https://github.com/IntersectMBO/cardano-node/releases/tag/1.35.4) |
> | [v2022-12-14](https://github.com/cardano-foundation/cardano-wallet/releases/tag/v2022-12-14) | [1.35.4](https://github.com/IntersectMBO/cardano-node/releases/tag/1.35.4) |

### Building from source

Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ source-repository-package

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-addresses
location: https://github.com/IntersectMBO/cardano-addresses
tag: 44d5a9eb3505b6bfbf281d40fa88531c3253b771
--sha256: 16rja48ryfjw3531kf15w0h3cdmscqgs8l1z1i2mvahq1vlhr2y6
subdir: command-line
Expand Down Expand Up @@ -141,7 +141,7 @@ source-repository-package

source-repository-package
type: git
location: https://github.com/input-output-hk/bech32.git
location: https://github.com/IntersectMBO/bech32.git
tag: e341e7f83d7b73f10baa87e946818b2c493cc5f5
--sha256: 1d891bpc1q1m1gqj02b4iv3kr4g9w7knlkq43hwbl9dn5k78aydc
subdir: bech32
Expand Down
2 changes: 1 addition & 1 deletion docs/site/src/contributor/what/nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The minimum required version of Nix is 2.5.

To improve build speed, it is **highly recommended** (but not mandatory) to configure the **binary cache maintained by IOG**.

See [iohk-nix/docs/nix.md](https://github.com/input-output-hk/iohk-nix/blob/8b1d65ba294708b12d7b15103ac35431d9b60819/docs/nix.md) or [cardano-node/doc/getting-started/building-the-node-using-nix.md](https://github.com/input-output-hk/cardano-node/blob/468f52e5a6a2f18a2a89218a849d702481819f0b/doc/getting-started/building-the-node-using-nix.md#building-under-nix)
See [iohk-nix/docs/nix.md](https://github.com/input-output-hk/iohk-nix/blob/8b1d65ba294708b12d7b15103ac35431d9b60819/docs/nix.md) or [cardano-node/doc/getting-started/building-the-node-using-nix.md](https://github.com/IntersectMBO/cardano-node/blob/468f52e5a6a2f18a2a89218a849d702481819f0b/doc/getting-started/building-the-node-using-nix.md#building-under-nix)
for instructions on how to configure the IOG binary cache on your system.

## Building with Nix
Expand Down
22 changes: 11 additions & 11 deletions docs/site/src/design/adrestia-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Service applications for integrating with Cardano.
- [cardano-transactions]: Utilities for constructing and signing transactions.
- [bech32][bech32]: Haskell implementation of the Bech32 address format (BIP 0173).

[cardano‑addresses]: https://github.com/input-output-hk/cardano-addresses
[bech32]: https://github.com/input-output-hk/bech32
[cardano‑addresses]: https://github.com/IntersectMBO/cardano-addresses
[bech32]: https://github.com/IntersectMBO/bech32


## High-Level Dependency Diagram
Expand Down Expand Up @@ -70,8 +70,8 @@ The core [cardano-node][], which participates in the Cardano network, and mainta

An implementation of the protocol is [here][ouroboros-network], deployed as stake pool nodes and relay nodes to form the Cardano network.

[ouroboros-network]: https://github.com/input-output-hk/ouroboros-network
[cardano-node]: https://github.com/input-output-hk/cardano-node
[ouroboros-network]: https://github.com/IntersectMBO/ouroboros-network
[cardano-node]: https://github.com/IntersectMBO/cardano-node

### [cardano-wallet]

Expand Down Expand Up @@ -205,7 +205,7 @@ flowchart TB
| [cardano‑launcher] | Typescript library for starting and stopping [cardano-wallet] and [cardano-node] | | ❌ | ✔ | ✔ | ✔ |
| [cardano‑addresses] | Address validation and inspection | ✔ | ✔ | ✔ | ✔ | ✔ |

[cardano‑launcher]: https://github.com/input-output-hk/cardano-launcher
[cardano‑launcher]: https://github.com/IntersectMBO/cardano-launcher

### Formal Specifications

Expand All @@ -230,15 +230,15 @@ does not benefit from the same care in documentation than other tools above.


[cardano-cli]: https://docs.cardano.org/projects/cardano-node/en/latest/reference/cardano-node-cli-reference.html
[cardano-coin-selection]: https://github.com/input-output-hk/cardano-coin-selection
[cardano-db-sync]: https://github.com/input-output-hk/cardano-db-sync
[cardano-graphql]: https://github.com/input-output-hk/cardano-graphql
[cardano-node]: https://github.com/input-output-hk/cardano-node
[cardano-coin-selection]: https://github.com/IntersectMBO/cardano-coin-selection
[cardano-db-sync]: https://github.com/IntersectMBO/cardano-db-sync
[cardano-graphql]: https://github.com/cardano-foundation/cardano-graphql
[cardano-node]: https://github.com/IntersectMBO/cardano-node
[cardano-rest]: https://github.com/input-output-hk/cardano-rest
[cardano-serialization-lib]: https://github.com/Emurgo/cardano-serialization-lib
[cardano-sl-explorer]: https://cardanodocs.com/technical/explorer/api/
[cardano-submit-api]: https://github.com/input-output-hk/cardano-node/tree/master/cardano-submit-api
[cardano-transactions]: https://github.com/input-output-hk/cardano-transactions
[cardano-submit-api]: https://github.com/IntersectMBO/cardano-node/tree/master/cardano-submit-api
[cardano-transactions]: https://github.com/IntersectMBO/cardano-transactions
[cardano-wallet]: https://github.com/cardano-foundation/cardano-wallet
[ouroboros]: https://iohk.io/en/research/library/papers/ouroboros-praosan-adaptively-securesemi-synchronous-proof-of-stake-protocol/
[react-native-haskell-shelley]: https://github.com/Emurgo/react-native-haskell-shelley
Expand Down
4 changes: 2 additions & 2 deletions docs/site/src/design/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ The core [cardano-node], which participates in the Cardano network, and maintain

[SMASH] is a proxy for stake pool metadata.

[cardano-node]: https://github.com/input-output-hk/cardano-node
[cardano-node]: https://github.com/IntersectMBO/cardano-node
[cardano-wallet]: https://github.com/cardano-foundation/cardano-wallet
[cardano-launcher]: https://github.com/input-output-hk/cardano-launcher
[cardano-launcher]: https://github.com/IntersectMBO/cardano-launcher
[daedalus]: https://github.com/input-output-hk/daedalus
[SMASH]: https://github.com/input-output-hk/smash
2 changes: 1 addition & 1 deletion docs/site/src/design/concepts/eras.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Cardano Mode is the default. I'm not aware of too many people using single-era m

## Specifications

Formal specifications (and the actual implementations!) for each Cardano era exist in the [input-output-hk/cardano-ledger](https://github.com/input-output-hk/cardano-ledger) repo. These documents are surprisingly readable, and are our go-to source for answers about how the node operates. See the [`README.md`](https://github.com/input-output-hk/cardano-ledger/blob/master/README.md) for links to PDFs and/or build instructions.
Formal specifications (and the actual implementations!) for each Cardano era exist in the [IntersectMBO/cardano-ledger](https://github.com/IntersectMBO/cardano-ledger) repo. These documents are surprisingly readable, and are our go-to source for answers about how the node operates. See the [`README.md`](https://github.com/IntersectMBO/cardano-ledger/blob/master/README.md) for links to PDFs and/or build instructions.

### Decentralized Update Proposals

Expand Down
6 changes: 3 additions & 3 deletions docs/site/src/design/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
- [Engineering Design Specification for Delegation and Incentives](https://hydra.iohk.io/build/902246/download/1/delegation_design_spec.pdf)
- [A Formal Specification of the Cardano Ledger](https://hydra.iohk.io/build/1224753/download/1/ledger-spec.pdf)
- Networking Protocol(s)
- Repository: [input-output-hk/ouroboros-network](https://github.com/input-output-hk/ouroboros-network), includes specifications
- Repository: [IntersectMBO/ouroboros-network](https://github.com/IntersectMBO/ouroboros-network), includes specifications
- Specification: [The Shelley Networking Protocol](https://hydra.iohk.io/build/6955704/download/2/network-spec.pdf) (Version 1.3.0, 16th July 2021)
- Low-Level Specifications
- [ [Byron] On-Chain Binary Formats](https://github.com/input-output-hk/cardano-sl/blob/master/docs/on-the-wire/current-spec.cddl)
- [ [Shelley] Network Binary Formats - Draft](https://github.com/input-output-hk/ouroboros-network/blob/master/ouroboros-network/test/messages.cddl)
- [ [Shelley] On chain Binary formats - Draft](https://github.com/input-output-hk/cardano-ledger/blob/master/shelley/chain-and-ledger/cddl-spec/shelley.cddl#L32)
- [ [Shelley] Network Binary Formats - Draft](https://github.com/IntersectMBO/ouroboros-network/blob/master/ouroboros-network/test/messages.cddl)
- [ [Shelley] On chain Binary formats - Draft](https://github.com/IntersectMBO/cardano-ledger/blob/master/shelley/chain-and-ledger/cddl-spec/shelley.cddl#L32)

## Plutus

Expand Down
2 changes: 1 addition & 1 deletion docs/site/src/design/prototypes/light-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ See also the `light-mode-test` prototype!
* [Cardano-launcher][] will have to be modified to not launch the `cardano-node` process when the cardano-wallet is launched in light-mode.
* Provision of the data source and of the transaction submission service is outside the scope of light-mode; we assume these services will be operated and paid for by someone. (Any light wallet assumes this.) In the MVP, we use [Blockfrost][] for demonstration purposes.

[cardano-launcher]: https://github.com/input-output-hk/cardano-launcher
[cardano-launcher]: https://github.com/IntersectMBO/cardano-launcher

# Design alternatives

Expand Down
2 changes: 1 addition & 1 deletion docs/site/src/user/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The CLI commands for `wallet`, `transaction` and `address` only output valid JSO

### serve

Serve API that listens for commands/actions. Before launching user should start [`cardano-node`](https://github.com/input-output-hk/cardano-node).
Serve API that listens for commands/actions. Before launching user should start [`cardano-node`](https://github.com/IntersectMBO/cardano-node).

```console
Usage: cardano-wallet serve [--listen-address HOST]
Expand Down
2 changes: 1 addition & 1 deletion docs/site/src/user/common-use-cases/shared-wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This guide shows you how to create a shared wallet and make a shared transaction
```

```admonish note
The script templates use Cardano [simple scripts](https://github.com/input-output-hk/cardano-node/blob/master/doc/reference/simple-scripts.md) therefore one can build more sophisticated templates to guard their shared wallet spending or delegation operations. Below are some examples of possible templates. You can also explore [`POST /shared-wallets`](https://cardano-foundation.github.io/cardano-wallet/api/edge/#operation/postSharedWallet) swagger specification for more details.
The script templates use Cardano [simple scripts](https://github.com/IntersectMBO/cardano-node/blob/master/doc/reference/simple-scripts.md) therefore one can build more sophisticated templates to guard their shared wallet spending or delegation operations. Below are some examples of possible templates. You can also explore [`POST /shared-wallets`](https://cardano-foundation.github.io/cardano-wallet/api/edge/#operation/postSharedWallet) swagger specification for more details.
```

### Template examples
Expand Down
4 changes: 2 additions & 2 deletions docs/site/src/user/hardware-recommendations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Hardware recommendations

As cardano-wallet runs side by side with cardano-node, the hardware requirements for cardano-wallet would largely depend on the hardware requirements for cardano-node. Current hardware requirements for cardano-node are published on cardano-node's [release page](https://github.com/input-output-hk/cardano-node/releases). For most cases cardano-node's hardware requirements are good enough to cover requirements of running cardano-wallet as well.
As cardano-wallet runs side by side with cardano-node, the hardware requirements for cardano-wallet would largely depend on the hardware requirements for cardano-node. Current hardware requirements for cardano-node are published on cardano-node's [release page](https://github.com/IntersectMBO/cardano-node/releases). For most cases cardano-node's hardware requirements are good enough to cover requirements of running cardano-wallet as well.

Here are some general hardware recommendations for running cardano-wallet:

Expand All @@ -9,4 +9,4 @@ Here are some general hardware recommendations for running cardano-wallet:
* **Storage:** A minimum of 5 GB of free storage for wallet data is recommended.
* **Network:** A stable internet connection with at least 5 Mbps upload and download speeds is recommended for syncing the blockchain data and performing transactions.

Again, these are general recommendations and the actual hardware requirements may vary depending on factors such as the number and size of wallets being managed and the specific usage patterns of the software. In particular the above requirements are good enough to handle fairly large wallet having **15k addresses** and **15k transactions** in history. Smaller wallets would not require as much resources but larger would require more.
Again, these are general recommendations and the actual hardware requirements may vary depending on factors such as the number and size of wallets being managed and the specific usage patterns of the software. In particular the above requirements are good enough to handle fairly large wallet having **15k addresses** and **15k transactions** in history. Smaller wallets would not require as much resources but larger would require more.
22 changes: 11 additions & 11 deletions docs/site/src/user/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@ As a pre-requisite, you may want to install and configure [Nix](https://nixos.or
| [cardano-rosetta][cardano-rosetta] | [releases][release-cardano-rosetta] | ✔️ | ✔️ | ❌ |
| [cardano-wallet][cardano-wallet] | [releases][release-cardano-wallet] | ✔️ | ✔️ | ✔️ |

[cardano-node]: https://github.com/input-output-hk/cardano-node
[cardano-db-sync]: https://github.com/input-output-hk/cardano-db-sync
[cardano-submit-api]: https://github.com/input-output-hk/cardano-node/tree/master/cardano-submit-api
[cardano-node]: https://github.com/IntersectMBO/cardano-node
[cardano-db-sync]: https://github.com/IntersectMBO/cardano-db-sync
[cardano-submit-api]: https://github.com/IntersectMBO/cardano-node/tree/master/cardano-submit-api
[cardano-rosetta]: https://github.com/input-output-hk/cardano-rosetta
[cardano-graphql]: https://github.com/input-output-hk/cardano-graphql
[cardano-graphql]: https://github.com/cardano-foundation/cardano-graphql
[cardano-wallet]: https://github.com/cardano-foundation/cardano-wallet

[release-cardano-node]: https://github.com/input-output-hk/cardano-node/releases
[release-cardano-db-sync]: https://github.com/input-output-hk/cardano-db-sync/releases
[release-cardano-graphql]: https://github.com/input-output-hk/cardano-graphql/releases
[release-cardano-node]: https://github.com/IntersectMBO/cardano-node/releases
[release-cardano-db-sync]: https://github.com/IntersectMBO/cardano-db-sync/releases
[release-cardano-graphql]: https://github.com/cardano-foundation/cardano-graphql/releases
[release-cardano-rosetta]: https://github.com/input-output-hk/cardano-rosetta/releases
[release-cardano-wallet]: https://github.com/cardano-foundation/cardano-wallet/releases

[cardano-node]: https://github.com/input-output-hk/cardano-node
[cardano-db-sync]: https://github.com/input-output-hk/cardano-db-sync
[cardano-node]: https://github.com/IntersectMBO/cardano-node
[cardano-db-sync]: https://github.com/IntersectMBO/cardano-db-sync
[cardano-submit-api]: https://github.com/input-output-hk/cardano-rest

[doc-cardano-db-sync]: https://github.com/input-output-hk/cardano-db-sync/blob/master/nix/docker.nix#L1-L35
[doc-cardano-db-sync]: https://github.com/IntersectMBO/cardano-db-sync/blob/master/nix/docker.nix#L1-L35
[doc-cardano-rest]: https://github.com/input-output-hk/cardano-rest/wiki/Docker
[doc-cardano-graphql]: https://github.com/input-output-hk/cardano-graphql/wiki/Docker
[doc-cardano-graphql]: https://github.com/cardano-foundation/cardano-graphql/wiki/Docker
[doc-cardano-rosetta]: https://github.com/input-output-hk/cardano-rosetta
4 changes: 2 additions & 2 deletions docs/site/src/user/installation/use-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ wget https://raw.githubusercontent.com/cardano-foundation/cardano-wallet/master/
NETWORK=mainnet docker-compose up
```

There is also an example configuration for [cardano-graphql](https://github.com/input-output-hk/cardano-graphql/blob/master/docker-compose.yml).
There is also an example configuration for [cardano-graphql](https://github.com/cardano-foundation/cardano-graphql/blob/master/docker-compose.yml).

[inputoutput-cardano-node]: https://hub.docker.com/r/inputoutput/cardano-node
[inputoutput-cardano-db-sync]: https://hub.docker.com/r/inputoutput/cardano-db-sync
[inputoutput-cardano-graphql]: https://hub.docker.com/r/inputoutput/cardano-graphql
[inputoutput-cardano-wallet]: https://hub.docker.com/r/cardanofoundation/cardano-wallet
[inputoutput-cardano-rosetta]: https://hub.docker.com/r/inputoutput/cardano-rosetta

[doc-cardano-node]: https://github.com/input-output-hk/cardano-node/blob/master/nix/docker.nix#L1-L25
[doc-cardano-node]: https://github.com/IntersectMBO/cardano-node/blob/master/nix/docker.nix#L1-L25
2 changes: 1 addition & 1 deletion docs/site/src/user/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A non-exhaustive list of applications and libraries which use the `cardano-walle
## TypeScript/JavaScript

* [`input-output-hk/daedalus`](https://github.com/input-output-hk/daedalus) - a graphical Cardano Wallet user interface using Electron and the [React Polymorph](https://github.com/input-output-hk/react-polymorph) framework.
* [`input-output-hk/cardano-launcher`](https://github.com/input-output-hk/cardano-launcher) - a library for configuring, starting and stopping `cardano-wallet` and `cardano-node`.
* [`IntersectMBO/cardano-launcher`](https://github.com/IntersectMBO/cardano-launcher) - a library for configuring, starting and stopping `cardano-wallet` and `cardano-node`.
* [`tango-crypto/cardano-wallet-js`](https://github.com/tango-crypto/cardano-wallet-js) - a Typescript/Javascript module for accessing the `cardano-wallet` REST [API][].

## Unknown
Expand Down
Loading
Loading