Dominator008
Dominator008
Maybe perFileTranspilation should be a separate option so that people can explicitly not inject the runtime library when doing so? But then we might need an additional flag for that,...
@jd8 `var $jscomp` is defined at https://github.com/google/closure-compiler/blob/master/src/com/google/javascript/jscomp/js/base.js#L26. `$jscomp.inherits` is defined at https://github.com/google/closure-compiler/blob/master/src/com/google/javascript/jscomp/js/es6_runtime.js#L91. You can manually inject those files for now.
@jdb8 There's a flag `--noinject_library` to prevent the injection from happening, and a compiler option `forceLibraryInjection` to force the injection. Unfortunately that option is not available via the command line...
@thashimoto1998 FYI I'm fixing the Compound implementation to be compatible with a view only IStrategy.getBalance() requirement.
> I see, there is need to also modify interface. Yeah my bad, it looks like there is no way to enforce `getBalance()` to be view-only for anything Compound related....
@thashimoto1998 FYI, I changed `getAssetAmount()` and `getPrice()` back to `view` in the V2 contract interfaces. I think we can cache `ISmartYield(smartYield).price()` periodically and use the cached price in the view...
Hello, this is the repository for the legacy cBridge V1 node and is not the right place to report issues with the current version of cBridge. Please use the technical...
The `destination` is the Ethereum address of the other party. Currently, channel ID is not exposed at the API level.
Can you try restarting the client binary?
Does that work with the non-minified version of CodeMirror? IIRC the modes don't export anything so I'm not sure if requiring them as CommonJS modules ever worked.