Bing Ran/冉兵

Results 25 issues of Bing Ran/冉兵

Due to API change, the current code does not compile with Play 2.2.0

I was experimenting with the native EthereumJ Wrapper generator and noticed that the generated Java classes do not contain functions in a smart contract's super classes.

Every time I use the solidity plugin to compile the project it does a full compiling of everything. It would be cool it only compiles the affected smart contracts to...

I was hacking around with the source code with the web3j version changed to 3.6.0. After installed with IntelliJ-idea 2017.1 version, it reported the following error when I compiled a...

I used web3j to generate a Java wrapper to my contract. All the transaction methods were `RemoteCall`s that offered one method to invoke the function, that is the `send()`. It...

Hi, any chance the web3j dependency upgraded to 3.6.0? The current 3.3.1 is out of date and the generated Java code won't compile with the latest 3.6.0.

http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html some interesting ones: -XX:+UseCompressedStrings Use a byte[] for Strings which can be represented as pure ASCII. (Introduced in Java 6 Update 21 Performance Release) -XX:+OptimizeStringConcat Optimize String concatenation operations...

The layout and general template can be /should be unified.

With the latest npm module, the sample code for HTTP2 did not work: import request from 'supertest'; import express from 'express'; const app = express(); app.get( '/user', function( req, res...

bug

Hi, The Vite can serve static assets in the public dir by default. This feature would be disrupted with the presence of this plugin in the Vite.config.js. Any saves here?