Ian Clarke

Results 154 issues of Ian Clarke

I've used [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) for this, but something similar with IDE support could also modify `build.gradle` to apply the updated versions.

enhancement

Create a JavaScript library that wraps the websocket communication described in #79 .

C-feature
E-easy
A-contract-sdk

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