Skip to content

Commit

Permalink
Fix tuweni references (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Aug 20, 2023
1 parent fa04041 commit 6bc463a
Show file tree
Hide file tree
Showing 61 changed files with 128 additions and 128 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tuweni: Blockchain Libraries for Java (& Kotlin)

[![Github build](https://github.com/tmio/incubator-tuweni/workflows/assemble/badge.svg)](https://github.com/tmio/tuweni/actions)
[![Github build](https://github.com/tmio/tuweni/workflows/assemble/badge.svg)](https://github.com/tmio/tuweni/actions)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/tmio/tuweni/blob/main/LICENSE)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.tmio/tuweni-tuweni/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/io.tmio/tuweni-tuweni)

Expand All @@ -15,7 +15,7 @@ It includes a low-level bytes library, serialization and deserialization codecs
Tuweni is developed for JDK 11 or higher.

## Clone along with submodules ##
git clone https://github.com/apache/incubator-tuweni.git tuweni
git clone https://github.com/tmio/tuweni.git tuweni
cd tuweni
git submodule update --init --recursive

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For patch releases, use the existing release branch.

Change the version number in the main branch in a commit and push.

Example: https://github.com/apache/incubator-tuweni/commit/0330d134f579034b9d943870ea31316899632a11
Example: https://github.com/tmio/tuweni/commit/0330d134f579034b9d943870ea31316899632a11

## Running the release

Expand Down
4 changes: 2 additions & 2 deletions app-commons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [stable] |
| Component Type | [library] |

[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[stable]:https://github.com/tmio/tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -378,17 +378,17 @@ allprojects {
pom {
name = project.name
afterEvaluate { description = project.description }
url = 'https://github.com/tmio/incubator-tuweni'
url = 'https://github.com/tmio/tuweni'
licenses {
license {
name = "The Apache License, Version 2.0"
url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
}
scm {
connection = 'scm:https://github.com/tmio/incubator-tuweni.git'
developerConnection = 'scm:[email protected]:tmio/incubator-tuweni.git'
url = 'https://github.com/tmio/incubator-tuweni'
connection = 'scm:https://github.com/tmio/tuweni.git'
developerConnection = 'scm:[email protected]:tmio/tuweni.git'
url = 'https://github.com/tmio/tuweni'
}
developers {
developer {
Expand All @@ -400,7 +400,7 @@ allprojects {
}
issueManagement {
system = "github"
url = "https://www.github.com/tmio/incubator-tuweni/issues"
url = "https://www.github.com/tmio/tuweni/issues"
}
}

Expand Down
4 changes: 2 additions & 2 deletions bytes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,5 +323,5 @@ You will need to implement the following functions:

You can choose to simplify greatly by extending the [`DelegatingBytes` class](https://tuweni.apache.org/docs/org.apache.tuweni.bytes/-delegating-bytes/index.html) instead.

[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[stable]:https://github.com/tmio/tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions concurrent-coroutines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [stable] |
| Component Type | [library] |

[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[stable]:https://github.com/tmio/tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions concurrent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [stable] |
| Component Type | [library] |

[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[stable]:https://github.com/tmio/tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [stable] |
| Component Type | [library] |

[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[stable]:https://github.com/tmio/tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions crypto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [stable] |
| Component Type | [library] |

[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[stable]:https://github.com/tmio/tuweni/tree/main/docs/index.md#stable
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions devp2p-eth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [beta] |
| Component Type | [library] |

[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[beta]:https://github.com/tmio/tuweni/tree/main/docs/index.md#beta
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions devp2p-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [alpha] |
| Component Type | [library] |

[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[alpha]:https://github.com/tmio/tuweni/tree/main/docs/index.md#alpha
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions devp2p/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [beta] |
| Component Type | [library] |

[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[beta]:https://github.com/tmio/tuweni/tree/main/docs/index.md#beta
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions dns-discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [beta] |
| Component Type | [library] |

[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[beta]:https://github.com/tmio/tuweni/tree/main/docs/index.md#beta
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
12 changes: 6 additions & 6 deletions docs.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Module tuweni

Apache Tuweni is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages. It includes a low-level bytes library, serialization and deserialization codecs (e.g. RLP), various cryptography functions and primitives, and lots of other helpful utilities.
Tuweni is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages. It includes a low-level bytes library, serialization and deserialization codecs (e.g. RLP), various cryptography functions and primitives, and lots of other helpful utilities.

Learn more at [https://tuweni.apache.org].
Learn more at [https://tuweni.tmio.io].

# Gossip application

Expand Down Expand Up @@ -80,8 +80,8 @@ Peers are encoded as URIs using the TCP scheme: `tcp://127.0.0.1:3000`
## More information
- [Official website](https://tuweni.apache.org)
- [GitHub project](https://github.com/apache/incubator-tuweni)
- [Official website](https://tuweni.tmio.io)
- [GitHub project](https://github.com/tmio/tuweni)
# License
Expand Down Expand Up @@ -148,8 +148,8 @@ hellohello
## More information
- [Official website](https://tuweni.apache.org)
- [GitHub project](https://github.com/apache/incubator-tuweni)
- [Official website](https://tuweni.tmio.io)
- [GitHub project](https://github.com/tmio/tuweni)
# License
Expand Down
4 changes: 2 additions & 2 deletions eth-blockprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ This library implements a block processor for the Ethereum blockchain.

A block processor applies the transformation of a block to the blockchain.

[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[prototype]:https://github.com/tmio/tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library

4 changes: 2 additions & 2 deletions eth-client-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ genesis="bar"
path=other.json
```

[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
[application]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#application
[prototype]:https://github.com/tmio/tuweni/tree/main/docs/index.md#prototype
[application]:https://github.com/tmio/tuweni/tree/main/docs/index.md#application
4 changes: 2 additions & 2 deletions eth-client-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ The Ethereum client UI is a set of REST services and web pages associated with t
It exposes data from the client, such as its configuration and state, over web pages.


[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[prototype]:https://github.com/tmio/tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions eth-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ specific language governing permissions and limitations under the License.
The Ethereum client library defines the domain objects and their coordination to form an Ethereum client.


[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[prototype]:https://github.com/tmio/tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions eth-crawler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ The crawler is a discv5 server that constantly looks for new peers.

Whenever it connects to peers, it asks for all their known peers, and keeps going until it has exhausted all peers it could discover, then starts all over again.

[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
[application]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#application
[alpha]:https://github.com/tmio/tuweni/tree/main/docs/index.md#alpha
[application]:https://github.com/tmio/tuweni/tree/main/docs/index.md#application
4 changes: 2 additions & 2 deletions eth-crawler/src/main/resources/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<!-- Fork with Github -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />

<title>Apache Tuweni Network Crawler</title>
<title>Tuweni Network Crawler</title>
</head>
<body>
<a class="github-fork-ribbon" href="https://www.github.com/apache/incubator-tuweni" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<a class="github-fork-ribbon" href="https://www.github.com/tmio/tuweni" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
<a class="navbar-brand col-md-3 col-lg-2 mr-0 px-3" href="#">Apache Tuweni Network Crawler</a>
<button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-toggle="collapse"
Expand Down
4 changes: 2 additions & 2 deletions eth-crawler/src/main/resources/webapp/node.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<!-- Fork with Github -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />

<title>Apache Tuweni Network Crawler</title>
<title>Tuweni Network Crawler</title>
</head>
<body>
<a class="github-fork-ribbon" href="https://www.github.com/apache/incubator-tuweni" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<a class="github-fork-ribbon" href="https://www.github.com/tmio/tuweni" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
<a class="navbar-brand col-md-3 col-lg-2 mr-0 px-3" href="#">Apache Tuweni Network Crawler</a>
<button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-toggle="collapse"
Expand Down
4 changes: 2 additions & 2 deletions eth-faucet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ Now you can send money using the faucet. Enter any valid address and press OK.
The second time you ask for money, the faucet will detect the balance of the account matches the max the faucet with top up.
[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
[application]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#application
[alpha]:https://github.com/tmio/tuweni/tree/main/docs/index.md#alpha
[application]:https://github.com/tmio/tuweni/tree/main/docs/index.md#application
4 changes: 2 additions & 2 deletions eth-precompiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [prototype] |
| Component Type | [library] |

[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[prototype]:https://github.com/tmio/tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions eth-repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [alpha] |
| Component Type | [library] |

[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[alpha]:https://github.com/tmio/tuweni/tree/main/docs/index.md#alpha
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions eth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ specific language governing permissions and limitations under the License.
This library represents domain objects related to the Ethereum blockchain.


[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[beta]:https://github.com/tmio/tuweni/tree/main/docs/index.md#beta
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library

4 changes: 2 additions & 2 deletions ethstats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ The server accepts a [EthStatsServerController](https://tuweni.apache.org/docs/o
You will need to implement your own controller. There is a controller for OpenTelemetry provided as example in this library, `OpenTelemetryServerController`.


[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[alpha]:https://github.com/tmio/tuweni/tree/main/docs/index.md#alpha
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions evm-dsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [prototype] |
| Component Type | [library] |

[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[prototype]:https://github.com/tmio/tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [prototype] |
| Component Type | [library] |

[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[prototype]:https://github.com/tmio/tuweni/tree/main/docs/index.md#prototype
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions examples/jsonrpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This example requires Docker, Docker Compose 1.25, Java 11 and Gradle > 6.

### Check out this repository

`$> git clone https://github.com/apache/incubator-tuweni`
`$> git clone https://github.com/tmio/tuweni`

### Build the image

Expand All @@ -44,7 +44,7 @@ The build should end with similar lines:
```bash
---> be57b46c612c
Successfully built be57b46c612c
Successfully tagged apache-tuweni/tuweni:2.1.0-SNAPSHOT
Successfully tagged tuweni/tuweni:2.1.0-SNAPSHOT
Created image with ID 'be57b46c612c'.

BUILD SUCCESSFUL in 1m 13s
Expand Down
4 changes: 2 additions & 2 deletions genesis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
| Stability | [alpha] |
| Component Type | [library] |

[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
[alpha]:https://github.com/tmio/tuweni/tree/main/docs/index.md#alpha
[library]:https://github.com/tmio/tuweni/tree/main/docs/index.md#library
4 changes: 2 additions & 2 deletions gossip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ This will send 10 messages, of 32 random bytes each. Open the file `/tmp/log` to
You can create more complex scenarios with multiple gossip listeners, showing the path by which gossip circulates across peers.
[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
[application]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#application
[beta]:https://github.com/tmio/tuweni/tree/main/docs/index.md#beta
[application]:https://github.com/tmio/tuweni/tree/main/docs/index.md#application
4 changes: 2 additions & 2 deletions hobbits-relayer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ Relay messages from a Web Socket port 2222 to a TCP server on 4444:
hobbits-relayer -b ws://localhost:2222 -t tcp://localhost:4444
```

[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
[example]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#example
[beta]:https://github.com/tmio/tuweni/tree/main/docs/index.md#beta
[example]:https://github.com/tmio/tuweni/tree/main/docs/index.md#example
Loading

0 comments on commit 6bc463a

Please sign in to comment.