Anton F.
Anton F.
Just updated the version, you might want to tag it after the merge
Browsing docs in `./doc` is awful - no navigation, no table of contents, etc. Maybe it's better to host docs on the GitHub wiki, https://readthedocs.org/ or somewhere else?
This PR adds my [fastpbkdf2_ada](https://github.com/AntonMeep/fastpbkdf2_ada) language binding for Ada to the list of bindings.
At the moment, contract definitions in ton-kotlin.contract module module are nothing to write home about. - Lite client instance is a part of contract definition. Just a bad design decision....
A work-in-progress new interface for any kind of smartcontracts + reworked wallet interfaces It's features: - Infinitely extensible - no unnecessary constraints are placed on any component, everything will be...
At the moment `Cell.representation()` is implemented similarly to [tonweb](https://github.com/toncenter/tonweb/blob/155bf7975250f56c71ac31018ac13c88ca910fdc/src/boc/Cell.js#L134), however it is not clear what this implementation is based on. According to the almighty [tblkch.pdf](https://ton-blockchain.github.io/docs/tblkch.pdf), **1.1.3**, `CellRepr` consists of following:...
Even though #3 fixes that problem when profdump just dies not finding ticks/second, profdump will now show times assuming 1 tick being 1 ms on a 1GHz CPU. This isn't...