-
## Summary
> Please give a short summary of this research topic.
Various blockchain systems adopt distinct architectures, including different consensus mechanisms such as Proof of Work (PoW), Proo…
-
Very minor stuff: a few constants are applied inconsistently and/or could easily be resolved to higher precision. The gravity adjustment is less than 0.1%; the Manning's N coefficient adjustment is cl…
-
(from #32779)
`RDF` contains infinities and `NaN`s, which can appear as results of arithmetic operations.
```
sage: RDF(1.0)/RDF(0.0)
+infinity
sage: RDF(0.0)/RDF(0.0)
NaN
```
This is consistent w…
-
PUT request with JSON body (but it crashes on random request).
Ruby 1.9.3p0, Rails 3.2.1.
I'm making high load of API calls to my app and I just can't complete one phase without crash.
Sometimes it c…
-
help
-
I have been testing a number of crypto libraries with the BLS12-381 curve and have noticed a discrepancy in the result of FP12.pow(BIG) in the JS library for AMCL version 3.
Here is a test case:
…
-
**Describe the bug**
I have a shared object I'm attempting to remove the symbol version from that is linking to a newer version of libm.so than my machine has. The shared object seems to have 2 ins…
-
The spec for `ExternalSymbol` in ASR.asdl states:
```
| ExternalSymbol(symbol_table parent_symtab, identifier name,
symbol external, identifier module_name, identifier* scope_names,
…
-
Hi Miles,
Thanks for sharing your code. I was trying the example case with some different solver configurations. The calculation is terminated after few 2 iterations. Is this because the calculatio…
-
We currently collect a broad class of operations into high level graphs.
```python
In [1]: import dask.array as da
In […