Skip to content

Commit

Permalink
fix changelog typo, add scalastyle sbt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jan 31, 2023
1 parent fff1394 commit 4e6b8a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [23.01/1.3.0] - 2023-12-30
## [23.01/1.3.0] - 2023-01-30
### Added
- Token Support for Ethereum stable coin tokens (WETH, USDT, USDC)
- Added Parsing of eth-logs to support tokens
- compute contracts from traces table
- changed schema of address_transactions, address, address_relations to support tokens and their aggregated values.
- balance table now contains on balance per currency (ETH and tokens)
- new table token configurations containing the supported tokens and their details
- added scalafmt and scalastyle sbt plugins

## [22.11] 2022-11-24
### Added
Expand Down
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.beautiful-scala" % "sbt-scalastyle" % "1.5.1")

0 comments on commit 4e6b8a7

Please sign in to comment.