Luke Plaster

Results 26 issues of Luke Plaster

The tests we have now are **integration** tests because they trigger actions on the blockchain. These can be really flaky and break often! In **unit** tests, I would propose that...

testing

We generate keystores using the `pbkdf2` kdf for now, but there are more secure options out there such as argon2 (preferred) and scrypt. We should retain support for unlocking `pbkdf2`...

Right now client has methods that rely on `this.privateKey` and others that take parameters in arguments (such as `checkAddress(address)`). These separate concerns should be separated out into two classes.

enhancement

The client should behave differently depending on whether it connects to an accelerated or a regular node. Operations like e.g. broadcasting transactions are different depending on the node type.

enhancement

This is a continuation of the topic started in bjrmatos/jsreport-electron-pdf#6. Under iisnode (on my version of Windows at least) the following error may be observed when trying to spawn electron...

bug

https://github.com/cayasso/cacheman/blob/0ca16cde147c49c6ce504c04396ea06d75ff38ba/lib/index.js#L111 This overrides any `count` supplied in `options` with a value of 1000

...le, an 'element' tag had the 'name' attribute containing the name of the type, whereby 'complexType' was a child containing its sequence of parameters. I've amended the XPath query to...

Caught this one just now after a "tell" to plandex and during its thinking. ``` Restoring terminal... goroutine 88 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x64 runtime/debug.PrintStack() /usr/local/go/src/runtime/debug/stack.go:16 +0x1c github.com/charmbracelet/bubbletea.(*Program).Run.func1() /Users/ds/go/pkg/mod/github.com/charmbracelet/[email protected]/tea.go:478 +0x88 panic({0x101978bc0?,...

There's also a test script in the package.json for convenient test running.