Releases: blockscout/blockscout-rs
Eth-bytecode-db v1.1.0
What's Changed
- Contracts search has been speedup
- Merge full and partial searches by @rimrakhimov in #473
- Add basic metrics by @rimrakhimov in #476
Stats v1.1.0
New line charts
- Transactions success rate by @leviska in #400
- Average block rewards by @leviska in #403
- New accounts by @leviska in #404
- New native coin holders by @leviska in #408
- New verified contracts by @sevenzing in #417
- Verified contracts growth by @sevenzing in #421
New counters
- Last new verified contracts by @sevenzing in #433
- Total verified contracts
Miscellaneous
- Added health endpoint by @leviska in #402
- Bump launcher from v0.5 to v0.7.0. Add database creation on initialization. Add
STATS__CREATE_DATABASE
env by @rimrakhimov in #424, #429, #439 - Add drop last point functionality by @sevenzing in #434
Sig-provider v1.0.0
First release of the sig-provider service.
This service is designed to look up and aggregate function methods and events from third-party services. It currently supports:
Smart-contract-verifier v1.2.1
What's Changed
- Fix metadata length check by @rimrakhimov in #454
Smart-contract-verifier v1.2.0
What's Changed
- Cargo update by @rimrakhimov in #431
- Add chain id to the metrics by @rimrakhimov in #437
- Update Readme: add protobuf and protoc-gen-openapiv2 as a requirements by @rimrakhimov in #445
- Bump ethers to v2.0.0 by @rimrakhimov in #446
- Fix yul verification bug by @sevenzing in #451
Full Changelog: smart-contract-verifier/v1.1.0...smart-contract-verifier/v1.2.0
Eth-bytecode-db v1.0.0
First release of the eth-bytecode-db service.
For more details, please refer to:
https://docs.blockscout.com/about/features/ethereum-bytecode-database-microservice
Smart-contract-verifier v1.1.0
What's Changed
- README: Add information regarding openSSL by @itinance in #405
- Update Readme by @rimrakhimov in #387
- Fix processing Sourcify verification errors by @rimrakhimov in #419
- Fix metadata extraction by @rimrakhimov in #420
New Contributors
Full Changelog: smart-contract-verifier/v1.0.0...smart-contract-verifier/v1.1.0
Stats v1.0.0
First release of stats service
Support for 12 line charts:
- Average transaction fee
- Transactions fees
- New transactions
- Transactions growth
- New blocks
- Average block size
- Native coin holders growth
- New native coins transfers
- Native coin circulating supply
- Average gas limit
- Gas used growth
- Average gas price
And 8 counters:
- Total Blocks
- Average Block Time
- Completed Txns
- Total Accounts
- Total Native Coin Holders
- Total Native Coin Transfers
- Total Tokens
- Total Txns
Smart-contract-verifier v1.0.0
Api v2
Api updated to version 2. Http/Grpc servers paradigm adapted.
What's Changed
-
Fix clippy - verifier in #194
-
Bump ethers libs to 1.0 in #178
-
Add bytecode parts to response in #205
-
Sig provider middleware in #217
-
Use common libraries in #231
-
Fix returning of local meta parts without encoded metadata length in #232
-
Verifier http/grpc server implementation in:
-
Fix sourcify tests in #282
-
Bump verifier dependencies: ethabi, primitive-types in #286
-
Add
/api/v2/
prefix in #290 -
Smart-contract-verifier server dockerfile in #306
-
Fix Sourcify integration tests in #339
-
Verifier - server readme in #310
-
Verifier - bump launcher v0.6.0 in #344
-
Verifier: update workflow to use server dockerfile in #345
-
Update sc-verifier base.env in #353
Smart-contract-verifier v0.6.0
What's Changed
- Add Middleware trait in #139
- Bump rust version to 1.65.0 in #163
- Fix constructor args check when verifying deployed bytecode in #183
- Add compiler settings to verification response in #179
Full Changelog: v0.5.0...smart-contract-verifier/v0.6.0