freenet-core
freenet-core copied to clipboard
Declare your digital independence
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...
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...
# 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...
Implement relevant suggestions here: https://github.com/johnthagen/min-sized-rust
### 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...
Tooling that supports writing contracts with [AssemblyScript](https://www.assemblyscript.org/) (which is based on TypeScript, which is a superset of JavaScript).
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....
* 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...
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...
> stdweb is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `stdweb` | | Version | `0.4.20` | | URL...