Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
fb7c42b
feat(deploy): enhance bytecode handling and add default provider opti…
cctdaniel Mar 4, 2025
0188774
init argus
cctdaniel Feb 26, 2025
005cf2c
fix compilation errors
cctdaniel Feb 26, 2025
2cd09cf
feat: replace block with request
cctdaniel Feb 28, 2025
ef2d944
feat(hermes): integrate Hermes API for price updates and remove proce…
cctdaniel Feb 28, 2025
a3e8a87
refactor(request): simplify request processing by removing callback e…
cctdaniel Feb 28, 2025
1c6637d
feat: add hermes_base_url to run options and remove from config
cctdaniel Feb 28, 2025
61dcfe1
refactor(config): update configuration for price update service and r…
cctdaniel Feb 28, 2025
809e1e6
feat: replace randomness request with price update request and add re…
cctdaniel Feb 28, 2025
118ea55
refactor: remove BlockStatus from API and related components for simp…
cctdaniel Mar 3, 2025
757fa94
refactor(tests): comment out test_price_updates for future fixes
cctdaniel Mar 4, 2025
f04a74c
feat(config): update chain configuration to use linea_sepolia with ne…
cctdaniel Mar 4, 2025
f474a7b
refactor: remove unused secret field and state module for cleaner cod…
cctdaniel Mar 4, 2025
f988a43
refactor: remove default provider option from deploy script for clarity
cctdaniel Mar 6, 2025
f3f8024
feat(api): expand index route responses with additional endpoints
cctdaniel Mar 6, 2025
6326b08
feat(keeper): add num_price_ids to request handling and update relate…
cctdaniel Mar 6, 2025
ae97d91
feat(keeper): refactor
cctdaniel Mar 6, 2025
36fc827
fix(keeper): replace price_ids with filtered_price_ids in request pro…
cctdaniel Mar 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/argus/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/target
*config.yaml
*secret*
*private-key*
Loading
Loading