#error #abstract #propagation #mismatching

mismatch

Crate for abstract mismatching. Useful for error propagation.

1 stable release

1.0.0 Nov 29, 2022

#1428 in Data structures

Download history 14/week @ 2023-12-09 27/week @ 2023-12-16 17/week @ 2023-12-23 35/week @ 2024-01-13 17/week @ 2024-01-20 19/week @ 2024-01-27 24/week @ 2024-02-10 17/week @ 2024-02-17 42/week @ 2024-02-24 10/week @ 2024-03-02 28/week @ 2024-03-09 21/week @ 2024-03-16 9/week @ 2024-03-23

79 downloads per month

MIT license

4KB
50 lines

Blockscout Rust Services

A set of services used by Blockscout blockchain explorer, written in Rust.

Services

  1. smart-contract-verifier - provides API for ethereum contract verification written in Solidity and Vyper

  2. sig-provider - aggregator of ethereum signatures for transactions and events

  3. multichain-search - service for searching transactions, blocks, tokens, etc in all blockscout instances. Contains frontend and backend parts.

  4. visualizer - service for evm visualization such as:

    1. Solidity contract visualization using sol2uml
  5. eth-bytecode-db - Ethereum Bytecode Database. Verifies smart-contracts and searches for the sources via bytecodes

Contributing

We appreciate your support. Before writing code and submiting pull request, please read contributing instructions.

License

This project is primarily distributed under the terms of the MIT license. See LICENSE-MIT for details.


lib.rs:

Supporting type used in error structures

Dependencies

~320–780KB
~18K SLoC