-
Notifications
You must be signed in to change notification settings - Fork 10
Add beacon chain update plugin and cranker executable #280
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
brianjohnson5972
wants to merge
65
commits into
master
Choose a base branch
from
feature/crank_queues_apy
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
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
76654be
Initial Crank: Error including cron_plugin
brianjohnson5972 429c899
Initial Crank: Needed changes for client
brianjohnson5972 f2ac82c
Initial Crank: Adding DepositManager and WithdrawalQueue contracts
brianjohnson5972 dff465d
Initial Crank: Working
brianjohnson5972 0fc09cc
Initial Crank: Fixed last errors
brianjohnson5972 04f8348
Initial Crank: Simplified code
brianjohnson5972 0402d22
Initial Crank: Added unit tests
brianjohnson5972 92bb896
Initial Crank: Fix to prevent ethereum_client::identify_block_for_tra…
brianjohnson5972 e1c9aa3
Initial Crank: Fixed issue with http::read blocking indefinitely.
brianjohnson5972 24d6374
Initial Crank: Added initialization for curl.
brianjohnson5972 09cd13c
Initial Crank: Fixed tracking default schedule and updated README.md.
brianjohnson5972 8f20ec5
Apply suggestions from code review
brianjohnson5972 b56d806
Initial Crank: Fixed remaining PR comments from Kevin.
brianjohnson5972 f92c2c6
Initial Crank: Fixed remaining PR comments from Kevin and Jonathan.
brianjohnson5972 d8b7d9e
Initial Crank: Refactored retry logic into cron_service to prevent de…
brianjohnson5972 8907468
Initial Crank: Added caching the last nonce to ensure that the client…
brianjohnson5972 70612d2
Initial Crank: Changed retry method to blocking_retry for clearity.
brianjohnson5972 7ddd427
Initial Crank: Refactoring of beacon_chain_update_plugin and other ch…
brianjohnson5972 92634ce
Initial Crank: Renaming of beacon_chain_update_plugin and other PR ch…
brianjohnson5972 3d10584
Initial Crank: Simplifying support for json exceeding 64 bit integers…
brianjohnson5972 1624347
Initial Crank: Fixed PR comments from Kevin
brianjohnson5972 4816e6d
Initial Crank: Fixed PR comments from Chuy
brianjohnson5972 351a94a
Initial Crank: Minor Cleanup
brianjohnson5972 6f11d07
Initial Crank: Cleanups found by Claude
brianjohnson5972 5699d75
Initial Crank: Final cleanup by Claude
brianjohnson5972 8804659
Merge remote-tracking branch 'origin/master' into feature/crank_queue…
brianjohnson5972 69a0a96
Initial Crank: Fixing merge from master error
brianjohnson5972 a3e44e4
Initial Crank: Making json integer conversion simpler and more effici…
brianjohnson5972 2df59b1
Initial Crank: Last comment fixes
brianjohnson5972 18efd89
Initial Crank: Cleanup of cron_parser::split
brianjohnson5972 cbb1cf4
Initial Crank: Added handling for Interrupt signal handling for clean…
brianjohnson5972 723c19a
Initial Crank: Reverted code that wasn't meant to be committed
brianjohnson5972 9580154
Initial Crank: Remaining heifner PR comment fixes
brianjohnson5972 18603cb
Initial Crank: Missed code to remove.
brianjohnson5972 ec2429c
Initial Crank: Optimized u/int64 conversion path
brianjohnson5972 12dceb5
Initial Crank: actual remaining heifner PR comment fixes
brianjohnson5972 a4f1a71
chain_plugin: run read_table_rows inline when called from main thread
heifner 1bf51df
# Achieved memory & on-chain storage stability (`>2400` epochs over `…
jglanz abe0a31
Initial Crank: final heifner PR comment fixes
brianjohnson5972 7ec6547
Initial Crank: cleanup
brianjohnson5972 44a5135
Initial Crank: Reverting change for signature provider plugin
brianjohnson5972 45882f6
Moved `file:line` to the end of `line-format` for readability in lnav.
jglanz 7a32fe1
# Moved `protoc-gen-<solana|solidity>` plugins and protobuf-bundler i…
jglanz 2bcb00b
Initial Crank: Get rid of Curl
brianjohnson5972 736dc1d
Initial Crank: Removing curl_init.*
brianjohnson5972 f08351c
Initial Crank: Missed committing reverting of cmake change
brianjohnson5972 8b86db2
Initial Crank: Removed non-necessary code changes
brianjohnson5972 4e3efa0
Initial Crank: Missed removing two code changes
brianjohnson5972 3a5eabf
Initial Crank: Adding back in waiting on transaction making it in a b…
brianjohnson5972 87e418c
Updated OPP generate bundles script
jglanz 7b22e17
Updated OPP generate bundles script
jglanz bc58ab1
Updated OPP generate bundles script
jglanz b3a4bd3
Updated OPP generate bundles script
jglanz 8813d87
Initial Crank: Removing unintended change
brianjohnson5972 1acf232
Initial Crank: Adding back in intended ellision variant variable return
brianjohnson5972 36cca89
Initial Crank: Cleanup includes
brianjohnson5972 d743f96
Removed weird leftover dep `z`
jglanz 63e9910
Removed weird leftover dep `z` - updated lockfile
jglanz 99ea74f
Initial Crank: Removed unneeded change
brianjohnson5972 dbf4fac
Initial Crank: Removed unneeded change and improved exception handling
brianjohnson5972 996a817
Initial Crank: Removing change to number of threads.
brianjohnson5972 f4c232a
Merge remote-tracking branch 'origin/feature/opp-part2' into feature/…
brianjohnson5972 0ba6177
Initial Crank: Merged in branch retry implementation.
brianjohnson5972 5711f75
Merge remote-tracking branch 'origin/master' into feature/crank_queue…
brianjohnson5972 7dd0e3b
revert: restore contracts artifacts to origin/master
brianjohnson5972 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
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.