-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
tracers ci: drop duktape engine (#24934) and add linux-arm binaries to releases page #1100
Merged
Merged
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
fddbbba
eth/tracers/js: drop duktape engine (#24934)
s1na fa5e24a
build: add linux flag for geth-linux-arm compilation
j75689 b043dc0
core,eth: implement tx-level hooks for tracers (#24510)
s1na 84bf714
build: fix the cross compilation cmds
j75689 a9942d7
ci: add linux-arm binaries to releases page
j75689 267255d
docker: fix the package's version
j75689 e1530cd
eth/tracers/js: goja tracer (#23773)
s1na c966201
dep: fix go version issue
j75689 bdf2a7f
eth/tracers/js: drop duktape engine (#24934)
s1na b983545
eth/tracers: refactor traceTx to separate out struct logging (#24326)
s1na 4f09546
eth/tracers: make txhash blockhash accessible to native tracers (#24679)
s1na 3652cbb
eth/tracers: add onlyTopCall option to callTracer (#25430)
s1na 9edc91d
eth/tracers: add onlyTopCall option to callTracer (#25430)
ed255 a29e2c5
api: fix missing codes of DiffAccounts
j75689 34e6d96
docker: remove pointer must version
j75689 5921ae3
ci: replace binance-chain to bnb-chain
j75689 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 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 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 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 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 |
---|---|---|
|
@@ -26,9 +26,9 @@ ENV BSC_HOME=/bsc | |
ENV HOME=${BSC_HOME} | ||
ENV DATA_DIR=/data | ||
|
||
ENV PACKAGES ca-certificates~=20220614 jq~=1.6 \ | ||
bash~=5.1.16-r2 bind-tools~=9.16.29-r0 tini~=0.19.0 \ | ||
grep~=3.7 curl~=7.83.1-r2 sed~=4.8-r0 curl~=7.83 | ||
ENV PACKAGES ca-certificates~=20220614-r0 jq~=1.6 \ | ||
bash~=5.1.16-r2 bind-tools~=9.16.33-r0 tini~=0.19.0 \ | ||
grep~=3.7 curl==7.83.1-r3 sed~=4.8-r0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. for the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed |
||
|
||
RUN apk add --no-cache $PACKAGES \ | ||
&& rm -rf /var/cache/apk/* \ | ||
|
This file contains 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.
no binance-chain any more?
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.
fixed