Chris Hatch

Results 26 issues of Chris Hatch

At least with version 2 of truffle it would use solc (C++) if it found it on the PATH and the compile was much faster this way then using solc-js....

The browser is rejecting calls to the testrpc server because the header "Access-Control-Allow-Origin: *" is getting stripped off somewhere down the line. Seems nginx is doing this. I worked around...

Here smart-contracts is a symlink to a project: ``` /dev/docker-eth-dev/dapps/smart-contracts$ truffle test ERROR: Cannot start service truffle: oci runtime error: container_linux.go:247: starting container process caused "chdir to cwd (\"/var/dapps/smart-contracts\") set...

## Prerequisites * [x] I am running the latest version. (`up upgrade`) * [x] I searched to see if the issue already exists. * [x] I inspected the verbose debug...

I read that custom queries are supported from smartcontract.com GUI. Any plans to support custom queries directly for request()'s on the TownCrier contract?

It appears logging from setUp() is not supported. I've tried this with log statements from debug.sol (eg. log_uint) as well as with the Reporter mechanism. Presumably this is because logging...

enhancement

For example records returned for https://horizon.stellar.org/accounts/GBU6GMZZ2KTQ33CHNVPAWWEJ22ZHLYGBGO3LIBKNANXUMNEOFROZKO62/trades?order=desc contain only the buyer and seller: ``` { "id": "71006795929231365-1", "paging_token": "71006795929231365-1", "offer_id": "", "seller": "GB5EKR4N4AXVNJXQTZ7BIDW2WPQTSC23AN4Y3CWOHYKEJTQAX5BCFRFZ", "sold_amount": "", "sold_asset_type": "", "buyer": "GBU6GMZZ2KTQ33CHNVPAWWEJ22ZHLYGBGO3LIBKNANXUMNEOFROZKO62", "bought_amount": "",...

As far as I can tell http text compression is not enabled. This would speed up responses quite a bit. ``` curl -v -H "Accept-Encoding: br, gzip, deflate" https://horizon.stellar.org *...

Listings are out of date so update these views. Look at using a community API.