Giter Site home page Giter Site logo

interlockledger / specification Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 99 KB

InterlockLedger Specification Documents.

Home Page: https://interlockledger.network/

License: BSD 3-Clause "New" or "Revised" License

CMake 19.93% C 54.03% C++ 26.04%

specification's People

Contributors

fjtc avatar monoman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

specification's Issues

Proposal: ChainRefTag ChainBlockRefTag

This issue proposes two new tags, one called ChainRefTag and the other ChainBlockRefTag.

The ChainRefTag would use the reserved explicit tag ID 26 and have the same format of the StringTag. The payload would be the textual chain identification with a single character used to define its version.

The ChainBlockRefTag would use the reserved explicit ID 27 and will be a tag sequence with 2 tags, a ChainRefTag followed by a ILIntTag that represents the block ID.

If approved, those tags could be used to represent those two values in a more standard way.

Proposal: TimestampTag

This issue is proposing a new implicit tag called TimestampTag. It should use the ID 15 and have the same format of the ILIntSigned tag. The interpretation of this tag would be the number of microseconds from 1970-01-01T00:00.000000Z.

Please post your comments about this new tag before we can make it official.

Proposal: Define the concept of extended tag formats

Instead of adding more complex tags into the ILTags standard, it would be a nice idea to define the concept of extended tag formats.

Those extended tag formats are tag formats that are not part of the core standard but have a well defined internal format and purpose. Since they are not part of the standards, they do not have fixed assigned tag IDs but can be freely used by applications, such as IL2 itself and other IL2 based applications.

The tag libraries could than provide the implementation of those tag formats without enforcing any fixed TagID, just like the standard tags are implemented.

This concept has been first tested by go-iltags as a way to make reduce the amount of code required to write IL2 applications. It this concept is approved to be added to the standard, we can start to define names and formats to those tags.

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.