Giter Site home page Giter Site logo

Comments (9)

vano21 avatar vano21 commented on May 18, 2024 1

I can't seem to find a helper function for converting amounts to zero-filled hex. I know this is trivial to do, but was thinking since this library is also useful to those who would be making blocks, exporting the helper function _convertAmountDecimalIntegerToHex would probably not be a bad idea?

from nanocurrency-js.

kilkelly avatar kilkelly commented on May 18, 2024 1

No worries, it was only ever intended to be a raw to unit one-way conversion. Your code looks good, will give it a try soon.

from nanocurrency-js.

marvinroger avatar marvinroger commented on May 18, 2024 1

Released! There's now the convert function. @vano21 it can convert any value from/to hex, as requested.

from nanocurrency-js.

marvinroger avatar marvinroger commented on May 18, 2024

Just wondering, what's the point of creating the block yourself when you can use https://github.com/marvinroger/nanocurrency-js/blob/develop/DOCUMENTATION.md#nanocurrencycreateopenblocksecretkey-data--object ?

from nanocurrency-js.

vano21 avatar vano21 commented on May 18, 2024

Wasn't aware that the method didn't do PoW. Thanks for letting me know. Usually when I see a create block method, it's always with PoW included.

from nanocurrency-js.

marvinroger avatar marvinroger commented on May 18, 2024

Even if it is kind of optimized with the WebAssembly, it's still very expensive (time-speaking) to compute a PoW, so the library does not compute one when you create a block, you'll have to provide it yourself.

Another reason is that you might already have a PoW precomputed in cache, so you can pass it.

from nanocurrency-js.

marvinroger avatar marvinroger commented on May 18, 2024

@kilkelly considering you've 👍 this issue, and you're the author of nano-prettify, would you mind if I reuse some of your code? With the proper copyright notice, obviously!

from nanocurrency-js.

kilkelly avatar kilkelly commented on May 18, 2024

Sure thing @marvinroger , just include the MIT license and it's cool. Alternatively link it as a package to receive future bug fixes. The choice is completely up to you 💯

from nanocurrency-js.

marvinroger avatar marvinroger commented on May 18, 2024

@kilkelly there was some limitation with your code (we can only convert raw to another unit, not the other way around) and the prettify part is out of scope for this library (Numeral.js does it best), so I ended up coding the convert code myself: https://github.com/marvinroger/nanocurrency-js/blob/a7e66ab50301644fff60444a6dc784f7c5a8bb41/src/conversion.js

Thanks for the permission, though. 😉

from nanocurrency-js.

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.