Coder Social home page Coder Social logo

Comments (4)

wuminzhe avatar wuminzhe commented on August 27, 2024

@clearloop create a new toml?

from bridger.

clearloop avatar clearloop commented on August 27, 2024

@clearloop create a new toml?

Better to use a rust mod like default.rs with only a static toml string.

pub static default: &str = r###""###;

Because the relative path *.toml is buggy.

from bridger.

wuminzhe avatar wuminzhe commented on August 27, 2024

read

if there is no cache file
    use default from code
else
    read from cache file
end

write

if redeem all txs of a block successful 
    write the block to cache
end

from bridger.

hackfisher avatar hackfisher commented on August 27, 2024

Need to move transactions(pending for redeem action) to db together with start.

pub ethereum: Vec<EthereumTransaction>,

from bridger.

Related Issues (20)

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.