Coder Social home page Coder Social logo

xdagger / xips Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 3.0 30 KB

XDAG Improvement Proposals (XIPs) describe standards for the XDAG platform, including core protocol specifications, client APIs, and so on.

License: MIT License

dagger xdag dag xip

xips's Introduction

XIPs

XDAG Improvement Proposals (XIPs) describe standards for the XDAG platform, including core protocol specifications, client APIs, and contract standards.

A browsable version of all current and draft XIPs can be found on the official XIP site.

Contributing

  1. Review XIP-1.
  2. Fork the repository by clicking "Fork" in the top right.
  3. Add your XIP to your fork of the repository. There is a template XIP here.
  4. Submit a Pull Request to XDAG's XIPs repository.

Your first PR should be a first draft of the final XIP. It must meet the formatting criteria enforced by the build (largely, correct metadata in the header). An editor will manually review the first PR for a new XIP and assign it a number before merging it. Make sure you include a discussions-to header with the URL to a discussion forum or open GitHub issue where people can discuss the XIP as a whole.

If your XIP requires images, the image files should be included in a subdirectory of the assets folder for that XIP as follow: assets/xip-X (for xip X). When linking to an image in the XIP, use relative links such as ../assets/xip-X/image.png.

Once your first PR is merged, we have a bot that helps out by automatically merging PRs to draft XIPs. For this to work, it has to be able to tell that you own the draft being edited. Make sure that the 'author' line of your XIP contains either your Github username or your email address inside . If you use your email address, that address must be the one publicly shown on your GitHub profile.

When you believe your XIP is mature and ready to progress past the draft phase, you should do one of two things:

  • For a Standards Track XIP of type Core, ask to have your issue added to the agenda of an upcoming All Core Devs meeting, where it can be discussed for inclusion in a future hard fork. If implementers agree to include it, the XIP editors will update the state of your XIP to 'Accepted'.
  • For all other XIPs, open a PR changing the state of your XIP to 'Final'. An editor will review your draft and ask if anyone objects to its being finalised. If the editor decides there is no rough consensus - for instance, because contributors point out significant issues with the XIP - they may close the PR and request that you fix the issues in the draft before trying again.

XIP Status Terms

  • Draft - an XIP that is open for consideration.
  • Accepted - an XIP that is planned for immediate adoption, i.e. expected to be included in the next hard fork (for Core/Consensus layer XIPs).
  • Final - an XIP that has been adopted in a previous hard fork (for Core/Consensus layer XIPs).
  • Deferred - an XIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork.

Preferred Citation Format

The canonical URL for a XIP that has achieved draft status at any point is at https://xdag.io/xips/.

xips's People

Contributors

feiin avatar xrdavies avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

xips's Issues

Weekly Digest (24 February, 2019 - 3 March, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (13 January, 2019 - 20 January, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (10 February, 2019 - 17 February, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (27 January, 2019 - 3 February, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (30 December, 2018 - 6 January, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

[WIP] XIP-06 Mnemonic

xip: 06
title: mnemonic
author: Frozen([email protected])
discussions-to: [email protected]
status: Draft
type: Standard Track
category: Core
created: 2018-09-04
requires (*optional): N/A
replaces (*optional): N/A

Simple Summary

Describe the mnemonic for XDAG wallets.

Abstract

Describe the mnemonic for XDAG wallets.

Motivation

XDAG needs mnemonic for password, backup and restore.

Specification

To be continue

Rationale

The rationale fleshes out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work, e.g. how the feature is supported in other languages. The rationale may also provide evidence of consensus within the community, and should discuss important objections or concerns raised during discussion.

To be continue

Backwards Compatibility

All XIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The XIP must explain how the author proposes to deal with these incompatibilities. XIP submissions without a sufficient backwards compatibility treatise may be rejected outright.

To be continue

Test Cases

N/A

Implementation

The implementations must be completed before any XIP is given status "Final", but it need not be completed before the XIP is accepted. While there is merit to the approach of reaching consensus on the specification and rationale before writing code, the principle of "rough consensus and running code" is still useful when it comes to resolving many discussions of API details.

To be continue

Copyright

Copyright and related rights are discribed in MIT license.

XIP-4: XDAG payment schema proposal

should add a xip for making xdag payments, witch enable users to easily make payments by simply clicking links on webpages or QR Codes.

 xdagurn     = "xdag:" xdagaddress [ "?" xdagparams ]
 xdagaddress = *base64
 xdagparams  = xdagparam [ "&" xdagparams ]
 xdagparam   = [ amountparam / labelparam / messageparam / otherparam / reqparam ]
 amountparam    = "amount=" *digit [ "." *digit ]
 abelparam     = "label=" *qchar
 messageparam   = "message=" *qchar
 otherparam     = qchar *qchar [ "=" *qchar ]
 reqparam       = "req-" qchar *qchar [ "=" *qchar ]

Examples

Just the address:

  xdag:4f1Sp/UD55JX5+kQCevUCpyenaPwqmpC

Address with name:

 xdag:4f1Sp/UD55JX5+kQCevUCpyenaPwqmpC?label=Solar

Request 10.5 XDAG to "Solar":

 xdag:4f1Sp/UD55JX5+kQCevUCpyenaPwqmpC?amount=10.5&label=Solar

Request 50 XDAG with message:

 xdag:4f1Sp/UD55JX5+kQCevUCpyenaPwqmpC?amount=50&label=Solar&message=Donation%20for%20project%20xyz

Weekly Digest (23 December, 2018 - 30 December, 2018)

Here's the Weekly Digest for XDagger/XIPs:

ISSUES

This week, no issues have been created or closed.

PULL REQUESTS

This week, no pull requests has been proposed by the users.

CONTRIBUTORS

This week, no user has contributed to this repository.

STARGAZERS

This week, no user has starred this repository.

COMMITS

This week, there have been no commits.

RELEASES

This week, no releases were published.

That's all for this week, please watch ๐Ÿ‘€ and star โญ XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

Weekly Digest (7 October, 2018 - 14 October, 2018)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (17 February, 2019 - 24 February, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

XIP-1

ATTENTION! If you would like to submit an XIP and it has already been written as a draft (see the template for an example), please submit it as a Pull Request.

If you are considering a proposal but would like to get some feedback on the idea before submitting a draft, then continue opening an Issue as a thread for discussion. Note that the more clearly and completely you state your idea the higher the quality of the feedback you are likely to receive.

Keep in mind the following guidelines from XIP-1:

Each XIP must have a champion - someone who writes the XIP using the style and format described below, shepherds the discussions in the appropriate forums, and attempts to build community consensus around the idea. The XIP champion (a.k.a. Author) should first attempt to ascertain whether the idea is XIP-able. Posting to the the Protocol Discussion forum or opening an Issue is the best way to go about this.

Vetting an idea publicly before going as far as writing a XIP is meant to save the potential author time. Asking the Ethereum community first if an idea is original helps prevent too much time being spent on something that is guaranteed to be rejected based on prior discussions (searching the Internet does not always do the trick). It also helps to make sure the idea is applicable to the entire community and not just the author. Just because an idea sounds good to the author does not mean it will work for most people in most areas where Ethereum is used.

Once the champion has asked the xDagger Community as to whether an idea has any chance of acceptance, a draft XIP should be presented as a Pull Request. This gives the author a chance to flesh out the draft XIP to make properly formatted, of high quality, and to address initial concerns about the proposal.

Weekly Digest (20 January, 2019 - 27 January, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (3 February, 2019 - 10 February, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (3 March, 2019 - 10 March, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (6 January, 2019 - 13 January, 2019)

Here's the Weekly Digest for XDagger/XIPs:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository XDagger/XIPs to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.