Simon Warta

Results 384 comments of Simon Warta

@willclarktech I'd not consider it a blocker for 1.0.0, but as far as I can see it is ready for development. I moved it to position 1 in the backlog

Issue still exists ``` 08 05 2019 15:16:58.638:DEBUG [config]: Loading config /home/travis/build/iov-one/iov-core/packages/iov-crypto/karma.conf.js 08 05 2019 15:16:58.645:DEBUG [karma-server]: Final config [{"LOG_DISABLE":"1","LOG_ERROR":"2","LOG_WARN":"3","LOG_INFO":"4","LOG_DEBUG":"5","frameworks":"6","protocol":"7","port":9876,"listenAddress":"8","hostname":"9","httpsServerConfig":"10","basePath":"11","files":"12","browserConsoleLogOptions":"13","customContextFile":null,"customDebugFile":null,"customClientContextFile":null,"exclude":"14","logLevel":"5","colors":true,"autoWatch":false,"autoWatchBatchDelay":250,"restartOnFileChange":false,"usePolling":true,"reporters":"15","singleRun":true,"browsers":"16","captureTimeout":60000,"proxies":"17","proxyValidateSSL":true,"preprocessors":"18","urlRoot":"19","reportSlowerThan":0,"loggers":"20","transports":"21","forceJSONP":false,"plugins":"22","client":"23","defaultClient":"23","browserDisconnectTimeout":2000,"browserDisconnectTolerance":0,"browserNoActivityTimeout":90000,"processKillTimeout":2000,"concurrency":null,"failOnEmptyTestSuite":true,"retryLimit":2,"detached":false,"crossOriginAttribute":true,"browserSocketTimeout":20000,"cmd":"24","configFile":"25"},"OFF","ERROR","WARN","INFO","DEBUG",["26"],"http:","0.0.0.0","localhost",{},"/home/travis/build/iov-one/iov-core/packages/iov-crypto",["27"],{"level":"28","format":"29","terminal":true},["25"],["30","31"],["32"],{},{},"/",["33"],["34","35"],["36"],{"args":"37","useIframe":true,"runInParent":false,"captureConsole":true,"clearContext":true,"jasmine":"38"},"start","/home/travis/build/iov-one/iov-core/packages/iov-crypto/karma.conf.js","jasmine",{"pattern":"39","served":true,"included":true,"watched":true,"nocache":false,"weight":"40"},"debug","%b %T: %m","progress","kjhtml","Firefox",{"type":"41","layout":"42"},"polling","websocket","karma-*",[],{"random":false,"timeoutInterval":15000},"/home/travis/build/iov-one/iov-core/packages/iov-crypto/dist/web/tests.js",[1,0,0,0,0,0],"console",{"type":"43","pattern":"44"},"pattern","%[%d{DATE}:%p [%c]: %]%m"] 08 05 2019 15:16:58.647:DEBUG [plugin]: Loading...

Here we have a different issue that appeared after Firefox ran successfully for other tests: ``` 08 05 2019 15:25:02.518:INFO [karma-server]: Karma v3.1.4 server started at http://0.0.0.0:9877/ 08 05 2019...

I suspect a race condition betweenthe Lisk node and the Lisk Postgres, as there are a lot of errors during the DB boot: ``` $ cd $TMPDIR/@iov/lisk/docker $ docker-compose logs...

What is there to be linted/formatted in the repo root? Both steps are done for *.ts files only

Now that `lint-fix` can take care of our source code, we can use `yarn format` for formatting configs. So I propose the following path: 1. Create `lint-fix` scripts in all...

@LucasIsasmendi @ethanfrey do you think it is practically possible to clear a once used Ethereum account to 0 wei? With the gas system, some wei should always be left in...

https://github.com/iov-one/iov-core/pull/774 now moves the workaround from the wallet into IOV-Core. I'll let this ticket open since I'm not convinced what the final answer will be. Scanning for transactions is a...

Extracted https://github.com/iov-one/iov-core/issues/1204 out of this one

Can't you just run the tool multiple times?