-
# Proposal: ALP05 Off-Chain tabulation
Author(s): Luke Duncan
Last updated: 12/5/2017
## Abstract
In order for a vote to be used to execute an action such as calling an arbitrary function,…
-
It looks we may need to update package-lock.json. Github indicates a known issue in https://github.com/hapijs/hoek and recommends
package-lock.json update suggested: hoek ~> 5.0.3.
-
-
Currently there is the need for trust in issuETH as it holds the private keys to the bounties. This enables running issuETH without spending fees and having big UX hurdles. Same as with centralized ex…
-
Below are some scalability ideas:
1. **3-pairing SNARKs**: The [Groth 16 paper](https://eprint.iacr.org/2016/260.pdf) reduces the number of pairings from 8 to 3, so that should reduce the gas cost …
-
I am reopening this issue: https://github.com/selendroid/selendroid/issues/140
Quote from @DominikDary :
> I've looked into this bug and the interesting thing is, that for PopopMenus it is working f…
-
When I use it for our project, I noticed that, it doesn't sort PBXGroup until I change something in the project file (for example, add a empty group). Otherwise, it works great so far. It happens when…
edhub updated
8 years ago
-
I define Off-chain contracts as contracts whose code is not run by all the miners and state transition is proved by consensus, in this way we can (1) run computation with a lot of data cheaply (2) run…
-
The query/response mechanism seems like a good place for the use of state channels. However, the current issue is the data availability problem around the timeout mechanism.
Ex: Using a state chann…
-
Right now it uses a linked list approach, need a more complex data structure for better performance