Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(solc): flatten #774

Merged
merged 24 commits into from
Jan 17, 2022
Merged

feat(solc): flatten #774

merged 24 commits into from
Jan 17, 2022

Commits on Jan 7, 2022

  1. solc flatten implementation

    rkrasiuk committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    8d7369a View commit details
    Browse the repository at this point in the history
  2. upd changelog

    rkrasiuk committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f33b5c2 View commit details
    Browse the repository at this point in the history
  3. upd docs

    rkrasiuk committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    1742630 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. revamp flattening

    rkrasiuk committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    85dfd6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b8c2c1 View commit details
    Browse the repository at this point in the history
  3. clippy

    rkrasiuk committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    05edae5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    829022e View commit details
    Browse the repository at this point in the history
  2. use resolve_import method

    rkrasiuk committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    9b268d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    57388f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce67a0 View commit details
    Browse the repository at this point in the history
  3. remove redundant result

    rkrasiuk committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    4fa958f View commit details
    Browse the repository at this point in the history
  4. clean up solimport

    rkrasiuk committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    3ea64ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a19081c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    3ece55f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. address pr comments

    rkrasiuk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    4a4a448 View commit details
    Browse the repository at this point in the history
  2. uncomment the test

    rkrasiuk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    f5c5cb8 View commit details
    Browse the repository at this point in the history
  3. improve test cov

    rkrasiuk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    bd1053c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    428016e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de5f8b1 View commit details
    Browse the repository at this point in the history
  3. change arg name

    rkrasiuk committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    e1a4ff0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41f256d View commit details
    Browse the repository at this point in the history
  5. add comments

    rkrasiuk committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    0ff30c0 View commit details
    Browse the repository at this point in the history
  6. lint

    rkrasiuk committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    e08d84c View commit details
    Browse the repository at this point in the history
  7. morrre comments

    rkrasiuk committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    e43c3b7 View commit details
    Browse the repository at this point in the history