Skip to content

Commit

Permalink
feat: remove aggoracle component (#251)
Browse files Browse the repository at this point in the history
* remove aggoracle component

* improve Rust build perf and cleanup

* handle error when unmarashaling versions.json
  • Loading branch information
Stefan-Ethernal committed Jan 21, 2025
1 parent 7f89e6c commit a45dbfc
Show file tree
Hide file tree
Showing 26 changed files with 284 additions and 1,311 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build: build-rust build-go build-tools## Builds the binaries locally into ./tar

.PHONY: build-rust
build-rust:
export BUILD_SCRIPT_DISABLED=1 && cargo build --release
BUILD_SCRIPT_DISABLED=1 cargo build --release --jobs=$(shell nproc)

.PHONY: build-go
build-go:
Expand Down
155 changes: 0 additions & 155 deletions aggoracle/chaingersender/evm.go

This file was deleted.

168 changes: 0 additions & 168 deletions aggoracle/chaingersender/evm_test.go

This file was deleted.

25 changes: 0 additions & 25 deletions aggoracle/config.go

This file was deleted.

33 changes: 0 additions & 33 deletions aggoracle/e2e_test.go

This file was deleted.

Loading

0 comments on commit a45dbfc

Please sign in to comment.