EthereumCommonwealth / Roadmap

GNU Lesser General Public License v2.1
57 stars 17 forks source link

DexNS bug bounty launched. #33

Closed Dexaran closed 6 years ago

Dexaran commented 6 years ago

Scope

  1. DexNS Frontend contract.

  2. DexNS Storage contract.

Contract overview

This contract system is an implementation of Ethereum-based naming service.

DexNS Name is a special structure that contains address of the owner, address of the destination (Name will be resolved into this address), metadata, signature (Keccak-256 hash of the name).

Contracts must provide the following functionality:

  1. Register string Names.
  2. Manage Name content (addresses and metadata).
  3. Display Name content: destination address, metadata, signature.
  4. Transfer the Name ownership from one address to another, except that another smart contract that does not implement a special function onNameOwnerChanged can not become the owner of the name as a result of the transfer of ownership of the Name.
  5. Assign/unassign Names to addresses if the address is the Name owner. This is needed for blockchain explorers to display Name instead of the assigned address.

Bug bounty

$8500 for finding a critical bug.

A critical error is an error that can be directly used as a result of which:

$2000 for security vulnerabilities and bugs, that could not be directly exploited but can affect contracts in some specific circumstances.

Any bugs that can occur in some specific circumstances and violate contracts workflow.

$100-500 for code flaws that can not violate contract workflow.

Any code flaw reports and suggestions that can improve DexNS contracts workflow. This bounty will be paid if the suggested solution will be implemented in final version of DexNS contract system.

Participate

Submit an issue at the DexNS contracts repo: https://github.com/EthereumCommonwealth/DexNS/issues

The first person who submits the issue bugreport will be paid if the problem reported is considered to be an error.

For any questions: dexaran@ethereumclassic.org

Dexaran commented 6 years ago

Contracts on Rinkeby testnet:

DexNS Frontend;

DexNS Storage;

Dexaran commented 6 years ago

Timeframes

Bugbounty is relevant from November 27, 2017 to December 10, 2017.

Dexaran commented 6 years ago

DexNS bug bounty is now closed.