-
# EVM 2.0
## Abstract
This EIP proposes upgrading the VM by converting to use a subset of Webassembly (Wasm). Wasm is a new Assembly standard being built for the web. The main advantage of using wasm…
-
Join in for the weekly Monero Research Lab meeting.
**When**: Monday, 25 March 2019 @ 17:00 UTC
**Where**: #monero-research-lab (freenode/matrix)
**Agenda**
1. Greetings
2. Roundtable
a. S…
-
# Plasma Update 02
## Fast Withdrawals for Faulty Plasma Chains
In our [last update](https://www.reddit.com/r/omise_go/comments/962woa/plasma_update_8918_whoomp_there_it_is/) we talked a little …
-
Join in for the weekly Monero Research Lab meeting.
**When**: Monday, 18 March 2019 @ 17:00 UTC
**Where**: #monero-research-lab (freenode/matrix)
**Agenda**
1. Greetings
2. Roundtable
a. S…
-
Holding tech/math meetup in Europe/Ukraine/Kyiv, July 5.
Topic: "Smart Contract formal verification: Process Calculus and Modal Logics".
### Event Program
1. Tell about the RChain Coop.
2. Tell …
-
I have been working on a prototype to support config specific imports _properly_ in package:build, and I have gotten something to work, but during compilation I get errors like this:
```
Error com…
-
@rfcbot fcp merge
Feature name: `pin`
Stabilization target: 1.32.0
Tracking issue: #49150
Related RFCs: rust-lang/rfcs#2349
This is a proposal to stabilize the `pin` library feature, making the…
-
In the [Trusting EHRs](https://cds-hooks.org/specification/1.0/#trusting-ehrs) section of the spec, we define a JWT that the EHR presents to the CDS Service. This JWT is used as a bearer token or auth…
-
### What's your issue about?
Compiler should reject the following program
```
y: num[3]
@public
def foo(x: num[3]) -> num:
self.y = x
```
because `foo` expects a return value of type `nu…
-
I'm looking at using javaslang in a company that has strict api compatibility guidelines that extends to 3rd party libraries.
Since javaslang adopted Semantic Versioning at v2 and has not yet relea…