Skip to content

Commit

Permalink
switch github org, remove "Inscribe Now!" button, hide broken testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-crypto committed Mar 19, 2024
1 parent 688eef5 commit 2d3aa2c
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- run: npm install
- run: npm run build
- run: mv dist/mempool/browser/en-US/* dist/mempool/browser
- name: Deploy Frontend to `haushoppe/ordpool-build` repo
- name: Deploy Frontend to `ordpool-space/ordpool-frontend-build` repo
if: ${{ github.ref_name != 'main' }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx angular-cli-ghpages --repo=https://github.com/haushoppe/ordpool-build.git --branch=$GITHUB_REF_NAME --dir=dist/mempool/browser --name="The Buildbot" [email protected] --no-notfound --no-nojekyll
run: npx angular-cli-ghpages --repo=https://github.com/ordpool-space/ordpool-frontend-build.git --branch=$GITHUB_REF_NAME --dir=dist/mempool/browser --name="The Buildbot" [email protected] --no-notfound --no-nojekyll
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# v0.0.4 – Parsing everything

<img width="1024" alt="Stamps (SRC-20)" src="https://github.com/haushoppe/ordpool/assets/108269257/765e5e4a-11a4-41db-87aa-aad6671689ac">
<img width="1031" alt="Multiple Parents" src="https://github.com/haushoppe/ordpool/assets/108269257/491907f3-fac9-4f41-b61b-becd11df7d2c">
<img width="1024" alt="Stamps (SRC-20)" src="https://github.com/ordpool-space/ordpool/assets/108269257/765e5e4a-11a4-41db-87aa-aad6671689ac">
<img width="1031" alt="Multiple Parents" src="https://github.com/ordpool-space/ordpool/assets/108269257/491907f3-fac9-4f41-b61b-becd11df7d2c">

Announcement: https://twitter.com/HausHoppe/status/1747656943286571047

Expand All @@ -29,7 +29,7 @@ We also added experimental support for Bitcoin Stamps (**[SRC-20](https://stampc

**Bugfixes:**

- Parser is not aware of batch inscriptions, see [#2](https://github.com/haushoppe/ordpool/issues/2)
- Parser is not aware of batch inscriptions, see [#2](https://github.com/ordpool-space/ordpool/issues/2)
- Download links to Xverse and Unisat were mixed


Expand All @@ -42,42 +42,42 @@ Now it's your turn! Fork it and add support for Bitcoin Stamps, Atomicals or any
Can't wait to see what you come up with! 🚀

More at:
* https://github.com/haushoppe/ordpool-parser
* https://github.com/ordpool-space/ordpool-parser
* https://www.npmjs.com/package/ordpool-parser

**Bugfixes:**

- Fixes broken Unicode encoding, see [#5](https://github.com/haushoppe/ordpool/issues/5)
- Fixes broken Unicode encoding, see [#5](https://github.com/ordpool-space/ordpool/issues/5)


# v0.0.2 – "Inscription Accelerator" 🚀

![Screenshot](https://github.com/haushoppe/ordpool/assets/108269257/5a6179cd-e835-414c-b4a8-4167a14ae85c)
![Screenshot](https://github.com/ordpool-space/ordpool/assets/108269257/5a6179cd-e835-414c-b4a8-4167a14ae85c)

Announcement: https://twitter.com/HausHoppe/status/1732070762972868920

**New Feature:**

We are proud to present the 'Inscription Accelerator'! 🚀 ([PR #6](https://github.com/haushoppe/ordpool/pull/6))
We are proud to present the 'Inscription Accelerator'! 🚀 ([PR #6](https://github.com/ordpool-space/ordpool/pull/6))

Is your inscription stuck in the mempool and you don't want to wait any longer?
We can help you to create a high-priority follow-up transaction that will boost this inscription.
Made in partnership with our friends at OrdinalsBot.

**Bugfixes:**

- Fixes broken caching of existing blocks, see [#1](https://github.com/haushoppe/ordpool/issues/1)
- Fixes broken caching of existing blocks, see [#1](https://github.com/ordpool-space/ordpool/issues/1)

**Known Issues:**

- Right now, the Parser is not aware of batch inscriptions, see [#2](https://github.com/haushoppe/ordpool/issues/2)
- Right now, the Parser is not aware of batch inscriptions, see [#2](https://github.com/ordpool-space/ordpool/issues/2)


<br>

# v0.0.1 – Initial Release: "Amsterdam"

![mempool-space-preview](https://github.com/haushoppe/ordpool/assets/108269257/f15ee074-72ad-4cbd-acad-cb93931a5258)
![mempool-space-preview](https://github.com/ordpool-space/ordpool/assets/108269257/f15ee074-72ad-4cbd-acad-cb93931a5258)
The very first public version that was released right before Inscribing Amsterdam!

Announcement: https://twitter.com/HausHoppe/status/1712793358769242288
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Now it's your turn! Fork it and add support for Bitcoin Stamps, Atomicals or any
Can't wait to see what you come up with! 🚀

More at:
* https://github.com/haushoppe/ordpool-parser
* https://github.com/ordpool-space/ordpool-parser
* https://www.npmjs.com/package/ordpool-parser

If you want to integrate the parser into your own project, feel free to do so. The code is 100% open-source and is under the MIT License. Do whatever you want with it!
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/app/components/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<p>
Ordpool is a fork of the <a href="https://github.com/mempool/mempool#the-mempool-open-source-project" target="_blank">The Mempool Open Source Project</a>.
Please visit the mempool.space <a href="https://mempool.space/about" target="_blank">about page</a> to see all the amazing people and sponsors that made the original project happen.
The full source of this fork is available <a href="https://github.com/haushoppe/ordpool" target="_blank">on GitHub.</a> (GNU Affero GPL).<br>
The full source of this fork is available <a href="https://github.com/ordpool-space/ordpool" target="_blank">on GitHub.</a> (GNU Affero GPL).<br>
</p>
</div>

Expand Down Expand Up @@ -464,7 +464,7 @@ <h3 i18n="about.maintainers">Project Maintainers</h3>

</div>
<p>
<a href="https://github.com/haushoppe/ordpool">Ordpool</a> is free software; you can redistribute it and/or modify it under the terms of:<br>
<a href="https://github.com/ordpool-space/ordpool">Ordpool</a> is free software; you can redistribute it and/or modify it under the terms of:<br>
</p>
<ul>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ <h6 *ngIf="env.LIQUID_ENABLED || env.BISQ_ENABLED" class="dropdown-header" i18n=
</li>
-->

<li class="nav-item" routerLinkActive="active" id="btn-about">
<!-- <li class="nav-item" routerLinkActive="active" id="btn-about">
<a class="nav-link" href="https://ordinalsbot.com?ref=ordpool" target="_blank"><fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" title="Inscribe Now! (with OrdinalsBot)"></fa-icon> Inscribe Now!</a>
</li>
</li> -->

<li class="nav-item" routerLinkActive="active" id="btn-about">
<a class="nav-link" [routerLink]="['/about']" (click)="collapse()"><fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true" i18n-title="master-page.about" title="About"></fa-icon> About</a>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/services/state.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface Env {
}

const defaultEnv: Env = {
'TESTNET_ENABLED': true,
'TESTNET_ENABLED': false,
'SIGNET_ENABLED': false,
'LIQUID_ENABLED': false,
'LIQUID_TESTNET_ENABLED': false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ <h4><img width="30" height="32" style="margin-top: -6px; margin-right: 6px" src=
<div class="links" *ngIf="{ val: network$ | async } as network">
<p class="category">Tools</p>

<p><a *ngIf="network.val === ''" href="https://ordinalsbot.com?ref=ordpool" target="_blank"><fa-icon [icon]="['fas', 'external-link-alt']" title="Inscribe Now! (with OrdinalsBot)"></fa-icon> Inscribe Now!</a></p>
<p><a *ngIf="network.val === 'testnet'" href="https://testnet.ordinalsbot.com?ref=ordpool" target="_blank"><fa-icon [icon]="['fas', 'external-link-alt']" title="Inscribe Now! (with OrdinalsBot)"></fa-icon> Inscribe Now! (Testnet)</a></p>
<!-- <p><a *ngIf="network.val === ''" href="https://ordinalsbot.com?ref=ordpool" target="_blank"><fa-icon [icon]="['fas', 'external-link-alt']" title="Inscribe Now! (with OrdinalsBot)"></fa-icon> Inscribe Now!</a></p> -->
<!-- <p><a *ngIf="network.val === 'testnet'" href="https://testnet.ordinalsbot.com?ref=ordpool" target="_blank"><fa-icon [icon]="['fas', 'external-link-alt']" title="Inscribe Now! (with OrdinalsBot)"></fa-icon> Inscribe Now! (Testnet)</a></p> -->
<p><a href="https://cubes.haushoppe.art/" target="_blank"><fa-icon [icon]="['fas', 'external-link-alt']" title="Mint an Ordinal Cube"></fa-icon> Mint an Ordinal Cube</a></p>
<!-- <p><a [routerLink]="['/clock/mempool/0']">Clock (Mempool)</a></p> -->
<!-- <p><a [routerLink]="['/clock/mined/0']">Clock (Mined)</a></p> -->
Expand Down

0 comments on commit 2d3aa2c

Please sign in to comment.