Gaurang Patel

Results 3 issues of Gaurang Patel

gaurangpatel@:~/Desktop/dev/XEN-crypto$ npm run test > @faircrypto/[email protected] test > truffle test TypeError: Error parsing /Users/gaurangpatel/Desktop/dev/XEN-crypto/contracts/Math.sol: Cannot read properties of undefined (reading 'addFunction') at runWithReadCallback (/usr/local/lib/node_modules/truffle/build/webpack:/~/solc/wrapper.js:37:1) at compileStandard (/usr/local/lib/node_modules/truffle/build/webpack:/~/solc/wrapper.js:78:1) at Object.compileStandardWrapper (/usr/local/lib/node_modules/truffle/build/webpack:/~/solc/wrapper.js:85:1)...

Closes #2859. TL;DR Previously, the node.store flag had to be specified manually for each RPC request. This commit introduces automatic detection of the running node. Assumptions: - presence of lock...

external

refs https://github.com/celestiaorg/celestia-node/issues/3169 && #3197 Instead of `make install`, I was using `make install-global` because my path ordered the go/bin last. Took me a bit of time to clarify why the...

external