Skip to content

Commit

Permalink
refactor: decouple object methods into reusable primitives (#339)
Browse files Browse the repository at this point in the history
* export

* decouple object methods into reusable primitives

* refactor primitives to common

* fix exports

* add common folder

* add comments

* remove cycle tracker

* update re exports

* make light client store a ref

* hi

* apply_update

* word

* upgrade ssz_rs version

* fix

* update cargo lock

* remove second bls lib

* update cargo toml

* revert execution folder changes

* fix nits

* refactoring

* formatting

* research

* patch crates

* improve input parameters

* expected current_slot

* update logging

* make good

* update patches

* tests working

* update re exports

* cleanup

* refactor

* refactor

* fix exports

* export

* decouple object methods into reusable primitives

* refactor primitives to common

* fix exports

* add common folder

* add comments

* remove cycle tracker

* update re exports

* make light client store a ref

* hi

* apply_update

* word

* upgrade ssz_rs version

* fix

* update cargo lock

* remove second bls lib

* remove second bls lib

* update cargo toml

* revert execution folder changes

* fix nits

* refactoring

* formatting

* research

* patch crates

* improve input parameters

* expected current_slot

* update logging

* make good

* update patches

* tests working

* update re exports

* cleanup

* refactor

* refactor

* fix exports

* regenerate cargo lock

* patch crates

* test

* bump cargo lock

* change consensus_core to use dashed instead of underscores

* bump cargo lock

* bump cargo lock

* consolidate consensus-core imports into a single bulk import

* a

* test

* a

* testing

* a

* remove patches

* bump cargo lock

* update workflow to add manual trigger

* make clippy happy

* cargo fmt

* revert manual workflow_dispatch

* re bump revm version
  • Loading branch information
xavierdmello authored Jul 30, 2024
1 parent fc1ca2e commit 3099e30
Show file tree
Hide file tree
Showing 38 changed files with 1,178 additions and 864 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: test

on:
push:
branches: [ "master" ]
branches: ["master"]
pull_request:
branches: [ "master" ]
branches: ["master"]

env:
MAINNET_EXECUTION_RPC: ${{ secrets.MAINNET_EXECUTION_RPC }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ target
helios-ts/node_modules
helios-ts/dist
helios-ts/helios-*.tgz
.vscode
Loading

0 comments on commit 3099e30

Please sign in to comment.