-
Imagine the following chaincode
```
chaincode {
var x;
function setA(v) {
x=v;
}
function getA() {
return x;
}
}
```
The `setA` function modifies the state and a call to t…
-
Hi!
I am trying to set up the marbles application by setting up a local network of VPs and a local CA too.
I have been capable of building everything and all the steps are executed properly until the…
-
See here: http://openchain.readthedocs.org/en/latest/ledger-rules/closed-loop.html
Both images are present.
See here: https://docs.openchain.org/en/latest/ledger-rules/closed-loop.html
The first im…
-
I am running `dnu restore` on Unbuntu 14.04, and I immediately get an exception:
```
root@e592256dc8e2:/openchain.server/approot/src/Openchain.Server# dnu restore
Loaded module: dnx.coreclr.so
Found …
-
Issue: One of the test scenario failed in behave tests.
Summary:
Latest code pulled from the https://github.com/openblockchain/obc-peer/pull/636 pull request and performed the behave test.
Failing …
-
Need to implement the block and state synchronization protocol.
- Every peer needs to broadcast each time a new block is added to their chain.
@kchristidis Can we link into consensus here? Does this …
-
Presently, it is not possible to remove blocks from the blockchain.
This ability will be necessary in situations where consensus agrees that the current block number is lower than a block number the …
-
Hi there
I try to import my private+public key using this guide: https://github.com/open-keychain/open-keychain/issues/975
I follow it to the word
And the message pops up telling me that "no valid key…
-
When running a job with delayed_job, I get errors when trying to access the Dalli Cache.
The Dalli cache is initialized in environment.rb with the following...
```
CACHE = Dalli::Client.new(['localh…