Roman Kashitsyn
Roman Kashitsyn
This issue is an official vote of the Ledger & Tokenization Working Group to accept the Textual Encoding format for ICRC-1 account addresses specified in #55. How to vote: *...
This change introduces a new stable structure, `CertifiedSeq`. Clients cannot access this type directly; it will serve as a basis for implementing a certified log data structure.
`transfer_combine` call fails if the transaction contains staking operations. For example, when I try to execute the following transaction: ```js const payloads = await session.payloads({ network_identifier: net_id, operations: [ {...
Currently, installing the ledger canister locally is a long and complicated procedure: https://github.com/dfinity/ic/tree/a65a3624d504f870f9924f9467dcad9538a85d85/rs/rosetta-api/ledger_canister#deploying-locally This is too high of a barrier for smart contract developers. Installing the ledger locally should be...
Write an article about software systems and designs that led to ”Aha!” moments and contributed most to my taste as a software designer. Supplement the software with the stories from...
The current `math` elements look quite ugly, especially when subscripts or superscripts are involved. Implement a parser for `$...$` latex syntax and render those as MathML objects. * [MathML on...
Add a page enumerating all interesting terms and the articles they appear in, just like a good old book index.