Skip to content

Commit

Permalink
feat: create importer online component (#1541)
Browse files Browse the repository at this point in the history
* initial commit

* temp fix

* add test

* todo: fix consensus and chain

* fix chain

* fix build errors

* fix modes

* lint

* fix

* rename

* fix

* fix chain

* rename

* refac and implement simpleconsensus

* add simple consensus into main

* lint

* fix: remove optional http url

* fix: review

* temp fix

* comment

* fix init

* change to spawn named

* add blockchain client graceful shutdown

* improve shutdown warnings

* improve shutdown

* small refactoring

* revert optional args and add validations

* revert

* fix

* fix just file

* remove unused test

* remove default flag

* fix missing flag

* fix missing flags

* moving mode config var to stratus config

* fix raft

* improve validation

* naming

* remove unused

* remove unused

* comments

* add ws check

* lint

* fmt

---------

Co-authored-by: Daniel Freire <[email protected]>
  • Loading branch information
gabriel-aranha-cw and carneiro-cw authored Jul 31, 2024
1 parent f490097 commit 64daad0
Show file tree
Hide file tree
Showing 35 changed files with 1,467 additions and 2,052 deletions.
95 changes: 0 additions & 95 deletions .github/workflows/e2e-generic.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E Run With Importer
name: E2E Importer

on:
pull_request:
Expand Down Expand Up @@ -26,10 +26,10 @@ on:
- 'Cargo.toml'

jobs:
run_with_importer_test:
importer_test:
strategy:
fail-fast: false
name: E2E Run With Importer on BRLCToken
name: E2E Importer on BRLCToken
runs-on: ubuntu-latest
timeout-minutes: 45

Expand Down
8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,6 @@ path = "src/bin/rpc_downloader.rs"
name = "importer-offline"
path = "src/bin/importer_offline.rs"

[[bin]]
name = "importer-online"
path = "src/bin/importer_online.rs"

[[bin]]
name = "run-with-importer"
path = "src/bin/run_with_importer.rs"

# ------------------------------------------------------------------------------
# Features
# ------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 64daad0

Please sign in to comment.