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

Bump name-registry #681

Merged
merged 8 commits into from
Jul 6, 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 name-registry/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
target
project/contracts/registry-contract/out
out
14 changes: 7 additions & 7 deletions name-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
</p>

<p align="center">
<a href="https://crates.io/crates/forc/0.37.0" alt="forc">
<img src="https://img.shields.io/badge/forc-v0.37.0-orange" />
<a href="https://crates.io/crates/forc/0.40.1" alt="forc">
<img src="https://img.shields.io/badge/forc-v0.40.1-orange" />
</a>
<a href="https://crates.io/crates/fuel-core/0.17.9" alt="fuel-core">
<img src="https://img.shields.io/badge/fuel--core-v0.17.9-yellow" />
<a href="https://crates.io/crates/fuel-core/0.18.1" alt="fuel-core">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about 0.18.3?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've kept versions consistent across bumps, and with 0.19 on the way I'd prefer to just get these out

<img src="https://img.shields.io/badge/fuel--core-v0.18.1-yellow" />
</a>
<a href="https://crates.io/crates/fuels/0.40.0" alt="forc">
<img src="https://img.shields.io/badge/fuels-v0.40.0-blue" />
<a href="https://crates.io/crates/fuels/0.42.0" alt="forc">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

42 or 43?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

42

<img src="https://img.shields.io/badge/fuels-v0.42.0-blue" />
</a>
</p>

## Overview

The name registry application allows users to use human readable names instead of addresses to send and receive payments, making it easier to transfer cryptocurrency.
The name registry application allows users to use human readable names instead of addresses to send and receive payments, making it easier to transfer cryptocurrency.

A name can be registered for the price of 1 unit of any asset per 100 seconds and it resolves to any Identity the owner sets.
In this implementation the price is paid in the base asset on the Fuel network.
Expand Down
Loading