renaming from ethermint to laconic #69
Closed
0xmuralik wants to merge 3 commits from
murali/minor-changes into main
pull from: murali/minor-changes
merge into: :main
:main
:zach/prefix
:roy/rm-hardcoded-records
:roy/graphql-to-ipld
:roy/qol-improvements
:murali/gql
:murali/update-fork
:murali/record-attributes
:aleem/fix-lint-errors
:murali/CIDFromJSONBytes
:update-validator-doc-v0.8.0
:feature_test_record_types
:aleem/25-wasmd
:release-v0.8.0
:nameservice_tests_github
:auction_tests
:all_test_stuff
:fix_cid_generation
:run_tests_github_action
:0-7-0-upgrade-guide
:murali/sdk-integration-tests
:murali/quick-fix
:dboreham/sdk-integration-test
:console_release
:release-v0.3.1-dev
:release-v0.6.0
:anil/lint
:murali/to_ipld_prime
:docs
:release-v0.2.0-dev
:ian/smt
Dismiss Review
Are you sure you want to dismiss this review?
Labels
Clear labels
C:CLI
C:Crypto
C:Encoding
C:Proto
C:Types
Status: Stale
Type: ADR
Type: Build
Type: CI
Type: Docs
Type: Tests
bug
dependencies
docker
documentation
duplicate
enhancement
go
good first issue
help wanted
high priority
in progress
invalid
javascript
low priority
medium priority
question
urgent
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Something isn't working
Pull requests that update a dependency file
Pull requests that update Docker code
Improvements or additions to documentation
This issue or pull request already exists
New feature or request
Pull requests that update Go code
Good for newcomers
Extra attention is needed
currently working on
This doesn't seem right
Pull requests that update Javascript code
Further information is requested
Top priority issue
This will not be worked on
An issue or PR manually copied from GitHub.
Breaking change that won't be backward compatible
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd-deprecated#69
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
Changing variable names, chain id, import names etc from ethermint to laconic/laconicd.
For contributor use:
docs/) or specification (x/<module>/spec/)godoccomments.Unreleasedsection inCHANGELOG.mdFiles changedin the Github PR explorerFor admin use:
WIP,R4R,docs, etc)Codecov Report
Additional details and impacted files
12.92% <0.00%> (ø)23.07% <0.00%> (ø)0.00% <0.00%> (ø)0.00% <0.00%> (ø)10.05% <0.00%> (ø)0.00% <0.00%> (ø)0.00% <0.00%> (ø)71.85% <0.00%> (ø)87.02% <39.13%> (ø)53.57% <50.00%> (ø)Hey still seeing a fair number of instances of "ethermint" spread throughout, e.g. https://github.com/cerc-io/laconicd/blob/murali/minor-changes/app/ante/eip712.go#L29, https://github.com/cerc-io/laconicd/blob/main/.github/workflows/lint.yml#L2. I think the only place it makes sense to continue with their naming convention is for the CHANGELOG, the proto/etheremint types and all references to them, or anywhere where we do import a pkg from upstream ethermint (nowhere, currently).
Laconicd has five modules, 3 of those are our own and two are forked from ethermint. Besides the modules, the majority of the files in this repo (and in ethermint's) are the standard boilerplate forked and modified from cosmos-sdk. There is no reason to avoid rebranding those files. Now that we are using a stock version of the SDK (not using our SMT fork any longer), we could potentially use the upstream ethermint
x/evmandx/feemarketmodules but this requires some further discussion as it is entirely possible we will need to diverge again (and it has both negative and positive ramifications on maintenance).For ease of syncing up with the fork (evmos/ethermint), decided on only changing the chainID. https://github.com/cerc-io/laconicd/pull/73
Pull request closed