-
On the 8/30 call the topic of correlating events came up. This issue is meant to gather people's requirements and use cases for correlating events. Please add items as comments.
Some aspects of thi…
-
Hi,
Web3 parses event indexed args just like data args (https://github.com/ethereum/web3.js/blob/develop/lib/web3/event.js#L147), but in Solidity indexed arg can take only 32 bytes. So web3 fails to …
-
allEvents catches all events emitted by a contract: https://github.com/ethereum/wiki/wiki/JavaScript-API#contract-allevents
To reproduce execute: allEvents({}, {fromBlock: 0, toBlock: 'latest'}).watc…
-
## steps
``` scala
def datarecordTest {
val scope = scalaxb.toScope(Some("xs") -> "http://www.w3.org/2001/XMLSchema",
Some("xsi") -> "http://www.w3.org/2001/XMLSchema-instance")
val s…
-
I marshal the case class to xml and back and comparing them, they are different making it very hard to write tests that compare all fields by just comparing the case classes :(. here is the test case…
-
running
```
$ scalaxb epcglobal_1_0.xsd -p test
```
yields:
```
java.lang.RuntimeException: resolveType type not found: epcglobal:EPC ReferenceTypeSymbol(epcglobal:EPC,null)
at scala.Predef$.e…