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

Declare your digital independence

Results 208 freenet-core issues
Sort by recently updated
recently updated
newest added

LLVM must be installed prior to `cargo build`: ``` $ sudo apt install llvm ``` Can this dependency be made explicit in `Cargo.toml` so that the user gets a useful...

A-documentation
E-easy
P-low

We need to document the process of writing and compiling contracts, and writing web apps that communicate with the node via websocket. We can keep this low-level and general so...

documentation
A-contract-runtime

# Goal Allow contracts to inspect the state of other contracts when deciding whether to validate their state or update it in response to a delta. # Approach This approach...

C-feature
C-proposal
E-hard
A-contract-runtime

Implement relevant suggestions here: https://github.com/johnthagen/min-sized-rust

E-easy
C-optimization
planned

### Discussed in https://github.com/freenet/locutus/discussions/147 Originally posted by **sanity** May 29, 2022 # Problem Every node in the Locutus network has a _location_, a floating-point value between 0.0 and 1.0 representing...

C-proposal
P-high

Tooling that supports writing contracts with [AssemblyScript](https://www.assemblyscript.org/) (which is based on TypeScript, which is a superset of JavaScript).

C-proposal
E-medium
A-contract-sdk

This is a general tracking issue to monitor the status of the different techniques that will help with clients behind NAT when it comes to establishing direct connection between peers....

C-tracking-issue
A-networking-ring

* Peers track CPU and bandwidth usage, attributing it either to the peer's user, or to other peers * eg. Peer A sends request to peer B, peer B keeps...

C-proposal
A-contract-runtime

In order to have better observability and enable performance analysis (specially in async context) swap "log" for "tracing (include a compatible sink for log dependencies to get debug output from...

C-feature
E-easy

> stdweb is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `stdweb` | | Version | `0.4.20` | | URL...

I-sec-advisory