Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

evm: cleanup, remove atlas/ #1152

Merged
merged 5 commits into from
Jun 27, 2022
Merged

evm: cleanup, remove atlas/ #1152

merged 5 commits into from
Jun 27, 2022

Conversation

fedekunze
Copy link
Contributor

Closes: #XXX

Description


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@github-actions github-actions bot added the C:Types common types, interfaces and functions from /types label Jun 27, 2022
@fedekunze fedekunze marked this pull request as ready for review June 27, 2022 09:29
@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #1152 (5ae631f) into main (ec8e93b) will increase coverage by 0.01%.
The diff coverage is 69.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1152      +/-   ##
==========================================
+ Coverage   61.74%   61.76%   +0.01%     
==========================================
  Files          89       90       +1     
  Lines        7303     7312       +9     
==========================================
+ Hits         4509     4516       +7     
- Misses       2570     2573       +3     
+ Partials      224      223       -1     
Impacted Files Coverage Δ
types/validation.go 100.00% <ø> (ø)
x/evm/keeper/state_transition.go 74.77% <0.00%> (-0.68%) ⬇️
x/evm/keeper/utils.go 67.60% <0.00%> (ø)
x/evm/types/codec.go 84.21% <ø> (ø)
x/evm/types/tx_data.go 97.91% <ø> (ø)
x/evm/types/utils.go 61.11% <ø> (-4.47%) ⬇️
x/evm/types/access_list_tx.go 90.13% <40.00%> (ø)
types/int.go 41.66% <41.66%> (ø)
x/evm/types/dynamic_fee_tx.go 89.94% <42.85%> (ø)
x/evm/types/legacy_tx.go 92.24% <60.00%> (ø)
... and 7 more

@github-actions github-actions bot added the Type: CI continuous integration label Jun 27, 2022
@fedekunze fedekunze merged commit 3ac8b93 into main Jun 27, 2022
@fedekunze fedekunze deleted the fedekunze/minor-cleanup branch June 27, 2022 09:58
devon-chain pushed a commit to PundiAI/ethermint that referenced this pull request Jun 28, 2022
* evm: cleanup, remove atlas/

* rm tparse action

* fix lint issue

* use cases.NoLower

* tidy
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C:Types common types, interfaces and functions from /types Type: CI continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant