Skip to content

Commit

Permalink
Moved to TezosTaqueria org
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Jul 22, 2024
1 parent 6cd6ad6 commit c83fb52
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Build Docker image
run: docker build -t docker.pkg.github.com/pinnacle-labs/tzgo/tzcompose .
run: docker build -t docker.pkg.github.com/TezosTaqueria/tzgo/tzcompose .

- name: Login to GitHub Packages
uses: docker/login-action@v1
Expand All @@ -24,4 +24,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Docker image to GitHub Packages
run: docker push docker.pkg.github.com/pinnacle-labs/tzgo/tzcompose
run: docker push docker.pkg.github.com/TezosTaqueria/tzgo/tzcompose
65 changes: 0 additions & 65 deletions CONTRIBUTING.md

This file was deleted.

5 changes: 4 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
The MIT License (MIT) Copyright (c) 2021-2023 Blockwatch Data Inc.
The MIT License (MIT)

Copyright (C) 2024 Michael Weichert & Taqueria Contributors
Copyright (C) 2021-2023 Blockwatch Data Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Note: From Tezos Paris onwards development of TzGo has moved to https://github.com/trilitech/tzgo. This repository is kept as a public archive for older versions. Please update your import paths.
TzGo is [Blockwatch](https://blockwatch.cc)'s low-level Tezos Go SDK for reliable, high-performance applications. This SDK is free to use in commercial and non-commercial projects with a permissive license. Blockwatch is committed to keeping interfaces stable, providing long-term support, and updating TzGo on a regular basis to stay compliant with the most recent Tezos network protocol.
TzGo is a low-level Tezos Go SDK for reliable, high-performance applications. This SDK is free to use in commercial and non-commercial projects with a permissive license. Trilitech is committed to keeping interfaces stable, providing long-term support, and updating TzGo on a regular basis to stay compliant with the most recent Tezos network protocol.

TzGo's main focus is on **correctness**, **stability**, and **compliance** with Tezos mainnet. It supports binary and JSON encodings for all Tezos types including Micheline smart contract data and all transaction formats. It's an ideal fit for high-performance applications that read from and write to the Tezos blockchain.

Expand Down

0 comments on commit c83fb52

Please sign in to comment.