forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 7
Gh actions #45
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
MariusVanDerWijden
wants to merge
64
commits into
master
Choose a base branch
from
gh-actions
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.
Open
Gh actions #45
Changes from 63 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
bc42e88
core: add basic chain history support in GenerateChain (#28428)
fjl 285202a
cmd/evm: add --run option to blocktest command (#28421)
marioevz f4ac548
ethdb/pebble: cap memory table size as maxMemTableSize-1 (#28444)
rjl493456442 a3be381
core/vm: performance tweak of `OpCode.String()` (#28453)
lmittmann b1cec85
eth/tracers: add position field for callTracer logs (#28389)
alvarosevilla95 e91cdb4
ethclient: fix forwarding 1559 gas fields (#28462)
karalabe 51b5ad3
.travis: enable cross building to macos arm64 (#28474)
karalabe 97ae324
travis: use newer builder image (#28475)
karalabe f20b334
eth/filters: eth_getLogs fast exit for invalid block range (#28386)
jsvisa 4d9f3cd
eth: set networkID to chainID by default (#28250)
MariusVanDerWijden 470dba8
core/vm: set basefee to 0 internally on eth_call (#28470)
karalabe 7ea860d
graphql: type of yParity from Long to BigInt (#28456)
jsvisa b77a9b1
cmd/geth: more testcases for logging (#28501)
holiman f7dde2a
ethdb/pebble: add `Errorf` function to panicLogger (#28491)
mcdee e38b9f1
eth/filters: exit early if topics-filter has more than 4 topics (#28494)
jsvisa 326fa00
core/rawdb: fsync the index file after each freezer write (#28483)
rjl493456442 2f4833b
cmd/evm: allow state dump regardless if test passes in statetest (#28…
sorpaas ce5a480
ethclient: add empty/nonexist account testcase for eth_getProof RPC (…
jsvisa 49b2c5f
build: upgrade -dlgo version to Go 1.21.4 (#28505)
sandakersmann f265cc2
cmd/geth: remove some whitespace in code and comments (#28148)
jsvisa fa8d398
cmd, core, trie: verkle-capable `geth init` (#28270)
gballet e803ef0
eth/tracers/js: fix isPush for push0 (#28520)
s1na 24d4622
trie: spelling - fix comments in hasher (#28507)
sysvm 2391fbc
tests/fuzzers: move fuzzers into native packages (#28467)
holiman c5b7cfa
tests: skip tests on windows 32bit CI (#28521)
holiman 984f826
cmd/geth: more special cases logging tests (#28527)
jwasinger 2814ee0
accounts,cmd,console,les,metrics: refactor some errors checked by (S…
BabyHalimao b9504e4
miner: run tests in parallel (#28506)
estensen fcc7ae1
internal/jsre/deps: fix typo in jsdoc (#28511)
aliening db7895d
accounts/abi: improve readability of method-to-string conversion (#2…
Halimao a75a2d6
all: replace some cases of strings.SplitN with strings.Cut (#28446)
estensen 5bf8769
ethdb/memorydb, trie: reduced allocations (#28473)
holiman 8b78d6a
Dockerfile: update Go to 1.21 (#28538)
estensen c8a2202
cmd/evm: validate blockchain tests poststate account storage (#28443)
danceratopz 77cb21d
signer: run tests in parallel (#28536)
estensen a737482
accounts, cmd: fix typos (#28526)
levisyin 14a1e96
core/txpool/legacypool: respect nolocals-setting (#28435)
jp-imx 460cc16
cmd: run tests in parallel (#28546)
estensen 661bd45
core/state/snapshot: print correct error from trie iterator (#28560)
rjl493456442 ad16f11
cmd/evm: capitalize evm commands (#28569)
tmelhao 525db7b
accounts/abi: context info on unpack-errors (#28529)
levisyin 146e8d9
core, trie, rpc: speed up tests (#28461)
MariusVanDerWijden 6489a0d
ethdb/pebble: don't double-close iterator inside pebbleIterator (#28566)
magicxyyz e9f59b5
eth/filters: reuse error msg for invalid block range (#28479)
ucwong 347fecd
core/types: make 'v' optional for DynamicFeeTx and BlobTx (#28564)
marioevz d6cea48
rpc: improve performance of subscription notification encoding (#28328)
jsvisa 104dbf7
cmd/utils: validate pre-existing genesis in --dev mode (#28468)
jwasinger 3cfcd25
cmd/geth: add support for --dev flag in dumpgenesis (#28463)
jwasinger 5ff929c
les/vflux: run tests in parallel (#28524)
estensen d468c33
cmd/{geth,utils}: add cmd to export preimages in snap enumeration ord…
gballet 63127f5
cmd/geth: fix build error (#28585)
fjl eec37e3
cmd/devp2p/internal/ethtest: undo debug-hack (#28588)
holiman d76efbb
params: update discV5 bootnodes (#28562)
cortze bdf5e38
cmd, les, tests: remove light client code (#28586)
MariusVanDerWijden 90a0344
.github/workflows: add github action workflow
MariusVanDerWijden c133619
.github/workflows: add github action workflow
MariusVanDerWijden 50ec012
.github/workflows: add github action workflow
MariusVanDerWijden 5fa8c79
internal/build: fix build on latest windows
MariusVanDerWijden 4ac5006
internal/build: fix build on latest windows
MariusVanDerWijden 26135ed
.github/workflows: add github action workflow
MariusVanDerWijden 6ce7fcf
internal/build: fix build on latest windows
MariusVanDerWijden aa64f0c
internal/build: prefer the self-hosted runner
MariusVanDerWijden a65ee54
internal/build: prefer the self-hosted runner
MariusVanDerWijden 1810c1f
.github/workflows: move lint to self hosted
MariusVanDerWijden 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| name: go-ethereum workflow | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - master | ||
| tags: | ||
| - '**' | ||
| pull_request: | ||
| branches: | ||
| - master | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| lint: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - name: Set up Go | ||
| uses: actions/setup-go@v2 | ||
| with: | ||
| go-version: 1.20.5 | ||
| - name: Lint | ||
| run: go run build/ci.go lint | ||
| - name: Build | ||
| run: go run build/ci.go install -dlgo | ||
|
|
||
| test: | ||
| runs-on: [self-hosted] | ||
|
|
||
| needs: lint | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - name: Set up Go | ||
| uses: actions/setup-go@v3 | ||
| with: | ||
| go-version: 1.20.5 | ||
| - name: Cache testdata | ||
| id: cache-testdata | ||
| uses: actions/cache@v3 | ||
| with: | ||
| path: | | ||
| tests/testdata | ||
| key: ${{ runner.os }}-testdata | ||
|
|
||
| - name: Update git submodules | ||
| if: steps.cache-testdata.outputs.cache-hit != 'true' | ||
| run: | ||
| git submodule update --init --depth 1 --recursive | ||
| - name: Test | ||
| run: go run build/ci.go test -dlgo | ||
|
|
||
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
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.
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.
is there a specific reason this doesn't run on
self-hostedas well?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.
No, my mistake. I stopped playing around with it at some point. Will pick it back up today