Skip to content

Commit

Permalink
Merge pull request #55 from PowerLoom/eth_uniswapv2
Browse files Browse the repository at this point in the history
Architecture Overhaul, and Performance Improvements
  • Loading branch information
anomit authored Nov 30, 2023
2 parents 0e65170 + db969eb commit fc08cdd
Show file tree
Hide file tree
Showing 90 changed files with 5,208 additions and 7,869 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
release:
types: ['published']
push:
branches: [ "dockerify", "testnet_pretask" ]
branches: [ "dockerify", "testnet_pretask", "testnet_5_pairs", "zkevm_quests", "eth_uniswapv2"]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down Expand Up @@ -37,6 +37,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ uniswapTokenData
**/*aggregator.json
config/*settings.json
**/*.backup
.vscode/*
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "config"]
path = config
url = https://github.com/PowerLoom/snapshotter-configs/
[submodule "snapshotter/modules/computes"]
path = snapshotter/modules/computes
url = https://github.com/PowerLoom/snapshotter-computes/
475 changes: 414 additions & 61 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config
Submodule config added at 6e34c5
114 changes: 0 additions & 114 deletions config/aggregator.example.json

This file was deleted.

12 changes: 0 additions & 12 deletions config/auth_settings.example.json

This file was deleted.

27 changes: 0 additions & 27 deletions config/preloader.json

This file was deleted.

43 changes: 0 additions & 43 deletions config/projects.example.json

This file was deleted.

131 changes: 0 additions & 131 deletions config/settings.example.json

This file was deleted.

Binary file removed out/snapshotter/modules/pooler/flow/flow.png
Binary file not shown.
Loading

0 comments on commit fc08cdd

Please sign in to comment.