-
Notifications
You must be signed in to change notification settings - Fork 840
build: bundle subnet-evm releasing into releasing workflow #4675
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
Open
JonathanOppenheimer
wants to merge
106
commits into
master
Choose a base branch
from
JonathanOppenheimer/migrate-subnet-evm-7-releasing
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+119
−318
Open
Changes from all commits
Commits
Show all changes
106 commits
Select commit
Hold shift + click to select a range
56c3bc8
Rewrite github.com/ava-labs/subnet-evm imports to github.com/ava-labs…
JonathanOppenheimer 1b95fda
Rewrite github.com/ava-labs/subnet-evm imports to github.com/ava-labs…
JonathanOppenheimer d9e5893
docs: get further instructions
JonathanOppenheimer cdf86b2
style: trailing char
JonathanOppenheimer f95511f
docs: add cd command
JonathanOppenheimer 8c516b2
[migrate-subnet-evm][4] Cleanup go mod configuation and use Avalanche…
JonathanOppenheimer d6dda5d
style: revert import ordering
JonathanOppenheimer 37c0c1e
style: revert graft readme changes
JonathanOppenheimer 0bc7ec2
chore: go mod tidy
JonathanOppenheimer 4fcdc45
build: fix mockgen
JonathanOppenheimer cd3ab5f
chore: revert mock generation
JonathanOppenheimer 9bbc759
style: revert premature lint
JonathanOppenheimer 9711a8b
chore: update codeowners
JonathanOppenheimer c94d20b
test: move CI
JonathanOppenheimer 6f25865
chore: delete old files
JonathanOppenheimer e46b9d1
docs: update licensure
JonathanOppenheimer f19e710
ci: update taskfile
JonathanOppenheimer 7b1eacd
ci: go mod tidy
JonathanOppenheimer 66dfc98
test: delete import script
JonathanOppenheimer 7f0ad92
chore: remove old avalanche headerc
JonathanOppenheimer 0ddb91e
test: delete imports test
JonathanOppenheimer 29a5faf
test: skip flaky golang bindings tests
JonathanOppenheimer 799ef49
build: fix build_test.sh
JonathanOppenheimer adf4cf3
ci: fix lint script
JonathanOppenheimer 52549ee
ci: add skiplint back
JonathanOppenheimer d49d1fc
ci: fix script pathing
JonathanOppenheimer 4e22fa6
ci: share lint
JonathanOppenheimer d1f7f4e
ci: ginkgo script
JonathanOppenheimer ccec134
fix: use avalanchego ginkgo
JonathanOppenheimer 7bdb696
fix: make executable
JonathanOppenheimer d4e0dc9
fix: use shared lint
JonathanOppenheimer 57ce339
build: copy subnet graft
JonathanOppenheimer b65919a
build: use most recent repo commit
JonathanOppenheimer 47015e4
build: fix anthithesis build for mono repo structure
JonathanOppenheimer 9dc8962
ci: fix for monorepo structure
JonathanOppenheimer 8496d38
fix: correct directory path
JonathanOppenheimer c9ff8e2
ci: specify working directory
JonathanOppenheimer 2b512c6
ci: specify working directory
JonathanOppenheimer a007e8c
build: don't clone avalanchego
JonathanOppenheimer d18e19a
build: revert go mod
JonathanOppenheimer fb0354b
build: go get jackal
JonathanOppenheimer c643c0a
build: avalanchego from root
JonathanOppenheimer 367fdca
chore: shellcheck lint
JonathanOppenheimer 905db4c
test: antithesis instrumented
JonathanOppenheimer 97aa359
build: use correct avalanchego build
JonathanOppenheimer 6657223
build: go mod tidy after intrumentation get
JonathanOppenheimer aeb397f
build: anthithesis from root
JonathanOppenheimer 9e6cb6d
build: ignore go mod anthithesis
JonathanOppenheimer 3adf10e
build: antithesis from root? please?
JonathanOppenheimer ffef0d1
build: use module import path
JonathanOppenheimer 4b0cc19
test: fix lint paths
JonathanOppenheimer b49fcdf
style: reduce diff
JonathanOppenheimer 94e2178
style: get rid of extra shellcheck
JonathanOppenheimer c699e89
style: reduce diff
JonathanOppenheimer 04a5e40
ci: remove skip lint clause
JonathanOppenheimer a7d358f
test: restore correct e2e-warp testing
JonathanOppenheimer c90edff
style: reduce diff
JonathanOppenheimer 493d8d3
fix: restore out of scope changes
JonathanOppenheimer 15cac30
docs: correct ginkgo path
JonathanOppenheimer 94abb0c
ci: lint self reference
JonathanOppenheimer 0583f8b
ci: find script dir
JonathanOppenheimer 1c1c7ed
ci: find script dir
JonathanOppenheimer 203dab7
build: revert jackal go upgrade
JonathanOppenheimer 580fce9
style: fix shellcheck
JonathanOppenheimer 1b48f6a
ci: get rid of useless lint check
JonathanOppenheimer 74956f4
style: use maru build suggestions
JonathanOppenheimer 2217f54
build: revert maru suggestion
JonathanOppenheimer e9a13b0
build: use correct path
JonathanOppenheimer 7da9570
build: revert instrumentation changes
JonathanOppenheimer 138002b
style: test file conventions
JonathanOppenheimer 6d3e6e3
ci: ensure we are in correct repository
JonathanOppenheimer 8dc610d
test: move template tests to a seperate package
JonathanOppenheimer 7df11f7
chore: regenerate codec
JonathanOppenheimer 1d896a9
style: say module instead
JonathanOppenheimer 10825b9
docs: document usage of lint scripts
JonathanOppenheimer 89f17f8
style: revert regeneration
JonathanOppenheimer 3115190
ci: ignore setupsolc
JonathanOppenheimer 9739b67
Update graft/evm-shared/scripts/lint.sh
JonathanOppenheimer f66cc5c
Update graft/evm-shared/scripts/lint.sh
JonathanOppenheimer 9fe152f
docs: use absolute file paths
JonathanOppenheimer 620e7c2
[migrate-subnet-evm][6] Automated Lint
JonathanOppenheimer af56bbb
build: don't clone avalanchego
JonathanOppenheimer b90bbf8
style: use maru build suggestions
JonathanOppenheimer fe1aa12
build: revert maru suggestion
JonathanOppenheimer 0fccc9a
ci: fix script pathing
JonathanOppenheimer f09dba6
ci: share lint
JonathanOppenheimer e976327
[migrate-subnet-evm][7] releasing
JonathanOppenheimer ad934b8
docs: unify release documentation for monorepo
JonathanOppenheimer f394913
style: reduce diff
JonathanOppenheimer 429f80d
fix: revert go mod changes
JonathanOppenheimer 2a5e6a1
Update graft/subnet-evm/cmd/precompilegen/template-readme.md
JonathanOppenheimer 8df9e09
Merge branch 'JonathanOppenheimer/migrate-subnet-evm-5-ci' into Jonat…
JonathanOppenheimer 29c5356
lint: ignore private links
JonathanOppenheimer a195d21
Merge branch 'JonathanOppenheimer/migrate-subnet-evm-6-lint' into Jon…
JonathanOppenheimer 4264639
Merge branch 'master' into JonathanOppenheimer/migrate-subnet-evm-7-r…
JonathanOppenheimer b6de965
Merge branch 'master' into JonathanOppenheimer/migrate-subnet-evm-7-r…
JonathanOppenheimer b1de654
ci: build antithesis and docker for subnet-evm
JonathanOppenheimer d73d4fe
style: add blank space back
JonathanOppenheimer 22afbeb
Merge branch 'master' into JonathanOppenheimer/migrate-subnet-evm-7-r…
JonathanOppenheimer b151073
docs: add scheduling note
JonathanOppenheimer 420149d
docs: remove needless comments
JonathanOppenheimer 618fa09
build: default to /build/
JonathanOppenheimer 9efe434
style: comment spcae
JonathanOppenheimer 5bab77b
docs: revert new readme for a seperate PR
JonathanOppenheimer cab60a5
build: use repo root for build path
JonathanOppenheimer 9024db4
Merge branch 'master' into JonathanOppenheimer/migrate-subnet-evm-7-r…
JonathanOppenheimer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
graft/subnet-evm/.github/workflows/notify-metrics-availability.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.