core-rs icon indicating copy to clipboard operation
core-rs copied to clipboard

Official Rust implementation of the Nimiq protocol

Results 9 core-rs issues
Sort by recently updated
recently updated
newest added

Backports [this](https://github.com/nimiq/core-rs-albatross/commit/ffe290e) and [this](https://github.com/nimiq/core-rs-albatross/commit/f8357d8) commits from the albatross codebase.

Backports [this](https://github.com/nimiq/core-rs-albatross/commit/377ebd835a51b4088822f62c6b7050720ae06052) commit from the albatross codebase.

## Pull request checklist - (n/a) All tests pass. Demo project builds and runs. - [x] I have resolved any merge conflicts. ## What's in this pull request? Adds that...

## New issue checklist - [ ] I have read all of the [`README`](https://github.com/nimiq-network/core/blob/master/README.md) - [ ] I have searched [existing issues](https://github.com/nimiq-network/core/issues?q=is%3Aissue+sort%3Acreated-desc) and **this is not a duplicate**. ### General...

crate:libargon2-sys
target:arm

This is the checklist of pending items/bugs/tasks that need to be addressed in order to release a 1.0 version: - [x] Looking into networking layer improvements in `albatross` and backporting...

This issue is a meta issue with the information of all the features that should/could be backported from Albatross after the stable release: - [ ] Client API support -...

Currently, we only support loading certificates (and private key) from a PKCS#12 file, but most certificate providers (including Let's Encrypt) issue their certificates in separate non-encrypted PEM formatted files, so...

## Question or Feature Request Nimiq is the web-based currency. Why not compile the Rust core to Wasm then? Useful resources: - https://www.rust-lang.org/what/wasm - https://rustwasm.github.io/book/ - https://webassembly.org/ - https://developer.mozilla.org/en-US/docs/WebAssembly I'll...

enhancement
target:web-assembly

Like in https://github.com/nimiq-network/core/pull/440 of core-js, I think it's useful to have a native module selection for packaged builds, and I'd like to take on this. My idea is to statically...

enhancement
crate:libargon2-sys