GithubHelp home page GithubHelp logo

scriptnetwork / node-network-guide Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 9.0 13.29 MB

License: GNU General Public License v3.0

Dockerfile 0.01% Makefile 0.15% Go 61.50% Shell 0.05% Assembly 0.95% C 34.82% M4 0.52% Sage 0.61% Java 0.61% Python 0.08% C++ 0.68%

node-network-guide's Introduction

node-network-guide's People

Contributors

cpp-keshav avatar manicberet avatar mishkesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

node-network-guide's Issues

Upstream disconnection

The way the fork was performed back in 2021 present one major problem. Since the technique used was basically copy and paste into a brand new separate repository:

The commit log is lost, losing analysis capacity
The source commit hash in the source repository was not documented in the first commit, losing the possibility of manually jump to the theta repo and explore the changeset history
The first commit does not match any upstream commit because instead of committing a verbatim copy of the code, the first commit includes unaccounted changes made 'offline' before the code is back again in control. This adds difficulty to the task of finding the original hash.
Most critical: The inability to frequently re-sync the upstream repository keeping our fork up to date with patches. Hence our L1 software is frozen since 2021 and Theta is +3 years ahead. 

The task consist on recreating the fork using the following procedure:

*Fork https://github.com/thetatoken/theta-protocol-ledger into https://github.com/scriptnetwork/script-protocol-ledger
*Investigate and determine the commit hash our repo is based on in the upstream theta rep (basehash)
*checkout basehash and create a new branch 'script' departing from upstream:basehash
*first commit with changes made offline (diff upstream:basehash first commit of Node-Network-guide:master:#1)
*cherry pick rest of commits
*at this point TAG a the branch "script_2021"
*SYNC Theta from master branch. Rebase branch script with master:HEAD, resolve possible conflicts

The New Script blockchain will be allocated in the repository: https://github.com/scriptnetwork/script-protocol-ledger

branches:

*master โ† upstream theta codebase
*script <- our codebase

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.