mirror of
https://github.com/status-im/status-go.git
synced 2025-01-21 20:20:29 +00:00
349103de1a
- node: signals and node reset, fixes #152 - tests update (testify is used) - node manager refactored, race conditions fixed - node wrapper has been removed, we rely on go-ethereum node now - tx queue refactored - jail refactored - backend and API introduced
5 lines
193 B
Go
5 lines
193 B
Go
// Package static embeds static (JS, HTML) resources right into the binaries
|
|
package static
|
|
|
|
//go:generate go-bindata -pkg static -o bindata.go scripts/ bootcluster/ config/ keys/ testdata/...
|