-
Notifications
You must be signed in to change notification settings - Fork 19
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
Rename away from warp #551
Conversation
Just as a note before I start reviewing. I do like |
Thoughts on condensing the name to |
I like |
@@ -1,4 +1,4 @@ | |||
module github.com/ava-labs/awm-relayer | |||
module github.com/ava-labs/icm-services |
Check failure
Code scanning / Snyk Open Source
High severity - Dual license: GPL-3.0, LGPL-3.0 vulnerability in github.com/ava-labs/coreth/plugin/evm/message Error
@@ -1,4 +1,4 @@ | |||
module github.com/ava-labs/awm-relayer | |||
module github.com/ava-labs/icm-services |
Check failure
Code scanning / Snyk Open Source
High severity - Dual license: GPL-3.0, LGPL-3.0 vulnerability in github.com/ava-labs/subnet-evm/accounts Error
@@ -1,4 +1,4 @@ | |||
module github.com/ava-labs/awm-relayer | |||
module github.com/ava-labs/icm-services |
Check failure
Code scanning / Snyk Open Source
High severity - Dual license: GPL-3.0, LGPL-3.0 vulnerability in github.com/ethereum/go-ethereum/common Error
@@ -1,4 +1,4 @@ | |||
module github.com/ava-labs/awm-relayer | |||
module github.com/ava-labs/icm-services |
Check warning
Code scanning / Snyk Open Source
Medium severity - MPL-2.0 license vulnerability in github.com/hashicorp/go-bexpr Warning
@@ -1,4 +1,4 @@ | |||
module github.com/ava-labs/awm-relayer | |||
module github.com/ava-labs/icm-services |
Check warning
Code scanning / Snyk Open Source
Medium severity - MPL-2.0 license vulnerability in github.com/hashicorp/golang-lru/v2 Warning
@@ -1,4 +1,4 @@ | |||
module github.com/ava-labs/awm-relayer | |||
module github.com/ava-labs/icm-services |
Check warning
Code scanning / Snyk Open Source
Medium severity - MPL-2.0 license vulnerability in github.com/hashicorp/hcl Warning
@@ -1,4 +1,4 @@ | |||
module github.com/ava-labs/awm-relayer | |||
module github.com/ava-labs/icm-services |
Check warning
Code scanning / Snyk Open Source
Medium severity - MPL-2.0 license vulnerability in github.com/status-im/keycard-go/derivationpath Warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment, but okay to do in a follow up
Why this should be merged
Part of general renaming from Warp -> ICM. Closes #538
How this works
awm-relayer
->icm-offchain-services
awm-relayer
binary and expected DockerHub repo ->icm-relayer
AWM Relayer
referring to the repo in general isICM Off-chain Services
in capitalized titlesOne inconsistency right now is module/repo name having a dash in
Off-chain
in plain text but no dash in the module and proposed repo name. I can change either to make it consistent buticm-off-chain-services
seems like too many dashes for a module/repo name IMO.How this was tested
Existing tests should pass. Once the repo is created it should be tested with new test tags.
How is this documented
Updated the docs