Skip to content

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 18:40
· 103 commits to main since this release
v0.1.2
4e1914c

What's Changed

🐛 Fixes

🔧 Improvements

  • database,e2e: remove use of deprecated io/ioutil (SA1019) by @joshuasing in #118
  • e2e: improve name for variable with type time.Duration (ST1011) by @joshuasing in #117
  • popm: use simple conversion instead of unnecessary fmt.Sprintf (S1025) by @joshuasing in #115
  • Add configuration option for static fees to web PoP miner by @max-sanchez in #119
  • tbc: move RPC tests to a separate test file by @joshuasing in #114
  • popm: simplify receivedKeystones variable in tests by @joshuasing in #116
  • hemictl: use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...)) (S1032) by @joshuasing in #123
  • electrumx: fix unhandled error in NewJSONRPCRequest by @joshuasing in #133
  • bfg: fix issues reported by staticcheck by @joshuasing in #132
  • e2e: fix issues detected by staticcheck by @joshuasing in #134

📖 Documentation

⚙️ Other

Full Changelog: v0.1.1...v0.1.2