-
When calling a paginatable resource and passing `page` and `per_page` params as strings, I get an error back with a less than optimal description and no messages
This is the code I have in my rails…
-
My contract imports from Open Zeppelin's `StandardToken.sol`
I managed to install zeppelin-solidity with:
```bash
$ dapp install OpenZeppelin/zeppelin-solidity
```
I does create a git submod…
-
## Issue Type
```
[x] bug report
[ ] feature request
```
## Current Behavior
- When running `make child-chain` I get the error pictured above. It tells me the address is invalid but…
-
It seems useful to document design decisions. These could be placed in a more detailed elaboration of each of the individual "sub-projects" that make up this repository. This would help describe the d…
-
startExit(bytes prevTx, bytes tx, bytes txInclusionProof, bytes prevTxInclusionProof): Takes in the transaction transfering ownership to the current owner and the proofs necesary to prove there inclus…
-
https://github.com/omisego/plasma-mvp/blob/1683070b28bb64b0193f7dd4220957849fd6d317/plasma/client/client.py#L47
According to the Minimal Viable Plasma,
priority is .
So, should be changed to…
-
When using the `ruby-sdk` I noticed that the transactions endpoints don't return the amount that was processed for a given transaction. I believe these endpoints are using this serializer (I have limi…
-
```
def submit_block(self, sig):
signature = bytes.fromhex(sig)
if (signature == b'\x00' * 65 or
get_sender(self.current_block.hash, signature) != self.authority):
…
-
Problem: Currently, the add currency wizard doesn't cater to smart contract tokens, only discrete blockchains. It's important to be able to add tokens because many serious projects are now smartcontra…
-
Use `web3.py` in `child_chain.py` to communicate directly with the `ganache-cli` Ethereum chain for `deposits` and submitting blocks.