Skip to content

saddle-finance/SIPS

Repository files navigation

SIPs Discord Telegram Twitter Follow

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

Contributing

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

Your first PR should be a first draft of the final SIP. 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 SIP and assign it a number before merging it. Make sure you include a discussions-to header with the URL to a new thread on saddle.community where people can discuss the SIP as a whole.

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

When you believe your SIP is mature and ready to progress past the WIP phase, you should ask to have your issue added to the next governance call where it can be discussed for inclusion in a future platform upgrade. If the community agrees to include it, the SIP editors will update the state of your SIP to 'Approved'.

SIP Statuses

  • WIP - a SIP that is still being developed.
  • Proposed - a SIP that is ready to be reviewed in a governance call.
  • Approved - a SIP that has been accepted for implementation by the Saddle community.
  • Implemented - a SIP that has been released to mainnet.
  • Rejected - a SIP that has been rejected.
  • Withdrawn - a SIP that has been withdrawn by the author(s).
  • Deferred - a SIP that is pending another SIP/some other change that should be bundled with it together.
  • Moribund - a SIP that was implemented but is now obsolete and requires no explicit replacement.

Validation

SIPs must pass some validation tests. The SIP repository ensures this by running tests using html-proofer and sdl_validator.

It is possible to run the SIP validator locally:

gem install sdl_validator
sdl_validator <INPUT_FILES>

Copyright

Copyright and related rights waived via CC0.

About

The Saddle Improvement Proposal repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published