RJ Catalano
RJ Catalano
Would it not make sense to have someone create a list of followers via their account, and then have them decrypt their list using their private key? Is that feasible...
Not too dissimilar to Python, but basically parameters that default to a certain value should they not be filled. Would make for flexibility in contracts.
This caused me a heap of problems decoding an output for Parity, and I imagine it's likely to help others down the road.
I am currently working on https://github.com/qtumproject/janus/issues/7 and ran into this problem while trying to find a better way to sendrawtransaction without having to worry too much about fee automation and...
**Is your feature request related to a problem? Please describe.** A major problem that I find often as I work to create tooling around Qtum is the inability to easily...
when I run the following command: ```docker run -v $(pwd):/tmp mythril/myth a /tmp/src/Kernel.sol --solc-json mythril.config.json``` I am yielding this as my output: ```qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file...
Running this on Ubuntu 14.04 LTS. What am I doing wrong. I'm trying to properly install this. Here are the commands I am running. rj@Red:~/Desktop/pycoin/pycoinnet$ ls cryptor_net LICENSE pycoinnet README.md...
I've included a lot of basic functions...binomial is one that I'm currently trying to figure out but not being able to utilize a 2D array makes this more difficult.
...this will likely be easier done when solidity has a generic template type in place...
tried this: `glide vc --keep 'Makefile' '**/*.h' '**/*.cpp*'` but it still appears to be deleting my necessary cpp and such files...any hints?