forked from openethereum/openethereum
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) #1
Open
elgohr
wants to merge
110
commits into
poanetwork:main
Choose a base branch
from
elgohr-update:main
base: main
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.
Conversation
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
* Add wasmDisableTransition spec option
* Synchronize block verification * max_round_blocks_to_import set to 1 * Fixed test that rely on 12block batches Co-authored-by: adria0.eth <[email protected]>
EIP2565 implementation
* Add docker deployment for Github actions * Add docker specs for the release of tagged and latest versions, also add specs for nightly builds Co-authored-by: Denis Granha <[email protected]>
* Fix deprecated set-env declaration * Fix add-path and set-env in install-sscache.ps1
… lib (openethereum#107) * ethstore - remove unnecessary dir & tiny-keccak dependencies
* Temporally Fix CI compilation
Tell users to ask questions in discord instead of opening an issue.
This reverts commit 12afb13.
* Freeze pruning while creating snapshot * Use scopeguard for snapshot generation * Snapshot 1k blocks * Snapshot number correction
…enethereum#286) * Backport: Block sync stopped without any errors. openethereum#277 * fmt
* Fixing a compilation warning
* Make MemoryOrdering more strict * fmt * Strict mem order for priority_tasks_gate
* [evmbin] Omit storage output, now for std-json * fix tests
* Upgrade Eth types ethereum-types -> 0.9.2 rlp -> 0.4.6 keccak-hash -> 0.5.0 parity-crypto -> 0.6.2 ethabi -> 0.12.0 ethabi-derive -> 0.12.0 ethabi-contract -> 0.11.0 ethbloom -> 0.9.1 rand -> 0.7.3 trie-standardmap -> 0.15.2 triehash -> 0.5.0 * backport #10714. Small changes, merge fixes Co-authored-by: mdben1247 <[email protected]>
* Send SIGTERM instead of SIGHUP to OE daemon * Address comments
…m#316) * Migrating use crate::Type imports to Rust 2018 edition * import name fixes * fmt * removing diff leftover * catching up with latest developments on dev * fmt * removing another diff leftover
… are now deadcode (openethereum#321)
Co-authored-by: Karim Agha <[email protected]>
…reum#295) * Add filters for pending transactions to RPC API Allow filtering results in the parity_pendingTransaction endpoint as described in the API docs. * Make arguments in parity_pendingTransactions work together filter and limit * fmt * Requested changes - filter in ethcore to avoid unneccessary copying - rename gas_price to gasPrice - implement requesting contract creation txs with "action" * Some beautifying Remove missing import and unneccessary dependency entry, add a comment and set right lint level on new module * fixed broken build after merge * fmt * fixing CI errors: type conversion Co-authored-by: Karim Agha <[email protected]>
…eum#324) * Add Nethermind to clients that accept service transactions * fmt
This reverts commit bbecb04.
* Add SealingState; don't prepare block when not ready. (#10529) * Fix a few typos and unused warnings. #10803 * Configuration map of block reward contract addresses (#10875) * Step duration map configuration parameter ported from the POA Network fork (#10902) * Add a 2/3 quorum option to Authority Round. (#10909) * Additional arithmetic EVM opcode benchmarks (#10916) * RPC method for clearing the engine signer (#10920) * authority_round: Fix next_step_time_duration. (#11379) * Aura: Report malice on sibling blocks from the same validator (#11160) * TxPermissions ver 3: gas price & data (#11170) * Add randomness contract support to AuthorityRound. (#10946) * Set the block gas limit to the value returned by a contract call (#10928) * AuthorityEngine: Minor cleanups. (#11408) * Add POSDAO transition and malice report queue. (#11245) * PoA call validators on_close_block * Actualize spec files for POA Networks * Some fixes after merge * Crypto error desc * AuRa on_close_block Error::Old fix Co-authored-by: POA <[email protected]>
* Executable queue for ancient blocks inclusion * Add drop trait for client * Added shutdown to tests * Remove doubled call * Use reth-util from reth repo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
elgohr/Publish-Docker-Github-Action@master is not supported anymore