Giter Site home page Giter Site logo

dtp's People

Contributors

mario4tier avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

dtp's Issues

Add tombstone file prior to localnet directory deletion

This is for better UX in case someone has a terminal open on a localnet directory that was deleted.

When init-localnet create a new localnet, put a tombstone file in the deleted directory (which might not be deleted if there is still a filesystem link to it).

If the tombstone is present when a new script starts, then fail the script or find a way to get the user into the proper new localnet directory.

Verify custom return code on transaction

If a transaction can be rejected at execution time, it would be very useful to have the sender get an "error code".

This is to provide useful feedback when the firewall is rejecting the transacation.

Sui Hello World! (owned object)

Have any string enter and exit the Sui network. Done with a single endpoint and two owned object (the "destination" object and the owned message).

dtp-server : ping service only

At this point the Pipes and Transport Control are created.

The next step is for the ping requester to send a request, get the pong back.

Verify weak reference for object tracking

Goal is to keep track of shared objects in a way that parallelism can still happen.

The Node object must keep track of all its active TransportControl (TC).

Some transaction may require both a Node object and a TC, and that must be done in parallel to another tracked TC involve in another transaction with other objects. So TC can't be child object to Node, yet, Node needs to keep track of them.

(TODO: Update description as related Sui Move notion are learn).

Test chain of Rust library dependencies

Verify the following Rust dependencies:
dtp-dev-app --> dtp-sdk (library)
dtp-sdk --> dtp-core (library)
dtp-core --> sui-sdk (library from Sui)

Basically, want dtp-dev-app make a call into the sui-sdk, but going through the DTP sdk.

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.