Repo Details Last Updated Default Branch & Languages Extensions Modified 3 Days Files Commit Commits
#: 1

id: light-protocol
project: Light Protocol
Date: 2024-09-12T19:39:57.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/light-protocol

GitHub Url: github.com/Lightprotocol/light-protocol
GitHub History Url: github.com/Lightprotocol/light-protocol/commits
2024-12-25main

71.86 - Rust
18.48 - TypeScript
7.22 - Go
1.55 - Lean
0.78 - Shell
0.07 - JavaScript
0.02 - Dockerfile
0.02 - Python
0.01 - HTML
toml: 20
yaml: 7
yml: 4
rs: 193
js: 1
ts: 15
gitignore: 1
json: 12
+    0 | -    1 | .github/actions/setup-and-build-nocheck/action.yml | (7c1e)2024-12-25
+ 1 | - 1 | .github/workflows/js.yml | (81e0)2024-12-23
+ 4 | - 0 | .github/workflows/lint.yml | (81e0)2024-12-23
+ 0 | - 1 | .github/workflows/release-pr-ts.yml | (7c1e)2024-12-25
+ 8 | - 1 | Cargo.toml | (7c1e)2024-12-25, (3f44)2024-12-24, (81e0)2024-12-23
+ 1 | - 1 | cli/package.json | (7c1e)2024-12-25
+ 8 | - 29 | client/Cargo.toml | (81e0)2024-12-23
+ 4 | - 2 | client/src/photon_rpc/mod.rs | (81e0)2024-12-23
+ 2 | - 2 | client/src/photon_rpc/photon_client.rs | (81e0)2024-12-23
+ 2 | - 1 | client/src/rpc/errors.rs | (81e0)2024-12-23
+ 15 | - 12 | client/src/rpc/rpc_connection.rs | (a7f8)2024-12-24, (81e0)2024-12-23
+ 51 | - 24 | client/src/rpc/solana_rpc.rs | (a7f8)2024-12-24, (81e0)2024-12-23
+ 2 | - 1 | client/src/rpc_pool.rs | (81e0)2024-12-23
+ 2 | - 2 | client/src/transaction_params.rs | (b2f9)2024-12-25
+ 2 | - 2 | examples/browser/nextjs/package.json | (bcdf)2024-12-23, (74d5)2024-12-23
+ 1 | - 1 | examples/name-service/package.json | (9b97)2024-12-23
+ 2 | - 1 | examples/name-service/programs/name-service/src/lib.rs | (81e0)2024-12-23
+ 1 | - 1 | examples/node/esm/package.json | (74d5)2024-12-23
+ 1 | - 1 | examples/token-escrow/package.json | (9b97)2024-12-23
+ 7 | - 5 | examples/token-escrow/programs/token-escrow/Cargo.toml | (81e0)2024-12-23
+ 2 | - 1 | examples/token-escrow/programs/token-escrow/src/escrow_with_compressed_pda/escrow.rs | (81e0)2024-12-23
+ 2 | - 1 | examples/token-escrow/programs/token-escrow/src/escrow_with_compressed_pda/sdk.rs | (81e0)2024-12-23
+ 2 | - 1 | examples/token-escrow/programs/token-escrow/src/escrow_with_pda/escrow.rs | (81e0)2024-12-23
+ 7 | - 8 | examples/token-escrow/programs/token-escrow/src/escrow_with_pda/sdk.rs | (3926)2024-12-24, (81e0)2024-12-23
+ 5 | - 7 | examples/token-escrow/programs/token-escrow/src/lib.rs | (81e0)2024-12-23
+ 10 | - 10 | forester-utils/src/address_merkle_tree_config.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 1 | - 0 | forester-utils/src/forester_epoch.rs | (81e0)2024-12-23
+ 69 | - 25 | forester-utils/src/indexer/mod.rs | (a7f8)2024-12-24, (81e0)2024-12-23
+ 8 | - 8 | forester-utils/src/lib.rs | (81e0)2024-12-23
+ 14 | - 12 | forester-utils/src/registry.rs | (81e0)2024-12-23
+ 5 | - 22 | forester/Cargo.toml | (a7f8)2024-12-24, (8b9e)2024-12-23
+ 1 | - 0 | forester/package.json | (a7f8)2024-12-24
+ 427 | - 0 | forester/src/batched_ops.rs | (a7f8)2024-12-24
+ 11 | - 6 | forester/src/config.rs | (81e0)2024-12-23
+ 131 | - 90 | forester/src/epoch_manager.rs | (a7f8)2024-12-24, (81e0)2024-12-23
+ 5 | - 5 | forester/src/errors.rs | (81e0)2024-12-23
+ 4 | - 6 | forester/src/forester_status.rs | (a7f8)2024-12-24, (81e0)2024-12-23
+ 24 | - 12 | forester/src/lib.rs | (a7f8)2024-12-24, (81e0)2024-12-23
+ 16 | - 9 | forester/src/main.rs | (81e0)2024-12-23
+ 7 | - 3 | forester/src/metrics.rs | (81e0)2024-12-23
+ 2 | - 1 | forester/src/pagerduty.rs | (81e0)2024-12-23
+ 10 | - 4 | forester/src/photon_indexer.rs | (a7f8)2024-12-24, (81e0)2024-12-23
+ 9 | - 10 | forester/src/pubsub_client.rs | (81e0)2024-12-23
+ 5 | - 4 | forester/src/queue_helpers.rs | (81e0)2024-12-23
+ 105 | - 32 | forester/src/rollover/operations.rs | (a7f8)2024-12-24, (81e0)2024-12-23
+ 27 | - 19 | forester/src/send_transaction.rs | (81e0)2024-12-23
+ 8 | - 3 | forester/src/slot_tracker.rs | (81e0)2024-12-23
+ 2 | - 1 | forester/src/telemetry.rs | (81e0)2024-12-23
+ 23 | - 7 | forester/src/tree_data_sync.rs | (a7f8)2024-12-24, (81e0)2024-12-23
+ 9 | - 7 | forester/src/tree_finder.rs | (81e0)2024-12-23
+ 6 | - 3 | forester/src/utils.rs | (81e0)2024-12-23
+ 0 | - 1 | hasher.rs/.gitignore | (7c1e)2024-12-25
+ 0 | - 79 | hasher.rs/package.json | (7c1e)2024-12-25
+ 0 | - 61 | hasher.rs/rollup.config.js | (7c1e)2024-12-25
+ 0 | - 11 | hasher.rs/src/main/index_browser_fat.ts | (7c1e)2024-12-25
+ 0 | - 2 | hasher.rs/src/main/index_browser_slim.ts | (7c1e)2024-12-25
+ 0 | - 10 | hasher.rs/src/main/index_node.ts | (7c1e)2024-12-25
+ 0 | - 51 | hasher.rs/src/main/model.ts | (7c1e)2024-12-25
+ 0 | - 163 | hasher.rs/src/main/wasm.ts | (7c1e)2024-12-25
+ 7 | - 0 | hasher.rs/src/wasm/Cargo.toml | (81e0)2024-12-23
+ 0 | - 38 | hasher.rs/src/wasm/src/hash/blake2.rs | (7c1e)2024-12-25
+ 0 | - 2 | hasher.rs/src/wasm/src/hash/mod.rs | (7c1e)2024-12-25
+ 0 | - 74 | hasher.rs/src/wasm/src/hash/poseidon.rs | (7c1e)2024-12-25
+ 0 | - 11 | hasher.rs/src/wasm/src/lib.rs | (7c1e)2024-12-25
+ 0 | - 13 | hasher.rs/tsconfig.benches.json | (7c1e)2024-12-25
+ 0 | - 19 | hasher.rs/tsconfig.json | (7c1e)2024-12-25
+ 7 | - 0 | heap/Cargo.toml | (81e0)2024-12-23
+ 1 | - 1 | js/compressed-token/package.json | (7c1e)2024-12-25
+ 648 | - 284 | js/compressed-token/src/idl/light_compressed_token.ts | (b2f9)2024-12-25, (3926)2024-12-24, (3f44)2024-12-24, (81e0)2024-12-23
+ 1 | - 1 | js/stateless.js/package.json | (7c1e)2024-12-25
+ 160 | - 0 | js/stateless.js/src/idls/account_compression.ts | (81e0)2024-12-23
+ 648 | - 284 | js/stateless.js/src/idls/light_compressed_token.ts | (b2f9)2024-12-25, (3926)2024-12-24, (3f44)2024-12-24, (81e0)2024-12-23
+ 114 | - 0 | js/stateless.js/src/idls/light_registry.ts | (81e0)2024-12-23
+ 2 | - 1 | macros/light-sdk-macros/src/accounts.rs | (81e0)2024-12-23
+ 2 | - 2 | macros/light-sdk-macros/src/discriminator.rs | (81e0)2024-12-23
+ 2 | - 1 | macros/light-sdk-macros/src/hasher.rs | (81e0)2024-12-23
+ 2 | - 1 | macros/light-sdk-macros/src/traits.rs | (81e0)2024-12-23
+ 2 | - 1 | macros/light/src/pubkey.rs | (81e0)2024-12-23
+ 8 | - 2 | merkle-tree/batched/Cargo.toml | (3f44)2024-12-24, (81e0)2024-12-23
+ 3 | - 1 | merkle-tree/batched/src/batch.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 2 | - 6 | merkle-tree/batched/src/batch_metadata.rs | (3f44)2024-12-24
+ 4 | - 0 | merkle-tree/batched/src/constants.rs | (3f44)2024-12-24
+ 1 | - 7 | merkle-tree/batched/src/errors.rs | (3f44)2024-12-24
+ 2 | - 0 | merkle-tree/batched/src/event.rs | (3f44)2024-12-24
+ 38 | - 11 | merkle-tree/batched/src/initialize_address_tree.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 112 | - 70 | merkle-tree/batched/src/initialize_state_tree.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 1 | - 0 | merkle-tree/batched/src/lib.rs | (3f44)2024-12-24
+ 199 | - 172 | merkle-tree/batched/src/merkle_tree.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 165 | - 124 | merkle-tree/batched/src/queue.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 47 | - 54 | merkle-tree/batched/src/rollover_address_tree.rs | (3f44)2024-12-24
+ 126 | - 110 | merkle-tree/batched/src/rollover_state_tree.rs | (3f44)2024-12-24
+ 3 | - 25 | merkle-tree/batched/src/zero_copy.rs | (3f44)2024-12-24
+ 3 | - 1 | merkle-tree/bloom-filter/src/lib.rs | (81e0)2024-12-23
+ 4 | - 3 | merkle-tree/bounded-vec/src/lib.rs | (81e0)2024-12-23
+ 2 | - 2 | merkle-tree/bounded-vec/src/offset/copy.rs | (81e0)2024-12-23
+ 2 | - 2 | merkle-tree/bounded-vec/src/offset/zero_copy.rs | (81e0)2024-12-23
+ 3 | - 4 | merkle-tree/concurrent/src/copy.rs | (81e0)2024-12-23
+ 6 | - 6 | merkle-tree/concurrent/src/zero_copy.rs | (81e0)2024-12-23
+ 0 | - 2 | merkle-tree/hash-set/Cargo.toml | (81e0)2024-12-23
+ 5 | - 5 | merkle-tree/hash-set/src/lib.rs | (81e0)2024-12-23
+ 3 | - 3 | merkle-tree/hash-set/src/zero_copy.rs | (81e0)2024-12-23
+ 6 | - 2 | merkle-tree/hasher/Cargo.toml | (81e0)2024-12-23
+ 2 | - 1 | merkle-tree/hasher/src/poseidon.rs | (81e0)2024-12-23
+ 4 | - 4 | merkle-tree/indexed/src/array.rs | (81e0)2024-12-23
+ 3 | - 3 | merkle-tree/indexed/src/copy.rs | (81e0)2024-12-23
+ 6 | - 6 | merkle-tree/indexed/src/zero_copy.rs | (81e0)2024-12-23
+ 6 | - 1 | merkle-tree/metadata/Cargo.toml | (81e0)2024-12-23
+ 2 | - 3 | merkle-tree/metadata/src/access.rs | (81e0)2024-12-23
+ 4 | - 4 | merkle-tree/metadata/src/merkle_tree.rs | (81e0)2024-12-23
+ 2 | - 1 | merkle-tree/metadata/src/queue.rs | (81e0)2024-12-23
+ 5 | - 7 | merkle-tree/metadata/src/rollover.rs | (81e0)2024-12-23
+ 4 | - 3 | merkle-tree/reference/src/sparse_merkle_tree.rs | (81e0)2024-12-23
+ 4 | - 2 | photon-api/src/apis/default_api.rs | (81e0)2024-12-23
+ 1 | - 2 | photon-api/src/apis/mod.rs | (81e0)2024-12-23
+ 141 | - 1488 | pnpm-lock.yaml | (7c1e)2024-12-25, (3f44)2024-12-24, (bcdf)2024-12-23, (9b97)2024-12-23, (74d5)2024-12-23, (cc33)2024-12-23
+ 0 | - 1 | pnpm-workspace.yaml | (7c1e)2024-12-25
+ 11 | - 10 | programs/account-compression/src/instructions/append_leaves.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 11 | - 11 | programs/account-compression/src/instructions/batch_append.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 10 | - 10 | programs/account-compression/src/instructions/batch_nullify.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 11 | - 10 | programs/account-compression/src/instructions/batch_update_address_tree.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 5 | - 3 | programs/account-compression/src/instructions/initialize_address_merkle_tree_and_queue.rs | (3f44)2024-12-24
+ 9 | - 5 | programs/account-compression/src/instructions/initialize_state_merkle_tree_and_nullifier_queue.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 30 | - 32 | programs/account-compression/src/instructions/insert_into_queues.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 12 | - 27 | programs/account-compression/src/instructions/intialize_batched_address_merkle_tree.rs | (3f44)2024-12-24
+ 13 | - 58 | programs/account-compression/src/instructions/intialize_batched_state_merkle_tree.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 31 | - 29 | programs/account-compression/src/instructions/migrate_state.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 6 | - 6 | programs/account-compression/src/instructions/mod.rs | (3f44)2024-12-24
+ 5 | - 4 | programs/account-compression/src/instructions/nullify_leaves.rs | (81e0)2024-12-23
+ 7 | - 4 | programs/account-compression/src/instructions/rollover_address_merkle_tree_and_queue.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 6 | - 5 | programs/account-compression/src/instructions/rollover_batch_address_merkle_tree.rs | (81e0)2024-12-23
+ 7 | - 6 | programs/account-compression/src/instructions/rollover_batch_state_merkle_tree.rs | (81e0)2024-12-23
+ 7 | - 7 | programs/account-compression/src/instructions/rollover_batched_address_merkle_tree.rs | (3f44)2024-12-24
+ 15 | - 14 | programs/account-compression/src/instructions/rollover_batched_state_merkle_tree.rs | (3f44)2024-12-24
+ 7 | - 4 | programs/account-compression/src/instructions/rollover_state_merkle_tree_and_queue.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 2 | - 1 | programs/account-compression/src/instructions/update_group_authority.rs | (81e0)2024-12-23
+ 1 | - 3 | programs/account-compression/src/lib.rs | (81e0)2024-12-23
+ 2 | - 1 | programs/account-compression/src/processor/initialize_address_merkle_tree.rs | (81e0)2024-12-23
+ 2 | - 1 | programs/account-compression/src/processor/initialize_nullifier_queue.rs | (81e0)2024-12-23
+ 2 | - 1 | programs/account-compression/src/state/address.rs | (81e0)2024-12-23
+ 12 | - 9 | programs/account-compression/src/state/queue.rs | (81e0)2024-12-23
+ 5 | - 2 | programs/account-compression/src/utils/check_account.rs | (81e0)2024-12-23
+ 1 | - 1 | programs/account-compression/src/utils/check_signer_is_registered_or_authority.rs | (81e0)2024-12-23
+ 1 | - 1 | programs/account-compression/src/utils/queue.rs | (81e0)2024-12-23
+ 2 | - 1 | programs/account-compression/src/utils/transfer_lamports.rs | (81e0)2024-12-23
+ 7 | - 2 | programs/compressed-token/Cargo.toml | (81e0)2024-12-23
+ 49 | - 28 | programs/compressed-token/src/burn.rs | (b2f9)2024-12-25, (3926)2024-12-24, (81e0)2024-12-23
+ 4 | - 0 | programs/compressed-token/src/constants.rs | (3926)2024-12-24
+ 4 | - 4 | programs/compressed-token/src/delegation.rs | (81e0)2024-12-23
+ 8 | - 10 | programs/compressed-token/src/freeze.rs | (81e0)2024-12-23
+ 5 | - 5 | programs/compressed-token/src/instructions/burn.rs | (3926)2024-12-24
+ 92 | - 2 | programs/compressed-token/src/instructions/create_token_pool.rs | (3926)2024-12-24
+ 28 | - 3 | programs/compressed-token/src/lib.rs | (abef)2024-12-25, (3926)2024-12-24, (81e0)2024-12-23
+ 9 | - 8 | programs/compressed-token/src/process_compress_spl_token_account.rs | (3926)2024-12-24, (81e0)2024-12-23
+ 54 | - 14 | programs/compressed-token/src/process_mint.rs | (3926)2024-12-24, (81e0)2024-12-23
+ 21 | - 18 | programs/compressed-token/src/process_transfer.rs | (b2f9)2024-12-25, (3926)2024-12-24, (81e0)2024-12-23
+ 177 | - 58 | programs/compressed-token/src/spl_compression.rs | (abef)2024-12-25, (3926)2024-12-24
+ 2 | - 1 | programs/compressed-token/src/token_data.rs | (81e0)2024-12-23
+ 6 | - 9 | programs/registry/Cargo.toml | (81e0)2024-12-23
+ 2 | - 1 | programs/registry/src/account_compression_cpi/batch_append.rs | (81e0)2024-12-23
+ 2 | - 1 | programs/registry/src/account_compression_cpi/batch_nullify.rs | (81e0)2024-12-23
+ 2 | - 1 | programs/registry/src/account_compression_cpi/batch_update_address_tree.rs | (81e0)2024-12-23
+ 2 | - 1 | programs/registry/src/account_compression_cpi/initialize_batched_address_tree.rs | (81e0)2024-12-23
+ 2 | - 1 | programs/registry/src/account_compression_cpi/initialize_batched_state_tree.rs | (81e0)2024-12-23
+ 2 | - 2 | programs/registry/src/account_compression_cpi/mod.rs | (3f44)2024-12-24
+ 2 | - 2 | programs/registry/src/account_compression_cpi/rollover_batch_address_tree.rs | (81e0)2024-12-23
+ 2 | - 2 | programs/registry/src/account_compression_cpi/rollover_batch_state_tree.rs | (81e0)2024-12-23
+ 0 | - 0 | programs/registry/src/account_compression_cpi/rollover_batched_address_tree.rs | (3f44)2024-12-24
+ 0 | - 0 | programs/registry/src/account_compression_cpi/rollover_batched_state_tree.rs | (3f44)2024-12-24
+ 11 | - 11 | programs/registry/src/account_compression_cpi/sdk.rs | (81e0)2024-12-23
+ 10 | - 7 | programs/registry/src/epoch/register_epoch.rs | (81e0)2024-12-23
+ 2 | - 2 | programs/registry/src/epoch/report_work.rs | (81e0)2024-12-23
+ 27 | - 29 | programs/registry/src/lib.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 2 | - 1 | programs/registry/src/protocol_config/initialize.rs | (81e0)2024-12-23
+ 2 | - 1 | programs/registry/src/protocol_config/state.rs | (81e0)2024-12-23
+ 1 | - 2 | programs/registry/src/protocol_config/update.rs | (81e0)2024-12-23
+ 7 | - 6 | programs/registry/src/sdk.rs | (81e0)2024-12-23
+ 3 | - 5 | programs/registry/src/selection/forester.rs | (81e0)2024-12-23
+ 8 | - 0 | programs/system/Cargo.toml | (81e0)2024-12-23
+ 2 | - 2 | programs/system/src/invoke/address.rs | (3f44)2024-12-24
+ 1 | - 2 | programs/system/src/invoke/processor.rs | (81e0)2024-12-23
+ 14 | - 17 | programs/system/src/invoke/sum_check.rs | (81e0)2024-12-23
+ 41 | - 48 | programs/system/src/invoke/verify_state_proof.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 5 | - 4 | programs/system/src/invoke_cpi/process_cpi_context.rs | (81e0)2024-12-23
+ 20 | - 22 | programs/system/src/invoke_cpi/verify_signer.rs | (3f44)2024-12-24, (81e0)2024-12-23
+ 2 | - 2 | programs/system/src/lib.rs | (3f44)2024-12-24
+ 3 | - 4 | programs/system/src/sdk/address.rs | (81e0)2024-12-23
+ 1 | - 1 | rust-toolchain.toml | (81e0)2024-12-23
+ 2 | - 3 | sdk/src/account.rs | (81e0)2024-12-23
+ 1 | - 1 | sdk/src/address.rs | (81e0)2024-12-23
+ 1 | - 1 | sdk/src/context.rs | (81e0)2024-12-23
+ 1 | - 2 | sdk/src/transfer.rs | (81e0)2024-12-23
+ 2 | - 1 | utils/Cargo.toml | (3f44)2024-12-24
+ 317 | - 0 | utils/src/account.rs | (3f44)2024-12-24
+ 4 | - 6 | utils/src/hashchain.rs | (81e0)2024-12-23
+ 29 | - 0 | utils/src/lib.rs | (3f44)2024-12-24
+ 1 | - 1 | xtask/Cargo.toml | (b904)2024-12-23
+ 7 | - 4 | xtask/src/bench.rs | (81e0)2024-12-23
+ 5 | - 4 | xtask/src/create_vkeyrs_from_gnark_key.rs | (81e0)2024-12-23
+ 2 | - 1 | xtask/src/fee.rs | (81e0)2024-12-23
                    abef3084e3c9e79429eeac6513824b1c8e7350a9
                    
                    fix: invoke_token_program_with_multiple_token_pool_accounts (#1427)
                
7c1ef7133dd2bd1602c4afecc7ca3a04ce72cdd3 chore: move hasher.rs from monorepo to program-libs (#1412) * chore: move hasher.rs from monorepo to https://github.com/Lightprotocol/program-libs * chore: update @lightprotocol/hasher.rs to version 0.2.1 in package.json files * pnpm-lock // hasher.rs 0.2.1 * fix: remove unnecessary cargo install for wasm-pack in install script
b2f993c9789c974917182f87d2d5b1af93e0dc7d chore: fix additonal typo (#1426)
a7f807ca5b16bb0e43a0b12abad9791f2ef10b40 feat: forester: add state batched operations (#1425) * feat: forester: add state batched operations 1. Introduce `async_trait` for Indexer methods and extend functionality with new async methods. 2. Add `batched_ops` module and improve abstraction for batched state handling. 3. Update tests and simplify dependencies in Cargo. * batches state ops * Clean build artifacts and check disk space in CI pipeline * Increase timeout and clean up debug code in tests and RPC. * refactor: renaming * refactor batch readiness check in `is_batch_ready`.
39262bad79d76d1c8e5685c2db420ac98898b186 feat: multiple `tokenPoolPda` accounts (#1407) * feat: multiple token pool accounts * fix: lint * chore: unify execute token program instruction with multiple token pool accounts --------- Co-authored-by: ananas-block
3f44fbf094b64ccd82751bf9bbba84f0be7969d4 chore: renamed various variables in light-batched-merkle-tree (#1414) * chore: renamed various variables in light-batched-merkle-tree chore: mark batched Merkle tree structs with repr(C) chore: unified from_account_info and from_bytes methods, guarded from_bytes as not target os solana tests: add check account info tests chore: init from account info in batched tree crate fix: from_account_info test * Remove unused ZeroCopyError import from test.rs --------- Co-authored-by: Sergey Timoshin
bcdf1de44d2c2e538e28cba45d1102225c1de556 build(deps-dev): bump eslint-config-next from 15.1.0 to 15.1.2 (#1424) Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.1.0 to 15.1.2. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.1.2/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9b9753d72ef61ca362f8e97dcca6257316a8a391 build(deps-dev): bump @types/bn.js from 5.1.5 to 5.1.6 (#1423) Bumps [@types/bn.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bn.js) from 5.1.5 to 5.1.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bn.js) --- updated-dependencies: - dependency-name: "@types/bn.js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
d1a2150c4a15633f36d3b6df553f53f340c708c7 build(deps): bump tokio-util from 0.7.11 to 0.7.13 (#1419) Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.11 to 0.7.13. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.11...tokio-util-0.7.13) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b904c3bf81aeca04aeeda8be03c3c6ee6d8ecf3d build(deps): bump tabled from 0.15.0 to 0.17.0 (#1420) Bumps [tabled](https://github.com/zhiburt/tabled) from 0.15.0 to 0.17.0. - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/compare/v0.15.0...0.17.0) --- updated-dependencies: - dependency-name: tabled dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
74d57a1008ab4fee7311268cd6f301f60e9359a9 build(deps-dev): bump @types/node from 22.4.1 to 22.10.2 (#1422) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.10.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cc333507f3112b04596e886cf0caaef46522bd84 build(deps-dev): bump @types/react from 19.0.1 to 19.0.2 (#1421) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.0.1 to 19.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8b9e467301b41f03073243e72bbb5ee7b764d049 build(deps): bump crossbeam-channel from 0.5.13 to 0.5.14 (#1417) Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.14. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.13...crossbeam-channel-0.5.14) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
81e0207a171786edc2b91d5314f5241c620f0ecb chore: rust 1.83 (#1395)
#: 2

id: starknet-staking
project: Starknet Staking
Date: 2024-11-19T22:50:00.000Z
Max Reward: 40000
Bounty Url: https://immunefi.com/bounty/starknet-staking

GitHub Url: github.com/starkware-libs/starknet-staking
GitHub History Url: github.com/starkware-libs/starknet-staking/commits
2024-12-25main

93.67 - Cairo
6.12 - Solidity
0.22 - JavaScript
toml: 3
json: 10
cairo: 39
gitignore: 1
+    3 | -    0 | .gitignore | (1324)2024-12-24
+ 2 | - 2 | workspace/apps/staking/contracts/Scarb.toml | (fbdd)2024-12-24, (9055)2024-12-24
+ 10 | - 10 | workspace/apps/staking/contracts/package.json | (e938)2024-12-25, (1475)2024-12-25, (1d0e)2024-12-25, (fbdd)2024-12-24, (9055)2024-12-24, (38a4)2024-12-24, (1324)2024-12-24, (40bf)2024-12-23, (2515)2024-12-23, (b37c)2024-12-23
+ 9 | - 9 | workspace/apps/staking/contracts/src/constants.cairo | (9055)2024-12-24, (1324)2024-12-24
+ 11 | - 32 | workspace/apps/staking/contracts/src/errors.cairo | (1d0e)2024-12-25, (9055)2024-12-24, (1324)2024-12-24
+ 6 | - 6 | workspace/apps/staking/contracts/src/lib.cairo | (1324)2024-12-24
+ 3 | - 3 | workspace/apps/staking/contracts/src/minting_curve/interface.cairo | (9055)2024-12-24
+ 8 | - 7 | workspace/apps/staking/contracts/src/minting_curve/minting_curve.cairo | (1d0e)2024-12-25, (9055)2024-12-24
+ 2 | - 2 | workspace/apps/staking/contracts/src/pool/interface.cairo | (9055)2024-12-24
+ 55 | - 41 | workspace/apps/staking/contracts/src/pool/pool.cairo | (1475)2024-12-25, (1d0e)2024-12-25, (9055)2024-12-24
+ 2 | - 2 | workspace/apps/staking/contracts/src/reward_supplier/interface.cairo | (9055)2024-12-24
+ 12 | - 10 | workspace/apps/staking/contracts/src/reward_supplier/reward_supplier.cairo | (1d0e)2024-12-25, (9055)2024-12-24, (2515)2024-12-23
+ 1 | - 1 | workspace/apps/staking/contracts/src/staking.cairo | (1324)2024-12-24
+ 7 | - 6 | workspace/apps/staking/contracts/src/staking/interface.cairo | (1d0e)2024-12-25, (9055)2024-12-24
+ 11 | - 10 | workspace/apps/staking/contracts/src/staking/objects.cairo | (1d0e)2024-12-25, (9055)2024-12-24, (1324)2024-12-24
+ 20 | - 19 | workspace/apps/staking/contracts/src/staking/staking.cairo | (1d0e)2024-12-25, (9055)2024-12-24
+ 4 | - 4 | workspace/apps/staking/contracts/src/types.cairo | (1324)2024-12-24
+ 25 | - 163 | workspace/apps/staking/contracts/src/utils.cairo | (1d0e)2024-12-25, (9055)2024-12-24, (1324)2024-12-24, (2515)2024-12-23
+ 1 | - 1 | workspace/packages/contracts/Scarb.toml | (fbdd)2024-12-24
+ 27 | - 7 | workspace/packages/contracts/src/components/replaceability/errors.cairo | (1d0e)2024-12-25
+ 9 | - 6 | workspace/packages/contracts/src/components/replaceability/replaceability.cairo | (1d0e)2024-12-25
+ 13 | - 0 | workspace/packages/contracts/src/components/roles.cairo | (40bf)2024-12-23
+ 47 | - 16 | workspace/packages/contracts/src/components/roles/errors.cairo | (1d0e)2024-12-25
+ 21 | - 13 | workspace/packages/contracts/src/components/roles/roles.cairo | (1d0e)2024-12-25
+ 30 | - 0 | workspace/packages/contracts/src/errors.cairo | (1d0e)2024-12-25
+ 3 | - 0 | workspace/packages/contracts/src/lib.cairo | (40bf)2024-12-23
+ 83 | - 24 | workspace/packages/contracts/src/math.cairo | (b37c)2024-12-23
+ 1 | - 5 | workspace/packages/contracts/src/types/fixed_two_decimal.cairo | (e938)2024-12-25
                    e93871f5a990d12abca46d474f1193f758bb3853
                    
                    feat(perpetuals): Price type
                
1475c43be441302c7fd063bb4e160ca4e409865d chore(staking): split delegation logic into smaller functions
1d0eeab07a64232873442dc3ebcb6618cc42c48d feat(staking): convert errors to enum
fbdd89b154910572f303520d375a64045c2bdb1b test(staking): add backtrace to tests Co-Authored-By: starknetapps-bot
9055575cccfb1d43f184470eafb4950159fa70bf chore(staking): rename contracts package to staking package
38a4ad5cbee27dd28d8c20156285eed59a004428 feat(contracts): more roles tests
13243857eb623301a9cbecb8cd437585ba779bf8 chore(staking): change pub to pub(crate)
40bf4aadabfdc2aeb69a97a640ea5f626dad1f2a test(staking): add roles test
251512487766728d3ac8a625e2438b104111e309 feat(staking): use math functions from math mod
b37c75d10eed41c5f079feeff10d1c2909d87749 feat(cairo): abs diff fix and tests
#: 3

id: neo
project: Neo
Date: 2022-01-07T04:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/neo

GitHub Url: github.com/neo-project/neo
GitHub History Url: github.com/neo-project/neo/commits
2024-12-25master

99.97 - C#
0.02 - Dockerfile
0.01 - Batchfile
cs: 12
+    0 | -   69 | benchmarks/Neo.Benchmarks/Benchmarks.UInt160.cs | (2be2)2024-12-23
+ 0 | - 184 | benchmarks/Neo.Benchmarks/OldUInt160.cs | (2be2)2024-12-23
+ 1 | - 70 | benchmarks/Neo.Extensions.Benchmarks/Benchmark.ByteArrayComparer.cs | (2be2)2024-12-23
+ 0 | - 52 | benchmarks/Neo.Extensions.Benchmarks/OldByteArrayComparer.cs | (2be2)2024-12-23
+ 1 | - 0 | src/Neo.CLI/CLI/MainService.Network.cs | (2c52)2024-12-25
+ 0 | - 28 | src/Neo.VM/Cryptography/BitOperations.cs | (2be2)2024-12-23
+ 48 | - 0 | src/Neo/Network/P2P/Capabilities/ArchivalNodeCapability.cs | (2c52)2024-12-25
+ 1 | - 1 | src/Neo/Network/P2P/Capabilities/FullNodeCapability.cs | (2c52)2024-12-25
+ 8 | - 2 | src/Neo/Network/P2P/Capabilities/NodeCapability.cs | (2c52)2024-12-25
+ 20 | - 3 | src/Neo/Network/P2P/Capabilities/NodeCapabilityType.cs | (2c52)2024-12-25
+ 54 | - 0 | src/Neo/Network/P2P/Capabilities/UnknownCapability.cs | (2c52)2024-12-25
+ 1 | - 0 | src/Neo/Network/P2P/Payloads/VersionPayload.cs | (2c52)2024-12-25
                    2c521a040e4efa37d93f121fd3c2a457ab7ab8ca
                    
                    Extensible capabilities and ArchivalNode (#3639)

* Capabilities: rephrase FullNode

FullNode is used by all proper nodes currently whether they drop old chain
data or not. It'd be more correct to define it as "having complete state"
rather than "having all blocks" since the latter is what ArchivalNode will
provide. This is also relevant wrt how this capability is used, see RemoteNode
OnRelay() and OnSend(). Refs #2346.

Signed-off-by: Roman Khimov 

* Capabilities: reserve 0xf0-0xff region for private experiments

Similar to TransactionAttributeTypes (#1904), we should have some reserved
values.

Signed-off-by: Roman Khimov 

* Capabilities: make them really extensible

The way capabilities are currently defined makes them very hard to extend
since old nodes will treat unknown types as invalid ones failing Version
decoding completely. To be able to ignore these types we should also have
more uniform encoding for unknown/new types.

Signed-off-by: Roman Khimov 

* Capabilities: introduce ArchivalNode

This will be used to differente full history nodes from state only. Currently
it's just a definition, we can not use it safely on current networks because
nodes will refuse this Version, so actual code using the attribute will be
added in newer versions.

Signed-off-by: Roman Khimov 

---------

Signed-off-by: Roman Khimov 
Co-authored-by: Shargon 
                
2be2e49b4bbd92bbdac6a51462162c0453c701ff remove: some unnecessary old implementations for benchmark (#3641) remove: some unnecessary old implementations for VM
#: 4

id: moonbeamnetwork
project: Moonbeam Network
Date: 2021-12-16T18:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/moonbeamnetwork

GitHub Url: github.com/ethereum-lists/chains
GitHub History Url: github.com/ethereum-lists/chains/commits
2024-12-25master

94.66 - Kotlin
5.34 - JavaScript
json: 3
+    1 | -    0 | _data/chains/eip155-10081.json | (f6ed)2024-12-25
+ 3 | - 3 | _data/icons/joc.json | (e0c6)2024-12-25
+ 8 | - 0 | _data/icons/joct.json | (f6ed)2024-12-25
                    e0c6c82b24a92e2e56403ee5106fb2cd647113a9
                    
                    Update JOC icon (#6475)

* Update JOC icon

* Remove: bafkreidhsiuqrct42bel76zhi3rx35k4lnk6aqgde27nvvxcz563ttfefy

---------

Co-authored-by: cuonghx 
                
f6ed349c549d53a3d0634c6148df81e7679bd8de feat: Add Japan Open Chain Testnet icon (#6498) Co-authored-by: cuonghx
#: 5

id: avail
project: Avail
Date: 2024-07-23T02:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/avail

GitHub Url: github.com/availproject/avail
GitHub History Url: github.com/availproject/avail/commits
2024-12-25main

93.27 - Rust
5.58 - TypeScript
0.63 - Shell
0.22 - Dockerfile
0.13 - Handlebars
0.12 - Python
0.05 - JavaScript
0.01 - CSS
rs: 7
toml: 2
+  433 | -   96 | avail-rust/src/api_dev.rs | (b577)2024-12-25
+ 412 | - 100 | avail-subxt/src/api_dev.rs | (b577)2024-12-25
+ 3 | - 0 | pallets/vector/Cargo.toml | (b577)2024-12-25
+ 71 | - 3 | pallets/vector/src/benchmarking.rs | (b577)2024-12-25
+ 163 | - 1 | pallets/vector/src/lib.rs | (b577)2024-12-25
+ 99 | - 0 | pallets/vector/src/weights.rs | (b577)2024-12-25
+ 2 | - 2 | runtime/src/lib.rs | (b577)2024-12-25
+ 51 | - 0 | runtime/src/weights/pallet_vector.rs | (b577)2024-12-25
+ 1 | - 1 | rust-toolchain.toml | (b577)2024-12-25
                    b577a36cfc8fc99bbda36d9a479317174f4f57eb
                    
                    Helios sp1 integration (#689)

Add sp1 helios verifier to the Vector pallet.
                
#: 6

id: rubic
project: Rubic
Date: 2023-07-31T10:00:00.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/rubic

GitHub Url: github.com/Cryptorubic/multi-proxy-rubic
GitHub History Url: github.com/Cryptorubic/multi-proxy-rubic/commits
2024-12-25master

90.1 - Solidity
5.59 - TypeScript
2.93 - Shell
1.29 - JavaScript
0.09 - Makefile
toml: 1
json: 7
+   16 | -    0 | config/dexs.json | (c819)2024-12-25, (0d6a)2024-12-24, (1100)2024-12-24
+ 5 | - 1 | config/fees.json | (be6d)2024-12-25
+ 108 | - 0 | config/offsets.json | (0d6a)2024-12-24, (1100)2024-12-24
+ 2 | - 1 | config/sigs.json | (1100)2024-12-24
+ 1 | - 0 | foundry.toml | (be6d)2024-12-25
                    c819ddd20d0e18915ed2f076eed0da8fe6dc53c6
                    
                    add OO to sonic
                
be6d0802320422dd55fefbb0a3f086b3ebb9c895 deploy yo sonic
0d6abaab91474ffb868cea7db7401c83783ba74d add selectors 24.12
1100915abced257441c85b358b795dfca1a0227c add selectors 20.12
#: 7

id: oasis
project: Oasis
Date: 2024-02-20T16:32:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/oasis

GitHub Url: github.com/oasisprotocol/oasis-core
GitHub History Url: github.com/oasisprotocol/oasis-core/commits
2024-12-25master

80.51 - Go
18.64 - Rust
0.4 - Shell
0.34 - Makefile
0.07 - Dockerfile
0.02 - Python
0.01 - Jinja
sum: 2
mod: 2
go: 2
+   10 | -   10 | go/go.mod | (614b)2024-12-25, (c427)2024-12-23
+ 20 | - 20 | go/go.sum | (614b)2024-12-25, (c427)2024-12-23
+ 2 | - 0 | go/runtime/bundle/component.go | (614b)2024-12-25
+ 11 | - 1 | go/runtime/host/tdx/qemu.go | (614b)2024-12-25
                    614b20e81a9bec58c634af7d350ab0a7f3bd563b
                    
                    Merge pull request #5981 from oasisprotocol/kostko/feature/tdx-drive-rw

go/runtime/host/tdx: Add support for RW drives and formats
                
c427feb35c9d321a38f9f16b4fa5ae29453f265e go: Bump golang.org/x/net to 0.33.0
#: 8

id: driftprotocol
project: Drift Protocol
Date: 2022-02-15T14:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/driftprotocol

GitHub Url: github.com/drift-labs/protocol-v2
GitHub History Url: github.com/drift-labs/protocol-v2/commits
2024-12-24master

52.36 - TypeScript
47.37 - Rust
0.21 - JavaScript
0.04 - Shell
0.02 - Dockerfile
toml: 1
json: 8
rs: 9
ts: 6
yml: 1
+    8 | -    0 | .github/workflows/main.yml | (b0b3)2024-12-23
+ 1 | - 1 | programs/drift/Cargo.toml | (80bf)2024-12-24
+ 58 | - 33 | programs/drift/src/controller/liquidation.rs | (81bc)2024-12-23, (bbc1)2024-12-23, (e6c6)2024-12-23, (8ea8)2024-12-23
+ 1 | - 1 | programs/drift/src/instructions/keeper.rs | (81bc)2024-12-23
+ 1 | - 5 | programs/drift/src/instructions/user.rs | (7147)2024-12-23
+ 1 | - 0 | programs/drift/src/math/liquidation.rs | (8ea8)2024-12-23
+ 7 | - 2 | programs/drift/src/math/margin.rs | (42eb)2024-12-23
+ 7 | - 2 | programs/drift/src/math/orders.rs | (42eb)2024-12-23
+ 6 | - 6 | sdk/package.json | (1b4b)2024-12-24, (1612)2024-12-24, (692e)2024-12-24, (80bf)2024-12-24, (5a69)2024-12-24, (1b1d)2024-12-24
+ 0 | - 1 | sdk/src/accounts/pollingDriftClientAccountSubscriber.ts | (05ae)2024-12-24
+ 7 | - 6 | sdk/src/constants/perpMarkets.ts | (7507)2024-12-23
+ 35 | - 10 | sdk/src/driftClient.ts | (4940)2024-12-24, (a930)2024-12-23, (bec6)2024-12-23
+ 2 | - 2 | sdk/src/idl/drift.json | (80bf)2024-12-24, (2d27)2024-12-24
+ 15 | - 4 | sdk/src/user.ts | (42eb)2024-12-23
                    d4407cb1beba4f83667f7662302e5d054386b92d
                    
                    swift test works again
                
1b4bdd19dfcbb0c75a8d307cc776a7809c082a29 sdk: release v2.105.0-beta.2
05ae5a5f87fb0629c82eb0e869ea1f9a718fee75 Revert "refactor(sdk): ensure bulkaccountloader fully unsubscribes" This reverts commit 765dc09b2433f73ae3ff150951112ee217735138.
1612318f48311e88278f5eab4ac7367718e97744 sdk: release v2.105.0-beta.1
494086fd3b47ca654376aff67c5f6051d67b02aa ts-sdk: default drift env to mainnet
692ea3e8e0a3396578db9c9ca9d434ee98ec584c sdk: release v2.105.0-beta.0
80bfaa59996fc6d9d21a5fbf5e2d5316eb55b320 v2.104.0
5a69b7f6f6fe300ccc4b626367b54b93b5d261f7 sdk: release v2.104.0-beta.39
2d27e8d6c8c7b82a14bbb0fedd756ed9cb36d62f fix tests
b3891df0a1d8a4b0c0a07a298303958a803b662b comment out placeAndMakeSwiftPerpBankrun
1b1d8481014eededceb8bc21a638260ed50c8250 sdk: release v2.104.0-beta.38
4839f4f73bf6b6ac6092a5f6bc1369eef2a53e94 sdk: try to fix TestClient to always use legacy tx version
81bc050da46d9dc64d02d86f211b7c9e81989110 cargo fmt and log fix
a930c7852d6ed2a645eefdc5d4b91d46c7592d76 sdk: update fillPerpOrder to take fillerAuthority (backwards compatible) (#1398) * sdk: update fillPerpOrder to take fillerAuthority (backwards compatible) * fix prettify
bec61a643861520b221395e0fcbab623d42ac053 sdk: default driftClient to v0 transaction (#1404)
42eb38deb07140384045e98d11edda716b273987 program: fix small precision issues (#1399) * program: fix small precision issues * sdk: add numeratorScale/denominatorScale for getWithdrawalLimit * update CHANGELOG.md --------- Co-authored-by: 0xbigz <[email protected]>
b0b3be2b1702106207c4bd431ac56e6ff827ee15 Update main.yml
7507c2597353c2296c87a4806645583d69c10d8f change devnet constants file
bbc1b28b247112e316b5d1173695ecdbb6ab4400 program: liq perp limit price accounts for fee (#1401)
e6c69e7b9c192661216d8eea6b8b4c5ee15af8a8 program: use dynamic liquidator fee for liqudiate_perp (#1400)
8ea8c73526170d49671190e0b50a21672a2d5504 program: test for liquidating dust prediction mkt position (#1397) * program: test for liquidating dust prediction mkt position * program: fix liq dust spot * update CHANGELOG.md --------- Co-authored-by: 0xbigz <[email protected]>
7147b03c6dc77136e714b0ae0ae26a0917b7bb22 program: allow delegate to set pmm (#1403)
#: 9

id: pythnetwork
project: Pyth Network
Date: 2024-06-24T16:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/pythnetwork

GitHub Url: github.com/pyth-network/pyth-crosschain
GitHub History Url: github.com/pyth-network/pyth-crosschain/commits
2024-12-24main

47.89 - TypeScript
25.34 - Rust
8.2 - Solidity
6.29 - Move
4.09 - Cairo
3.37 - Python
1.86 - Sway
1.29 - SCSS
1.03 - JavaScript
0.31 - Shell
0.16 - CSS
0.07 - Dockerfile
0.04 - Nix
0.03 - HTML
0.01 - Makefile
fc: 1
+    3 | -    0 | target_chains/ton/contracts/contracts/Pyth.fc | (8b3f)2024-12-24
                    8b3fd2c5378b9a12f140a7ac673f0a558aa3e376
                    
                    persist code hash reset (#2212)
                
#: 10

id: optimism
project: Optimism
Date: 2022-01-14T07:00:00.000Z
Max Reward: 2000042
Bounty Url: https://immunefi.com/bounty/optimism

GitHub Url: github.com/ethereum-optimism/optimism
GitHub History Url: github.com/ethereum-optimism/optimism/commits
2024-12-24develop

67.19 - Go
30.46 - Solidity
0.72 - Assembly
0.55 - Shell
0.28 - Python
0.23 - Makefile
0.21 - Just
0.14 - C
0.14 - Dockerfile
0.06 - HCL
0.02 - TypeScript
yml: 1
sol: 5
go: 21
json: 7
gas-snapshot: 1
+    1 | -    1 | .circleci/config.yml | (cdf2)2024-12-23
+ 34 | - 0 | kurtosis-devnet/pkg/kurtosis/adapters.go | (90c1)2024-12-23
+ 22 | - 0 | kurtosis-devnet/pkg/kurtosis/interfaces.go | (90c1)2024-12-23
+ 379 | - 0 | kurtosis-devnet/pkg/kurtosis/kurtosis.go | (90c1)2024-12-23
+ 40 | - 0 | kurtosis-devnet/pkg/kurtosis/sources/deployer/cmd/main.go | (2a90)2024-12-23
+ 261 | - 0 | kurtosis-devnet/pkg/kurtosis/sources/deployer/deployer.go | (2a90)2024-12-23
+ 84 | - 0 | kurtosis-devnet/pkg/kurtosis/sources/deployer/fs.go | (2a90)2024-12-23
+ 71 | - 0 | kurtosis-devnet/pkg/kurtosis/sources/deployer/wallets.go | (2a90)2024-12-23
+ 45 | - 0 | kurtosis-devnet/pkg/kurtosis/sources/inspect/cmd/main.go | (4c16)2024-12-23
+ 77 | - 0 | kurtosis-devnet/pkg/kurtosis/sources/inspect/inspect.go | (4c16)2024-12-23
+ 50 | - 0 | kurtosis-devnet/pkg/tmpl/cmd/main.go | (a79e)2024-12-23
+ 18 | - 0 | kurtosis-devnet/pkg/tmpl/fake/fake.go | (a79e)2024-12-23
+ 11 | - 8 | op-proposer/contracts/disputegamefactory.go | (d356)2024-12-23
+ 9 | - 3 | op-proposer/proposer/driver.go | (d356)2024-12-23
+ 25 | - 0 | op-service/rpc/server.go | (590f)2024-12-23
+ 2 | - 1 | op-supervisor/config/config.go | (590f)2024-12-23
+ 7 | - 0 | op-supervisor/flags/flags.go | (590f)2024-12-23
+ 14 | - 0 | op-supervisor/supervisor/backend/backend.go | (590f)2024-12-23
+ 202 | - 0 | op-supervisor/supervisor/backend/db/sync/client.go | (590f)2024-12-23
+ 134 | - 0 | op-supervisor/supervisor/backend/db/sync/server.go | (590f)2024-12-23
+ 32 | - 0 | op-supervisor/supervisor/backend/db/sync/sync.go | (590f)2024-12-23
+ 23 | - 1 | op-supervisor/supervisor/service.go | (590f)2024-12-23
+ 9 | - 13 | packages/contracts-bedrock/snapshots/.gas-snapshot | (f3b9)2024-12-24
+ 3 | - 3 | packages/contracts-bedrock/snapshots/abi/L1CrossDomainMessenger.json | (f3b9)2024-12-24
+ 0 | - 485 | packages/contracts-bedrock/snapshots/abi/L2OutputOracle.json | (f3b9)2024-12-24
+ 0 | - 653 | packages/contracts-bedrock/snapshots/abi/OptimismPortal.json | (f3b9)2024-12-24
+ 6 | - 14 | packages/contracts-bedrock/snapshots/semver-lock.json | (f3b9)2024-12-24
+ 1 | - 1 | packages/contracts-bedrock/snapshots/storageLayout/L1CrossDomainMessenger.json | (f3b9)2024-12-24
+ 0 | - 72 | packages/contracts-bedrock/snapshots/storageLayout/L2OutputOracle.json | (f3b9)2024-12-24
+ 0 | - 121 | packages/contracts-bedrock/snapshots/storageLayout/OptimismPortal.json | (f3b9)2024-12-24
+ 3 | - 3 | packages/contracts-bedrock/src/L1/L1CrossDomainMessenger.sol | (f3b9)2024-12-24
+ 0 | - 312 | packages/contracts-bedrock/src/L1/L2OutputOracle.sol | (f3b9)2024-12-24
+ 0 | - 624 | packages/contracts-bedrock/src/L1/OptimismPortal.sol | (f3b9)2024-12-24
+ 4 | - 4 | packages/contracts-bedrock/src/L1/SystemConfig.sol | (f3b9)2024-12-24
+ 2 | - 2 | packages/contracts-bedrock/src/L1/SystemConfigInterop.sol | (f3b9)2024-12-24
                    f3b9f0c915b26c7f1ac23c15cbc1969c8b05fa1d
                    
                    Remove L2OutputOracle and legacy OptimismPortal (#13489)

* attempt...

* fixes

* fix checks

* fix kontrol build

* update DeploymentSummaryFaultProofs kontrol hash

* fixes

* undo unnecessary change

* feat: Reduce diff and usage of OptimismPortal2

* semver

* fix: init test

---------

Co-authored-by: Maurelian 
                
d356d92a33aa623e30e1e11435ec0c02da69d718 op-proposer: (DFG) skip new game creation if outputRoot is unchanged (#13288) * op-proposer: do not propose if outputRoot is the same as last proposed game * fixed porposer tests * PR comments * Fix log message. --------- Co-authored-by: Adrian Sutton Co-authored-by: Adrian Sutton
90c18bcd3b298b9d393149586b5b63aaf84bb4ed feat(kurtosis-devnet): provide main wrapper for kurtosis (#13524) This handles deploying the kurtosis enclave according to spec, and then stitching together the relevant information to be transmitted for downstream consumption.
cdf28e3d4cb769d1a59e5208bf147637236cd02b fix: test filtering in CI (#13526)
75e461d3be5684cdfbe3ea4e3f2ae3119d76dcd2 Update message_test.go (#13517)
bcb6ef903cdb06efb2256273ba61d0acb2ca05f8 feat: Readability improvements to Setup.sol (#13511)
590fc814520c5ec373c5ee5a4cd29186e8970b0d feat,interop: add db syncing between nodes (#13357) * feature: Allow adding arbitrary HTTP handlers to RPC HTTP Server. * feature: Add sync package to handle streaming db files between nodes. * tweak: Add DB sync server handler to op-supervisor server. * feature: Use db sync if it's configured and there's no existing db. * tweak: Use retry lib, which also adds max retries. * rename: SyncRPC -> SyncEndpoint. * tweak: Make the initial chain set part of the Server constructor. * cleanup: Remove unused functions. * rename: client -> syncClient to avoid package collision. * fix: Load DepSet and use for sync server. * tweak: Use client.BasicHTTPClient for sync client. * fix: Don't double concat the path. * tests,fix: Set sync resume to true. * tweak: Add error context. * tweak: Make http body close lint-friendly. * tweak: Change retry policy to backoff from 1s to 30s, up to 10 minutes. * tests,fix: Use require.ErrorIs to handle wrapped error.
2a903ea4791d76f36f5b280aa45683e834eaf167 feat(kurtosis-devnet): extract information from op-deployer artifact (#13492) This is in service of outputting useful information at the end of the deployment. Here we get back some useful wallets and addresses for downstream consumption.
4c162a26e29b678c3454808ac0a09754e8e8d2df feat(kurtosis-devnet): use inspect as a data source (#13493) This enables us to retrieve information about artifacts and services, for downstream consumption.
f38d8291d959a5751a6dc1722558b756b04be52e Fix typos (#13433) * Update README.md * Update README.md * op-supervisor: fix typo in README.md --------- Co-authored-by: protolambda
a79e4ec215935ae54e5cb32ad98d49ec095476c6 feat(kurtosis-devnet): add small cli tool to expand template (#13514) This can be used in isolation to sanity check that a kurtosis-devnet template expands properly, without having to run the entire workflow (although it would fail early anyway).
#: 11

id: sei
project: Sei
Date: 2023-11-30T09:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/sei

GitHub Url: github.com/sei-protocol/go-ethereum
GitHub History Url: github.com/sei-protocol/go-ethereum/commits
2024-12-24master

89.05 - Go
5.33 - C
3.51 - JavaScript
0.75 - Assembly
0.24 - Shell
0.24 - Java
0.24 - Sage
0.21 - M4
0.18 - NSIS
0.09 - Python
0.08 - Solidity
0.06 - Makefile
0.01 - HTML
0.01 - Dockerfile
go: 1
+   15 | -    3 | eth/tracers/api.go | (21ee)2024-12-24
                    21ee50facc965ca99c786359c90d8f92484a8f82
                    
                    add panic catch in TraceTransaction (#41)

* add panic catch in TraceTransaction

* fix

* fix

* fix
                
#: 12

id: sei
project: Sei
Date: 2023-11-30T09:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/sei

GitHub Url: github.com/sei-protocol/sei-js
GitHub History Url: github.com/sei-protocol/sei-js/commits
2024-12-24main

99.58 - TypeScript
0.29 - CSS
0.12 - JavaScript
0.01 - HTML
yml: 5
yaml: 1
npmignore: 1
ts: 290
json: 1
+    2 | -    0 | .github/workflows/checks.yml | (4895)2024-12-24
+ 2 | - 1 | .github/workflows/coverage.yml | (4895)2024-12-24
+ 2 | - 1 | .github/workflows/deploydocs.yml | (4895)2024-12-24
+ 2 | - 0 | .github/workflows/notify.yml | (4895)2024-12-24
+ 2 | - 1 | .github/workflows/release.yml | (4895)2024-12-24
+ 1 | - 1 | package.json | (4895)2024-12-24
+ 4 | - 1 | packages/cosmos/.npmignore | (4895)2024-12-24
+ 2 | - 2 | packages/cosmos/buf.gen.yaml | (4895)2024-12-24
+ 0 | - 1 | packages/cosmos/generated/types/tokenfactory/params.ts | (4895)2024-12-24
+ 51 | - 51 | packages/cosmos/library/encoding/amino.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/common.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/confio/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/confio/proofs.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/accesscontrol/accesscontrol.ts | (4895)2024-12-24
+ 10 | - 0 | packages/cosmos/library/encoding/cosmos/accesscontrol/constants.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/accesscontrol/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/accesscontrol/legacy.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/accesscontrol_x/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/accesscontrol_x/gov.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/accesscontrol_x/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/accesscontrol_x/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/accesscontrol_x/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/auth/v1beta1/auth.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/auth/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/auth/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/auth/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/authz/v1beta1/authz.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/authz/v1beta1/event.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/authz/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/authz/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/authz/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/authz/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/bank/v1beta1/authz.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/bank/v1beta1/bank.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/bank/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/bank/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/bank/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/bank/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/abci/v1beta1/abci.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/abci/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/kv/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/kv/v1beta1/kv.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/query/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/query/v1beta1/pagination.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/reflection/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/reflection/v1beta1/reflection.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/reflection/v2alpha1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/reflection/v2alpha1/reflection.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/snapshots/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/snapshots/v1beta1/snapshot.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/store/v1beta1/commit_info.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/store/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/store/v1beta1/listening.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/tendermint/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/tendermint/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/v1beta1/coin.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/base/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/capability/v1beta1/capability.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/capability/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/capability/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crisis/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crisis/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crisis/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/ed25519/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/ed25519/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/multisig/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/multisig/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/multisig/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/multisig/v1beta1/multisig.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/secp256k1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/secp256k1/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/secp256r1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/secp256r1/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/sr25519/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/crypto/sr25519/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/distribution/v1beta1/distribution.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/distribution/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/distribution/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/distribution/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/distribution/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/evidence/v1beta1/evidence.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/evidence/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/evidence/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/evidence/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/evidence/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/feegrant/v1beta1/feegrant.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/feegrant/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/feegrant/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/feegrant/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/feegrant/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/genutil/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/genutil/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/gov/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/gov/v1beta1/gov.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/gov/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/gov/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/gov/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/mint/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/mint/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/mint/v1beta1/mint.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/mint/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/params/types/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/params/types/types.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/params/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/params/v1beta1/params.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/params/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/slashing/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/slashing/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/slashing/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/slashing/v1beta1/slashing.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/slashing/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/staking/v1beta1/authz.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/staking/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/staking/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/staking/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/staking/v1beta1/staking.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/staking/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/tx/signing/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/tx/signing/v1beta1/signing.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/tx/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/tx/v1beta1/service.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/tx/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/upgrade/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/upgrade/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/upgrade/v1beta1/upgrade.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/vesting/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/vesting/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/cosmos/vesting/v1beta1/vesting.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/epoch/epoch.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/epoch/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/epoch/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/epoch/params.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/epoch/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/eth/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/eth/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/evm/config.ts | (4895)2024-12-24
+ 10 | - 0 | packages/cosmos/library/encoding/evm/enums.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/evm/genesis.ts | (4895)2024-12-24
+ 246 | - 0 | packages/cosmos/library/encoding/evm/gov.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/evm/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/evm/params.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/evm/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/evm/receipt.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/evm/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/evm/types.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/google/api/http.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/google/api/httpbody.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/google/api/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/google/protobuf/any.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/google/protobuf/descriptor.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/google/protobuf/duration.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/google/protobuf/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/google/protobuf/timestamp.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/mint/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/mint/v1beta1/gov.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/mint/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/mint/v1beta1/mint.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/mint/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/oracle/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/oracle/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/oracle/oracle.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/oracle/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/oracle/tx.ts | (4895)2024-12-24
+ 36 | - 36 | packages/cosmos/library/encoding/proto.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/stargate.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/abci/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/abci/types.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/crypto/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/crypto/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/crypto/proof.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/libs/bits/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/libs/bits/types.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/p2p/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/p2p/types.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/types/block.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/types/evidence.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/types/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/types/params.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/types/types.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/types/validator.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/version/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tendermint/version/types.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tokenfactory/authorityMetadata.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tokenfactory/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tokenfactory/index.ts | (4895)2024-12-24
+ 26 | - 6 | packages/cosmos/library/encoding/tokenfactory/params.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tokenfactory/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/encoding/tokenfactory/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/accesscontrol_x/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/auth/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/authz/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/bank/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/distribution/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/evidence/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/feegrant/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/gov/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/mint/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/params/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/slashing/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/staking/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/cosmos/upgrade/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/epoch/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/evm/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/fetch.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/mint/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/oracle/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/rest/tokenfactory/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/confio/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/confio/proofs.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/accesscontrol/accesscontrol.ts | (4895)2024-12-24
+ 4 | - 0 | packages/cosmos/library/types/cosmos/accesscontrol/constants.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/accesscontrol/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/accesscontrol/legacy.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/accesscontrol_x/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/accesscontrol_x/gov.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/accesscontrol_x/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/accesscontrol_x/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/accesscontrol_x/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/auth/v1beta1/auth.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/auth/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/auth/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/auth/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/authz/v1beta1/authz.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/authz/v1beta1/event.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/authz/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/authz/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/authz/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/authz/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/bank/v1beta1/authz.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/bank/v1beta1/bank.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/bank/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/bank/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/bank/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/bank/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/abci/v1beta1/abci.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/abci/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/kv/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/kv/v1beta1/kv.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/query/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/query/v1beta1/pagination.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/reflection/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/reflection/v1beta1/reflection.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/reflection/v2alpha1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/reflection/v2alpha1/reflection.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/snapshots/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/snapshots/v1beta1/snapshot.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/store/v1beta1/commit_info.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/store/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/store/v1beta1/listening.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/tendermint/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/tendermint/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/v1beta1/coin.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/base/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/capability/v1beta1/capability.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/capability/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/capability/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crisis/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crisis/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crisis/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/ed25519/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/ed25519/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/multisig/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/multisig/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/multisig/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/multisig/v1beta1/multisig.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/secp256k1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/secp256k1/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/secp256r1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/secp256r1/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/sr25519/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/crypto/sr25519/keys.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/distribution/v1beta1/distribution.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/distribution/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/distribution/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/distribution/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/distribution/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/evidence/v1beta1/evidence.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/evidence/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/evidence/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/evidence/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/evidence/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/feegrant/v1beta1/feegrant.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/feegrant/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/feegrant/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/feegrant/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/feegrant/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/genutil/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/genutil/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/gov/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/gov/v1beta1/gov.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/gov/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/gov/v1beta1/query.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/gov/v1beta1/tx.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/mint/v1beta1/genesis.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/mint/v1beta1/index.ts | (4895)2024-12-24
+ 0 | - 0 | packages/cosmos/library/types/cosmos/mint/v1beta1/mint.ts | (4895)2024-12-24
                    489556b9c9e5c9fd2ac006d53cd3f551a673ffe5
                    
                    Regenerated and removed unnecessary flag from build script command (#202)

* Regenerated and removed unnecessary flag from build script command

* Full checkout

* Checkout the full git history

* Added buf installation to github action

* Add buf installation, removed fetch depth

* Added fetch depth back

* Testing by listing directory contents

* Explicitly set buf.gen.yaml path for buf generate command

* Added verbose debugging

* Added buf registry login

* Clean and add debug logging

* Added ls logging and execute permissions to protoc-gen-grpc-gateway-ts

* Adjusted path to protoc-gen-grpc-gateway-ts binary

* Build Issues Fix

- Switched build script and other npm scripts to generate before deploying
- Changed the names of directories for clarity (protoc are buf generated files, library is the uncompiled ts code that will be in the npm package, dist will be the part hosted on npm

* Reverted unnecessary changes to github actions

* Add blank lint command
                
#: 13

id: sei
project: Sei
Date: 2023-11-30T09:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/sei

GitHub Url: github.com/sei-protocol/sei-chain
GitHub History Url: github.com/sei-protocol/sei-chain/commits
2024-12-24main

79.27 - Go
7.01 - JavaScript
4.73 - Solidity
3.83 - Shell
2.88 - Rust
1.81 - Python
0.27 - Makefile
0.14 - Dockerfile
0.06 - HCL
mod: 1
sum: 1
+    1 | -    1 | go.mod | (70c6)2024-12-24
+ 2 | - 2 | go.sum | (70c6)2024-12-24
                    70c633940a85ec3d912eaa3de3675d7ee8244048
                    
                    Catch panic in trace transaction / trace call (#2000)

* checkpoint

* fix

* fix

* update geth dep
                
#: 14

id: firedancer
project: Firedancer
Date: 2024-09-18T13:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/firedancer

GitHub Url: github.com/firedancer-io/firedancer
GitHub History Url: github.com/firedancer-io/firedancer/commits
2024-12-24main

92.14 - C
2.03 - Python
1.7 - SystemVerilog
0.9 - C++
0.81 - Shell
0.75 - Assembly
0.74 - Makefile
0.4 - Rust
0.33 - CodeQL
0.07 - Lua
0.07 - Tcl
0.03 - Dockerfile
0.01 - Vim Script
0.01 - TypeScript
h: 1
yml: 2
c: 5
+    6 | -    6 | .github/workflows/builds.yml | (2efb)2024-12-24
+ 4 | - 4 | .github/workflows/on_pull_request.yml | (d3ba)2024-12-23
+ 3 | - 3 | src/app/ledger/main.c | (ed03)2024-12-23
+ 2 | - 2 | src/app/shredcap/main.c | (ed03)2024-12-23
+ 1 | - 1 | src/ballet/ed25519/fd_curve25519_secure.c | (7afe)2024-12-24
+ 10 | - 8 | src/disco/topo/fd_topo.c | (8792)2024-12-23
+ 1 | - 1 | src/funk/fd_funk_rec.c | (7afe)2024-12-24
+ 1 | - 1 | src/funk/fd_funk_rec.h | (7afe)2024-12-24
                    2efb6376f2af521f71c21941de87ab12eab32d2d
                    
                    ci: fix nightly build workflow schedule
                
7afea8ac2d8837db19f07710ad0cba1dd33a9d9d chore: fix some typos Signed-off-by: linchizhen
d3bad823a5baddaf1df4575d460b112d3dc14b7b ci: disable flaky firedancer leader test
8792061a653c3ea23a21f7ab9dd365b9bc812897 topo: don't print agave affinity for full client topo otherwise we print uninitialized memory
ed0382c18a27c7fabb1fafbe11be1242115d82b1 app, ledger, shredcap: don't initialize blockstore with a zero idx_max
ab53ab2d9e56e5da8aa3d2aaf227c8a73c12bf96 fuzz: remove fixtures with duplicate account states
#: 15

id: sovryn
project: Sovryn
Date: 2021-03-03T07:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/sovryn

GitHub Url: github.com/DistributedCollective/Sovryn-smart-contracts
GitHub History Url: github.com/DistributedCollective/Sovryn-smart-contracts/commits
2024-12-24development

49.13 - JavaScript
37.59 - Solidity
13.24 - Python
0.05 - Shell
js: 1
+    1 | -    1 | hardhat/tasks/governance.js | (f033)2024-12-24
                    f033a048c775efb59e1ced397e7d884c40fd0b6e
                    
                    update gas price on hh task createVestings
                
#: 16

id: chainlink
project: Chainlink
Date: 2021-05-11T05:00:00.000Z
Max Reward: 3000000
Bounty Url: https://immunefi.com/bounty/chainlink

GitHub Url: github.com/smartcontractkit/chainlink
GitHub History Url: github.com/smartcontractkit/chainlink/commits
2024-12-24develop

71.56 - Go
23.3 - Solidity
4.17 - TypeScript
0.39 - PLpgSQL
0.38 - Shell
0.1 - Makefile
0.04 - Dockerfile
0.03 - Python
0.02 - JavaScript
0.01 - Nix
0 - HTML
0 - WebAssembly
mod: 2
sum: 2
yml: 26
+    2 | -    0 | .github/actions/golangci-lint/action.yml | (59cd)2024-12-24
+ 4 | - 0 | .github/workflows/bash-scripts.yml | (59cd)2024-12-24
+ 14 | - 6 | .github/workflows/build-publish-develop-pr.yml | (59cd)2024-12-24
+ 4 | - 0 | .github/workflows/build-publish-goreleaser.yml | (59cd)2024-12-24
+ 6 | - 0 | .github/workflows/build-publish.yml | (59cd)2024-12-24
+ 2 | - 0 | .github/workflows/chain-selectors-check.yml | (59cd)2024-12-24
+ 3 | - 0 | .github/workflows/changeset.yml | (59cd)2024-12-24
+ 2 | - 0 | .github/workflows/changesets-preview-pr.yml | (59cd)2024-12-24
+ 8 | - 0 | .github/workflows/ci-core-partial.yml | (59cd)2024-12-24
+ 15 | - 2 | .github/workflows/ci-core.yml | (59cd)2024-12-24
+ 2 | - 0 | .github/workflows/ci-protobuf.yml | (59cd)2024-12-24
+ 3 | - 0 | .github/workflows/codeql-analysis.yml | (59cd)2024-12-24
+ 3 | - 1 | .github/workflows/delete-caches.yml | (59cd)2024-12-24
+ 2 | - 0 | .github/workflows/delete-deployments.yml | (59cd)2024-12-24
+ 2 | - 0 | .github/workflows/dependency-check.yml | (59cd)2024-12-24
+ 41 | - 19 | .github/workflows/flakeguard.yml | (59cd)2024-12-24
+ 2 | - 0 | .github/workflows/go-mod-cache.yml | (59cd)2024-12-24
+ 2 | - 0 | .github/workflows/lint-gh-workflows.yml | (59cd)2024-12-24
+ 2 | - 0 | .github/workflows/operator-ui-ci.yml | (59cd)2024-12-24
+ 9 | - 2 | .github/workflows/solidity-foundry-artifacts.yml | (59cd)2024-12-24
+ 10 | - 0 | .github/workflows/solidity-foundry.yml | (59cd)2024-12-24
+ 4 | - 0 | .github/workflows/solidity-hardhat.yml | (59cd)2024-12-24
+ 4 | - 0 | .github/workflows/solidity-traceability.yml | (59cd)2024-12-24
+ 4 | - 0 | .github/workflows/solidity-wrappers.yml | (59cd)2024-12-24
+ 18 | - 0 | .github/workflows/solidity.yml | (59cd)2024-12-24
+ 1 | - 0 | .github/workflows/sync-develop-from-smartcontractkit-chainlink.yml | (59cd)2024-12-24
+ 2 | - 2 | deployment/go.mod | (c1e9)2024-12-23
+ 14 | - 4 | deployment/go.sum | (c1e9)2024-12-23
+ 2 | - 2 | go.mod | (c1e9)2024-12-23
+ 16 | - 4 | go.sum | (c1e9)2024-12-23
                    59cdff75cf5e91f3014b6d17fb80884083625aa3
                    
                    fix: potential CI injections (#15720)

* fix: persist-credentials false for actions/checkout

* fix: possible template injection in CI
                
c1e92afb86595ec1d4610974a1566417fa9ee316 Fixed flakes and added parallelization to ChainComponents tests (#15537) * Fixed flakes and added parallelization to ChainComponents tests * Refactored test interface to enable parallelization
#: 17

id: hydration
project: Hydration
Date: 2023-02-20T20:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/hydration

GitHub Url: github.com/galacticcouncil/Hydradx-ui
GitHub History Url: github.com/galacticcouncil/Hydradx-ui/commits
2024-12-24master

99.66 - TypeScript
0.24 - HTML
0.1 - JavaScript
production: 3
ts: 58
development: 3
rococo: 3
tsx: 104
json: 8
+    3 | -    3 | .env.development | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 3 | - 3 | .env.production | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 3 | - 3 | .env.rococo | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 2 | - 2 | package.json | (6e84)2024-12-23, (7491)2024-12-23
+ 312 | - 6 | src/api/democracy.ts | (15ee)2024-12-24, (e315)2024-12-24, (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 6 | - 12 | src/api/farms.ts | (e6f4)2024-12-23, (8b86)2024-12-23
+ 4 | - 6 | src/api/provider.ts | (04dd)2024-12-23, (6e84)2024-12-23, (764c)2024-12-23, (7491)2024-12-23
+ 51 | - 226 | src/api/staking.ts | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23, (5e2e)2024-12-23
+ 110 | - 100 | src/api/volume.ts | (6e84)2024-12-23, (7491)2024-12-23
+ 2 | - 2 | src/api/xyk.ts | (04dd)2024-12-23, (539e)2024-12-23
+ 342 | - 0 | src/components/Dropdown/DropdownRebranded.styled.ts | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 213 | - 0 | src/components/Dropdown/DropdownRebranded.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 12 | - 4 | src/components/InfoTooltip/InfoTooltip.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23, (783e)2024-12-23
+ 26 | - 2 | src/components/Layout/Header/DegenMode/DegenMode.utils.ts | (04dd)2024-12-23, (539e)2024-12-23
+ 126 | - 0 | src/components/ReferendumCard/NoReferenda.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 807 | - 13 | src/components/ReferendumCard/Referenda.tsx | (c373)2024-12-23, (47a9)2024-12-23, (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23, (783e)2024-12-23
+ 447 | - 0 | src/components/ReferendumCard/Referenda.utils.ts | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 312 | - 0 | src/components/ReferendumCard/ReferendaDeprecated.tsx | (15ee)2024-12-24, (e315)2024-12-24
+ 192 | - 0 | src/components/ReferendumCard/ReferendaSkeleton.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 355 | - 144 | src/components/ReferendumCard/ReferendumCard.styled.ts | (15ee)2024-12-24, (e315)2024-12-24, (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 0 | - 468 | src/components/ReferendumCard/ReferendumCard.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 108 | - 162 | src/components/ReferendumCard/ReferendumCardProgress.tsx | (15ee)2024-12-24, (e315)2024-12-24, (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 0 | - 471 | src/components/ReferendumCard/ReferendumCardRococo.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 118 | - 177 | src/components/ReferendumCard/ReferendumCardSkeleton.tsx | (15ee)2024-12-24, (e315)2024-12-24, (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 9 | - 9 | src/components/Toast/sidebar/group/ToastSidebarGroup.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 122 | - 81 | src/components/Toast/sidebar/referendums/ToastSidebarReferendums.tsx | (15ee)2024-12-24, (e315)2024-12-24, (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 37 | - 8 | src/i18n/locales/en/translations.json | (15ee)2024-12-24, (217f)2024-12-24, (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23, (783e)2024-12-23
+ 0 | - 3 | src/sections/lending/components/transactions/Warnings/IsolationModeWarning.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 8 | - 2 | src/sections/pools/PoolsPage.utils.ts | (04dd)2024-12-23, (539e)2024-12-23
+ 16 | - 30 | src/sections/pools/farms/FarmingPositionWrapper.tsx | (e6f4)2024-12-23, (8b86)2024-12-23
+ 142 | - 188 | src/sections/pools/farms/components/claimAllDropdown/ClaimAllContent.tsx | (15ee)2024-12-24, (217f)2024-12-24, (e6f4)2024-12-23, (8b86)2024-12-23
+ 8 | - 38 | src/sections/pools/farms/components/claimableCard/ClaimRewardsCard.tsx | (15ee)2024-12-24, (217f)2024-12-24, (e6f4)2024-12-23, (8b86)2024-12-23
+ 0 | - 60 | src/sections/pools/farms/components/claimingRange/ClaimingRangeButton.tsx | (e6f4)2024-12-23, (8b86)2024-12-23
+ 0 | - 54 | src/sections/pools/farms/components/claimingRange/ClaimingRangeModal.styled.ts | (e6f4)2024-12-23, (8b86)2024-12-23
+ 0 | - 280 | src/sections/pools/farms/components/claimingRange/ClaimingRangeModal.tsx | (e6f4)2024-12-23, (8b86)2024-12-23
+ 0 | - 102 | src/sections/pools/farms/components/claimingRange/ClaimingWarning.tsx | (e6f4)2024-12-23, (8b86)2024-12-23
+ 0 | - 44 | src/sections/pools/farms/components/claimingRange/claimingRange.utils.ts | (e6f4)2024-12-23, (8b86)2024-12-23
+ 20 | - 482 | src/sections/pools/farms/position/FarmingPosition.tsx | (e6f4)2024-12-23, (8b86)2024-12-23
+ 4 | - 50 | src/sections/pools/farms/position/FarmingPosition.utils.tsx | (04dd)2024-12-23, (e6f4)2024-12-23, (8b86)2024-12-23, (539e)2024-12-23
+ 60 | - 16 | src/sections/pools/farms/position/joined/JoinedFarms.tsx | (e6f4)2024-12-23, (8b86)2024-12-23
+ 4 | - 4 | src/sections/pools/modals/CreateXYKPool/CreateXYKPool.tsx | (04dd)2024-12-23, (539e)2024-12-23
+ 4 | - 4 | src/sections/pools/pool/details/PoolDetails.utils.ts | (04dd)2024-12-23, (539e)2024-12-23
+ 12 | - 2 | src/sections/pools/sections/AllPools.tsx | (04dd)2024-12-23, (7b10)2024-12-23
+ 30 | - 243 | src/sections/staking/StakingPage.utils.ts | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 18 | - 15 | src/sections/staking/sections/dashboard/StakingDashboard.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 12 | - 12 | src/sections/staking/sections/dashboard/components/AvailableRewards/AvailableRewards.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23, (5e2e)2024-12-23
+ 0 | - 216 | src/sections/staking/sections/dashboard/components/Referenda/Referenda.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 369 | - 2 | src/sections/staking/sections/dashboard/components/Referenda/Referendas.tsx | (15ee)2024-12-24, (e315)2024-12-24, (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 15 | - 15 | src/sections/staking/sections/dashboard/components/StakingInputSection/Stake/Stake.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23, (5e2e)2024-12-23
+ 23 | - 23 | src/sections/staking/sections/dashboard/components/StakingInputSection/Unstake/Unstake.tsx | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23, (5e2e)2024-12-23
+ 34 | - 72 | src/sections/wallet/assets/hydraPositions/data/WalletAssetsHydraPositionsData.utils.tsx | (04dd)2024-12-23, (539e)2024-12-23, (d3ad)2024-12-23
+ 66 | - 78 | src/utils/displayAsset.ts | (04dd)2024-12-23, (539e)2024-12-23, (d3ad)2024-12-23
+ 74 | - 352 | src/utils/farms/claiming.tsx | (e6f4)2024-12-23, (8b86)2024-12-23
+ 12 | - 0 | src/utils/formatting.ts | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 255 | - 0 | src/utils/opengov.ts | (e6f4)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
+ 19 | - 22 | src/utils/queryKeys.ts | (15ee)2024-12-24, (e315)2024-12-24, (e6f4)2024-12-23, (8b86)2024-12-23, (6e84)2024-12-23, (39ae)2024-12-23
                    15ee12f91499d2d6df190276f3074f567d202816
                    
                    Merge pull request #1991 from galacticcouncil/revert-referenda

Add deprecated referenda
                
217fa62549249115dd0de01c30687046c66ad8fd Adjust claim card
e3152457b2ae486a48b7f8e7570c1fd276c8e916 Add depreceted referenda
c3737bc96c15efcd64de90687b6219a6f28f5a93 Merge pull request #1988 from galacticcouncil/update-link Update link
47a90a70aae3d5ee4969fdefc917b2a8c38b3725 Update link
04dd7876399ffc9e0e033fe7e1832adf4542a27b Merge pull request #1986 from galacticcouncil/xyk-sdk-balance Query xyk balances from sdk
e6f4a1865b2e9ad076f5ccc4c0da4fa160305a3a Merge branch 'master' into xyk-sdk-balance
8b86db701e685a0e2a38c0aceadd96402a744f9e Merge pull request #1953 from galacticcouncil/revert-claiming Revert claiming
6e84d51734e869c44c019c496ddd57af801839df Merge branch 'master' into revert-claiming
39ae97ea9b0ea45c4c7473565a17c49b5a19efb1 Merge pull request #1669 from galacticcouncil/open-gov Implement Open Gov
764c211a004d2cf167fa33461cd7c91e24cadda1 wip
7b10f1c3b3b03f4f7e2bff815a34dc877e851aa1 wip
539ecf8bc59ae75aabbb172762fb6c01f6758413 wip
783e1c1b4829b865d43e4580d7bbd50cb53df968 add support label
d3ad499be29b959cc844310dba42ab6f0a0bc5d6 Query xyk balances from sdk
5e2ea3a9a0d84c5bc5225d91e1a5bdc037431680 Update query names
7491598d9a317501160c3919e8ca7dfda633175e Merge branch 'master' into open-gov
#: 18

id: synthetix
project: Synthetix
Date: 2021-03-05T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/synthetix

GitHub Url: github.com/Synthetixio/js-monorepo
GitHub History Url: github.com/Synthetixio/js-monorepo/commits
2024-12-24master

99.8 - TypeScript
0.18 - JavaScript
0.01 - HTML
0.01 - CSS
0 - Shell
tsx: 2
+    1 | -    1 | v2/components/Navigation/Navigation.tsx | (922a)2024-12-24
+ 1 | - 1 | v2/components/UserBalances/UserBalances.tsx | (922a)2024-12-24
                    922a3d8a9206bd8e38128373600726b963e722da
                    
                    Update links to snx and susd migration
                
#: 19

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/networks
GitHub History Url: github.com/babylonlabs-io/networks/commits
2024-12-24main

49.52 - Go
46.03 - Standard ML
4.45 - Shell
                    bc398a4eedd1d976e5c76e6b751aeb68f4c643c8
                    
                    bbn-test-5: Add seeds and peers (#413)
                
6294ffb2748255c13122005501350546b39ce931 bbn-test-5: Add post-upgrade snapshot (#412)
#: 20

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/finality-provider
GitHub History Url: github.com/babylonlabs-io/finality-provider/commits
2024-12-24main

97.69 - Go
1.12 - Makefile
0.68 - Shell
0.5 - Dockerfile
yml: 1
proto: 1
go: 51
+    1 | -    1 | .golangci.yml | (edc7)2024-12-24
+ 5 | - 0 | clientcontroller/babylon.go | (edc7)2024-12-24
+ 2 | - 0 | clientcontroller/retry_utils.go | (edc7)2024-12-24
+ 10 | - 0 | eotsmanager/client/rpcclient.go | (edc7)2024-12-24, (818f)2024-12-23
+ 1 | - 0 | eotsmanager/cmd/eotsd/daemon/flags.go | (818f)2024-12-23
+ 36 | - 0 | eotsmanager/cmd/eotsd/daemon/keys.go | (edc7)2024-12-24, (818f)2024-12-23
+ 4 | - 0 | eotsmanager/cmd/eotsd/daemon/keysadd.go | (edc7)2024-12-24
+ 2 | - 9 | eotsmanager/cmd/eotsd/daemon/start.go | (d705)2024-12-24
+ 9 | - 3 | eotsmanager/cmd/eotsd/main.go | (d705)2024-12-24
+ 1 | - 0 | eotsmanager/config/config.go | (edc7)2024-12-24
+ 3 | - 0 | eotsmanager/eotsmanager.go | (818f)2024-12-23
+ 13 | - 3 | eotsmanager/localmanager.go | (edc7)2024-12-24, (818f)2024-12-23
+ 184 | - 48 | eotsmanager/proto/eotsmanager.pb.go | (818f)2024-12-23
+ 14 | - 0 | eotsmanager/proto/eotsmanager.proto | (818f)2024-12-23
+ 39 | - 0 | eotsmanager/proto/eotsmanager_grpc.pb.go | (818f)2024-12-23
+ 1 | - 1 | eotsmanager/proto/signstore.pb.go | (818f)2024-12-23
+ 15 | - 0 | eotsmanager/service/rpcserver.go | (edc7)2024-12-24, (818f)2024-12-23
+ 11 | - 14 | eotsmanager/service/server.go | (d705)2024-12-24
+ 2 | - 0 | eotsmanager/store/eotsstore.go | (edc7)2024-12-24
+ 2 | - 0 | finality-provider/cmd/fpd/daemon/commit_pr.go | (edc7)2024-12-24
+ 9 | - 0 | finality-provider/cmd/fpd/daemon/daemon_commands.go | (edc7)2024-12-24
+ 1 | - 0 | finality-provider/cmd/fpd/daemon/init.go | (edc7)2024-12-24
+ 1 | - 0 | finality-provider/cmd/fpd/daemon/keys.go | (edc7)2024-12-24
+ 4 | - 9 | finality-provider/cmd/fpd/daemon/start.go | (d705)2024-12-24, (edc7)2024-12-24
+ 9 | - 3 | finality-provider/cmd/fpd/main.go | (d705)2024-12-24
+ 3 | - 0 | finality-provider/proto/finality_providers.go | (edc7)2024-12-24
+ 1 | - 1 | finality-provider/proto/finality_providers.pb.go | (818f)2024-12-23
+ 13 | - 0 | finality-provider/service/app.go | (edc7)2024-12-24, (d2bf)2024-12-23
+ 1 | - 0 | finality-provider/service/benchmark_helper.go | (edc7)2024-12-24
+ 3 | - 0 | finality-provider/service/chain_poller.go | (edc7)2024-12-24
+ 1 | - 0 | finality-provider/service/client/rpcclient.go | (edc7)2024-12-24
+ 1 | - 0 | finality-provider/service/eots_manager_adapter.go | (edc7)2024-12-24
+ 14 | - 0 | finality-provider/service/event_loops.go | (edc7)2024-12-24
+ 23 | - 0 | finality-provider/service/fp_instance.go | (edc7)2024-12-24
+ 3 | - 0 | finality-provider/service/fp_store_adapter.go | (edc7)2024-12-24
+ 6 | - 0 | finality-provider/service/rpcserver.go | (edc7)2024-12-24
+ 12 | - 15 | finality-provider/service/server.go | (d705)2024-12-24
+ 4 | - 0 | finality-provider/store/fpstore.go | (edc7)2024-12-24
+ 2 | - 0 | finality-provider/store/pub_rand.go | (edc7)2024-12-24
+ 1 | - 0 | keyring/keyringcontroller.go | (edc7)2024-12-24
+ 1 | - 0 | log/log.go | (edc7)2024-12-24
+ 1 | - 0 | metrics/config.go | (edc7)2024-12-24
+ 1 | - 0 | metrics/fp_collectors.go | (edc7)2024-12-24
+ 1 | - 0 | types/pub_rand_commit.go | (edc7)2024-12-24
+ 5 | - 0 | util/path.go | (edc7)2024-12-24
+ 1 | - 0 | version/cmd.go | (edc7)2024-12-24
+ 1 | - 0 | version/version.go | (edc7)2024-12-24
                    d7059e007aa2d82e9c434b1594f2bed67172ce89
                    
                    feat: rm interceptors and use context (#252)

This PR removes the usage of `signal.Interceptor` and uses Go's
idiomatic `context` to handle cancellations. This enables us to run e2e
tests in parallel (almost 4x faster).

```
//old-time
ok      github.com/babylonlabs-io/finality-provider/itest       548.976s
// new time
ok      github.com/babylonlabs-io/finality-provider/itest       139.579s
```

Time in GH action `9m 58s` vs `3m 24s`


Closes #219
                
edc7f6845542611fb1ef6e1a1b2e9c49bcf3e0ef chore: nlreturn lint (#251) closes issue #235
996ec25f8a73073386ecfa36174456ce83284a54 chore: update changelog v0.14.2 (#249) (#250)
d2bf4729cfc43c58bc3bb7eea25d8cf0b42d60d3 fix: start fp after register (#246) Starts the fp instance fp register
818f36fa0e6bd58ca68e07524f84f977916e40fe fix: save key name mapping verifies if there is a client running (#244) Closes: https://github.com/babylonlabs-io/finality-provider/issues/243
#: 21

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/staking-expiry-checker
GitHub History Url: github.com/babylonlabs-io/staking-expiry-checker/commits
2024-12-24main

93.83 - Go
2.3 - Shell
2 - Makefile
1.88 - Dockerfile
yml: 2
go: 7
+   11 | -    5 | config/config-docker.yml | (766d)2024-12-23
+ 11 | - 5 | config/config-local.yml | (766d)2024-12-23
+ 5 | - 16 | internal/btcclient/btcclient.go | (766d)2024-12-23
+ 10 | - 7 | internal/btcclient/notifier.go | (766d)2024-12-23
+ 68 | - 29 | internal/config/btc.go | (766d)2024-12-23
+ 1 | - 1 | internal/config/config.go | (766d)2024-12-23
+ 57 | - 29 | internal/services/watch_btc_events.go | (e130)2024-12-24, (766d)2024-12-23
+ 8 | - 7 | internal/utils/utils.go | (766d)2024-12-23
                    e130b170ef656c438ca57d1f6bf9f62eef6febcd
                    
                    fix: spend notifications on unbonding tx (#27)

* fix: spend notifications on unbonding tx
                
766d9d0c1886c6f6ab449c0388da4b475ae95699 fix: btc config (#25)
#: 22

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/babylon
GitHub History Url: github.com/babylonlabs-io/babylon/commits
2024-12-24main

99.82 - Go
0.12 - Makefile
0.04 - Shell
0.03 - Dockerfile
go: 4
+   20 | -    4 | x/finality/keeper/power_dist_change.go | (be9e)2024-12-24
+ 0 | - 1 | x/finality/types/expected_keepers.go | (be9e)2024-12-24
+ 6 | - 2 | x/finality/types/power_table.go | (be9e)2024-12-24
+ 2 | - 1 | x/incentive/keeper/btc_staking_gauge.go | (be9e)2024-12-24
                    c001e726d8ecf2af25145e556da4c3fe53a94c11
                    
                    backport: v1.0.0-rc.2 (#372) (#373)
                
be9eb6b9f4db544eb35db8b4767852d12910b9eb fix: slashed fp and BTC rewards tracker (#371) `EventPowerDistUpdate_SlashedFp` and [`RewardBTCStaking`](https://github.com/babylonlabs-io/babylon/blob/b132d16483d2e12ac68be74a524a4b7121edac65/x/incentive/keeper/btc_staking_gauge.go#L19) are called at different blocks. The rewards are being called a few blocks behind and if the slashed fp is pruned in BTC reward tracker data, it fails to find and panics On babylond-deployments an fp is being slashed at block height 46, the call of `RewardBTCStaking` happens at Babylon block 48 but is called to distribute rewards of voting power table from block 44 (which didn't had the FP slashed yet) which then checks for fp rewards for the FP that was pruned at the slashing processed event. ``` 6:04PM INF finalizing commit of block hash=153E869F7B0056A9CD8208301F2019FFACA2BEFBBB35AEADF70DCA14C15F3972 height=47 module=consensus num_txs=2 root=62B5F025459DEEBE2EE6F5D869C5BCBE903299FF80825FB9DE62551E6B725D52 ERR CONSENSUS FAILURE!!! err="failed to add fp rewards for btc delegation bbn1wwkaq6z3kdkekm7ltwxng4ftvzux8gzp2xjx8d at height 44: finality provider current rewards not found ``` ```shell $~ babylond q btcstaking finality-providers -o json | jq ... { "description": { "moniker": "Finality Provider 0", "identity": "", "website": "", "security_contact": "", "details": "" }, "commission": "0.050000000000000000", "addr": "bbn1wwkaq6z3kdkekm7ltwxng4ftvzux8gzp2xjx8d", "btc_pk": "6ba387c315dc6105ec02b50684593505103a9f13452d3a597c16ac2f22b924dc", "pop": { "btc_sig_type": "BIP340", "btc_sig": "Q3PcfiKT0fwWOVx95rjV+mQvI/juTbYIV84Hfz2NAmQByiHRXz8OWnFbyugJgOrd/TrqR+6BOgtr10bZUFDFbA==" }, "slashed_babylon_height": "46", "slashed_btc_height": 131, "height": "46", "jailed": false, "highest_voted_height": 45 }, ``` Basically, this means we are processing the rewards a few blocks down the road after the slash and then it is not possible to prune the data for reward tracker until that fp slashed height is processed. The fix for the time being: do nothing at the btc reward tracker structures if some fp gets slashed just continue to store that data. In the future during the issue https://github.com/babylonlabs-io/babylon/issues/362 we can properly handle the pruning of slashed finality provider data
#: 23

id: raydium
project: Raydium
Date: 2023-04-25T12:00:00.000Z
Max Reward: 505000
Bounty Url: https://immunefi.com/bounty/raydium

GitHub Url: github.com/raydium-io/raydium-cp-swap
GitHub History Url: github.com/raydium-io/raydium-cp-swap/commits
2024-12-24master

78.91 - Rust
21.09 - TypeScript
rs: 2
+   15 | -   18 | programs/cp-swap/src/instructions/initialize.rs | (cfdb)2024-12-24
+ 63 | - 12 | programs/cp-swap/src/utils/token.rs | (cfdb)2024-12-24
                    cfdb70a8ca9ea62bb5c304d4492ac0fc371ae8ce
                    
                    Fix: fix for account created with lamports (#31)
                
#: 24

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/stellar-core
GitHub History Url: github.com/stellar/stellar-core/commits
2024-12-24master

51.78 - C
46.72 - C++
0.35 - M4
0.34 - Python
0.32 - Rust
0.2 - Shell
0.14 - Jupyter Notebook
0.11 - Makefile
0.02 - Dockerfile
0.01 - LLVM
0.01 - Emacs Lisp
cpp: 2
+   20 | -    0 | src/herder/Upgrades.cpp | (d14e)2024-12-24, (3f8a)2024-12-23
                    d14e7b61bfa0f6c69fe522c60a2e49ef9fe57cd4
                    
                    Use re-calibrated costs for loadgen. (#4601)

# Description

Use re-calibrated costs for loadgen.

Also update the `generate soroban load` test to not use the config for
genesis and go through the protocol upgrade instead, so that it
resembles the supercluster missions closer.

# Checklist
- [ ] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [ ] Rebased on top of master (no merge commits)
- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [ ] Compiles
- [ ] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the
[performance
document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
                
3f8a1ced6d289883136d50a7d84393e607b062f9 Use re-calibrated costs for loadgen. Also update the `generate soroban load` test to not use the config for genesis and go through the protocol upgrade instead, so that it resembles the supercluster missions closer.
#: 25

id: lido
project: Lido
Date: 2021-05-22T05:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/lido

GitHub Url: github.com/lidofinance/lido-dao
GitHub History Url: github.com/lidofinance/lido-dao/commits
2024-12-24master

60.21 - TypeScript
39.57 - Solidity
0.12 - Shell
0.11 - JavaScript
json: 2
+    2 | -    2 | package.json | (901c)2024-12-24, (3cb1)2024-12-24
                    901c0e19b752f5ea03118d71881d8b72ccee44c0
                    
                    Merge pull request #906 from lidofinance/feat/dependabot-updates

feat: dependabot updates
                
3cb1d7658d1e7bd2198486bbc0780a3ce4487925 fix: bump hardhat version
1659803acce8921143589896db18f3de1c095624 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint/plugin-kit-0.2.4' into feat/dependabot-updates
7c2d4986d4c281e10d73875febe8b2036d9d78f6 Merge remote-tracking branch 'origin/dependabot/pip/aiohttp-3.10.11' into feat/dependabot-updates
9f2d1512feb56b78a7abd2760cba73579e72e258 build(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.4 Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.4. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/core-v0.2.0...plugin-kit-v0.2.4) --- updated-dependencies: - dependency-name: "@eslint/plugin-kit" dependency-type: indirect ... Signed-off-by: dependabot[bot]
01a41e45f62fdc82c835ad9162352c2081c0fccf build(deps-dev): bump aiohttp from 3.10.5 to 3.10.11 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 to 3.10.11. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.5...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot]
5ae82dd7b71c4d8e7b8c6199ff100c7b6335ec84 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/cross-spawn-7.0.6' into feat/dependabot-updates
#: 26

id: astarnetwork
project: Astar Network
Date: 2022-05-31T16:30:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/astarnetwork

GitHub Url: github.com/AstarNetwork/Astar
GitHub History Url: github.com/AstarNetwork/Astar/commits
2024-12-24master

98.27 - Rust
1.02 - Solidity
0.33 - Shell
0.22 - Handlebars
0.11 - TypeScript
0.05 - Makefile
rs: 3
+    1 | -    1 | runtime/astar/src/lib.rs | (765d)2024-12-24
+ 1 | - 1 | runtime/shibuya/src/lib.rs | (765d)2024-12-24
+ 1 | - 1 | runtime/shiden/src/lib.rs | (765d)2024-12-24
                    765d44ba1e9210279088ff765aff5ee6979601d2
                    
                    Fix for XCM payment api report (#1399)
                
#: 27

id: gear
project: Gear
Date: 2023-02-24T13:00:00.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/gear

GitHub Url: github.com/gear-tech/gear
GitHub History Url: github.com/gear-tech/gear/commits
2024-12-24master

94.86 - Rust
2.97 - Shell
1.75 - Solidity
0.11 - Makefile
0.11 - Handlebars
0.07 - Jinja
0.06 - Dockerfile
0.05 - HCL
0.02 - Python
0 - C
yml: 1
rs: 1
+    1 | -    1 | ethexe/cli/src/service.rs | (0dc0)2024-12-24
+ 2 | - 2 | ethexe/docker/docker-compose.yml | (0dc0)2024-12-24
                    0dc0a7a8f86d5382defd008eb06de884ba0a2295
                    
                    chore: change reth node address (#4413)
                
#: 28

id: deriprotocol
project: Deri Protocol
Date: 2021-09-14T12:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/deriprotocol

GitHub Url: github.com/deri-protocol/deriprotocol-v4
GitHub History Url: github.com/deri-protocol/deriprotocol-v4/commits
2024-12-24main

100 - Solidity
sol: 3
+   94 | -    0 | contracts/ichain/gateway/GatewayHelper.sol | (ba5e)2024-12-24
+ 6 | - 53 | contracts/ichain/gateway/GatewayImplementation.sol | (ba5e)2024-12-24
+ 3 | - 0 | contracts/ichain/gateway/IGateway.sol | (ba5e)2024-12-24
                    ba5ed807304f1976bd1b71f9855d8c79689fe785
                    
                    Merge pull request #40 from dfactory-tech/liquidation-reward-update

Liquidation reward update
                
#: 29

id: oasis
project: Oasis
Date: 2024-02-20T16:32:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/oasis

GitHub Url: github.com/oasisprotocol/oasis-web3-gateway
GitHub History Url: github.com/oasisprotocol/oasis-web3-gateway/commits
2024-12-24main

87.83 - Go
6.51 - Shell
4.23 - Dockerfile
1.43 - Makefile
sh: 2
conf: 2
mod: 2
sum: 2
+   14 | -   14 | benchmarks/go.mod | (1266)2024-12-24, (1c7d)2024-12-24
+ 32 | - 32 | benchmarks/go.sum | (1266)2024-12-24, (1c7d)2024-12-24
+ 38 | - 0 | docker/common/explorer.nginx.conf | (8e20)2024-12-24, (3b63)2024-12-24
+ 14 | - 6 | docker/common/start.sh | (8e20)2024-12-24, (3b63)2024-12-24
                    8e204f787091cbe92fe867950be15173a8150370
                    
                    Merge pull request #676 from oasisprotocol/ptrus/feature/nginx-localnet

other(localnet): replace nodejs with nginx
                
3b635e072056de7de9e0c19d55fc8ff1bda6eecd other(localnet): replace nodejs with nginx Reduces image size from ~970MB to ~793MB.
1266dd066f69f983790d64a2884a2987d716d1e7 Merge pull request #667 from oasisprotocol/dependabot/go_modules/benchmarks/golang.org/x/crypto-0.31.0 build(deps): bump golang.org/x/crypto from 0.14.0 to 0.31.0 in /benchmarks
1c7d3e93380180542e3a80a075bcf0dc06426258 build(deps): bump golang.org/x/crypto in /benchmarks Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.31.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot]
#: 30

id: oasis
project: Oasis
Date: 2024-02-20T16:32:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/oasis

GitHub Url: github.com/oasisprotocol/sapphire-paratime
GitHub History Url: github.com/oasisprotocol/sapphire-paratime/commits
2024-12-23main

42.27 - TypeScript
33.12 - Solidity
12.28 - Python
7.23 - Go
2.85 - Rust
0.94 - JavaScript
0.86 - Makefile
0.32 - CSS
0.12 - Shell
                    6acf367c940353d87f34b37513bd96d17c03c0e2
                    
                    Merge pull request #466 from oasisprotocol/rube/fix-doc-links-paratimes

fix: links to emerald and cipher
                
6c676278efcde88a4459617c53d3a865049614b9 fix: links to / mentioning of emerald and cipher
#: 31

id: oasis
project: Oasis
Date: 2024-02-20T16:32:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/oasis

GitHub Url: github.com/oasisprotocol/oasis-sdk
GitHub History Url: github.com/oasisprotocol/oasis-sdk/commits
2024-12-23main

64.1 - Rust
19.87 - Go
12.17 - TypeScript
2.21 - JavaScript
0.81 - Solidity
0.71 - Shell
0.1 - Dockerfile
0.03 - Makefile
0.01 - HTML
                    faa63497d952776b73b04405b584f1e62657da26
                    
                    Merge pull request #2100 from oasisprotocol/rube/fix-cipher-link

fix: link to cipher docs
                
d21610ac662edff84560312508b6e3de82095f13 fix: link to cipher docs
#: 32

id: kadena
project: Kadena
Date: 2022-01-08T22:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/kadena

GitHub Url: github.com/kadena-io/chainweb-node
GitHub History Url: github.com/kadena-io/chainweb-node/commits
2024-12-23master

96.12 - Haskell
2.97 - Pact
0.31 - C
0.21 - Dockerfile
0.15 - Nix
0.14 - Python
0.1 - Shell
hs: 2
+   27 | -   48 | src/Chainweb/Cut.hs | (e32d)2024-12-23
+ 6 | - 2 | src/Chainweb/CutDB.hs | (e32d)2024-12-23
                    e32dd7792b103c130eba66b298fa2d2bea5cff94
                    
                    merge #2077 into master
                
#: 33

id: mars
project: Mars Protocol
Date: 2023-01-13T15:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/mars

GitHub Url: github.com/mars-protocol/contracts
GitHub History Url: github.com/mars-protocol/contracts/commits
2024-12-23master

83.06 - Rust
16.62 - TypeScript
0.33 - JavaScript
0 - RenderScript
rs: 46
toml: 4
json: 2
+    1 | -    0 | contracts/account-nft/Cargo.toml | (06a5)2024-12-23
+ 6 | - 0 | contracts/account-nft/src/contract.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/account-nft/src/lib.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/account-nft/src/migrations/mod.rs | (06a5)2024-12-23
+ 50 | - 0 | contracts/account-nft/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 1 | - 1 | contracts/address-provider/src/contract.rs | (06a5)2024-12-23
+ 1 | - 1 | contracts/address-provider/src/migrations/mod.rs | (06a5)2024-12-23
+ 1 | - 1 | contracts/address-provider/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 7 | - 1 | contracts/credit-manager/src/contract.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/credit-manager/src/lib.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/credit-manager/src/migrations/mod.rs | (06a5)2024-12-23
+ 21 | - 0 | contracts/credit-manager/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/health/Cargo.toml | (06a5)2024-12-23
+ 9 | - 3 | contracts/health/src/contract.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/health/src/lib.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/health/src/migrations/mod.rs | (06a5)2024-12-23
+ 19 | - 0 | contracts/health/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 2 | - 3 | contracts/incentives/src/contract.rs | (06a5)2024-12-23
+ 1 | - 1 | contracts/incentives/src/migrations/mod.rs | (06a5)2024-12-23
+ 0 | - 153 | contracts/incentives/src/migrations/v2_0_0.rs | (06a5)2024-12-23
+ 43 | - 0 | contracts/incentives/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 6 | - 0 | contracts/oracle/osmosis/src/contract.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/oracle/osmosis/src/lib.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/oracle/osmosis/src/migrations/mod.rs | (06a5)2024-12-23
+ 19 | - 0 | contracts/oracle/osmosis/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 8 | - 2 | contracts/params/src/contract.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/params/src/lib.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/params/src/migrations/mod.rs | (06a5)2024-12-23
+ 21 | - 0 | contracts/params/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 1 | - 5 | contracts/red-bank/src/contract.rs | (06a5)2024-12-23
+ 1 | - 1 | contracts/red-bank/src/migrations/mod.rs | (06a5)2024-12-23
+ 0 | - 383 | contracts/red-bank/src/migrations/v2_0_0.rs | (06a5)2024-12-23
+ 36 | - 0 | contracts/red-bank/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 3 | - 6 | contracts/rewards-collector/osmosis/src/lib.rs | (06a5)2024-12-23
+ 1 | - 2 | contracts/rewards-collector/osmosis/src/migrations/mod.rs | (06a5)2024-12-23
+ 0 | - 70 | contracts/rewards-collector/osmosis/src/migrations/v2_0_0.rs | (06a5)2024-12-23
+ 1 | - 1 | contracts/rewards-collector/osmosis/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 7 | - 2 | contracts/swapper/osmosis/src/contract.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/swapper/osmosis/src/lib.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/swapper/osmosis/src/migrations/mod.rs | (06a5)2024-12-23
+ 19 | - 0 | contracts/swapper/osmosis/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/v2-zapper/osmosis/Cargo.toml | (06a5)2024-12-23
+ 9 | - 2 | contracts/v2-zapper/osmosis/src/contract.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/v2-zapper/osmosis/src/lib.rs | (06a5)2024-12-23
+ 1 | - 0 | contracts/v2-zapper/osmosis/src/migrations/mod.rs | (06a5)2024-12-23
+ 19 | - 0 | contracts/v2-zapper/osmosis/src/migrations/v2_1_0.rs | (06a5)2024-12-23
+ 1 | - 0 | packages/types/Cargo.toml | (06a5)2024-12-23
+ 4 | - 0 | packages/types/src/health/error.rs | (06a5)2024-12-23
+ 0 | - 3 | packages/types/src/incentives.rs | (06a5)2024-12-23
+ 0 | - 2 | packages/types/src/red_bank/msg.rs | (06a5)2024-12-23
+ 0 | - 55 | schemas/mars-incentives/mars-incentives.json | (06a5)2024-12-23
+ 0 | - 55 | schemas/mars-red-bank/mars-red-bank.json | (06a5)2024-12-23
                    06a510b737c9d7aedf0e89d3c5097a48613c3a54
                    
                    MP-2702. Migration for Osmo contracts (#439)

* Update migration for address-provider.

* Update migration for account-nft.

* Update migration for credit-manager.

* Update migration for health.

* Update migration for incentives.

* Update migration for oracle-osmosis.

* Update migration for params.

* Update migration for red-bank.

* Update migration for rewards-collector.

* Update migration for swapper-osmosis.

* Update migration for zapper-osmosis.

* MP-2562. Add missing connection between RC addr and acc id.

* Generate schema.

* Update changelog.

* Add one more point to Changelog.
                
#: 34

id: stacks
project: Stacks
Date: 2022-03-31T19:30:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/stacks

GitHub Url: github.com/stacks-network/stacks-core
GitHub History Url: github.com/stacks-network/stacks-core/commits
2024-12-23master

94.35 - Rust
2.84 - TypeScript
2.22 - Clarity
0.46 - Shell
0.08 - Python
0.02 - JavaScript
0.02 - Dockerfile
0.01 - Mustache
0 - RenderScript
rs: 2
+   32 | -    0 | stacks-signer/src/v0/signer.rs | (eb86)2024-12-23, (cd45)2024-12-23
                    eb865279406d0700474748dc77df100cba6fa98e
                    
                    Merge pull request #5612 from stacks-network/hotfix/reward-cycle-block-proposal

Do not process block validation responses for the wrong reward cycle
                
1cdabb307889a24d8723b90b962216ac2d204b17 FIx changelog Signed-off-by: Jacinta Ferrant
ed4f50b13ecbeb6284450e3a1a9b0e9853d81fe8 Add changelog Signed-off-by: Jacinta Ferrant
cd45fcb2aa0cabe66de8c6ea5a4dbd41965e56be Do not process block validation responses for the wrong reward cycle Signed-off-by: Jacinta Ferrant
#: 35

id: stacks
project: Stacks
Date: 2022-03-31T19:30:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/stacks

GitHub Url: github.com/stacks-network/stacks-blockchain
GitHub History Url: github.com/stacks-network/stacks-blockchain/commits
2024-12-23master

94.35 - Rust
2.84 - TypeScript
2.22 - Clarity
0.46 - Shell
0.08 - Python
0.02 - JavaScript
0.02 - Dockerfile
0.01 - Mustache
0 - RenderScript
rs: 2
+   32 | -    0 | stacks-signer/src/v0/signer.rs | (eb86)2024-12-23, (cd45)2024-12-23
                    eb865279406d0700474748dc77df100cba6fa98e
                    
                    Merge pull request #5612 from stacks-network/hotfix/reward-cycle-block-proposal

Do not process block validation responses for the wrong reward cycle
                
1cdabb307889a24d8723b90b962216ac2d204b17 FIx changelog Signed-off-by: Jacinta Ferrant
ed4f50b13ecbeb6284450e3a1a9b0e9853d81fe8 Add changelog Signed-off-by: Jacinta Ferrant
cd45fcb2aa0cabe66de8c6ea5a4dbd41965e56be Do not process block validation responses for the wrong reward cycle Signed-off-by: Jacinta Ferrant
#: 36

id: chainlink
project: Chainlink
Date: 2021-05-11T05:00:00.000Z
Max Reward: 3000000
Bounty Url: https://immunefi.com/bounty/chainlink

GitHub Url: github.com/smartcontractkit/chainlink-solana
GitHub History Url: github.com/smartcontractkit/chainlink-solana/commits
2024-12-23develop

72.23 - Go
18.5 - TypeScript
6.7 - Rust
1.16 - Shell
0.64 - JavaScript
0.35 - Nix
0.28 - Makefile
0.14 - Dockerfile
sum: 2
mod: 2
go: 5
+   29 | -    9 | go.mod | (ed1b)2024-12-23, (eac4)2024-12-23
+ 150 | - 18 | go.sum | (ed1b)2024-12-23, (eac4)2024-12-23
+ 38 | - 0 | pkg/solana/logpoller/models.go | (ed1b)2024-12-23
+ 158 | - 0 | pkg/solana/logpoller/orm.go | (ed1b)2024-12-23
+ 5 | - 0 | pkg/solana/logpoller/parser.go | (ed1b)2024-12-23
+ 126 | - 0 | pkg/solana/logpoller/query.go | (ed1b)2024-12-23
+ 98 | - 0 | pkg/solana/logpoller/types.go | (ed1b)2024-12-23
                    e2ff830d9bc57ada79ba9b2a9e8304c4f6f6b816
                    
                    Enabled Parallel runs for TestChainComponents (#992)
                
ed1b2f6fc1b0a315c6d6a8e74bfecf20a97674f4 NONEVM-745 LogPoller db models (#921) * logpoller db models Signed-off-by: Dmytro Haidashenko * Replace solana types with custom to support db read/write * remove redundant file Signed-off-by: Dmytro Haidashenko * improve tests coverage & ensure subkey naming is consistent Signed-off-by: Dmytro Haidashenko * drop redundant constraint * linter fixes * updata chainlink-common * gomodtidy --------- Signed-off-by: Dmytro Haidashenko
eac4f1508dce0949c298b65cb4236ef56a250e20 Updated TestChainComponents to be compatible with optimization changes (#986)
#: 37

id: vechain
project: VeChain
Date: 2024-12-09T22:43:23.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/vechain

GitHub Url: github.com/vechain/thor
GitHub History Url: github.com/vechain/thor/commits
2024-12-23master

98.13 - Go
1.07 - Solidity
0.56 - JavaScript
0.12 - Makefile
0.09 - HTML
0.03 - Dockerfile
go: 6
+    7 | -    5 | api/accounts/accounts.go | (77ec)2024-12-23
+ 1 | - 2 | api/metrics.go | (77ec)2024-12-23
+ 63 | - 57 | api/subscriptions/subscriptions.go | (77ec)2024-12-23
+ 7 | - 0 | api/utils/http.go | (77ec)2024-12-23
+ 1 | - 1 | thorclient/common/common.go | (77ec)2024-12-23
+ 10 | - 3 | thorclient/wsclient/client.go | (77ec)2024-12-23
                    77ec5d03cc3cac30a647be4fe92cf99281f11cdd
                    
                    Refactor the subscriptions api to meet standard mount approach (#926)

* Tweaking subscriptions

* return gone when endpoint deprecated

* update metrics naming structure

* fixing race condition on tests

* add utils.gone handler

* minor naming

* remove closer interface usage

* adding thorclient.Subscription.Unsubscribe errors

---------

Co-authored-by: tony 
                
#: 38

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/btc-staker
GitHub History Url: github.com/babylonlabs-io/btc-staker/commits
2024-12-23main

97.96 - Go
0.85 - Shell
0.61 - Makefile
0.57 - Dockerfile
go: 1
+    1 | -    1 | cmd/stakercli/daemon/daemoncommands.go | (a3ef)2024-12-23
                    ddfabe3d46f49c66996ff4b92dd4f9e28e0e10b9
                    
                    Update register-phase-1-stake.md (#110)
                
a3ef19ab031dac11aee7983191095cbd632a04e3 docs: register stake to Babylon chain (#105) * wip * Update transition-phase-2.md * Update transition-phase-2.md * Update transition-phase-2.md * review comments * reviewal comments * Update register-phase-1-stake.md * Update register-phase-1-stake.md * Update register-phase-1-stake.md * Update register-phase-1-stake.md * fix bech32 * Update register-phase-1-stake.md
#: 39

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/cli-tools
GitHub History Url: github.com/babylonlabs-io/cli-tools/commits
2024-12-23main

97.93 - Go
0.78 - Dockerfile
0.74 - Makefile
0.55 - Shell
go: 5
+   11 | -   10 | internal/db/dbclient.go | (d205)2024-12-23
+ 15 | - 11 | internal/db/model/unbonding.go | (d205)2024-12-23
+ 4 | - 0 | internal/services/expected_interfaces.go | (d205)2024-12-23
+ 3 | - 1 | internal/services/in_mem_store.go | (d205)2024-12-23
+ 5 | - 9 | internal/services/persistent_store.go | (d205)2024-12-23
                    d2050ab945b0b6cf47b15e87140b527c83948196
                    
                    update documents using _id field (#20)
                
#: 40

id: moneyonchain
project: Money on Chain
Date: 2021-01-14T00:00-07:00
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/moneyonchain

GitHub Url: github.com/money-on-chain/main-RBTC-contract
GitHub History Url: github.com/money-on-chain/main-RBTC-contract/commits
2024-12-23master

65.19 - Solidity
34.37 - JavaScript
0.28 - Shell
0.15 - Python
sol: 1
+   87 | -    0 | contracts/changers/proposal_flow_change/FlowChangeProposal.sol | (212c)2024-12-23
                    212cab39673e1c8e7dd8a0fca891055fef08c475
                    
                    Merge pull request #117 from money-on-chain/proposal-flow-changer

Proposal flow changer
                
#: 41

id: alephzero
project: Aleph Zero
Date: 2023-08-16T17:30:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/alephzero

GitHub Url: github.com/Cardinal-Cryptography/aleph-node
GitHub History Url: github.com/Cardinal-Cryptography/aleph-node/commits
2024-12-23main

95.21 - Rust
2.31 - Python
1.58 - Shell
0.4 - Nix
0.28 - Jupyter Notebook
0.13 - Handlebars
0.04 - Dockerfile
0.03 - WebAssembly
0.02 - JavaScript
rs: 8
+   11 | -    4 | bin/chain-bootstrapper/src/chain_spec/cli.rs | (0e6f)2024-12-23
+ 8 | - 0 | finality-aleph/src/abft/current/performance/service.rs | (0e6f)2024-12-23
+ 31 | - 0 | finality-aleph/src/metrics/abft_score.rs | (0e6f)2024-12-23
+ 2 | - 0 | finality-aleph/src/metrics/mod.rs | (0e6f)2024-12-23
+ 8 | - 2 | finality-aleph/src/nodes.rs | (0e6f)2024-12-23
+ 18 | - 10 | finality-aleph/src/party/manager/mod.rs | (0e6f)2024-12-23
+ 2 | - 0 | finality-aleph/src/party/mod.rs | (0e6f)2024-12-23
+ 1 | - 1 | primitives/src/lib.rs | (0e6f)2024-12-23
                    0e6fa63d2f7006aa828c6af5799ced5f947462ba
                    
                    A0-3022: Abft Score Metrics (#1898)

Co-authored-by: Michal Swietek 
                
#: 42

id: chainlink
project: Chainlink
Date: 2021-05-11T05:00:00.000Z
Max Reward: 3000000
Bounty Url: https://immunefi.com/bounty/chainlink

GitHub Url: github.com/smartcontractkit/libocr
GitHub History Url: github.com/smartcontractkit/libocr/commits
2024-12-23master

82.53 - Go
17.47 - Solidity
go: 4
+   32 | -   32 | offchainreporting2plus/internal/ocr3/protocol/outcome_generation_follower.go | (e5b7)2024-12-23, (769a)2024-12-23
+ 32 | - 16 | offchainreporting2plus/internal/ocr3/protocol/outcome_generation_leader.go | (e5b7)2024-12-23, (769a)2024-12-23
                    e5b78d8e391971cce4c8cd3e6d12f0144163320f
                    
                    Merge pull request #101 from smartcontractkit/copy-4e96628d8d2688157c4578e6d7cdf20e6655f699

Improvements:
                
769a0ef6228bd6be79e14f98cd9086f237eeeea9 Improvements: - Remove some unncecessary invocations of ObservatioQuorum in ocr3 outcome generation - Better logging for events originating from background reporting plugin calls in ocr3 outcome generation Based on 4e96628d8d2688157c4578e6d7cdf20e6655f699
#: 43

id: coreum
project: Coreum
Date: 2023-12-20T09:00:00.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/coreum

GitHub Url: github.com/CoreumFoundation/coreum
GitHub History Url: github.com/CoreumFoundation/coreum/commits
2024-12-23master

94.02 - Go
5.85 - Rust
0.06 - Shell
0.04 - Makefile
0.03 - Smarty
                    8910002b44bb2f89a0f21f5f8bea18e42500848a
                    
                    update readme for initial setup instructions (#1049)

* update readme for initial setup instructions

* added more dependency

* added docker settings instruciton

* added one more detail

* Merge branch 'master' into milad/update-readme-initial-setup
                
#: 44

id: integriteenetwork
project: Integritee Network
Date: 2024-06-10T00:08:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/integriteenetwork

GitHub Url: github.com/integritee-network/worker
GitHub History Url: github.com/integritee-network/worker/commits
2024-12-23master

90.24 - Rust
5.37 - C
2.79 - Shell
0.67 - Makefile
0.45 - Python
0.25 - Dockerfile
0.14 - Ruby
0.06 - JavaScript
0.02 - Solidity
rs: 5
toml: 3
+    1 | -    1 | cli/Cargo.toml | (b0d4)2024-12-23
+ 1 | - 1 | core-primitives/settings/src/lib.rs | (b0d4)2024-12-23
+ 1 | - 1 | enclave-runtime/Cargo.toml | (b0d4)2024-12-23
+ 1 | - 1 | service/Cargo.toml | (b0d4)2024-12-23
+ 6 | - 0 | service/src/config.rs | (b0d4)2024-12-23
+ 15 | - 4 | service/src/main_impl.rs | (b0d4)2024-12-23
+ 150 | - 24 | service/src/setup.rs | (b0d4)2024-12-23
+ 2 | - 2 | sidechain/storage/src/storage.rs | (b0d4)2024-12-23
                    b0d4a8d9c88e9f0628b21b8d59bf4cbf2d9612df
                    
                    adjust clean reset logic (#1668)

* adjust clean reset logic

* fix tests

* properly unit test protectors

* fix and bump 0.15.6

* fmt
                
#: 45

id: instadapp
project: Instadapp
Date: 2021-09-20T01:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/instadapp

GitHub Url: github.com/Instadapp/fluid-contracts-public
GitHub History Url: github.com/Instadapp/fluid-contracts-public/commits
2024-12-23main

97.48 - Solidity
2.13 - JavaScript
0.39 - TypeScript
0 - Makefile
sol: 227
gitmodules: 1
example: 1
gitignore: 1
json: 2
+   15 | -    0 | .env.example | (8a16)2024-12-23
+ 26 | - 0 | .gitignore | (8a16)2024-12-23
+ 15 | - 0 | .gitmodules | (8a16)2024-12-23
+ 16 | - 0 | .prettierrc.json | (8a16)2024-12-23
+ 4 | - 0 | .vscode/settings.json | (8a16)2024-12-23
+ 350 | - 0 | contracts/config/bufferRateHandler/main.sol | (8a16)2024-12-23
+ 49 | - 0 | contracts/config/collectRevenueAuth/main.sol | (8a16)2024-12-23
+ 6 | - 0 | contracts/config/error.sol | (8a16)2024-12-23
+ 139 | - 0 | contracts/config/errorTypes.sol | (8a16)2024-12-23
+ 7 | - 0 | contracts/config/ethenaRateHandler/events.sol | (8a16)2024-12-23
+ 185 | - 0 | contracts/config/ethenaRateHandler/main.sol | (8a16)2024-12-23
+ 44 | - 0 | contracts/config/ethenaRateHandler/variables.sol | (8a16)2024-12-23
+ 339 | - 0 | contracts/config/expandPercentHandler/main.sol | (8a16)2024-12-23
+ 14 | - 0 | contracts/config/fluidConfigHandler.sol | (8a16)2024-12-23
+ 98 | - 0 | contracts/config/listTokenAuth/main.sol | (8a16)2024-12-23
+ 265 | - 0 | contracts/config/maxBorrowHandler/main.sol | (8a16)2024-12-23
+ 194 | - 0 | contracts/config/ratesAuth/main.sol | (8a16)2024-12-23
+ 216 | - 0 | contracts/config/withdrawLimitAuth/main.sol | (8a16)2024-12-23
+ 210 | - 0 | contracts/config/withdrawLimitAuthDex/main.sol | (8a16)2024-12-23
+ 17 | - 0 | contracts/deployer/interface.sol | (8a16)2024-12-23
+ 90 | - 0 | contracts/deployer/main.sol | (8a16)2024-12-23
+ 6 | - 0 | contracts/infiniteProxy/error.sol | (8a16)2024-12-23
+ 11 | - 0 | contracts/infiniteProxy/errorTypes.sol | (8a16)2024-12-23
+ 16 | - 0 | contracts/infiniteProxy/events.sol | (8a16)2024-12-23
+ 240 | - 0 | contracts/infiniteProxy/proxy.sol | (8a16)2024-12-23
+ 57 | - 0 | contracts/liquidity/adminModule/events.sol | (8a16)2024-12-23
+ 1220 | - 0 | contracts/liquidity/adminModule/main.sol | (8a16)2024-12-23
+ 145 | - 0 | contracts/liquidity/adminModule/structs.sol | (8a16)2024-12-23
+ 45 | - 0 | contracts/liquidity/common/helpers.sol | (8a16)2024-12-23
+ 196 | - 0 | contracts/liquidity/common/variables.sol | (8a16)2024-12-23
+ 66 | - 0 | contracts/liquidity/dummyImpl.sol | (8a16)2024-12-23
+ 6 | - 0 | contracts/liquidity/error.sol | (8a16)2024-12-23
+ 120 | - 0 | contracts/liquidity/errorTypes.sol | (8a16)2024-12-23
+ 11 | - 0 | contracts/liquidity/proxy.sol | (8a16)2024-12-23
+ 43 | - 0 | contracts/liquidity/userModule/events.sol | (8a16)2024-12-23
+ 804 | - 0 | contracts/liquidity/userModule/main.sol | (8a16)2024-12-23
+ 47 | - 0 | contracts/oracle/centerPrices/chainlinkCenterPriceL2.sol | (8a16)2024-12-23
+ 21 | - 0 | contracts/oracle/centerPrices/staticCenterPrice.sol | (8a16)2024-12-23
+ 18 | - 0 | contracts/oracle/centerPrices/wstETHCenterPrice.sol | (8a16)2024-12-23
+ 18 | - 0 | contracts/oracle/centerPrices/wstETHInvertCenterPrice.sol | (8a16)2024-12-23
+ 156 | - 0 | contracts/oracle/contractRates/weeth/main.sol | (8a16)2024-12-23
+ 156 | - 0 | contracts/oracle/contractRates/wsteth/main.sol | (8a16)2024-12-23
+ 6 | - 0 | contracts/oracle/error.sol | (8a16)2024-12-23
+ 214 | - 0 | contracts/oracle/errorTypes.sol | (8a16)2024-12-23
+ 45 | - 0 | contracts/oracle/fluidCenterPrice.sol | (8a16)2024-12-23
+ 174 | - 0 | contracts/oracle/fluidCenterPriceL2.sol | (8a16)2024-12-23
+ 51 | - 0 | contracts/oracle/fluidOracle.sol | (8a16)2024-12-23
+ 151 | - 0 | contracts/oracle/fluidOracleL2.sol | (8a16)2024-12-23
+ 211 | - 0 | contracts/oracle/implementations/chainlinkOracleImpl.sol | (8a16)2024-12-23
+ 214 | - 0 | contracts/oracle/implementations/chainlinkOracleImpl2.sol | (8a16)2024-12-23
+ 50 | - 0 | contracts/oracle/implementations/dex/colDebtPrices/colDebtPriceFluidOracle.sol | (8a16)2024-12-23
+ 11 | - 0 | contracts/oracle/implementations/dex/colDebtPrices/dexColDebtPriceGetter.sol | (8a16)2024-12-23
+ 64 | - 0 | contracts/oracle/implementations/dex/conversionPriceGetters/conversionPriceCL.sol | (8a16)2024-12-23
+ 26 | - 0 | contracts/oracle/implementations/dex/conversionPriceGetters/conversionPriceDirectNoBorrow.sol | (8a16)2024-12-23
+ 95 | - 0 | contracts/oracle/implementations/dex/conversionPriceGetters/conversionPriceFluidOracle.sol | (8a16)2024-12-23
+ 11 | - 0 | contracts/oracle/implementations/dex/conversionPriceGetters/dexConversionPriceGetter.sol | (8a16)2024-12-23
+ 121 | - 0 | contracts/oracle/implementations/dex/dexOracleBase.sol | (8a16)2024-12-23
+ 751 | - 0 | contracts/oracle/implementations/dex/dexPricesAndExchangePrices.sol | (8a16)2024-12-23
+ 37 | - 0 | contracts/oracle/implementations/dex/dexSmartColOracleImpl.sol | (8a16)2024-12-23
+ 49 | - 0 | contracts/oracle/implementations/dex/dexSmartDebtOracleImpl.sol | (8a16)2024-12-23
+ 97 | - 0 | contracts/oracle/implementations/dex/reserveGetters/reservesFromLiquidity.sol | (8a16)2024-12-23
+ 49 | - 0 | contracts/oracle/implementations/dex/reserveGetters/reservesFromLiquidityPeg.sol | (8a16)2024-12-23
+ 52 | - 0 | contracts/oracle/implementations/dex/reserveGetters/reservesFromPEX.sol | (8a16)2024-12-23
+ 80 | - 0 | contracts/oracle/implementations/fallbackOracleImpl.sol | (8a16)2024-12-23
+ 83 | - 0 | contracts/oracle/implementations/fallbackOracleImpl2.sol | (8a16)2024-12-23
+ 74 | - 0 | contracts/oracle/implementations/pegOracleImpl.sol | (8a16)2024-12-23
+ 223 | - 0 | contracts/oracle/implementations/pendleOracleImpl.sol | (8a16)2024-12-23
+ 71 | - 0 | contracts/oracle/implementations/redstoneOracleImpl.sol | (8a16)2024-12-23
+ 74 | - 0 | contracts/oracle/implementations/redstoneOracleImpl2.sol | (8a16)2024-12-23
+ 56 | - 0 | contracts/oracle/implementations/sUSDeOracleImpl.sol | (8a16)2024-12-23
+ 56 | - 0 | contracts/oracle/implementations/sUSDsOracleImpl.sol | (8a16)2024-12-23
+ 40 | - 0 | contracts/oracle/implementations/structs.sol | (8a16)2024-12-23
+ 306 | - 0 | contracts/oracle/implementations/uniV3OracleImpl.sol | (8a16)2024-12-23
+ 39 | - 0 | contracts/oracle/implementations/weETHOracleImpl.sol | (8a16)2024-12-23
+ 65 | - 0 | contracts/oracle/implementations/weETHsOracleImpl.sol | (8a16)2024-12-23
+ 39 | - 0 | contracts/oracle/implementations/wstETHInvertOracleImpl.sol | (8a16)2024-12-23
+ 39 | - 0 | contracts/oracle/implementations/wstETHOracleImpl.sol | (8a16)2024-12-23
+ 53 | - 0 | contracts/oracle/oracles/cLFallbackUniV3Oracle.sol | (8a16)2024-12-23
+ 120 | - 0 | contracts/oracle/oracles/dex/dexSmartColCLOracle.sol | (8a16)2024-12-23
+ 94 | - 0 | contracts/oracle/oracles/dex/dexSmartColNoBorrowOracle.sol | (8a16)2024-12-23
+ 90 | - 0 | contracts/oracle/oracles/dex/dexSmartColPegOracle.sol | (8a16)2024-12-23
+ 125 | - 0 | contracts/oracle/oracles/dex/dexSmartDebtCLOracle.sol | (8a16)2024-12-23
+ 90 | - 0 | contracts/oracle/oracles/dex/dexSmartDebtPegOracle.sol | (8a16)2024-12-23
+ 148 | - 0 | contracts/oracle/oracles/dex/dexSmartT4CLOracle.sol | (8a16)2024-12-23
+ 109 | - 0 | contracts/oracle/oracles/dex/dexSmartT4PegOracle.sol | (8a16)2024-12-23
+ 55 | - 0 | contracts/oracle/oracles/fallbackCLRSOracle.sol | (8a16)2024-12-23
+ 33 | - 0 | contracts/oracle/oracles/pegOracle.sol | (8a16)2024-12-23
+ 48 | - 0 | contracts/oracle/oracles/pendleOracle.sol | (8a16)2024-12-23
+ 34 | - 0 | contracts/oracle/oracles/sUSDeOracle.sol | (8a16)2024-12-23
+ 34 | - 0 | contracts/oracle/oracles/sUSDsOracle.sol | (8a16)2024-12-23
+ 33 | - 0 | contracts/oracle/oracles/staticOracle.sol | (8a16)2024-12-23
+ 277 | - 0 | contracts/oracle/oracles/uniV3CheckCLRSOracle.sol | (8a16)2024-12-23
+ 28 | - 0 | contracts/oracle/oracles/weETHOracle.sol | (8a16)2024-12-23
+ 64 | - 0 | contracts/oracle/oracles/weETHUniV3CheckCLRSOracle.sol | (8a16)2024-12-23
+ 45 | - 0 | contracts/oracle/oracles/weETHsWstETHOracle.sol | (8a16)2024-12-23
+ 42 | - 0 | contracts/oracle/oracles/weETHwstETHOracle.sol | (8a16)2024-12-23
+ 111 | - 0 | contracts/oracle/oracles/wstETHCLRS2UniV3CheckCLRSOracle.sol | (8a16)2024-12-23
+ 72 | - 0 | contracts/oracle/oracles/wstETHCLRSOracle.sol | (8a16)2024-12-23
+ 28 | - 0 | contracts/oracle/oracles/wstETHOracle.sol | (8a16)2024-12-23
+ 54 | - 0 | contracts/oracle/oraclesL2/cLFallbackUniV3OracleL2.sol | (8a16)2024-12-23
+ 105 | - 0 | contracts/oracle/oraclesL2/cLRS2UniV3CheckCLRSOracleL2.sol | (8a16)2024-12-23
+ 52 | - 0 | contracts/oracle/oraclesL2/dex/dexSmartColPegOracleL2.sol | (8a16)2024-12-23
+ 51 | - 0 | contracts/oracle/oraclesL2/dex/dexSmartT4PegOracleL2.sol | (8a16)2024-12-23
+ 68 | - 0 | contracts/oracle/oraclesL2/fallbackCLRSOracleL2.sol | (8a16)2024-12-23
+ 93 | - 0 | contracts/oracle/oraclesL2/ratio2xFallbackCLRSOracleL2.sol | (8a16)2024-12-23
+ 63 | - 0 | contracts/oracle/oraclesL2/uniV3CheckCLRSOracleL2.sol | (8a16)2024-12-23
+ 187 | - 0 | contracts/periphery/liquidation/implementations/implementationsV1.sol | (8a16)2024-12-23
+ 175 | - 0 | contracts/periphery/liquidation/main.sol | (8a16)2024-12-23
+ 137 | - 0 | contracts/periphery/liquidation/proxy.sol | (8a16)2024-12-23
+ 289 | - 0 | contracts/periphery/migration/main.sol | (8a16)2024-12-23
+ 1026 | - 0 | contracts/periphery/resolvers/dex/main.sol | (8a16)2024-12-23
+ 157 | - 0 | contracts/periphery/resolvers/dex/structs.sol | (8a16)2024-12-23
+ 50 | - 0 | contracts/periphery/resolvers/dex/variables.sol | (8a16)2024-12-23
+ 1116 | - 0 | contracts/periphery/resolvers/dexReserves/main.sol | (8a16)2024-12-23
+ 40 | - 0 | contracts/periphery/resolvers/dexReserves/structs.sol | (8a16)2024-12-23
+ 29 | - 0 | contracts/periphery/resolvers/dexReserves/variables.sol | (8a16)2024-12-23
+ 127 | - 0 | contracts/periphery/resolvers/lending/iLendingResolver.sol | (8a16)2024-12-23
+ 227 | - 0 | contracts/periphery/resolvers/lending/main.sol | (8a16)2024-12-23
+ 43 | - 0 | contracts/periphery/resolvers/lending/structs.sol | (8a16)2024-12-23
+ 139 | - 0 | contracts/periphery/resolvers/liquidity/iLiquidityResolver.sol | (8a16)2024-12-23
+ 0 | - 0 | contracts/periphery/resolvers/liquidity/main.sol | (8a16)2024-12-23
+ 62 | - 0 | contracts/periphery/resolvers/liquidity/structs.sol | (8a16)2024-12-23
+ 37 | - 0 | contracts/periphery/resolvers/liquidity/variables.sol | (8a16)2024-12-23
+ 284 | - 0 | contracts/periphery/resolvers/revenue/calcsSimulatedTime.sol | (8a16)2024-12-23
+ 83 | - 0 | contracts/periphery/resolvers/revenue/calcsVaultSimulatedTime.sol | (8a16)2024-12-23
+ 266 | - 0 | contracts/periphery/resolvers/revenue/main.sol | (8a16)2024-12-23
+ 46 | - 0 | contracts/periphery/resolvers/stakingMerkle/main.sol | (8a16)2024-12-23
+ 107 | - 0 | contracts/periphery/resolvers/stakingRewards/main.sol | (8a16)2024-12-23
+ 31 | - 0 | contracts/periphery/resolvers/stakingRewards/structs.sol | (8a16)2024-12-23
+ 71 | - 0 | contracts/periphery/resolvers/steth/iStETHResolver.sol | (8a16)2024-12-23
+ 158 | - 0 | contracts/periphery/resolvers/steth/main.sol | (8a16)2024-12-23
+ 40 | - 0 | contracts/periphery/resolvers/vault/helpers.sol | (8a16)2024-12-23
+ 33 | - 0 | contracts/periphery/resolvers/vault/iVaultResolver.sol | (8a16)2024-12-23
+ 1026 | - 0 | contracts/periphery/resolvers/vault/main.sol | (8a16)2024-12-23
+ 177 | - 0 | contracts/periphery/resolvers/vault/structs.sol | (8a16)2024-12-23
+ 44 | - 0 | contracts/periphery/resolvers/vault/variables.sol | (8a16)2024-12-23
+ 756 | - 0 | contracts/periphery/resolvers/vaultLiquidation/main.sol | (8a16)2024-12-23
+ 42 | - 0 | contracts/periphery/resolvers/vaultLiquidation/structs.sol | (8a16)2024-12-23
+ 12 | - 0 | contracts/periphery/resolvers/vaultLiquidation/variables.sol | (8a16)2024-12-23
+ 164 | - 0 | contracts/periphery/resolvers/vaultPositions/main.sol | (8a16)2024-12-23
+ 11 | - 0 | contracts/periphery/resolvers/vaultPositions/structs.sol | (8a16)2024-12-23
+ 22 | - 0 | contracts/periphery/resolvers/vaultPositions/variables.sol | (8a16)2024-12-23
+ 44 | - 0 | contracts/periphery/resolvers/vaultT1/helpers.sol | (8a16)2024-12-23
+ 749 | - 0 | contracts/periphery/resolvers/vaultT1/main.sol | (8a16)2024-12-23
+ 129 | - 0 | contracts/periphery/resolvers/vaultT1/structs.sol | (8a16)2024-12-23
+ 45 | - 0 | contracts/periphery/resolvers/vaultT1/variables.sol | (8a16)2024-12-23
+ 341 | - 0 | contracts/periphery/resolvers/vaultTicksBranches/main.sol | (8a16)2024-12-23
+ 37 | - 0 | contracts/periphery/resolvers/vaultTicksBranches/structs.sol | (8a16)2024-12-23
+ 19 | - 0 | contracts/periphery/resolvers/vaultTicksBranches/variables.sol | (8a16)2024-12-23
+ 188 | - 0 | contracts/periphery/wallet/factory/main.sol | (8a16)2024-12-23
+ 10 | - 0 | contracts/periphery/wallet/factory/proxy.sol | (8a16)2024-12-23
+ 411 | - 0 | contracts/periphery/wallet/wallet/main.sol | (8a16)2024-12-23
+ 60 | - 0 | contracts/periphery/wallet/wallet/proxy.sol | (8a16)2024-12-23
+ 21 | - 0 | contracts/protocols/dex/error.sol | (8a16)2024-12-23
+ 192 | - 0 | contracts/protocols/dex/errorTypes.sol | (8a16)2024-12-23
+ 54 | - 0 | contracts/protocols/dex/factory/deploymentHelpers/SSTORE2Deployer.sol | (8a16)2024-12-23
+ 47 | - 0 | contracts/protocols/dex/factory/deploymentHelpers/miniDeployer.sol | (8a16)2024-12-23
+ 234 | - 0 | contracts/protocols/dex/factory/deploymentLogics/poolT1Logic.sol | (8a16)2024-12-23
+ 279 | - 0 | contracts/protocols/dex/factory/main.sol | (8a16)2024-12-23
+ 140 | - 0 | contracts/protocols/dex/poolT1/adminModule/events.sol | (8a16)2024-12-23
+ 836 | - 0 | contracts/protocols/dex/poolT1/adminModule/main.sol | (8a16)2024-12-23
+ 69 | - 0 | contracts/protocols/dex/poolT1/adminModule/structs.sol | (8a16)2024-12-23
+ 80 | - 0 | contracts/protocols/dex/poolT1/common/constantVariables.sol | (8a16)2024-12-23
+ 132 | - 0 | contracts/protocols/dex/poolT1/common/variables.sol | (8a16)2024-12-23
+ 573 | - 0 | contracts/protocols/dex/poolT1/coreModule/core/colOperations.sol | (8a16)2024-12-23
+ 571 | - 0 | contracts/protocols/dex/poolT1/coreModule/core/debtOperations.sol | (8a16)2024-12-23
+ 898 | - 0 | contracts/protocols/dex/poolT1/coreModule/core/main.sol | (8a16)2024-12-23
+ 716 | - 0 | contracts/protocols/dex/poolT1/coreModule/core/perfectOperationsAndSwapOut.sol | (8a16)2024-12-23
+ 186 | - 0 | contracts/protocols/dex/poolT1/coreModule/core/shift.sol | (8a16)2024-12-23
+ 76 | - 0 | contracts/protocols/dex/poolT1/coreModule/events.sol | (8a16)2024-12-23
+ 998 | - 0 | contracts/protocols/dex/poolT1/coreModule/helpers/coreHelpers.sol | (8a16)2024-12-23
+ 543 | - 0 | contracts/protocols/dex/poolT1/coreModule/helpers/secondaryHelpers.sol | (8a16)2024-12-23
+ 153 | - 0 | contracts/protocols/dex/poolT1/coreModule/helpers/userHelpers.sol | (8a16)2024-12-23
+ 131 | - 0 | contracts/protocols/dex/poolT1/coreModule/immutableVariables.sol | (8a16)2024-12-23
+ 31 | - 0 | contracts/protocols/dex/poolT1/coreModule/interfaces.sol | (8a16)2024-12-23
+ 163 | - 0 | contracts/protocols/dex/poolT1/coreModule/structs.sol | (8a16)2024-12-23
+ 6 | - 0 | contracts/protocols/lending/error.sol | (8a16)2024-12-23
+ 94 | - 0 | contracts/protocols/lending/errorTypes.sol | (8a16)2024-12-23
+ 22 | - 0 | contracts/protocols/lending/fToken/events.sol | (8a16)2024-12-23
+ 991 | - 0 | contracts/protocols/lending/fToken/main.sol | (8a16)2024-12-23
+ 382 | - 0 | contracts/protocols/lending/fToken/nativeUnderlying/fTokenNativeUnderlying.sol | (8a16)2024-12-23
+ 175 | - 0 | contracts/protocols/lending/fToken/variables.sol | (8a16)2024-12-23
+ 18 | - 0 | contracts/protocols/lending/lendingFactory/events.sol | (8a16)2024-12-23
+ 262 | - 0 | contracts/protocols/lending/lendingFactory/main.sol | (8a16)2024-12-23
+ 156 | - 0 | contracts/protocols/lending/lendingRewardsRateModel/main.sol | (8a16)2024-12-23
+ 13 | - 0 | contracts/protocols/lending/merkleDistributor/errors.sol | (8a16)2024-12-23
+ 27 | - 0 | contracts/protocols/lending/merkleDistributor/events.sol | (8a16)2024-12-23
+ 247 | - 0 | contracts/protocols/lending/merkleDistributor/main.sol | (8a16)2024-12-23
+ 17 | - 0 | contracts/protocols/lending/merkleDistributor/structs.sol | (8a16)2024-12-23
+ 68 | - 0 | contracts/protocols/lending/merkleDistributor/variables.sol | (8a16)2024-12-23
+ 357 | - 0 | contracts/protocols/lending/stakingRewards/main.sol | (8a16)2024-12-23
+ 8 | - 0 | contracts/protocols/steth/error.sol | (8a16)2024-12-23
+ 44 | - 0 | contracts/protocols/steth/errorTypes.sol | (8a16)2024-12-23
+ 37 | - 0 | contracts/protocols/steth/events.sol | (8a16)2024-12-23
+ 423 | - 0 | contracts/protocols/steth/main.sol | (8a16)2024-12-23
+ 10 | - 0 | contracts/protocols/steth/proxy.sol | (8a16)2024-12-23
+ 15 | - 0 | contracts/protocols/steth/structs.sol | (8a16)2024-12-23
+ 111 | - 0 | contracts/protocols/steth/variables.sol | (8a16)2024-12-23
+ 13 | - 0 | contracts/protocols/vault/borrowRewards/events.sol | (8a16)2024-12-23
+ 211 | - 0 | contracts/protocols/vault/borrowRewards/main.sol | (8a16)2024-12-23
+ 42 | - 0 | contracts/protocols/vault/borrowRewards/variables.sol | (8a16)2024-12-23
+ 9 | - 0 | contracts/protocols/vault/error.sol | (8a16)2024-12-23
+ 212 | - 0 | contracts/protocols/vault/errorTypes.sol | (8a16)2024-12-23
+ 288 | - 0 | contracts/protocols/vault/factory/ERC721/ERC721.sol | (8a16)2024-12-23
+ 47 | - 0 | contracts/protocols/vault/factory/deploymentHelpers/miniDeployer.sol | (8a16)2024-12-23
+ 287 | - 0 | contracts/protocols/vault/factory/deploymentLogics/vaultT1Logic.sol | (8a16)2024-12-23
+ 156 | - 0 | contracts/protocols/vault/factory/deploymentLogics/vaultT1Logic_not_for_prod.sol | (8a16)2024-12-23
+ 154 | - 0 | contracts/protocols/vault/factory/deploymentLogics/vaultT2Logic.sol | (8a16)2024-12-23
+ 154 | - 0 | contracts/protocols/vault/factory/deploymentLogics/vaultT3Logic.sol | (8a16)2024-12-23
+ 151 | - 0 | contracts/protocols/vault/factory/deploymentLogics/vaultT4Logic.sol | (8a16)2024-12-23
+ 364 | - 0 | contracts/protocols/vault/factory/main.sol | (8a16)2024-12-23
+ 13 | - 0 | contracts/protocols/vault/rewards/events.sol | (8a16)2024-12-23
+ 231 | - 0 | contracts/protocols/vault/rewards/main.sol | (8a16)2024-12-23
+ 42 | - 0 | contracts/protocols/vault/rewards/variables.sol | (8a16)2024-12-23
+ 52 | - 0 | contracts/protocols/vault/vaultT1/adminModule/events.sol | (8a16)2024-12-23
+ 379 | - 0 | contracts/protocols/vault/vaultT1/adminModule/main.sol | (8a16)2024-12-23
+ 124 | - 0 | contracts/protocols/vault/vaultT1/common/variables.sol | (8a16)2024-12-23
+ 102 | - 0 | contracts/protocols/vault/vaultT1/coreModule/constantVariables.sol | (8a16)2024-12-23
+ 25 | - 0 | contracts/protocols/vault/vaultT1/coreModule/events.sol | (8a16)2024-12-23
+ 459 | - 0 | contracts/protocols/vault/vaultT1/coreModule/helpers.sol | (8a16)2024-12-23
+ 1308 | - 0 | contracts/protocols/vault/vaultT1/coreModule/main.sol | (8a16)2024-12-23
+ 439 | - 0 | contracts/protocols/vault/vaultT1/coreModule/main2.sol | (8a16)2024-12-23
+ 111 | - 0 | contracts/protocols/vault/vaultT1/coreModule/structs.sol | (8a16)2024-12-23
+ 22 | - 0 | contracts/protocols/vault/vaultT1_not_for_prod/adminModule/events.sol | (8a16)2024-12-23
+ 91 | - 0 | contracts/protocols/vault/vaultT1_not_for_prod/adminModule/main.sol | (8a16)2024-12-23
+ 96 | - 0 | contracts/protocols/vault/vaultT1_not_for_prod/coreModule/main.sol | (8a16)2024-12-23
+ 66 | - 0 | contracts/protocols/vault/vaultT1_not_for_prod/coreModule/mainOperate.sol | (8a16)2024-12-23
+ 22 | - 0 | contracts/protocols/vault/vaultT2/adminModule/events.sol | (8a16)2024-12-23
+ 98 | - 0 | contracts/protocols/vault/vaultT2/adminModule/main.sol | (8a16)2024-12-23
+ 200 | - 0 | contracts/protocols/vault/vaultT2/coreModule/main.sol | (8a16)2024-12-23
+ 278 | - 0 | contracts/protocols/vault/vaultT2/coreModule/mainOperate.sol | (8a16)2024-12-23
+ 22 | - 0 | contracts/protocols/vault/vaultT3/adminModule/events.sol | (8a16)2024-12-23
                    8a1612f2577997b163056d7594e3079c640ff3f0
                    
                    Merge pull request #604 from Instadapp/main

update public repo
                
#: 46

id: openzeppelin
project: OpenZeppelin
Date: 2021-11-15T15:00:00.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/openzeppelin

GitHub Url: github.com/OpenZeppelin/openzeppelin-contracts
GitHub History Url: github.com/OpenZeppelin/openzeppelin-contracts/commits
2024-12-23master

45.9 - Solidity
44.15 - JavaScript
6.14 - Python
3.42 - Ruby
0.33 - Shell
0.06 - Makefile
adoc: 2
sol: 1
+    1 | -    1 | contracts/account/utils/draft-ERC4337Utils.sol | (c3b3)2024-12-23
+ 1 | - 1 | docs/modules/ROOT/pages/access-control.adoc | (c73c)2024-12-23
+ 1 | - 1 | docs/modules/ROOT/pages/index.adoc | (c73c)2024-12-23
                    c3b3ae7e82c6694c1c5c12e6eb832db55ef1e7fd
                    
                    Fix inaccurate comment for the `callGasLimit` function in ERC4337Utils (#5397)
                
c73c23ffc9cbbd1399637f6fa3de14a3ceb896a3 Update outdated links in docs (#5380) Co-authored-by: Arr00 <[email protected]>
#: 47

id: avalanche
project: Ava Labs Avalanche
Date: 2023-12-03T22:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/avalanche

GitHub Url: github.com/ava-labs/teleporter
GitHub History Url: github.com/ava-labs/teleporter/commits
2024-12-23main

68.08 - Solidity
29.46 - Go
2.45 - Shell
sum: 2
mod: 2
+    2 | -    2 | go.mod | (4d0f)2024-12-23, (107f)2024-12-23
+ 4 | - 4 | go.sum | (4d0f)2024-12-23, (107f)2024-12-23
                    4d0f16ebcce82092214a26214a29c68d8de230a4
                    
                    Merge pull request #690 from ava-labs/dependabot/go_modules/google.golang.org/protobuf-1.36.1

Bump google.golang.org/protobuf from 1.36.0 to 1.36.1
                
107f42dca465f2274494a983c3c8b4835b95d5a4 Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 Bumps google.golang.org/protobuf from 1.36.0 to 1.36.1. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot]
#: 48

id: avalanche
project: Ava Labs Avalanche
Date: 2023-12-03T22:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/avalanche

GitHub Url: github.com/ava-labs/avalanchego
GitHub History Url: github.com/ava-labs/avalanchego/commits
2024-12-23master

99.25 - Go
0.71 - Shell
0.04 - Dockerfile
0 - Solidity
yml: 2
+    1 | -    1 | .github/workflows/trigger-antithesis-avalanchego.yml | (f6c1)2024-12-23
+ 1 | - 1 | .github/workflows/trigger-antithesis-xsvm.yml | (f6c1)2024-12-23
                    f6c15d55c40e81339f1956cce8c4654e13dec499
                    
                    Bump antithesishq/antithesis-trigger-action from 0.5 to 0.6 (#3620)

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
                
9b5cea52d05ee0a18b65094908b0906bb0f3d843 [testing] Always use the go.mod version of ginkgo (#3618) Signed-off-by: marun Co-authored-by: Darioush Jalali
#: 49

id: defisaver
project: DeFi Saver
Date: 2021-04-21T07:00:00.000Z
Max Reward: 350000
Bounty Url: https://immunefi.com/bounty/defisaver

GitHub Url: github.com/defisaver/defisaver-v3-contracts
GitHub History Url: github.com/defisaver/defisaver-v3-contracts/commits
2024-12-23main

50.89 - JavaScript
49.11 - Solidity
0.01 - Shell
sol: 13
json: 12
+    4 | -    2 | addresses/arbitrum.json | (c59f)2024-12-23, (91a6)2024-12-23
+ 26 | - 2 | addresses/base.json | (c59f)2024-12-23, (91a6)2024-12-23, (9e58)2024-12-23
+ 21 | - 5 | addresses/mainnet.json | (c59f)2024-12-23, (91a6)2024-12-23, (9e58)2024-12-23
+ 4 | - 2 | addresses/optimism.json | (c59f)2024-12-23, (91a6)2024-12-23
+ 38 | - 2 | addresses/priceFeeds/base.json | (a79e)2024-12-23, (223b)2024-12-23
+ 4 | - 0 | contracts/actions/flashloan/helpers/ArbitrumFLAddresses.sol | (9e58)2024-12-23
+ 3 | - 0 | contracts/actions/flashloan/helpers/BaseFLAddresses.sol | (9e58)2024-12-23
+ 3 | - 0 | contracts/actions/flashloan/helpers/OptimismFLAddresses.sol | (9e58)2024-12-23
+ 7 | - 0 | contracts/actions/merkel/helpers/BaseMerklAddresses.sol | (9e58)2024-12-23
+ 75 | - 0 | contracts/actions/morpho-blue/MorphoBlueReallocateLiquidity.sol | (9e58)2024-12-23
+ 1 | - 0 | contracts/actions/morpho-blue/helpers/BaseMorphoBlueAddresses.sol | (9e58)2024-12-23
+ 1 | - 0 | contracts/actions/morpho-blue/helpers/MainnetMorphoBlueAddresses.sol | (9e58)2024-12-23
+ 5 | - 0 | contracts/utils/helpers/ArbitrumUtilAddresses.sol | (9e58)2024-12-23
+ 4 | - 0 | contracts/utils/helpers/BaseUtilAddresses.sol | (9e58)2024-12-23
+ 4 | - 0 | contracts/utils/helpers/OptimismUtilAddresses.sol | (9e58)2024-12-23
+ 28 | - 8 | contracts/views/AaveV3View.sol | (c59f)2024-12-23, (91a6)2024-12-23
+ 43 | - 37 | contracts/views/MorphoBlueView.sol | (9e58)2024-12-23
                    a79e9cea8013dd3e5dd30e5f28b043ed3614dd23
                    
                    Merge pull request #440 from defisaver/chore/add-base-price-feeds

chore: add some base feeds fro tokens
                
223b42fa8c6ddd21485544419fc11ac22e72b59f chore: add some base feeds fro tokens
c59f75c4d349118a79ba094bc69274cfacb79627 Merge pull request #439 from defisaver/feature/add-liquidation-bonus-to-aave-v3-view feat: add liquidation bonus info to aave v3 full token info
91a619946bb7859ba9f55efbce14a4a357125256 feat: add liquidation bonus info to aave v3 full token info
9e58f1889c3f6fb24b1b91ad2adb1afae016055d Merge pull request #436 from defisaver/feat/morpho-public-allocator feat: MorphoBlueReallocateLiquidityAction
#: 50

id: avalanche
project: Ava Labs Avalanche
Date: 2023-12-03T22:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/avalanche

GitHub Url: github.com/ava-labs/coreth
GitHub History Url: github.com/ava-labs/coreth/commits
2024-12-23master

99.27 - Go
0.45 - JavaScript
0.19 - Shell
0.07 - Solidity
0.02 - Dockerfile
go: 2
+    0 | -   10 | ethclient/ethclient.go | (340f)2024-12-23
+ 0 | - 12 | internal/ethapi/api.go | (340f)2024-12-23
                    340fe936267710654fc2a21500dd4aa0228269f1
                    
                    Remove eth_getAssetBalance API (#715)
                
#: 51

id: acala
project: Acala
Date: 2021-12-14T02:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/acala

GitHub Url: github.com/AcalaNetwork/Acala
GitHub History Url: github.com/AcalaNetwork/Acala/commits
2024-12-22master

96.84 - Rust
2.27 - TypeScript
0.31 - Handlebars
0.26 - Makefile
0.19 - Solidity
0.09 - Shell
0.05 - Dockerfile
#: 52

id: neo
project: Neo
Date: 2022-01-07T04:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/neo

GitHub Url: github.com/neo-project/neo-devpack-dotnet
GitHub History Url: github.com/neo-project/neo-devpack-dotnet/commits
2024-12-22master

99.99 - C#
0.01 - Shell
0 - Dockerfile
#: 53

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/streamingfast/substreams
GitHub History Url: github.com/streamingfast/substreams/commits
2024-12-21develop

82.06 - Go
9.47 - JavaScript
4.61 - TypeScript
2.73 - Rust
1.07 - Shell
0.03 - Dockerfile
0.03 - Makefile
#: 54

id: moonbeamnetwork
project: Moonbeam Network
Date: 2021-12-16T18:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/moonbeamnetwork

GitHub Url: github.com/moonbeam-foundation/moonbeam
GitHub History Url: github.com/moonbeam-foundation/moonbeam/commits
2024-12-21master

48.67 - TypeScript
47.8 - Rust
3.12 - Solidity
0.32 - Shell
0.06 - Dockerfile
0.03 - Handlebars
#: 55

id: ceres
project: Ceres
Date: 2022-08-09T18:30:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/ceres

GitHub Url: github.com/sora-xor/sora2-network
GitHub History Url: github.com/sora-xor/sora2-network/commits
2024-12-20master

98.28 - Rust
1.06 - Python
0.5 - Shell
0.07 - Handlebars
0.03 - Makefile
0.02 - HTML
0.02 - Awk
0.01 - Dockerfile
0.01 - Nix
#: 56

id: sora
project: SORA
Date: 2022-07-07T16:30:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/sora

GitHub Url: github.com/sora-xor/sora2-network
GitHub History Url: github.com/sora-xor/sora2-network/commits
2024-12-20master

98.28 - Rust
1.06 - Python
0.5 - Shell
0.07 - Handlebars
0.03 - Makefile
0.02 - HTML
0.02 - Awk
0.01 - Dockerfile
0.01 - Nix
#: 57

id: orca
project: Orca
Date: 2022-05-19T17:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/orca

GitHub Url: github.com/orca-so/whirlpools
GitHub History Url: github.com/orca-so/whirlpools/commits
2024-12-20main

74.75 - TypeScript
25.2 - Rust
0.05 - JavaScript
#: 58

id: zksyncera
project: ZKsync era
Date: 2023-03-10T17:00:00.000Z
Max Reward: 1100000
Bounty Url: https://immunefi.com/bounty/zksyncera

GitHub Url: github.com/matter-labs/zksync-crypto
GitHub History Url: github.com/matter-labs/zksync-crypto/commits
2024-12-20main

99.16 - Rust
0.54 - Solidity
0.15 - Python
0.12 - TeX
0.04 - Shell
0 - RenderScript
#: 59

id: zksyncera
project: ZKsync era
Date: 2023-03-10T17:00:00.000Z
Max Reward: 1100000
Bounty Url: https://immunefi.com/bounty/zksyncera

GitHub Url: github.com/matter-labs/zksync-protocol
GitHub History Url: github.com/matter-labs/zksync-protocol/commits
2024-12-20main

99.97 - Rust
0.03 - Shell
#: 60

id: layerzero
project: LayerZero
Date: 2023-05-17T17:00:00.000Z
Max Reward: 15000000
Bounty Url: https://immunefi.com/bounty/layerzero

GitHub Url: github.com/LayerZero-Labs/devtools
GitHub History Url: github.com/LayerZero-Labs/devtools/commits
2024-12-20main

70.09 - TypeScript
27.01 - Solidity
1.38 - JavaScript
0.82 - Dockerfile
0.63 - Shell
0.07 - Makefile
#: 61

id: lido
project: Lido
Date: 2021-05-22T05:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/lido

GitHub Url: github.com/lidofinance/lido-council-daemon
GitHub History Url: github.com/lidofinance/lido-council-daemon/commits
2024-12-20develop

99.56 - TypeScript
0.22 - Python
0.13 - Dockerfile
0.09 - JavaScript
#: 62

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/lotus
GitHub History Url: github.com/filecoin-project/lotus/commits
2024-12-20master

98.74 - Go
0.5 - Shell
0.48 - Solidity
0.11 - Makefile
0.09 - Dockerfile
0.04 - HTML
0.02 - CSS
0.01 - Assembly
0.01 - Python
#: 63

id: hathornetwork
project: Hathor Network
Date: 2023-03-15T19:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/hathornetwork

GitHub Url: github.com/HathorNetwork/hathor-wallet-headless
GitHub History Url: github.com/HathorNetwork/hathor-wallet-headless/commits
2024-12-20master

99.47 - JavaScript
0.22 - Python
0.18 - Makefile
0.12 - Dockerfile
#: 64

id: instadapp
project: Instadapp
Date: 2021-09-20T01:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/instadapp

GitHub Url: github.com/Instadapp/inst-governance
GitHub History Url: github.com/Instadapp/inst-governance/commits
2024-12-20main

98.72 - Solidity
1.28 - JavaScript
#: 65

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/soroban-tools
GitHub History Url: github.com/stellar/soroban-tools/commits
2024-12-20main

95.58 - Rust
1.6 - MDX
1.26 - TypeScript
0.45 - Makefile
0.42 - Inno Setup
0.4 - Shell
0.24 - Nix
0.05 - JavaScript
#: 66

id: myntandzero
project: Mynt and Zero
Date: 2023-06-15T14:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/myntandzero

GitHub Url: github.com/DistributedCollective/sovryn-dapp
GitHub History Url: github.com/DistributedCollective/sovryn-dapp/commits
2024-12-20develop

98.37 - TypeScript
1.04 - CSS
0.43 - JavaScript
0.16 - HTML
0 - Shell
#: 67

id: tranchess
project: Tranchess
Date: 2021-06-22T15:30:00.000Z
Max Reward: 200000
Bounty Url: https://immunefi.com/bounty/tranchess

GitHub Url: github.com/tranchess/contract-core
GitHub History Url: github.com/tranchess/contract-core/commits
2024-12-20main

52.99 - TypeScript
46.98 - Solidity
0.03 - JavaScript
#: 68

id: chainlink
project: Chainlink
Date: 2021-05-11T05:00:00.000Z
Max Reward: 3000000
Bounty Url: https://immunefi.com/bounty/chainlink

GitHub Url: github.com/smartcontractkit/ccip-owner-contracts
GitHub History Url: github.com/smartcontractkit/ccip-owner-contracts/commits
2024-12-20main

98.09 - Solidity
1.48 - Go
0.43 - Shell
#: 69

id: cardanofoundation
project: Cardano Foundation
Date: 2024-03-28T02:42:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/cardanofoundation

GitHub Url: github.com/cardano-foundation/cardano-wallet
GitHub History Url: github.com/cardano-foundation/cardano-wallet/commits
2024-12-20master

88.82 - Haskell
4.85 - Markdown
4.14 - Ruby
1 - Shell
0.93 - Nix
0.09 - Lean
0.07 - Just
0.04 - Dockerfile
0.03 - Agda
0.02 - Dhall
0.02 - HTML
#: 70

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/rs-soroban-env
GitHub History Url: github.com/stellar/rs-soroban-env/commits
2024-12-20main

99.73 - Rust
0.26 - Makefile
0.01 - C
0 - RenderScript
#: 71

id: omron
project: Omron
Date: 2024-09-30T19:44:15.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/omron

GitHub Url: github.com/inference-labs-inc/omron-subnet
GitHub History Url: github.com/inference-labs-inc/omron-subnet/commits
2024-12-20main

34.1 - Assembly
32.3 - C++
22.42 - Python
3.32 - Circom
3.09 - Jupyter Notebook
2.6 - Rust
0.95 - Shell
0.85 - Dockerfile
0.21 - Makefile
0.16 - JavaScript
#: 72

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/staking-api-service
GitHub History Url: github.com/babylonlabs-io/staking-api-service/commits
2024-12-20main

97.7 - Go
0.95 - Shell
0.85 - Makefile
0.5 - Dockerfile
#: 73

id: 0x
project: 0x
Date: 2024-07-30T16:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/0x

GitHub Url: github.com/0xProject/0x-settler
GitHub History Url: github.com/0xProject/0x-settler/commits
2024-12-19master

83.51 - Solidity
15.52 - Shell
0.96 - JavaScript
#: 74

id: hydration
project: Hydration
Date: 2023-02-20T20:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/hydration

GitHub Url: github.com/galacticcouncil/HydraDX-node
GitHub History Url: github.com/galacticcouncil/HydraDX-node/commits
2024-12-19master

98.46 - Rust
0.77 - JavaScript
0.3 - TypeScript
0.2 - Solidity
0.15 - Shell
0.05 - Handlebars
0.03 - Makefile
0.02 - HCL
0.01 - Dockerfile
#: 75

id: bobanetwork
project: Boba Network
Date: 2023-01-13T21:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/bobanetwork

GitHub Url: github.com/bobanetwork/boba
GitHub History Url: github.com/bobanetwork/boba/commits
2024-12-19develop

56.88 - Go
34.36 - Solidity
5.73 - JavaScript
0.65 - Assembly
0.6 - Shell
0.56 - TypeScript
0.47 - Python
0.31 - Makefile
0.14 - Dockerfile
0.13 - C
0.09 - Just
0.05 - HCL
0.02 - Handlebars
0.01 - CSS
0 - MDX
#: 76

id: polymesh
project: Polymesh
Date: 2021-04-23T00:00-07:00
Max Reward: 6000
Bounty Url: https://immunefi.com/bounty/polymesh

GitHub Url: github.com/PolymeshAssociation/Polymesh
GitHub History Url: github.com/PolymeshAssociation/Polymesh/commits
2024-12-19develop

77.2 - Rust
21.27 - TypeScript
1.07 - JavaScript
0.32 - Shell
0.05 - Handlebars
0.05 - Dockerfile
0.05 - Go
#: 77

id: pythnetwork
project: Pyth Network
Date: 2024-06-24T16:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/pythnetwork

GitHub Url: github.com/pyth-network/per
GitHub History Url: github.com/pyth-network/per/commits
2024-12-19main

45.38 - Rust
21.27 - Python
21.26 - Solidity
10.82 - TypeScript
0.84 - Starlark
0.3 - Dockerfile
0.05 - PLpgSQL
0.04 - Shell
0.04 - JavaScript
#: 78

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/rs-soroban-sdk
GitHub History Url: github.com/stellar/rs-soroban-sdk/commits
2024-12-19main

99.88 - Rust
0.12 - Makefile
#: 79

id: synthetix
project: Synthetix
Date: 2021-03-05T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/synthetix

GitHub Url: github.com/Synthetixio/synthetix-v3
GitHub History Url: github.com/Synthetixio/synthetix-v3/commits
2024-12-19main

74.91 - TypeScript
24.6 - Solidity
0.35 - JavaScript
0.08 - Shell
0.04 - Mustache
0.01 - Handlebars
#: 80

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/streamingfast/firehose-ethereum
GitHub History Url: github.com/streamingfast/firehose-ethereum/commits
2024-12-19develop

87.31 - Go
12.36 - Shell
0.33 - Dockerfile
#: 81

id: wormhole
project: Wormhole
Date: 2022-02-11T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/wormhole

GitHub Url: github.com/wormhole-foundation/wormhole
GitHub History Url: github.com/wormhole-foundation/wormhole/commits
2024-12-19main

52.66 - TypeScript
21.79 - Go
11.07 - Rust
5.5 - Move
5.11 - Solidity
1.78 - Python
1.09 - Shell
0.49 - JavaScript
0.2 - Starlark
0.18 - Makefile
0.12 - Dockerfile
0.01 - HTML
#: 82

id: sparklend
project: SparkLend
Date: 2023-11-01T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/sparklend

GitHub Url: github.com/marsfoundation/spark-app
GitHub History Url: github.com/marsfoundation/spark-app/commits
2024-12-19main

99.71 - TypeScript
0.13 - CSS
0.08 - JavaScript
0.08 - HTML
#: 83

id: optimism
project: Optimism
Date: 2022-01-14T07:00:00.000Z
Max Reward: 2000042
Bounty Url: https://immunefi.com/bounty/optimism

GitHub Url: github.com/ethereum-optimism/op-geth
GitHub History Url: github.com/ethereum-optimism/op-geth/commits
2024-12-19optimism

89.32 - Go
5.22 - C
3.44 - JavaScript
0.49 - Assembly
0.25 - Shell
0.23 - Java
0.23 - Sage
0.2 - M4
0.18 - NSIS
0.18 - Smarty
0.09 - Python
0.07 - Solidity
0.07 - Makefile
0.01 - HTML
0.01 - Dockerfile
#: 84

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/edgeandnode/gateway
GitHub History Url: github.com/edgeandnode/gateway/commits
2024-12-18main

99.76 - Rust
0.24 - Dockerfile
#: 85

id: hydration
project: Hydration
Date: 2023-02-20T20:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/hydration

GitHub Url: github.com/galacticcouncil/apps
GitHub History Url: github.com/galacticcouncil/apps/commits
2024-12-18master

80.17 - TypeScript
14.26 - CSS
4.36 - HTML
1.19 - JavaScript
0.03 - Shell
#: 86

id: sparklend
project: SparkLend
Date: 2023-11-01T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/sparklend

GitHub Url: github.com/marsfoundation/spark-alm-controller
GitHub History Url: github.com/marsfoundation/spark-alm-controller/commits
2024-12-18dev

99.72 - Solidity
0.28 - Makefile
#: 87

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/graphprotocol/indexer
GitHub History Url: github.com/graphprotocol/indexer/commits
2024-12-18main

96.68 - TypeScript
1.22 - HCL
1.14 - JavaScript
0.88 - Rust
0.08 - Shell
#: 88

id: polygon
project: Polygon
Date: 2021-09-13T13:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/polygon

GitHub Url: github.com/maticnetwork/heimdall
GitHub History Url: github.com/maticnetwork/heimdall/commits
2024-12-18master

99.66 - Go
0.13 - Shell
0.12 - Makefile
0.07 - HTML
0.01 - JavaScript
0.01 - Dockerfile
0 - CSS
#: 89

id: hathornetwork
project: Hathor Network
Date: 2023-03-15T19:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/hathornetwork

GitHub Url: github.com/HathorNetwork/hathor-wallet
GitHub History Url: github.com/HathorNetwork/hathor-wallet/commits
2024-12-18master

97.38 - JavaScript
1.56 - SCSS
0.8 - Shell
0.11 - Makefile
0.06 - Nix
0.06 - HTML
0.03 - TypeScript
#: 90

id: scroll
project: Scroll
Date: 2023-10-17T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/scroll

GitHub Url: github.com/scroll-tech/go-ethereum
GitHub History Url: github.com/scroll-tech/go-ethereum/commits
2024-12-18develop

91.05 - Go
4.34 - C
2.84 - JavaScript
0.61 - Assembly
0.19 - Java
0.19 - Sage
0.17 - M4
0.15 - NSIS
0.1 - Shell
0.1 - Solidity
0.07 - HTML
0.07 - Rust
0.06 - Makefile
0.04 - Python
0.01 - Dockerfile
0.01 - Ruby
#: 91

id: oasis
project: Oasis
Date: 2024-02-20T16:32:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/oasis

GitHub Url: github.com/oasisprotocol/cli
GitHub History Url: github.com/oasisprotocol/cli/commits
2024-12-18master

97.9 - Go
1.14 - Makefile
0.7 - Shell
0.26 - Python
#: 92

id: enzymefinance
project: Enzyme Finance
Date: 2021-03-29T07:00:00.000Z
Max Reward: 400000
Bounty Url: https://immunefi.com/bounty/enzymefinance

GitHub Url: github.com/enzymefinance/protocol
GitHub History Url: github.com/enzymefinance/protocol/commits
2024-12-18dev

99.83 - Solidity
0.15 - Makefile
0.02 - Nix
0 - Shell
#: 93

id: arbitrum
project: Arbitrum
Date: 2021-08-31T13:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/arbitrum

GitHub Url: github.com/ArbitrumFoundation/governance
GitHub History Url: github.com/ArbitrumFoundation/governance/commits
2024-12-18main

57.04 - Solidity
41.82 - TypeScript
0.89 - HTML
0.17 - Shell
0.07 - Makefile
0.02 - Dockerfile
#: 94

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/graphprotocol/graph-node
GitHub History Url: github.com/graphprotocol/graph-node/commits
2024-12-18master

94.76 - Rust
2.1 - PLpgSQL
1.89 - TypeScript
0.68 - CSS
0.26 - Shell
0.12 - HTML
0.06 - Dockerfile
0.06 - JavaScript
0.04 - Solidity
0.02 - Makefile
#: 95

id: avalanche
project: Ava Labs Avalanche
Date: 2023-12-03T22:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/avalanche

GitHub Url: github.com/ava-labs/subnet-evm
GitHub History Url: github.com/ava-labs/subnet-evm/commits
2024-12-18master

97.34 - Go
0.89 - Shell
0.68 - Solidity
0.64 - TypeScript
0.42 - JavaScript
0.02 - Dockerfile
#: 96

id: sns
project: SNS
Date: 2023-08-04T12:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/sns

GitHub Url: github.com/Bonfida/sns-categories
GitHub History Url: github.com/Bonfida/sns-categories/commits
2024-12-18master

63.05 - Rust
33 - TypeScript
1.78 - JavaScript
1.36 - Shell
0.82 - Dockerfile
#: 97

id: obyte
project: Obyte
Date: 2020-12-01T07:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/obyte

GitHub Url: github.com/byteball/obyte-gui-wallet
GitHub History Url: github.com/byteball/obyte-gui-wallet/commits
2024-12-18master

67.04 - JavaScript
26.55 - HTML
5.57 - CSS
0.52 - Shell
0.18 - C#
0.14 - Makefile
#: 98

id: ens
project: ENS
Date: 2024-05-10T03:11:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/ens

GitHub Url: github.com/ensdomains/ens-app-v3
GitHub History Url: github.com/ensdomains/ens-app-v3/commits
2024-12-18main

99.18 - TypeScript
0.66 - JavaScript
0.11 - Shell
0.05 - CSS
#: 99

id: chainlink
project: Chainlink
Date: 2021-05-11T05:00:00.000Z
Max Reward: 3000000
Bounty Url: https://immunefi.com/bounty/chainlink

GitHub Url: github.com/smartcontractkit/ccip
GitHub History Url: github.com/smartcontractkit/ccip/commits
2024-12-17ccip-develop

69.57 - Go
25.15 - Solidity
4.25 - TypeScript
0.43 - Shell
0.4 - PLpgSQL
0.1 - Makefile
0.05 - Dockerfile
0.03 - Python
0.01 - Nix
0.01 - JavaScript
0 - HTML
0 - WebAssembly
#: 100

id: synthetix
project: Synthetix
Date: 2021-03-05T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/synthetix

GitHub Url: github.com/Synthetixio/synthetix-website
GitHub History Url: github.com/Synthetixio/synthetix-website/commits
2024-12-17master

52.6 - HTML
47.4 - CSS
#: 101

id: cardanofoundation
project: Cardano Foundation
Date: 2024-03-28T02:42:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/cardanofoundation

GitHub Url: github.com/cardano-foundation/cardano-rosetta-java
GitHub History Url: github.com/cardano-foundation/cardano-rosetta-java/commits
2024-12-17main

96.75 - Java
1.93 - Dockerfile
1.32 - Shell
#: 102

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/streamingfast/firehose-core
GitHub History Url: github.com/streamingfast/firehose-core/commits
2024-12-17develop

98.83 - Go
0.68 - Rust
0.38 - Shell
0.11 - Dockerfile
#: 103

id: kadena
project: Kadena
Date: 2022-01-08T22:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/kadena

GitHub Url: github.com/kadena-io/marmalade
GitHub History Url: github.com/kadena-io/marmalade/commits
2024-12-17main

96.35 - Pact
3.65 - TypeScript
#: 104

id: chainlink
project: Chainlink
Date: 2021-05-11T05:00:00.000Z
Max Reward: 3000000
Bounty Url: https://immunefi.com/bounty/chainlink

GitHub Url: github.com/smartcontractkit/external-adapters-js
GitHub History Url: github.com/smartcontractkit/external-adapters-js/commits
2024-12-17main

98.79 - TypeScript
0.47 - JavaScript
0.47 - Jsonnet
0.25 - Shell
0.02 - Dockerfile
0.01 - Smarty
#: 105

id: avalabs
project: Ava Labs
Date: 2023-12-04T09:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/avalabs

GitHub Url: github.com/ava-labs/AvalancheJS
GitHub History Url: github.com/ava-labs/AvalancheJS/commits
2024-12-17master

99.36 - TypeScript
0.62 - JavaScript
0.02 - Shell
#: 106

id: neutron
project: Neutron
Date: 2024-07-02T08:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/neutron

GitHub Url: github.com/neutron-org/neutron
GitHub History Url: github.com/neutron-org/neutron/commits
2024-12-16main

96.77 - Go
2.4 - Shell
0.59 - Makefile
0.11 - Ruby
0.1 - Python
0.04 - Dockerfile
#: 107

id: raydium
project: Raydium
Date: 2023-04-25T12:00:00.000Z
Max Reward: 505000
Bounty Url: https://immunefi.com/bounty/raydium

GitHub Url: github.com/raydium-io/raydium-amm-v3
GitHub History Url: github.com/raydium-io/raydium-amm-v3/commits
2024-12-16master

100 - Rust
#: 108

id: axelarnetwork
project: Axelar Network
Date: 2022-03-11T03:30:00.000Z
Max Reward: 2250000
Bounty Url: https://immunefi.com/bounty/axelarnetwork

GitHub Url: github.com/axelarnetwork/axelar-core
GitHub History Url: github.com/axelarnetwork/axelar-core/commits
2024-12-16main

98.99 - Go
0.5 - Makefile
0.39 - Shell
0.12 - Dockerfile
#: 109

id: hathornetwork
project: Hathor Network
Date: 2023-03-15T19:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/hathornetwork

GitHub Url: github.com/HathorNetwork/hathor-wallet-lib
GitHub History Url: github.com/HathorNetwork/hathor-wallet-lib/commits
2024-12-16master

92.34 - TypeScript
7.61 - JavaScript
0.04 - Shell
0.01 - Makefile
#: 110

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/simple-staking
GitHub History Url: github.com/babylonlabs-io/simple-staking/commits
2024-12-16v0.3.x

98.86 - TypeScript
0.53 - CSS
0.36 - Dockerfile
0.24 - JavaScript
#: 111

id: openzeppelin
project: OpenZeppelin
Date: 2021-11-15T15:00:00.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/openzeppelin

GitHub Url: github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
GitHub History Url: github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/commits
2024-12-16master

52.9 - JavaScript
35.11 - Solidity
7.41 - Python
4.12 - Ruby
0.38 - Shell
0.07 - Makefile
#: 112

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/aave-dao/aave-v3-origin
GitHub History Url: github.com/aave-dao/aave-v3-origin/commits
2024-12-16main

85.14 - Solidity
11.26 - Python
2.78 - Ruby
0.58 - Shell
0.24 - Makefile
#: 113

id: astarnetwork
project: Astar Network
Date: 2022-05-31T16:30:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/astarnetwork

GitHub Url: github.com/AstarNetwork/astar-apps
GitHub History Url: github.com/AstarNetwork/astar-apps/commits
2024-12-15main

48.25 - CSS
22.02 - TypeScript
16.7 - Vue
8.64 - JavaScript
4.01 - SCSS
0.38 - HTML
#: 114

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-bitfield
GitHub History Url: github.com/filecoin-project/go-bitfield/commits
2024-12-13master

100 - Go
#: 115

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-vest
GitHub History Url: github.com/makerdao/dss-vest/commits
2024-12-13master

59.96 - Solidity
25.16 - Ruby
13.74 - Python
0.76 - Shell
0.38 - Makefile
#: 116

id: nexusmutual
project: Nexus Mutual
Date: 2021-02-23T07:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/nexusmutual

GitHub Url: github.com/NexusMutual/smart-contracts
GitHub History Url: github.com/NexusMutual/smart-contracts/commits
2024-12-13release-candidate

71.95 - JavaScript
28.03 - Solidity
0.02 - Shell
0 - TypeScript
#: 117

id: moonbeamnetwork
project: Moonbeam Network
Date: 2021-12-16T18:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/moonbeamnetwork

GitHub Url: github.com/moonbeam-foundation/frontier
GitHub History Url: github.com/moonbeam-foundation/frontier/commits
2024-12-13master

86.5 - Rust
12.3 - TypeScript
0.4 - Solidity
0.3 - Handlebars
0.24 - JavaScript
0.12 - Makefile
0.1 - Shell
0.05 - Nix
#: 118

id: thresholdnetwork
project: Threshold Network
Date: 2023-04-28T09:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/thresholdnetwork

GitHub Url: github.com/keep-network/tbtc-v2
GitHub History Url: github.com/keep-network/tbtc-v2/commits
2024-12-13main

74.49 - TypeScript
22.05 - Solidity
1.69 - JavaScript
1.5 - Rust
0.2 - Shell
0.03 - Dockerfile
0.02 - Makefile
0.01 - Handlebars
#: 119

id: bifrostfinance
project: Bifrost Finance
Date: 2022-06-29T03:00:00.000Z
Max Reward: 20000
Bounty Url: https://immunefi.com/bounty/bifrostfinance

GitHub Url: github.com/bifrost-finance/bifrost
GitHub History Url: github.com/bifrost-finance/bifrost/commits
2024-12-12develop

99.6 - Rust
0.14 - Handlebars
0.13 - Makefile
0.07 - Shell
0.03 - Dockerfile
0.02 - JavaScript
#: 120

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/ipfs/go-ipld-cbor
GitHub History Url: github.com/ipfs/go-ipld-cbor/commits
2024-12-12master

99.67 - Go
0.33 - Makefile
#: 121

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-amt-ipld
GitHub History Url: github.com/filecoin-project/go-amt-ipld/commits
2024-12-12master

99.82 - Go
0.18 - Makefile
#: 122

id: reffinance
project: Ref Finance
Date: 2022-05-17T18:30:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/reffinance

GitHub Url: github.com/ref-finance/ref-contracts
GitHub History Url: github.com/ref-finance/ref-contracts/commits
2024-12-12main

99.29 - Rust
0.34 - Shell
0.28 - Makefile
0.07 - Python
0.01 - Dockerfile
#: 123

id: oasis
project: Oasis
Date: 2024-02-20T16:32:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/oasis

GitHub Url: github.com/oasisprotocol/oasis-wallet-web
GitHub History Url: github.com/oasisprotocol/oasis-wallet-web/commits
2024-12-12master

95.93 - TypeScript
2.82 - JavaScript
0.3 - Swift
0.27 - CSS
0.17 - HTML
0.17 - Java
0.14 - Dockerfile
0.1 - Jinja
0.09 - Ruby
#: 124

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/boost
GitHub History Url: github.com/filecoin-project/boost/commits
2024-12-12main

88.36 - Go
8.93 - JavaScript
1.52 - CSS
0.72 - Shell
0.34 - Makefile
0.07 - Dockerfile
0.06 - HTML
#: 125

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/rs-stellar-xdr
GitHub History Url: github.com/stellar/rs-stellar-xdr/commits
2024-12-12main

99.91 - Rust
0.09 - Makefile
#: 126

id: obyte
project: Obyte
Date: 2020-12-01T07:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/obyte

GitHub Url: github.com/byteball/ocore
GitHub History Url: github.com/byteball/ocore/commits
2024-12-12master

98.59 - JavaScript
1.12 - Nearley
0.29 - HTML
#: 127

id: avail
project: Avail
Date: 2024-07-23T02:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/avail

GitHub Url: github.com/availproject/contracts
GitHub History Url: github.com/availproject/contracts/commits
2024-12-12main

100 - Solidity
#: 128

id: raydium
project: Raydium
Date: 2023-04-25T12:00:00.000Z
Max Reward: 505000
Bounty Url: https://immunefi.com/bounty/raydium

GitHub Url: github.com/raydium-io/raydium-amm
GitHub History Url: github.com/raydium-io/raydium-amm/commits
2024-12-12master

100 - Rust
#: 129

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/staking-queue-client
GitHub History Url: github.com/babylonlabs-io/staking-queue-client/commits
2024-12-12main

95.52 - Go
2.51 - Makefile
1.97 - Shell
#: 130

id: hathornetwork
project: Hathor Network
Date: 2023-03-15T19:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/hathornetwork

GitHub Url: github.com/HathorNetwork/hathor-core
GitHub History Url: github.com/HathorNetwork/hathor-core/commits
2024-12-11master

99.51 - Python
0.28 - Shell
0.12 - Makefile
0.07 - Dockerfile
0.02 - Nix
#: 131

id: arbitrum
project: Arbitrum
Date: 2021-08-31T13:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/arbitrum

GitHub Url: github.com/OffchainLabs/nitro-contracts
GitHub History Url: github.com/OffchainLabs/nitro-contracts/commits
2024-12-11main

82.81 - Solidity
16.27 - TypeScript
0.71 - JavaScript
0.1 - Yul
0.1 - Shell
#: 132

id: sparklend
project: SparkLend
Date: 2023-11-01T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/sparklend

GitHub Url: github.com/marsfoundation/spark-dev-docs
GitHub History Url: github.com/marsfoundation/spark-dev-docs/commits
2024-12-11master

#: 133

id: polygon
project: Polygon
Date: 2021-09-13T13:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/polygon

GitHub Url: github.com/maticnetwork/bor
GitHub History Url: github.com/maticnetwork/bor/commits
2024-12-11master

90.47 - Go
4.67 - C
3.09 - JavaScript
0.44 - Assembly
0.31 - Shell
0.21 - Java
0.21 - Sage
0.18 - M4
0.16 - NSIS
0.11 - Makefile
0.08 - Python
0.07 - Solidity
0.01 - HTML
0 - Dockerfile
#: 134

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/btc-staking-ts
GitHub History Url: github.com/babylonlabs-io/btc-staking-ts/commits
2024-12-11dev

99.13 - TypeScript
0.72 - JavaScript
0.15 - Shell
#: 135

id: integriteenetwork
project: Integritee Network
Date: 2024-06-10T00:08:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/integriteenetwork

GitHub Url: github.com/integritee-network/pallets
GitHub History Url: github.com/integritee-network/pallets/commits
2024-12-11master

98.47 - Rust
1.27 - Handlebars
0.26 - Shell
#: 136

id: sweateconomy
project: Sweat Economy
Date: 2023-03-31T18:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/sweateconomy

GitHub Url: github.com/sweatco/sweat-jar
GitHub History Url: github.com/sweatco/sweat-jar/commits
2024-12-10main

98.62 - Rust
0.85 - Shell
0.53 - Makefile
#: 137

id: acala
project: Acala
Date: 2021-12-14T02:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/acala

GitHub Url: github.com/open-web3-stack/open-runtime-module-library
GitHub History Url: github.com/open-web3-stack/open-runtime-module-library/commits
2024-12-10master

99.57 - Rust
0.34 - Makefile
0.09 - Shell
#: 138

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/builtin-actors
GitHub History Url: github.com/filecoin-project/builtin-actors/commits
2024-12-10master

99.67 - Rust
0.15 - Solidity
0.11 - Makefile
0.07 - Shell
#: 139

id: vesu
project: Vesu
Date: 2024-07-10T14:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/vesu

GitHub Url: github.com/vesuxyz/vesu-v1
GitHub History Url: github.com/vesuxyz/vesu-v1/commits
2024-12-10main

91.97 - Cairo
7.95 - TypeScript
0.08 - Shell
#: 140

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/ref-fvm
GitHub History Url: github.com/filecoin-project/ref-fvm/commits
2024-12-10master

94.19 - Rust
4.7 - Solidity
0.51 - Shell
0.32 - Makefile
0.12 - Scheme
0.12 - Gnuplot
0.05 - Dockerfile
#: 141

id: chainlink
project: Chainlink
Date: 2021-05-11T05:00:00.000Z
Max Reward: 3000000
Bounty Url: https://immunefi.com/bounty/chainlink

GitHub Url: github.com/smartcontractkit/operator-ui
GitHub History Url: github.com/smartcontractkit/operator-ui/commits
2024-12-10main

90.94 - TypeScript
6.04 - Shell
2.84 - JavaScript
0.1 - CSS
0.08 - HTML
#: 142

id: myntandzero
project: Mynt and Zero
Date: 2023-06-15T14:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/myntandzero

GitHub Url: github.com/DistributedCollective/zero-contracts
GitHub History Url: github.com/DistributedCollective/zero-contracts/commits
2024-12-09development

68.73 - JavaScript
20.26 - Solidity
6.02 - Python
4.99 - TypeScript
#: 143

id: sparklend
project: SparkLend
Date: 2023-11-01T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/sparklend

GitHub Url: github.com/marsfoundation/spark-docs
GitHub History Url: github.com/marsfoundation/spark-docs/commits
2024-12-09master

#: 144

id: avail
project: Avail
Date: 2024-07-23T02:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/avail

GitHub Url: github.com/availproject/avail-core
GitHub History Url: github.com/availproject/avail-core/commits
2024-12-09main

99.46 - Rust
0.54 - Shell
#: 145

id: sora
project: SORA
Date: 2022-07-07T16:30:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/sora

GitHub Url: github.com/sora-xor/polkaswap-exchange-web
GitHub History Url: github.com/sora-xor/polkaswap-exchange-web/commits
2024-12-09develop

60.09 - Vue
36.7 - TypeScript
1.49 - Solidity
1.16 - SCSS
0.44 - JavaScript
0.11 - HTML
0 - Dockerfile
#: 146

id: daimo
project: Daimo
Date: 2023-12-19T09:00:00.000Z
Max Reward: 15000
Bounty Url: https://immunefi.com/bounty/daimo

GitHub Url: github.com/daimo-eth/daimo
GitHub History Url: github.com/daimo-eth/daimo/commits
2024-12-08master

86.33 - TypeScript
10.54 - Solidity
1.35 - Swift
1.14 - Kotlin
0.24 - JavaScript
0.15 - Shell
0.12 - Ruby
0.07 - Makefile
0.03 - Dockerfile
0.02 - CSS
#: 147

id: sei
project: Sei
Date: 2023-11-30T09:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/sei

GitHub Url: github.com/sei-protocol/sei-cosmos
GitHub History Url: github.com/sei-protocol/sei-cosmos/commits
2024-12-06main

88.93 - Go
8.83 - C
0.4 - Java
0.4 - Sage
0.39 - Makefile
0.38 - Assembly
0.34 - M4
0.16 - Shell
0.06 - Python
0.05 - HTML
0.05 - Dockerfile
#: 148

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/bgd-labs/solidity-utils
GitHub History Url: github.com/bgd-labs/solidity-utils/commits
2024-12-06main

98.51 - Solidity
1.37 - Makefile
0.12 - Shell
#: 149

id: obyte
project: Obyte
Date: 2020-12-01T07:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/obyte

GitHub Url: github.com/byteball/counterstake-bridge
GitHub History Url: github.com/byteball/counterstake-bridge/commits
2024-12-05master

82.22 - JavaScript
17.78 - Solidity
#: 150

id: sei
project: Sei
Date: 2023-11-30T09:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/sei

GitHub Url: github.com/sei-protocol/sei-tendermint
GitHub History Url: github.com/sei-protocol/sei-tendermint/commits
2024-12-05main

86.02 - Go
6.75 - TeX
5.53 - TLA
0.52 - Shell
0.43 - Python
0.3 - Makefile
0.27 - Jinja
0.11 - Dockerfile
0.05 - HCL
0.02 - HTML
#: 151

id: horizen
project: Horizen
Date: 2023-04-20T13:00:00.000Z
Max Reward: 75000
Bounty Url: https://immunefi.com/bounty/horizen

GitHub Url: github.com/HorizenOfficial/zen
GitHub History Url: github.com/HorizenOfficial/zen/commits
2024-12-05main

67.63 - C++
20.4 - Python
6.5 - C
1.53 - M4
1.39 - Shell
1.17 - Makefile
0.45 - HTML
0.27 - Java
0.27 - Sage
0.25 - Assembly
0.08 - Dockerfile
0.04 - PowerShell
0.01 - CSS
0.01 - Jinja
0 - Batchfile
#: 152

id: pythnetwork
project: Pyth Network
Date: 2024-06-24T16:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/pythnetwork

GitHub Url: github.com/pyth-network/governance
GitHub History Url: github.com/pyth-network/governance/commits
2024-12-05main

51.74 - Rust
47.27 - TypeScript
0.38 - JavaScript
0.24 - Nix
0.24 - CSS
0.09 - Shell
0.04 - Dockerfile
#: 153

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/staking-indexer
GitHub History Url: github.com/babylonlabs-io/staking-indexer/commits
2024-12-05main

97.12 - Go
1.15 - Dockerfile
0.87 - Makefile
0.86 - Shell
#: 154

id: gearbox
project: Gearbox
Date: 2022-02-08T13:00:00.000Z
Max Reward: 200000
Bounty Url: https://immunefi.com/bounty/gearbox

GitHub Url: github.com/Gearbox-protocol/security
GitHub History Url: github.com/Gearbox-protocol/security/commits
2024-12-05main

#: 155

id: cowprotocol
project: CoW Protocol
Date: 2021-06-15T17:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/cowprotocol

GitHub Url: github.com/cowprotocol/contracts
GitHub History Url: github.com/cowprotocol/contracts/commits
2024-12-05main

63.14 - Solidity
36.41 - TypeScript
0.25 - Shell
0.2 - JavaScript
#: 156

id: benddao
project: BendDAO
Date: 2022-04-22T02:30:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/benddao

GitHub Url: github.com/BendDAO/bend-v2
GitHub History Url: github.com/BendDAO/bend-v2/commits
2024-12-05main

99.57 - Solidity
0.19 - Shell
0.16 - JavaScript
0.08 - TypeScript
#: 157

id: basilisk
project: Basilisk
Date: 2022-12-06T20:00:00.000Z
Max Reward: 222222
Bounty Url: https://immunefi.com/bounty/basilisk

GitHub Url: github.com/galacticcouncil/Basilisk-node
GitHub History Url: github.com/galacticcouncil/Basilisk-node/commits
2024-12-05master

97.17 - Rust
1.44 - Shell
0.6 - JavaScript
0.36 - Handlebars
0.18 - Makefile
0.13 - Dockerfile
0.11 - HCL
#: 158

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/lurk-lab/neptune
GitHub History Url: github.com/lurk-lab/neptune/commits
2024-12-04main

97.64 - Rust
1.91 - C
0.23 - Shell
0.22 - Makefile
#: 159

id: zerolend
project: ZeroLend
Date: 2024-12-05T13:19:17.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/zerolend

GitHub Url: github.com/zerolend/zerolend-deployments
GitHub History Url: github.com/zerolend/zerolend-deployments/commits
2024-12-04main

#: 160

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/aave/ccip
GitHub History Url: github.com/aave/ccip/commits
2024-12-04ccip_gho

69.89 - Go
20.72 - Solidity
7.99 - TypeScript
0.67 - Shell
0.49 - PLpgSQL
0.11 - Makefile
0.06 - Dockerfile
0.02 - Ruby
0.01 - Python
0.01 - JavaScript
0.01 - Nix
0 - HTML
0 - WebAssembly
#: 161

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/bgd-labs/aave-governance-v3
GitHub History Url: github.com/bgd-labs/aave-governance-v3/commits
2024-12-04main

76.16 - Solidity
18.82 - Python
2.17 - Shell
1.44 - JavaScript
0.86 - Makefile
0.55 - Ruby
#: 162

id: ens
project: ENS
Date: 2024-05-10T03:11:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/ens

GitHub Url: github.com/ensdomains/ens-metadata-service
GitHub History Url: github.com/ensdomains/ens-metadata-service/commits
2024-12-02master

97.08 - TypeScript
2.92 - JavaScript
#: 163

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/babylon-labs

GitHub Url: github.com/babylonlabs-io/covenant-signer
GitHub History Url: github.com/babylonlabs-io/covenant-signer/commits
2024-12-02main

97.55 - Go
1.37 - Dockerfile
1.08 - Makefile
#: 164

id: ens
project: ENS
Date: 2024-05-10T03:11:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/ens

GitHub Url: github.com/ensdomains/ensdomains-landing
GitHub History Url: github.com/ensdomains/ensdomains-landing/commits
2024-11-29master

61.56 - TypeScript
37.62 - CSS
0.82 - JavaScript
#: 165

id: flarenetwork
project: Flare Network
Date: 2024-07-16T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/flarenetwork

GitHub Url: github.com/flare-foundation/go-flare
GitHub History Url: github.com/flare-foundation/go-flare/commits
2024-11-29main

99.42 - Go
0.53 - Shell
0.04 - Dockerfile
0 - Solidity
#: 166

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-fil-commcid
GitHub History Url: github.com/filecoin-project/go-fil-commcid/commits
2024-11-26master

99.02 - Go
0.98 - Makefile
#: 167

id: hathornetwork
project: Hathor Network
Date: 2023-03-15T19:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/hathornetwork

GitHub Url: github.com/HathorNetwork/hathor-wallet-mobile
GitHub History Url: github.com/HathorNetwork/hathor-wallet-mobile/commits
2024-11-25master

97.12 - JavaScript
1.06 - TypeScript
0.56 - Java
0.5 - Shell
0.34 - Ruby
0.2 - Objective-C++
0.11 - Makefile
0.08 - Nix
0.02 - Objective-C
#: 168

id: alchemix
project: Alchemix
Date: 2022-08-25T07:00:00.000Z
Max Reward: 300000
Bounty Url: https://immunefi.com/bounty/alchemix

GitHub Url: github.com/alchemix-finance/v2-foundry
GitHub History Url: github.com/alchemix-finance/v2-foundry/commits
2024-11-25master

76.4 - Solidity
23.21 - TypeScript
0.26 - Makefile
0.13 - Shell
#: 169

id: harvest
project: Harvest Finance
Date: 2020-12-02T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/harvest

GitHub Url: github.com/harvestfi/harvest-strategy
GitHub History Url: github.com/harvestfi/harvest-strategy/commits
2024-11-22master

61.46 - Solidity
38.54 - JavaScript
#: 170

id: harvest
project: Harvest Finance
Date: 2020-12-02T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/harvest

GitHub Url: github.com/harvestfi/harvest-strategy-polygon
GitHub History Url: github.com/harvestfi/harvest-strategy-polygon/commits
2024-11-22master

60.36 - JavaScript
39.64 - Solidity
#: 171

id: harvest
project: Harvest Finance
Date: 2020-12-02T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/harvest

GitHub Url: github.com/harvestfi/harvest-strategy-arbitrum
GitHub History Url: github.com/harvestfi/harvest-strategy-arbitrum/commits
2024-11-22master

53.24 - JavaScript
46.76 - Solidity
#: 172

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/rust-fil-proofs
GitHub History Url: github.com/filecoin-project/rust-fil-proofs/commits
2024-11-21master

99.05 - Rust
0.95 - Shell
#: 173

id: axelarnetwork
project: Axelar Network
Date: 2022-03-11T03:30:00.000Z
Max Reward: 2250000
Bounty Url: https://immunefi.com/bounty/axelarnetwork

GitHub Url: github.com/axelarnetwork/axelar-gmp-sdk-solidity
GitHub History Url: github.com/axelarnetwork/axelar-gmp-sdk-solidity/commits
2024-11-20main

50.49 - JavaScript
49.33 - Solidity
0.18 - Shell
#: 174

id: mux
project: MUX
Date: 2021-06-09T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/mux

GitHub Url: github.com/mux-world/mux-degen-protocol
GitHub History Url: github.com/mux-world/mux-degen-protocol/commits
2024-11-20main

53.02 - Solidity
46.98 - TypeScript
#: 175

id: axelarnetwork
project: Axelar Network
Date: 2022-03-11T03:30:00.000Z
Max Reward: 2250000
Bounty Url: https://immunefi.com/bounty/axelarnetwork

GitHub Url: github.com/axelarnetwork/axelar-cgp-solidity
GitHub History Url: github.com/axelarnetwork/axelar-cgp-solidity/commits
2024-11-20main

63.84 - JavaScript
35.78 - Solidity
0.38 - Shell
#: 176

id: orderlynetwork
project: Orderly Network
Date: 2024-02-27T00:05:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/orderlynetwork

GitHub Url: github.com/OrderlyNetwork/contract-evm
GitHub History Url: github.com/OrderlyNetwork/contract-evm/commits
2024-11-20main

99.77 - Solidity
0.13 - Shell
0.09 - Makefile
#: 177

id: carbonbancor
project: Carbon DeFi by Bancor
Date: 2021-04-07T07:00:00.000Z
Max Reward: 900000
Bounty Url: https://immunefi.com/bounty/carbonbancor

GitHub Url: github.com/bancorprotocol/carbon-contracts
GitHub History Url: github.com/bancorprotocol/carbon-contracts/commits
2024-11-19dev

67.69 - Solidity
31.5 - TypeScript
0.8 - Shell
0.01 - JavaScript
#: 178

id: axelarnetwork
project: Axelar Network
Date: 2022-03-11T03:30:00.000Z
Max Reward: 2250000
Bounty Url: https://immunefi.com/bounty/axelarnetwork

GitHub Url: github.com/axelarnetwork/interchain-token-service
GitHub History Url: github.com/axelarnetwork/interchain-token-service/commits
2024-11-18main

58.13 - JavaScript
41.6 - Solidity
0.27 - Shell
#: 179

id: sommelier
project: Sommelier
Date: 2023-05-23T11:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/sommelier

GitHub Url: github.com/PeggyJV/sommelier
GitHub History Url: github.com/PeggyJV/sommelier/commits
2024-11-13main

78.12 - Go
10.78 - Solidity
8.91 - Rust
1.25 - Makefile
0.6 - Shell
0.28 - TypeScript
0.06 - Dockerfile
0 - RenderScript
#: 180

id: starknet
project: StarkNet
Date: 2022-10-19T06:30:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/starknet

GitHub Url: github.com/starkware-libs/cairo-lang
GitHub History Url: github.com/starkware-libs/cairo-lang/commits
2024-11-13master

90.65 - Python
5.84 - Starlark
2.92 - Solidity
0.29 - JavaScript
0.08 - Shell
0.06 - TypeScript
0.05 - HTML
0.04 - Vim Script
0.04 - Dockerfile
0.03 - CSS
#: 181

id: benddao
project: BendDAO
Date: 2022-04-22T02:30:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/benddao

GitHub Url: github.com/BendDAO/bend-lending-protocol
GitHub History Url: github.com/BendDAO/bend-lending-protocol/commits
2024-11-12main

59.13 - TypeScript
40.11 - Solidity
0.34 - HTML
0.25 - JavaScript
0.17 - Shell
0.01 - Dockerfile
#: 182

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/lockstake
GitHub History Url: github.com/makerdao/lockstake/commits
2024-11-12master

59.56 - Solidity
37.76 - Python
2.46 - Ruby
0.21 - Makefile
#: 183

id: neutron
project: Neutron
Date: 2024-07-02T08:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/neutron

GitHub Url: github.com/neutron-org/neutron-dao
GitHub History Url: github.com/neutron-org/neutron-dao/commits
2024-11-12main

96.33 - Rust
3.08 - Shell
0.5 - JavaScript
0.09 - Makefile
#: 184

id: nodle
project: Nodle
Date: 2023-05-10T17:00:00.000Z
Max Reward: 20000
Bounty Url: https://immunefi.com/bounty/nodle

GitHub Url: github.com/nodlecode/chain
GitHub History Url: github.com/nodlecode/chain/commits
2024-11-11master

95.84 - Rust
2.57 - Shell
1.26 - Handlebars
0.32 - Dockerfile
0.01 - HTML
#: 185

id: jito
project: Jito
Date: 2024-08-28T13:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/jito

GitHub Url: github.com/jito-foundation/jito-solana
GitHub History Url: github.com/jito-foundation/jito-solana/commits
2024-11-08master

97.1 - Rust
2.04 - Shell
0.59 - C
0.08 - Python
0.08 - C++
0.04 - JavaScript
0.04 - Makefile
0.03 - Dockerfile
0 - TeX
#: 186

id: flarenetwork
project: Flare Network
Date: 2024-07-16T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/flarenetwork

GitHub Url: github.com/flare-foundation/bug-bounty
GitHub History Url: github.com/flare-foundation/bug-bounty/commits
2024-11-07main

#: 187

id: reserve
project: Reserve
Date: 2023-04-27T09:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/reserve

GitHub Url: github.com/reserve-protocol/protocol
GitHub History Url: github.com/reserve-protocol/protocol/commits
2024-11-06master

75.28 - TypeScript
24.47 - Solidity
0.1 - Shell
0.05 - HTML
0.05 - CSS
0.03 - JavaScript
0.02 - Python
0 - Emacs Lisp
#: 188

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/endgame-toolkit
GitHub History Url: github.com/makerdao/endgame-toolkit/commits
2024-11-05master

98.03 - Solidity
1.97 - Shell
#: 189

id: moonbeamnetwork
project: Moonbeam Network
Date: 2021-12-16T18:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/moonbeamnetwork

GitHub Url: github.com/moonbeam-foundation/crowdloan-rewards
GitHub History Url: github.com/moonbeam-foundation/crowdloan-rewards/commits
2024-11-04main

100 - Rust
#: 190

id: kadena
project: Kadena
Date: 2022-01-08T22:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/kadena

GitHub Url: github.com/kadena-io/pact
GitHub History Url: github.com/kadena-io/pact/commits
2024-11-04master

90.28 - Haskell
7.12 - Pact
2.32 - C
0.18 - Shell
0.1 - Nix
#: 191

id: geniusyield
project: Genius Yield
Date: 2024-02-26T01:53:00.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/geniusyield

GitHub Url: github.com/geniusyield/dex-contracts-api
GitHub History Url: github.com/geniusyield/dex-contracts-api/commits
2024-11-04main

97.41 - Haskell
1.24 - Dockerfile
0.8 - Shell
0.41 - Nix
0.15 - Makefile
#: 192

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-address
GitHub History Url: github.com/filecoin-project/go-address/commits
2024-11-01master

99.87 - Go
0.13 - Makefile
#: 193

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/whyrusleeping/cbor-gen
GitHub History Url: github.com/whyrusleeping/cbor-gen/commits
2024-10-30master

99.84 - Go
0.16 - Makefile
#: 194

id: serai
project: Serai
Date: 2023-08-04T11:00:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/serai

GitHub Url: github.com/serai-dex/serai
GitHub History Url: github.com/serai-dex/serai/commits
2024-10-30develop

99.28 - Rust
0.56 - Solidity
0.11 - Shell
0.05 - Dockerfile
#: 195

id: pushprotocol
project: Push Protocol
Date: 2023-06-21T14:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/pushprotocol

GitHub Url: github.com/ethereum-push-notification-service/push-smart-contracts
GitHub History Url: github.com/ethereum-push-notification-service/push-smart-contracts/commits
2024-10-29master

66.01 - JavaScript
33.99 - Solidity
#: 196

id: astroport
project: Astroport
Date: 2021-11-29T17:00:00.000Z
Max Reward: 20000
Bounty Url: https://immunefi.com/bounty/astroport

GitHub Url: github.com/astroport-fi/astroport-core
GitHub History Url: github.com/astroport-fi/astroport-core/commits
2024-10-28main

98.77 - Rust
0.92 - TypeScript
0.21 - Shell
0.1 - Dockerfile
#: 197

id: thusd
project: thUSD
Date: 2023-10-05T13:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/thusd

GitHub Url: github.com/Threshold-USD/dev
GitHub History Url: github.com/Threshold-USD/dev/commits
2024-10-26develop

88.9 - JavaScript
6.19 - TypeScript
2.96 - Solidity
1.31 - Python
0.62 - TeX
0.01 - HTML
0.01 - Shell
0 - Dockerfile
0 - DIGITAL Command Language
0 - CSS
#: 198

id: econia
project: Econia
Date: 2024-01-10T14:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/econia

GitHub Url: github.com/econia-labs/econia
GitHub History Url: github.com/econia-labs/econia/commits
2024-10-25main

72.36 - Move
12.36 - Rust
5.92 - Python
4.92 - PLpgSQL
2.42 - HCL
1.11 - Shell
0.61 - TypeScript
0.25 - Dockerfile
0.04 - JavaScript
#: 199

id: sommelier
project: Sommelier
Date: 2023-05-23T11:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/sommelier

GitHub Url: github.com/PeggyJV/gravity-bridge
GitHub History Url: github.com/PeggyJV/gravity-bridge/commits
2024-10-23main

34.02 - Go
29.82 - TypeScript
29.27 - Rust
2.99 - Solidity
2.44 - Python
0.42 - Shell
0.41 - JavaScript
0.32 - Makefile
0.3 - Dockerfile
0 - RenderScript
#: 200

id: sparklend
project: SparkLend
Date: 2023-11-01T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/sparklend

GitHub Url: github.com/marsfoundation/spark-psm
GitHub History Url: github.com/marsfoundation/spark-psm/commits
2024-10-23master

99.96 - Solidity
0.04 - Makefile
#: 201

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/vote-delegate
GitHub History Url: github.com/makerdao/vote-delegate/commits
2024-10-23master

66.02 - Solidity
33.03 - Python
0.95 - Makefile
#: 202

id: mux
project: MUX
Date: 2021-06-09T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/mux

GitHub Url: github.com/mux-world/mux-protocol
GitHub History Url: github.com/mux-world/mux-protocol/commits
2024-10-16main

52.76 - Solidity
47.16 - TypeScript
0.08 - Shell
#: 203

id: pythnetwork
project: Pyth Network
Date: 2024-06-24T16:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/pythnetwork

GitHub Url: github.com/pyth-network/pyth-client
GitHub History Url: github.com/pyth-network/pyth-client/commits
2024-10-16main

48.4 - C++
36.86 - Rust
11.94 - C
0.97 - Shell
0.58 - JavaScript
0.47 - CMake
0.38 - Dockerfile
0.24 - Makefile
0.1 - HTML
0.05 - CSS
#: 204

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/aave/gho-core
GitHub History Url: github.com/aave/gho-core/commits
2024-10-14main

71.45 - Solidity
14.32 - Python
11.31 - TypeScript
2.79 - Ruby
0.08 - Makefile
0.04 - Shell
0.01 - JavaScript
#: 205

id: benddao
project: BendDAO
Date: 2022-04-22T02:30:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/benddao

GitHub Url: github.com/BendDAO/bend-apestaking-v2
GitHub History Url: github.com/BendDAO/bend-apestaking-v2/commits
2024-10-12main

58.26 - Solidity
41.56 - TypeScript
0.16 - JavaScript
0.02 - Shell
#: 206

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-cbor-util
GitHub History Url: github.com/filecoin-project/go-cbor-util/commits
2024-10-11master

100 - Go
#: 207

id: starknet
project: StarkNet
Date: 2022-10-19T06:30:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/starknet

GitHub Url: github.com/starkware-libs/starkgate-contracts
GitHub History Url: github.com/starkware-libs/starkgate-contracts/commits
2024-10-09cairo-1

72.28 - Cairo
17.53 - Python
9.5 - Solidity
0.68 - Shell
#: 208

id: sparklend
project: SparkLend
Date: 2023-11-01T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/sparklend

GitHub Url: github.com/marsfoundation/spark-gov-relay
GitHub History Url: github.com/marsfoundation/spark-gov-relay/commits
2024-10-08master

99.84 - Solidity
0.16 - Makefile
#: 209

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/sky
GitHub History Url: github.com/makerdao/sky/commits
2024-10-07master

55.42 - Python
44.14 - Solidity
0.44 - Makefile
#: 210

id: ens
project: ENS
Date: 2024-05-10T03:11:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/ens

GitHub Url: github.com/ensdomains/ens-contracts
GitHub History Url: github.com/ensdomains/ens-contracts/commits
2024-10-07staging

69.51 - TypeScript
30.22 - Solidity
0.24 - JavaScript
0.03 - Shell
#: 211

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/graphprotocol/agora
GitHub History Url: github.com/graphprotocol/agora/commits
2024-10-07main

97.75 - Rust
2.25 - JavaScript
#: 212

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/usds
GitHub History Url: github.com/makerdao/usds/commits
2024-10-07master

53.3 - Python
46.26 - Solidity
0.44 - Makefile
#: 213

id: zksyncera
project: ZKsync era
Date: 2023-03-10T17:00:00.000Z
Max Reward: 1100000
Bounty Url: https://immunefi.com/bounty/zksyncera

GitHub Url: github.com/matter-labs/era-contracts
GitHub History Url: github.com/matter-labs/era-contracts/commits
2024-10-03main

53.32 - Solidity
31.92 - TypeScript
13.77 - Yul
0.95 - Rust
0.03 - Shell
0.01 - JavaScript
#: 214

id: icon
project: ICON
Date: 2022-10-21T02:30:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/icon

GitHub Url: github.com/icon-project/goloop
GitHub History Url: github.com/icon-project/goloop/commits
2024-10-02master

54.59 - Go
37.08 - Java
7.24 - Python
0.73 - Shell
0.18 - Dockerfile
0.12 - Makefile
0.06 - C
#: 215

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/bellperson
GitHub History Url: github.com/filecoin-project/bellperson/commits
2024-10-01master

100 - Rust
#: 216

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/merkletree
GitHub History Url: github.com/filecoin-project/merkletree/commits
2024-09-30master

100 - Rust
#: 217

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/rust-filecoin-proofs-api
GitHub History Url: github.com/filecoin-project/rust-filecoin-proofs-api/commits
2024-09-30master

100 - Rust
#: 218

id: instadapp
project: Instadapp
Date: 2021-09-20T01:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/instadapp

GitHub Url: github.com/Instadapp/avocado-contracts-public
GitHub History Url: github.com/Instadapp/avocado-contracts-public/commits
2024-09-28main

67.52 - TypeScript
32.45 - Solidity
0.02 - Handlebars
0.01 - JavaScript
#: 219

id: reffinance
project: Ref Finance
Date: 2022-05-17T18:30:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/reffinance

GitHub Url: github.com/ref-finance/ref-token
GitHub History Url: github.com/ref-finance/ref-token/commits
2024-09-27master

94.66 - Rust
5.34 - Shell
#: 220

id: mux
project: MUX
Date: 2021-06-09T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/mux

GitHub Url: github.com/mux-world/mux-staking-protocol
GitHub History Url: github.com/mux-world/mux-staking-protocol/commits
2024-09-27main

54.84 - Solidity
45.16 - TypeScript
#: 221

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-flappers
GitHub History Url: github.com/makerdao/dss-flappers/commits
2024-09-26master

100 - Solidity
#: 222

id: sparklend
project: SparkLend
Date: 2023-11-01T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/sparklend

GitHub Url: github.com/marsfoundation/xchain-ssr-oracle
GitHub History Url: github.com/marsfoundation/xchain-ssr-oracle/commits
2024-09-26master

98.91 - Solidity
1.09 - Makefile
#: 223

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/univ2-pool-migrator
GitHub History Url: github.com/makerdao/univ2-pool-migrator/commits
2024-09-23master

100 - Solidity
#: 224

id: mux
project: MUX
Date: 2021-06-09T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/mux

GitHub Url: github.com/mux-world/mux-aggregator-protocol
GitHub History Url: github.com/mux-world/mux-aggregator-protocol/commits
2024-09-20main

52.18 - Solidity
47.82 - TypeScript
#: 225

id: mux
project: MUX
Date: 2021-06-09T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/mux

GitHub Url: github.com/mux-world/muxlp-tranches-protocol
GitHub History Url: github.com/mux-world/muxlp-tranches-protocol/commits
2024-09-18main

62.09 - Solidity
37.79 - TypeScript
0.11 - Shell
#: 226

id: stafi
project: StaFi: rDEX
Date: 2022-02-11T21:00-07:00
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/stafi

GitHub Url: github.com/stafiprotocol/stafi-node
GitHub History Url: github.com/stafiprotocol/stafi-node/commits
2024-09-13master

99.16 - Rust
0.84 - Shell
#: 227

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/rs-stellar-strkey
GitHub History Url: github.com/stellar/rs-stellar-strkey/commits
2024-09-11main

99.41 - Rust
0.59 - Makefile
#: 228

id: linea
project: Linea
Date: 2023-07-11T14:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/linea

GitHub Url: github.com/Consensys/linea-contracts
GitHub History Url: github.com/Consensys/linea-contracts/commits
2024-09-11main

60.47 - Solidity
39.47 - TypeScript
0.06 - JavaScript
#: 229

id: trufin
project: TruFin
Date: 2023-09-27T14:00:00.000Z
Max Reward: 40000
Bounty Url: https://immunefi.com/bounty/trufin

GitHub Url: github.com/TruFin-io/near-staker-audit
GitHub History Url: github.com/TruFin-io/near-staker-audit/commits
2024-09-11main

96.69 - Rust
3.2 - Shell
0.12 - Makefile
#: 230

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-direct-deposit
GitHub History Url: github.com/makerdao/dss-direct-deposit/commits
2024-09-10master

89.32 - Solidity
9.69 - Ruby
0.93 - Shell
0.06 - Makefile
#: 231

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-cron
GitHub History Url: github.com/makerdao/dss-cron/commits
2024-09-07master

99.57 - Solidity
0.24 - Nix
0.13 - Shell
0.06 - Makefile
#: 232

id: sovryn
project: Sovryn
Date: 2021-03-03T07:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/sovryn

GitHub Url: github.com/DistributedCollective/Bridge-SC
GitHub History Url: github.com/DistributedCollective/Bridge-SC/commits
2024-09-06master

63.94 - JavaScript
28.76 - Solidity
5.35 - HTML
1.22 - HCL
0.69 - Shell
0.03 - Smarty
0.02 - Dockerfile
#: 233

id: jito
project: Jito
Date: 2024-08-28T13:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/jito

GitHub Url: github.com/jito-foundation/jito-programs
GitHub History Url: github.com/jito-foundation/jito-programs/commits
2024-09-05master

49.19 - Rust
37.86 - TypeScript
12.14 - Shell
0.54 - Dockerfile
0.26 - JavaScript
#: 234

id: horizen
project: Horizen
Date: 2023-04-20T13:00:00.000Z
Max Reward: 75000
Bounty Url: https://immunefi.com/bounty/horizen

GitHub Url: github.com/HorizenOfficial/eon
GitHub History Url: github.com/HorizenOfficial/eon/commits
2024-09-05main

54.12 - Shell
31.36 - Java
14.52 - Dockerfile
#: 235

id: jito
project: Jito
Date: 2024-08-28T13:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/jito

GitHub Url: github.com/jito-foundation/jito-relayer
GitHub History Url: github.com/jito-foundation/jito-relayer/commits
2024-09-05master

98.09 - Rust
1.19 - Shell
0.72 - Dockerfile
#: 236

id: interlay
project: Interlay
Date: 2022-06-30T18:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/interlay

GitHub Url: github.com/interlay/interbtc
GitHub History Url: github.com/interlay/interbtc/commits
2024-09-04master

99.41 - Rust
0.32 - Python
0.17 - Handlebars
0.07 - Shell
0.03 - Dockerfile
#: 237

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/aave/aave-v3-core
GitHub History Url: github.com/aave/aave-v3-core/commits
2024-09-03master

58.24 - TypeScript
38.2 - Solidity
2.78 - Ruby
0.46 - Python
0.19 - Shell
0.08 - JavaScript
0.04 - Makefile
0.01 - Dockerfile
#: 238

id: light-protocol
project: Light Protocol
Date: 2024-09-12T19:39:57.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/light-protocol

GitHub Url: github.com/Lightprotocol/groth16-solana
GitHub History Url: github.com/Lightprotocol/groth16-solana/commits
2024-09-02master

87.17 - Rust
12.83 - JavaScript
#: 239

id: segmentfinance
project: Segment Finance
Date: 2024-02-16T08:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/segmentfinance

GitHub Url: github.com/Segment-Finance/protocol
GitHub History Url: github.com/Segment-Finance/protocol/commits
2024-08-30master

100 - Solidity
#: 240

id: synthetix
project: Synthetix
Date: 2021-03-05T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/synthetix

GitHub Url: github.com/Synthetixio/synthetix-docs
GitHub History Url: github.com/Synthetixio/synthetix-docs/commits
2024-08-26master

96.66 - JavaScript
1.75 - CSS
1.59 - HTML
#: 241

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/ipfs/go-graphsync
GitHub History Url: github.com/ipfs/go-graphsync/commits
2024-08-26main

99.06 - Go
0.94 - Shell
#: 242

id: sommelier
project: Sommelier
Date: 2023-05-23T11:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/sommelier

GitHub Url: github.com/PeggyJV/cellar-contracts
GitHub History Url: github.com/PeggyJV/cellar-contracts/commits
2024-08-23main

95.55 - Solidity
4.18 - nesC
0.16 - TypeScript
0.1 - Assembly
#: 243

id: reffinance
project: Ref Finance
Date: 2022-05-17T18:30:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/reffinance

GitHub Url: github.com/ref-finance/boost-farm
GitHub History Url: github.com/ref-finance/boost-farm/commits
2024-08-20main

93.87 - Rust
4.68 - TypeScript
0.61 - Shell
0.46 - Makefile
0.22 - Python
0.08 - JavaScript
0.08 - Dockerfile
#: 244

id: arbitrum
project: Arbitrum
Date: 2021-08-31T13:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/arbitrum

GitHub Url: github.com/OffchainLabs/token-bridge-contracts
GitHub History Url: github.com/OffchainLabs/token-bridge-contracts/commits
2024-08-19main

70.32 - Solidity
29.3 - TypeScript
0.22 - JavaScript
0.16 - Shell
#: 245

id: synthetix
project: Synthetix
Date: 2021-03-05T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/synthetix

GitHub Url: github.com/Synthetixio/gmv3-interface
GitHub History Url: github.com/Synthetixio/gmv3-interface/commits
2024-08-16main

94.21 - TypeScript
2.92 - JavaScript
2.87 - SCSS
#: 246

id: metastreet
project: MetaStreet
Date: 2023-08-02T16:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/metastreet

GitHub Url: github.com/metastreet-labs/metastreet-contracts-v2
GitHub History Url: github.com/metastreet-labs/metastreet-contracts-v2/commits
2024-08-13master

78.4 - TypeScript
21.56 - Solidity
0.04 - JavaScript
#: 247

id: polygonzkevm
project: Polygon zkEVM
Date: 2023-03-24T04:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/polygonzkevm

GitHub Url: github.com/0xPolygonHermez/pil-stark
GitHub History Url: github.com/0xPolygonHermez/pil-stark/commits
2024-08-09main

48.1 - Circom
42.76 - JavaScript
8.4 - EJS
0.74 - Python
#: 248

id: skatefi
project: SkateFi
Date: 2023-11-30T09:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/skatefi

GitHub Url: github.com/Range-Protocol/vertex-vault
GitHub History Url: github.com/Range-Protocol/vertex-vault/commits
2024-08-06main

53.46 - Solidity
38.35 - JavaScript
7.57 - Ruby
0.3 - Shell
0.24 - Python
0.08 - Makefile
0 - Nix
#: 249

id: moneyonchain
project: Money on Chain
Date: 2021-01-14T00:00-07:00
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/moneyonchain

GitHub Url: github.com/money-on-chain/py_Moneyonchain
GitHub History Url: github.com/money-on-chain/py_Moneyonchain/commits
2024-08-01master

100 - Python
#: 250

id: euphrates
project: Euphrates
Date: 2023-10-30T09:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/euphrates

GitHub Url: github.com/AcalaNetwork/Euphrates
GitHub History Url: github.com/AcalaNetwork/Euphrates/commits
2024-07-27master

99.41 - Solidity
0.59 - TypeScript
#: 251

id: layerzero
project: LayerZero
Date: 2023-05-17T17:00:00.000Z
Max Reward: 15000000
Bounty Url: https://immunefi.com/bounty/layerzero

GitHub Url: github.com/LayerZero-Labs/solidity-examples
GitHub History Url: github.com/LayerZero-Labs/solidity-examples/commits
2024-07-18main

61.18 - JavaScript
38.82 - Solidity
#: 252

id: rocketpool
project: Rocket Pool
Date: 2021-09-08T14:00:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/rocketpool

GitHub Url: github.com/rocket-pool/rocketpool
GitHub History Url: github.com/rocket-pool/rocketpool/commits
2024-07-16master

50.85 - Solidity
49.15 - JavaScript
#: 253

id: arbitrum
project: Arbitrum
Date: 2021-08-31T13:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/arbitrum

GitHub Url: github.com/OffchainLabs/fund-distribution-contracts
GitHub History Url: github.com/OffchainLabs/fund-distribution-contracts/commits
2024-07-16main

73.5 - Solidity
25.81 - TypeScript
0.43 - Makefile
0.26 - Shell
#: 254

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-lite-psm
GitHub History Url: github.com/makerdao/dss-lite-psm/commits
2024-07-15main

82.01 - Solidity
17.9 - Ruby
0.09 - Makefile
#: 255

id: polygonzkevm
project: Polygon zkEVM
Date: 2023-03-24T04:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/polygonzkevm

GitHub Url: github.com/0xPolygonHermez/zkevm-prover
GitHub History Url: github.com/0xPolygonHermez/zkevm-prover/commits
2024-07-15main

99.52 - C++
0.46 - Assembly
0 - Makefile
0 - JavaScript
0 - Shell
0 - Python
0 - Dockerfile
#: 256

id: axelarnetwork
project: Axelar Network
Date: 2022-03-11T03:30:00.000Z
Max Reward: 2250000
Bounty Url: https://immunefi.com/bounty/axelarnetwork

GitHub Url: github.com/axelarnetwork/tofnd
GitHub History Url: github.com/axelarnetwork/tofnd/commits
2024-07-13main

94.89 - Rust
3.11 - Shell
1.32 - Dockerfile
0.67 - Makefile
#: 257

id: flamingofinance
project: Flamingo Finance
Date: 2022-02-14T21:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/flamingofinance

GitHub Url: github.com/flamingo-finance/flamingo-contract-staking-n3
GitHub History Url: github.com/flamingo-finance/flamingo-contract-staking-n3/commits
2024-07-12main

99.98 - C#
0.02 - Shell
0 - Smalltalk
#: 258

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/bytes-lit
GitHub History Url: github.com/stellar/bytes-lit/commits
2024-07-11main

97.61 - Rust
2.39 - Makefile
#: 259

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/wasmi
GitHub History Url: github.com/stellar/wasmi/commits
2024-07-11soroban-wasmi-v0.31.1

96.92 - Rust
2.54 - WebAssembly
0.5 - Shell
0.04 - Makefile
#: 260

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/crate-git-revision
GitHub History Url: github.com/stellar/crate-git-revision/commits
2024-07-11main

96.17 - Rust
3.83 - Makefile
#: 261

id: axelarnetwork
project: Axelar Network
Date: 2022-03-11T03:30:00.000Z
Max Reward: 2250000
Bounty Url: https://immunefi.com/bounty/axelarnetwork

GitHub Url: github.com/axelarnetwork/tofn
GitHub History Url: github.com/axelarnetwork/tofn/commits
2024-07-11main

100 - Rust
#: 262

id: interlay
project: Interlay
Date: 2022-06-30T18:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/interlay

GitHub Url: github.com/interlay/interbtc-clients
GitHub History Url: github.com/interlay/interbtc-clients/commits
2024-07-09master

99.81 - Rust
0.14 - Shell
0.05 - Dockerfile
#: 263

id: alpacafinance
project: Alpaca Finance
Date: 2021-06-14T09:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/alpacafinance

GitHub Url: github.com/alpaca-finance/bsc-alpaca-contract
GitHub History Url: github.com/alpaca-finance/bsc-alpaca-contract/commits
2024-07-08main

63.91 - TypeScript
35.69 - Solidity
0.35 - Vyper
0.05 - Roff
0 - Shell
#: 264

id: obyte
project: Obyte
Date: 2020-12-01T07:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/obyte

GitHub Url: github.com/byteball/bonded-stablecoin
GitHub History Url: github.com/byteball/bonded-stablecoin/commits
2024-07-04master

100 - JavaScript
#: 265

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-crypto
GitHub History Url: github.com/filecoin-project/go-crypto/commits
2024-06-28master

100 - Go
#: 266

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/graphprotocol/block-oracle
GitHub History Url: github.com/graphprotocol/block-oracle/commits
2024-06-25main

62.16 - Rust
34.01 - TypeScript
1.06 - Jsonnet
1 - JavaScript
0.84 - HTML
0.68 - Dockerfile
0.26 - Shell
#: 267

id: horizen
project: Horizen
Date: 2023-04-20T13:00:00.000Z
Max Reward: 75000
Bounty Url: https://immunefi.com/bounty/horizen

GitHub Url: github.com/HorizenOfficial/Sparkz
GitHub History Url: github.com/HorizenOfficial/Sparkz/commits
2024-06-18main

97.76 - Scala
1.51 - Shell
0.4 - HTML
0.34 - Java
#: 268

id: horizen
project: Horizen
Date: 2023-04-20T13:00:00.000Z
Max Reward: 75000
Bounty Url: https://immunefi.com/bounty/horizen

GitHub Url: github.com/HorizenOfficial/Sidechains-SDK
GitHub History Url: github.com/HorizenOfficial/Sidechains-SDK/commits
2024-06-18master

59.75 - Scala
26.81 - Python
12.34 - Java
0.62 - Shell
0.34 - Solidity
0.08 - JavaScript
0.05 - TypeScript
0 - Dockerfile
#: 269

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/graphprotocol/AllocationOpt.jl
GitHub History Url: github.com/graphprotocol/AllocationOpt.jl/commits
2024-06-18main

100 - Julia
#: 270

id: neo
project: Neo
Date: 2022-01-07T04:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/neo

GitHub Url: github.com/neo-project/neo-modules
GitHub History Url: github.com/neo-project/neo-modules/commits
2024-06-12master

99.96 - C#
0.04 - Shell
#: 271

id: dodo
project: DODO
Date: 2021-05-25T05:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/dodo

GitHub Url: github.com/DODOEX/dodo-limit-order
GitHub History Url: github.com/DODOEX/dodo-limit-order/commits
2024-06-11main

44.44 - Solidity
33.44 - TypeScript
16.63 - JavaScript
5.39 - HTML
0.1 - Makefile
#: 272

id: moonbeamnetwork
project: Moonbeam Network
Date: 2021-12-16T18:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/moonbeamnetwork

GitHub Url: github.com/moonbeam-foundation/nimbus
GitHub History Url: github.com/moonbeam-foundation/nimbus/commits
2024-06-06main

99.55 - Rust
0.45 - Shell
#: 273

id: moneyonchain
project: Money on Chain
Date: 2021-01-14T00:00-07:00
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/moneyonchain

GitHub Url: github.com/money-on-chain/RDOC-Contract
GitHub History Url: github.com/money-on-chain/RDOC-Contract/commits
2024-06-05master

72.42 - Solidity
22.95 - JavaScript
4.28 - TypeScript
0.25 - Shell
0.1 - Python
0 - Dockerfile
#: 274

id: revert
project: Revert
Date: 2022-06-15T03:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/revert

GitHub Url: github.com/revert-finance/compoundor
GitHub History Url: github.com/revert-finance/compoundor/commits
2024-06-05main

63.44 - Solidity
36.56 - JavaScript
#: 275

id: benddao
project: BendDAO
Date: 2022-04-22T02:30:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/benddao

GitHub Url: github.com/BendDAO/bend-downpayment
GitHub History Url: github.com/BendDAO/bend-downpayment/commits
2024-05-27main

71.03 - TypeScript
28.68 - Solidity
0.25 - JavaScript
0.04 - Shell
#: 276

id: sovryn
project: Sovryn
Date: 2021-03-03T07:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/sovryn

GitHub Url: github.com/DistributedCollective/FastBTC
GitHub History Url: github.com/DistributedCollective/FastBTC/commits
2024-05-23development

88.05 - JavaScript
11.53 - HTML
0.42 - CSS
#: 277

id: dodo
project: DODO
Date: 2021-05-25T05:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/dodo

GitHub Url: github.com/DODOEX/contractV2
GitHub History Url: github.com/DODOEX/contractV2/commits
2024-05-21main

40.4 - Solidity
24.47 - HTML
23.66 - TypeScript
11.4 - JavaScript
0.08 - Shell
#: 278

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-data-transfer
GitHub History Url: github.com/filecoin-project/go-data-transfer/commits
2024-05-16master

98.69 - Go
1.22 - Shell
0.08 - Makefile
#: 279

id: alex
project: ALEX
Date: 2021-12-13T00:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/alex

GitHub Url: github.com/alexgo-io/alex-dao
GitHub History Url: github.com/alexgo-io/alex-dao/commits
2024-05-16main

47.66 - Clarity
47.07 - TypeScript
5.27 - Shell
#: 280

id: alex
project: ALEX
Date: 2021-12-13T00:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/alex

GitHub Url: github.com/alexgo-io/alex-v1
GitHub History Url: github.com/alexgo-io/alex-v1/commits
2024-05-14dev

78.89 - Clarity
21 - TypeScript
0.1 - Shell
#: 281

id: termstructurelabs
project: Term Structure Labs
Date: 2024-06-12T03:22:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/termstructurelabs

GitHub Url: github.com/term-structure/TS-Circom
GitHub History Url: github.com/term-structure/TS-Circom/commits
2024-05-13main

98.97 - Circom
0.56 - TypeScript
0.3 - Shell
0.16 - JavaScript
#: 282

id: nftx
project: NFTX
Date: 2024-02-22T03:56:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/nftx

GitHub Url: github.com/NFTX-project/nftx-protocol-v3
GitHub History Url: github.com/NFTX-project/nftx-protocol-v3/commits
2024-05-13master

68.52 - Solidity
26.26 - HTML
4 - TypeScript
1.22 - Shell
#: 283

id: skatefi
project: SkateFi
Date: 2023-11-30T09:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/skatefi

GitHub Url: github.com/Range-Protocol/contracts
GitHub History Url: github.com/Range-Protocol/contracts/commits
2024-05-11master

58.34 - Solidity
41.6 - TypeScript
0.07 - JavaScript
#: 284

id: sns
project: SNS
Date: 2023-08-04T12:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/sns

GitHub Url: github.com/Bonfida/name-tokenizer
GitHub History Url: github.com/Bonfida/name-tokenizer/commits
2024-05-06master

61.36 - Rust
30.06 - TypeScript
6.6 - Python
0.92 - JavaScript
0.68 - Shell
0.37 - Dockerfile
#: 285

id: sovryn
project: Sovryn
Date: 2021-03-03T07:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/sovryn

GitHub Url: github.com/DistributedCollective/fastBTC-confirmation-node
GitHub History Url: github.com/DistributedCollective/fastBTC-confirmation-node/commits
2024-05-02development

100 - JavaScript
#: 286

id: forta
project: Forta Network
Date: 2022-06-28T16:30:00.000Z
Max Reward: 80000
Bounty Url: https://immunefi.com/bounty/forta

GitHub Url: github.com/forta-network/forta-node
GitHub History Url: github.com/forta-network/forta-node/commits
2024-04-23master

96.44 - Go
1.95 - Shell
0.74 - Solidity
0.71 - Makefile
0.16 - Dockerfile
#: 287

id: degate
project: DeGate
Date: 2023-04-06T16:00:00.000Z
Max Reward: 1110000
Bounty Url: https://immunefi.com/bounty/degate

GitHub Url: github.com/degatedev/protocols
GitHub History Url: github.com/degatedev/protocols/commits
2024-04-22degate_mainnet

39.46 - C++
30.49 - TypeScript
15.29 - Solidity
8.24 - Python
3.77 - Cuda
1.71 - JavaScript
0.85 - Shell
0.08 - CMake
0.07 - Makefile
0.03 - Dockerfile
#: 288

id: impossiblefinance
project: Impossible Finance
Date: 2021-06-18T13:00:00.000Z
Max Reward: 94000
Bounty Url: https://immunefi.com/bounty/impossiblefinance

GitHub Url: github.com/ImpossibleFinance/launchpad-contracts
GitHub History Url: github.com/ImpossibleFinance/launchpad-contracts/commits
2024-04-18main

80.29 - Solidity
19.66 - TypeScript
0.05 - Shell
#: 289

id: sparklend
project: SparkLend
Date: 2023-11-01T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/sparklend

GitHub Url: github.com/marsfoundation/sparklend
GitHub History Url: github.com/marsfoundation/sparklend/commits
2024-04-16master

94.42 - Solidity
4.51 - Shell
1.08 - Makefile
#: 290

id: polygonzkevm
project: Polygon zkEVM
Date: 2023-03-24T04:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/polygonzkevm

GitHub Url: github.com/0xPolygonHermez/zkevm-rom
GitHub History Url: github.com/0xPolygonHermez/zkevm-rom/commits
2024-04-10main

95.89 - JavaScript
3.65 - Sage
0.45 - Shell
#: 291

id: moneyonchain
project: Money on Chain
Date: 2021-01-14T00:00-07:00
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/moneyonchain

GitHub Url: github.com/money-on-chain/price-feeder
GitHub History Url: github.com/money-on-chain/price-feeder/commits
2024-04-08master

92.16 - Python
6.38 - Shell
1.46 - Dockerfile
#: 292

id: polygonzkevm
project: Polygon zkEVM
Date: 2023-03-24T04:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/polygonzkevm

GitHub Url: github.com/0xPolygonHermez/zkevm-proverjs
GitHub History Url: github.com/0xPolygonHermez/zkevm-proverjs/commits
2024-03-26main

97.41 - JavaScript
1.26 - Shell
0.71 - EJS
0.6 - Circom
0.02 - Dockerfile
#: 293

id: buttonwood
project: Buttonwood
Date: 2021-10-28T09:15:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/buttonwood

GitHub Url: github.com/buttonwood-protocol/button-wrappers
GitHub History Url: github.com/buttonwood-protocol/button-wrappers/commits
2024-03-25main

69.69 - TypeScript
30.27 - Solidity
0.04 - JavaScript
#: 294

id: benddao
project: BendDAO
Date: 2022-04-22T02:30:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/benddao

GitHub Url: github.com/BoundNFT/boundnft-protocol
GitHub History Url: github.com/BoundNFT/boundnft-protocol/commits
2024-03-19main

62.66 - TypeScript
36.22 - Solidity
0.77 - JavaScript
0.33 - Shell
0.02 - Dockerfile
#: 295

id: sparklend
project: SparkLend
Date: 2023-11-01T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/sparklend

GitHub Url: github.com/marsfoundation/aave-v3-core
GitHub History Url: github.com/marsfoundation/aave-v3-core/commits
2024-03-19master

57.84 - TypeScript
38.57 - Solidity
2.81 - Ruby
0.46 - Python
0.19 - Shell
0.08 - JavaScript
0.04 - Makefile
0.01 - Dockerfile
#: 296

id: alpacafinance
project: Alpaca Finance
Date: 2021-06-14T09:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/alpacafinance

GitHub Url: github.com/alpaca-finance/alperp-contract
GitHub History Url: github.com/alpaca-finance/alperp-contract/commits
2024-03-19main

85.01 - Solidity
14.97 - TypeScript
0.01 - Makefile
#: 297

id: myntandzero
project: Mynt and Zero
Date: 2023-06-15T14:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/myntandzero

GitHub Url: github.com/DistributedCollective/mynt
GitHub History Url: github.com/DistributedCollective/mynt/commits
2024-03-19development

66.16 - TypeScript
32.96 - Solidity
0.62 - Shell
0.25 - JavaScript
#: 298

id: benddao
project: BendDAO
Date: 2022-04-22T02:30:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/benddao

GitHub Url: github.com/BendDAO/bend-exchange-protocol
GitHub History Url: github.com/BendDAO/bend-exchange-protocol/commits
2024-03-16main

71.6 - TypeScript
28.15 - Solidity
0.21 - JavaScript
0.03 - Shell
#: 299

id: degate
project: DeGate
Date: 2023-04-06T16:00:00.000Z
Max Reward: 1110000
Bounty Url: https://immunefi.com/bounty/degate

GitHub Url: github.com/degatedev/degate-sdk-golang
GitHub History Url: github.com/degatedev/degate-sdk-golang/commits
2024-03-15master

99.48 - Go
0.33 - C
0.13 - Shell
0.03 - Makefile
0.02 - Batchfile
#: 300

id: trufin
project: TruFin
Date: 2023-09-27T14:00:00.000Z
Max Reward: 40000
Bounty Url: https://immunefi.com/bounty/trufin

GitHub Url: github.com/TruFin-io/staking-contracts
GitHub History Url: github.com/TruFin-io/staking-contracts/commits
2024-03-15main

79.44 - TypeScript
20.55 - Solidity
0.01 - JavaScript
#: 301

id: degate
project: DeGate
Date: 2023-04-06T16:00:00.000Z
Max Reward: 1110000
Bounty Url: https://immunefi.com/bounty/degate

GitHub Url: github.com/degatedev/degate-sdk-python
GitHub History Url: github.com/degatedev/degate-sdk-python/commits
2024-03-15master

100 - Python
#: 302

id: liquidswap
project: Liquidswap
Date: 2022-11-16T18:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/liquidswap

GitHub Url: github.com/pontem-network/liquidswap
GitHub History Url: github.com/pontem-network/liquidswap/commits
2024-03-12main

100 - Move
#: 303

id: alpacafinance
project: Alpaca Finance
Date: 2021-06-14T09:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/alpacafinance

GitHub Url: github.com/alpaca-finance/alpaca-v2-money-market
GitHub History Url: github.com/alpaca-finance/alpaca-v2-money-market/commits
2024-03-08main

96 - Solidity
3.25 - TypeScript
0.75 - Shell
#: 304

id: liquidswap
project: Liquidswap
Date: 2022-11-16T18:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/liquidswap

GitHub Url: github.com/pontem-network/u256
GitHub History Url: github.com/pontem-network/u256/commits
2024-03-06main

100 - Move
#: 305

id: liquidswap
project: Liquidswap
Date: 2022-11-16T18:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/liquidswap

GitHub Url: github.com/pontem-network/uq64x64
GitHub History Url: github.com/pontem-network/uq64x64/commits
2024-03-05main

100 - Move
#: 306

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/bgd-labs/stake-token
GitHub History Url: github.com/bgd-labs/stake-token/commits
2024-03-04main

80.99 - Solidity
16.89 - Ruby
1.56 - Shell
0.56 - Makefile
#: 307

id: sweateconomy
project: Sweat Economy
Date: 2023-03-31T18:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/sweateconomy

GitHub Url: github.com/sweatco/sweat-claim
GitHub History Url: github.com/sweatco/sweat-claim/commits
2024-02-27main

96.3 - Rust
1.94 - Shell
1.76 - Makefile
#: 308

id: sweateconomy
project: Sweat Economy
Date: 2023-03-31T18:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/sweateconomy

GitHub Url: github.com/sweatco/sweat-near
GitHub History Url: github.com/sweatco/sweat-near/commits
2024-02-27main

96.18 - Rust
2.13 - Shell
1.69 - Makefile
#: 309

id: bitcoinsv
project: Bitcoin SV
Date: 2022-02-06T18:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/bitcoinsv

GitHub Url: github.com/bitcoin-sv/bitcoin-sv
GitHub History Url: github.com/bitcoin-sv/bitcoin-sv/commits
2024-02-15master

62.09 - C++
20.84 - Python
13.28 - C
1.28 - M4
0.82 - CMake
0.6 - Makefile
0.38 - Shell
0.31 - Sage
0.21 - Assembly
0.16 - HTML
0.03 - Dockerfile
0 - sed
#: 310

id: instadapp
project: Instadapp
Date: 2021-09-20T01:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/instadapp

GitHub Url: github.com/Instadapp/dsa-contracts
GitHub History Url: github.com/Instadapp/dsa-contracts/commits
2024-02-10master

74.57 - TypeScript
25.32 - Solidity
0.11 - Shell
#: 311

id: ichi
project: Ichi
Date: 2021-06-17T15:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/ichi

GitHub Url: github.com/ichifarm/ichi-oneToken
GitHub History Url: github.com/ichifarm/ichi-oneToken/commits
2024-01-28master

52.11 - JavaScript
47.02 - Solidity
0.86 - TypeScript
0.01 - Shell
#: 312

id: quadrata
project: Quadrata
Date: 2023-08-07T14:00:00.000Z
Max Reward: 20000
Bounty Url: https://immunefi.com/bounty/quadrata

GitHub Url: github.com/QuadrataNetwork/passport-contracts
GitHub History Url: github.com/QuadrataNetwork/passport-contracts/commits
2024-01-26develop

83.3 - TypeScript
16.5 - Solidity
0.12 - JavaScript
0.08 - Dockerfile
#: 313

id: stellar
project: Stellar
Date: 2023-11-29T12:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/stellar

GitHub Url: github.com/stellar/js-soroban-client
GitHub History Url: github.com/stellar/js-soroban-client/commits
2024-01-03main

56.74 - TypeScript
42.75 - JavaScript
0.51 - Shell
#: 314

id: sovryn
project: Sovryn
Date: 2021-03-03T07:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/sovryn

GitHub Url: github.com/DistributedCollective/bidirectional-fastbtc
GitHub History Url: github.com/DistributedCollective/bidirectional-fastbtc/commits
2024-01-03master

79.08 - TypeScript
13.27 - Solidity
3.5 - Shell
1.04 - Python
0.99 - JavaScript
0.76 - Makefile
0.61 - Dockerfile
0.38 - CSS
0.38 - HTML
#: 315

id: waymont
project: Waymont
Date: 2023-12-13T09:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/waymont

GitHub Url: github.com/pentagonxyz/waymont-contracts
GitHub History Url: github.com/pentagonxyz/waymont-contracts/commits
2023-12-28master

100 - Solidity
#: 316

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/bgd-labs/aave-stk-gov-v3
GitHub History Url: github.com/bgd-labs/aave-stk-gov-v3/commits
2023-12-22main

85.74 - Solidity
12.46 - Ruby
0.91 - Shell
0.5 - TypeScript
0.38 - Makefile
#: 317

id: primitive
project: Primitive
Date: 2021-03-04T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/primitive

GitHub Url: github.com/primitivefinance/rmm-manager
GitHub History Url: github.com/primitivefinance/rmm-manager/commits
2023-12-18main

51.92 - Solidity
48.01 - TypeScript
0.06 - Shell
0.02 - JavaScript
#: 318

id: orderlynetwork
project: Orderly Network
Date: 2024-02-27T00:05:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/orderlynetwork

GitHub Url: github.com/OrderlyNetwork/evm-cross-chain
GitHub History Url: github.com/OrderlyNetwork/evm-cross-chain/commits
2023-12-17main

67.15 - Solidity
31.88 - TypeScript
0.96 - JavaScript
#: 319

id: poolshark
project: Poolshark
Date: 2024-01-24T16:03:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/poolshark

GitHub Url: github.com/poolshark-protocol/limit
GitHub History Url: github.com/poolshark-protocol/limit/commits
2023-12-08master

67.06 - TypeScript
32.83 - Solidity
0.11 - JavaScript
#: 320

id: neo
project: Neo
Date: 2022-01-07T04:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/neo

GitHub Url: github.com/neo-project/neo-node
GitHub History Url: github.com/neo-project/neo-node/commits
2023-12-07master

99.72 - C#
0.18 - Dockerfile
0.09 - Batchfile
#: 321

id: wormhole
project: Wormhole
Date: 2022-02-11T15:00:00.000Z
Max Reward: 5000000
Bounty Url: https://immunefi.com/bounty/wormhole

GitHub Url: github.com/wormhole-foundation/wormhole-circle-integration
GitHub History Url: github.com/wormhole-foundation/wormhole-circle-integration/commits
2023-12-05main

56.58 - Solidity
39.56 - TypeScript
3.38 - Shell
0.48 - Makefile
#: 322

id: polygonzkevm
project: Polygon zkEVM
Date: 2023-03-24T04:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/polygonzkevm

GitHub Url: github.com/0xPolygonHermez/pilcom
GitHub History Url: github.com/0xPolygonHermez/pilcom/commits
2023-12-05main

90.34 - JavaScript
9.66 - Yacc
#: 323

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/bgd-labs/aave-collector-unification
GitHub History Url: github.com/bgd-labs/aave-collector-unification/commits
2023-12-01main

99.19 - Solidity
0.81 - Makefile
#: 324

id: starkex
project: StarkEx
Date: 2023-06-27T08:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/starkex

GitHub Url: github.com/starkware-libs/stark-perpetual
GitHub History Url: github.com/starkware-libs/stark-perpetual/commits
2023-11-22master

52.86 - Cairo
26.49 - Python
11.48 - JavaScript
4.87 - CMake
3.82 - Starlark
0.38 - Shell
0.1 - Dockerfile
#: 325

id: neo
project: Neo
Date: 2022-01-07T04:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/neo

GitHub Url: github.com/neo-project/neo-vm
GitHub History Url: github.com/neo-project/neo-vm/commits
2023-11-22master

100 - C#
#: 326

id: avalabs
project: Ava Labs
Date: 2023-12-04T09:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/avalabs

GitHub Url: github.com/ava-labs/Avalanche-Wallet-SDK
GitHub History Url: github.com/ava-labs/Avalanche-Wallet-SDK/commits
2023-11-16dev

99.22 - TypeScript
0.77 - JavaScript
0.01 - Shell
#: 327

id: marinade
project: Marinade
Date: 2021-12-01T18:30:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/marinade

GitHub Url: github.com/marinade-finance/liquid-staking-program
GitHub History Url: github.com/marinade-finance/liquid-staking-program/commits
2023-11-14main

99.32 - Rust
0.68 - Shell
#: 328

id: zksync
project: zkSync
Date: 2022-03-15T21:00:00.000Z
Max Reward: 2300000
Bounty Url: https://immunefi.com/bounty/zksync

GitHub Url: github.com/matter-labs/zksync
GitHub History Url: github.com/matter-labs/zksync/commits
2023-11-08master

78.89 - Rust
14.59 - TypeScript
5.1 - Solidity
0.56 - API Blueprint
0.3 - JavaScript
0.24 - Shell
0.16 - Dockerfile
0.15 - PLpgSQL
#: 329

id: thegraph
project: The Graph
Date: 2021-08-04T17:00:00.000Z
Max Reward: 2500000
Bounty Url: https://immunefi.com/bounty/thegraph

GitHub Url: github.com/edgeandnode/billing-contracts
GitHub History Url: github.com/edgeandnode/billing-contracts/commits
2023-11-07main

54.16 - TypeScript
41.04 - Solidity
4.62 - Shell
0.18 - JavaScript
#: 330

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/sdai
GitHub History Url: github.com/makerdao/sdai/commits
2023-11-02master

99.77 - Solidity
0.23 - Makefile
#: 331

id: lido
project: Lido
Date: 2021-05-22T05:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/lido

GitHub Url: github.com/lidofinance/anchor-collateral-steth
GitHub History Url: github.com/lidofinance/anchor-collateral-steth/commits
2023-10-02main

94.66 - Python
5.29 - Solidity
0.05 - Shell
#: 332

id: astarnetwork
project: Astar Network
Date: 2022-05-31T16:30:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/astarnetwork

GitHub Url: github.com/AstarNetwork/astar-frame
GitHub History Url: github.com/AstarNetwork/astar-frame/commits
2023-09-28polkadot-v0.9.39

98.23 - Rust
1.58 - Solidity
0.19 - Shell
#: 333

id: lido
project: Lido
Date: 2021-05-22T05:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/lido

GitHub Url: github.com/lidofinance/easy-track
GitHub History Url: github.com/lidofinance/easy-track/commits
2023-09-13master

76.02 - Python
23.69 - Solidity
0.3 - JavaScript
#: 334

id: instadapp
project: Instadapp
Date: 2021-09-20T01:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/instadapp

GitHub Url: github.com/Instadapp/avocado-sdk
GitHub History Url: github.com/Instadapp/avocado-sdk/commits
2023-09-05master

91.57 - TypeScript
8.18 - Vue
0.2 - JavaScript
0.06 - HTML
#: 335

id: oasis
project: Oasis
Date: 2024-02-20T16:32:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/oasis

GitHub Url: github.com/oasisprotocol/curve25519-voi
GitHub History Url: github.com/oasisprotocol/curve25519-voi/commits
2023-09-04master

93.64 - Go
6.34 - Assembly
0.02 - Shell
#: 336

id: yamatoprotocol
project: Yamato Protocol
Date: 2023-09-04T09:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/yamatoprotocol

GitHub Url: github.com/yamatoprotocol/core
GitHub History Url: github.com/yamatoprotocol/core/commits
2023-08-07master

55.88 - Solidity
44.12 - TypeScript
#: 337

id: pact
project: Pact
Date: 2022-04-06T02:30:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/pact

GitHub Url: github.com/pactfi/algorand-testbed
GitHub History Url: github.com/pactfi/algorand-testbed/commits
2023-07-28master

98.4 - Python
1.04 - Dockerfile
0.56 - Shell
#: 338

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/mip21-toolkit
GitHub History Url: github.com/makerdao/mip21-toolkit/commits
2023-07-07master

97.16 - Solidity
2.55 - Shell
0.3 - Makefile
#: 339

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/rwa-toolkit
GitHub History Url: github.com/makerdao/rwa-toolkit/commits
2023-07-07master

97.16 - Solidity
2.55 - Shell
0.3 - Makefile
#: 340

id: avalabs
project: Ava Labs
Date: 2023-12-04T09:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/avalabs

GitHub Url: github.com/ava-labs/Avalanche-Wallet
GitHub History Url: github.com/ava-labs/Avalanche-Wallet/commits
2023-07-05master

72.52 - Vue
24.53 - TypeScript
1.72 - JavaScript
1.1 - SCSS
0.13 - HTML
#: 341

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-interfaces
GitHub History Url: github.com/makerdao/dss-interfaces/commits
2023-06-29master

100 - Solidity
#: 342

id: charm
project: Charm
Date: 2021-02-05T07:00:00.000Z
Max Reward: 20000
Bounty Url: https://immunefi.com/bounty/charm

GitHub Url: github.com/charmfinance/alpha-vaults-v2-contracts
GitHub History Url: github.com/charmfinance/alpha-vaults-v2-contracts/commits
2023-06-26main

51.68 - Solidity
48.32 - TypeScript
#: 343

id: moneyonchain
project: Money on Chain
Date: 2021-01-14T00:00-07:00
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/moneyonchain

GitHub Url: github.com/money-on-chain/Areopagus-Governance
GitHub History Url: github.com/money-on-chain/Areopagus-Governance/commits
2023-06-22master

65.91 - JavaScript
29.76 - Solidity
4.27 - Shell
0.06 - Dockerfile
#: 344

id: enosys
project: Enosys
Date: 2023-06-07T09:00:00.000Z
Max Reward: 15000
Bounty Url: https://immunefi.com/bounty/enosys

GitHub Url: github.com/flrfinance/bridge-contracts
GitHub History Url: github.com/flrfinance/bridge-contracts/commits
2023-06-05main

98.49 - Solidity
0.86 - TypeScript
0.62 - JavaScript
0.04 - Shell
#: 345

id: basilisk
project: Basilisk
Date: 2022-12-06T20:00:00.000Z
Max Reward: 222222
Bounty Url: https://immunefi.com/bounty/basilisk

GitHub Url: github.com/galacticcouncil/warehouse
GitHub History Url: github.com/galacticcouncil/warehouse/commits
2023-05-30main

99.69 - Rust
0.17 - Python
0.07 - Shell
0.06 - Makefile
0.01 - Dockerfile
#: 346

id: basilisk
project: Basilisk
Date: 2022-12-06T20:00:00.000Z
Max Reward: 222222
Bounty Url: https://immunefi.com/bounty/basilisk

GitHub Url: github.com/galacticcouncil/HydraDX-math
GitHub History Url: github.com/galacticcouncil/HydraDX-math/commits
2023-05-29main

99.94 - Rust
0.06 - Makefile
#: 347

id: lidoonpolygon
project: Lido on Polygon
Date: 2022-03-31T20:30:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/lidoonpolygon

GitHub Url: github.com/lidofinance/polygon-contracts
GitHub History Url: github.com/lidofinance/polygon-contracts/commits
2023-05-18main

62.89 - TypeScript
36.9 - Solidity
0.12 - Makefile
0.09 - JavaScript
#: 348

id: resonate
project: Resonate
Date: 2022-10-20T18:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/resonate

GitHub Url: github.com/Revest-Finance/ResonateContracts
GitHub History Url: github.com/Revest-Finance/ResonateContracts/commits
2023-05-17public

73.96 - TypeScript
25.5 - Solidity
0.54 - JavaScript
#: 349

id: paribus
project: Paribus
Date: 2022-10-13T13:00-06:00
Max Reward: 20000
Bounty Url: https://immunefi.com/bounty/paribus

GitHub Url: github.com/Paribus/paribus-protocol-contracts
GitHub History Url: github.com/Paribus/paribus-protocol-contracts/commits
2023-05-16mainnet-mvp

57.78 - Solidity
42.14 - JavaScript
0.08 - Shell
#: 350

id: starkex
project: StarkEx
Date: 2023-06-27T08:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/starkex

GitHub Url: github.com/starkware-libs/starkex-contracts
GitHub History Url: github.com/starkware-libs/starkex-contracts/commits
2023-04-27master

100 - Solidity
#: 351

id: alex
project: ALEX
Date: 2021-12-13T00:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/alex

GitHub Url: github.com/alexgo-io/alex-bridge-contracts
GitHub History Url: github.com/alexgo-io/alex-bridge-contracts/commits
2023-04-19main

70.51 - Solidity
29.49 - Clarity
#: 352

id: buttonwood
project: Buttonwood
Date: 2021-10-28T09:15:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/buttonwood

GitHub Url: github.com/buttonwood-protocol/tranche
GitHub History Url: github.com/buttonwood-protocol/tranche/commits
2023-03-20main

72.57 - TypeScript
27.15 - Solidity
0.26 - JavaScript
0.02 - Shell
#: 353

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/starknet-dai-bridge
GitHub History Url: github.com/makerdao/starknet-dai-bridge/commits
2023-03-15main

46.31 - TypeScript
43.58 - Python
9.3 - Solidity
0.81 - Shell
#: 354

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/line-mom
GitHub History Url: github.com/makerdao/line-mom/commits
2023-03-12master

98.24 - Solidity
1.76 - Makefile
#: 355

id: mtpelerin
project: Mt Pelerin
Date: 2021-02-08T07:00:00.000Z
Max Reward: 5000
Bounty Url: https://immunefi.com/bounty/mtpelerin

GitHub Url: github.com/MtPelerin/bridge-v2
GitHub History Url: github.com/MtPelerin/bridge-v2/commits
2023-03-09master

58.3 - JavaScript
28.25 - Solidity
12.96 - LigoLANG
0.5 - Shell
#: 356

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-flash
GitHub History Url: github.com/makerdao/dss-flash/commits
2023-03-07master

97.6 - Solidity
1.45 - Makefile
0.95 - Nix
#: 357

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/ilk-registry
GitHub History Url: github.com/makerdao/ilk-registry/commits
2023-03-07master

79.09 - Solidity
19.58 - Shell
0.69 - Makefile
0.64 - Nix
#: 358

id: primitive
project: Primitive
Date: 2021-03-04T07:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/primitive

GitHub Url: github.com/primitivefinance/rmm-core
GitHub History Url: github.com/primitivefinance/rmm-core/commits
2023-02-08main

65.64 - Solidity
34.35 - TypeScript
0.01 - Shell
#: 359

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-exec-lib
GitHub History Url: github.com/makerdao/dss-exec-lib/commits
2023-01-23master

99.51 - Solidity
0.32 - Shell
0.17 - Makefile
#: 360

id: metalswap
project: MetalSwap
Date: 2023-02-03T18:00:00.000Z
Max Reward: 20000
Bounty Url: https://immunefi.com/bounty/metalswap

GitHub Url: github.com/DEFI-Foundation/swapsv2
GitHub History Url: github.com/DEFI-Foundation/swapsv2/commits
2023-01-17main

100 - Solidity
#: 361

id: kadena
project: Kadena
Date: 2022-01-08T22:00:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/kadena

GitHub Url: github.com/kadena-io/chainweaver
GitHub History Url: github.com/kadena-io/chainweaver/commits
2023-01-14develop

82.72 - Haskell
6.32 - SCSS
5.13 - JavaScript
4.96 - Nix
0.63 - Objective-C
0.16 - CSS
0.08 - Shell
0 - HTML
#: 362

id: aave
project: AAVE
Date: 2023-10-18T09:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/aave

GitHub Url: github.com/aave/protocol-v2
GitHub History Url: github.com/aave/protocol-v2/commits
2023-01-11master

68.78 - TypeScript
30.35 - Solidity
0.75 - Ruby
0.07 - JavaScript
0.05 - Shell
0.01 - Dockerfile
#: 363

id: dodo
project: DODO
Date: 2021-05-25T05:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/dodo

GitHub Url: github.com/DODOEX/dodo-route-contract
GitHub History Url: github.com/DODOEX/dodo-route-contract/commits
2022-12-22main

91.5 - Solidity
8.32 - TypeScript
0.12 - Makefile
0.03 - Nix
0.02 - JavaScript
0.01 - Shell
#: 364

id: sommelier
project: Sommelier
Date: 2023-05-23T11:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/sommelier

GitHub Url: github.com/PeggyJV/cellar-v1_5
GitHub History Url: github.com/PeggyJV/cellar-v1_5/commits
2022-12-05release

98.92 - Solidity
1.08 - TypeScript
#: 365

id: lidoonpolygon
project: Lido on Polygon
Date: 2022-03-31T20:30:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/lidoonpolygon

GitHub Url: github.com/Shard-Labs/PoLido
GitHub History Url: github.com/Shard-Labs/PoLido/commits
2022-12-04main

53.24 - TypeScript
46.6 - Solidity
0.16 - Makefile
#: 366

id: tinymanv2
project: Tinyman AMM v2.0 Protocol
Date: 2022-11-28T17:00:00.000Z
Max Reward: 200000
Bounty Url: https://immunefi.com/bounty/tinymanv2

GitHub Url: github.com/tinymanorg/tinyman-amm-contracts-v2
GitHub History Url: github.com/tinymanorg/tinyman-amm-contracts-v2/commits
2022-11-25main

100 - Python
#: 367

id: sommelier
project: Sommelier
Date: 2023-05-23T11:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/sommelier

GitHub Url: github.com/PeggyJV/cellar-staking
GitHub History Url: github.com/PeggyJV/cellar-staking/commits
2022-11-18main

72.19 - TypeScript
27.05 - Solidity
0.64 - JavaScript
0.12 - Shell
#: 368

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-gem-joins
GitHub History Url: github.com/makerdao/dss-gem-joins/commits
2022-11-08master

99.7 - Solidity
0.22 - Nix
0.08 - Makefile
#: 369

id: reffinance
project: Ref Finance
Date: 2022-05-17T18:30:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/reffinance

GitHub Url: github.com/ref-finance/ref-ve
GitHub History Url: github.com/ref-finance/ref-ve/commits
2022-11-01main

94.48 - Rust
2.88 - TypeScript
1.17 - Shell
0.73 - Makefile
0.42 - Python
0.16 - JavaScript
0.16 - Dockerfile
#: 370

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-statemachine
GitHub History Url: github.com/filecoin-project/go-statemachine/commits
2022-10-08master

99.72 - Go
0.28 - Makefile
#: 371

id: flamingofinance
project: Flamingo Finance
Date: 2022-02-14T21:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/flamingofinance

GitHub Url: github.com/neo-project/examples
GitHub History Url: github.com/neo-project/examples/commits
2022-09-20master

100 - C#
#: 372

id: opyngamma
project: Opyn: Gamma
Date: 2022-02-07T18:30:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/opyngamma

GitHub Url: github.com/opynfinance/GammaProtocol
GitHub History Url: github.com/opynfinance/GammaProtocol/commits
2022-08-23master

70.57 - TypeScript
22 - Solidity
3.58 - Ruby
3.41 - JavaScript
0.45 - Shell
#: 373

id: dforce
project: dForce
Date: 2021-07-29T06:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/dforce

GitHub Url: github.com/dforce-network/Immunefi
GitHub History Url: github.com/dforce-network/Immunefi/commits
2022-07-06master

#: 374

id: bprotocol
project: BProtocol
Date: 2021-07-14T11:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/bprotocol

GitHub Url: github.com/backstop-protocol/dev
GitHub History Url: github.com/backstop-protocol/dev/commits
2022-07-05main

60.76 - JavaScript
20.57 - TypeScript
11.92 - Solidity
4.51 - Python
2.14 - TeX
0.06 - HTML
0.02 - Shell
0.01 - Dockerfile
0.01 - DIGITAL Command Language
0 - CSS
#: 375

id: flamingofinance
project: Flamingo Finance
Date: 2022-02-14T21:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/flamingofinance

GitHub Url: github.com/flamingo-finance/flamingo-contract-swap
GitHub History Url: github.com/flamingo-finance/flamingo-contract-swap/commits
2022-06-16master

100 - C#
#: 376

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-chain-log
GitHub History Url: github.com/makerdao/dss-chain-log/commits
2022-06-13master

85.23 - Solidity
8.86 - Shell
3.37 - Makefile
2.54 - Nix
#: 377

id: compoundfinance
project: Compound Finance
Date: 2024-12-11T16:28:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/compoundfinance

GitHub Url: github.com/compound-finance/compound-protocol
GitHub History Url: github.com/compound-finance/compound-protocol/commits
2022-06-07master

39.38 - TypeScript
33.42 - Solidity
25.89 - JavaScript
0.5 - PEG.js
0.48 - Shell
0.29 - Makefile
0.04 - Dockerfile
#: 378

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss
GitHub History Url: github.com/makerdao/dss/commits
2022-05-18master

99.76 - Solidity
0.13 - Makefile
0.11 - Nix
#: 379

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-cdp-manager
GitHub History Url: github.com/makerdao/dss-cdp-manager/commits
2022-05-18master

98.75 - Solidity
0.92 - Nix
0.34 - Makefile
#: 380

id: starkex
project: StarkEx
Date: 2023-06-27T08:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/starkex

GitHub Url: github.com/starkware-libs/starkex-for-spot-trading
GitHub History Url: github.com/starkware-libs/starkex-for-spot-trading/commits
2022-05-09master

44.11 - Cairo
43.88 - Python
11.79 - CMake
0.18 - Dockerfile
0.05 - Shell
#: 381

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-proxy-actions
GitHub History Url: github.com/makerdao/dss-proxy-actions/commits
2022-04-08master

99.51 - Solidity
0.36 - Nix
0.13 - Makefile
#: 382

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dsr-manager
GitHub History Url: github.com/makerdao/dsr-manager/commits
2022-04-08master

95.92 - Solidity
2.99 - Nix
1.09 - Makefile
#: 383

id: oasis
project: Oasis
Date: 2024-02-20T16:32:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/oasis

GitHub Url: github.com/oasisprotocol/deoxysii
GitHub History Url: github.com/oasisprotocol/deoxysii/commits
2022-02-28master

85.79 - Go
14.17 - Assembly
0.04 - Shell
#: 384

id: oasis
project: Oasis
Date: 2024-02-20T16:32:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/oasis

GitHub Url: github.com/oasisprotocol/deoxysii-rust
GitHub History Url: github.com/oasisprotocol/deoxysii-rust/commits
2022-02-25master

97.66 - Rust
2.34 - Makefile
#: 385

id: 88mphv3
project: 88mphV3
Date: 2021-07-03T11:00:00.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/88mphv3

GitHub Url: github.com/88mphapp/88mph-contracts
GitHub History Url: github.com/88mphapp/88mph-contracts/commits
2022-02-25v3

62.13 - Solidity
36.58 - JavaScript
1.09 - TypeScript
0.2 - Shell
#: 386

id: revest
project: Revest
Date: 2022-04-21T18:30:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/revest

GitHub Url: github.com/Revest-Finance/RevestAPI
GitHub History Url: github.com/Revest-Finance/RevestAPI/commits
2022-02-25master

100 - Solidity
#: 387

id: tinyman
project: Tinyman
Date: 2022-01-21T17:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/tinyman

GitHub Url: github.com/tinymanorg/tinyman-contracts-v1
GitHub History Url: github.com/tinymanorg/tinyman-contracts-v1/commits
2022-01-18main

#: 388

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-psm
GitHub History Url: github.com/makerdao/dss-psm/commits
2021-12-06master

95.68 - Solidity
4.14 - Shell
0.18 - Makefile
#: 389

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/optimism-dai-bridge
GitHub History Url: github.com/makerdao/optimism-dai-bridge/commits
2021-11-22master

70.23 - TypeScript
17.34 - Solidity
8.69 - Ruby
2.82 - Shell
0.92 - JavaScript
#: 390

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-statestore
GitHub History Url: github.com/filecoin-project/go-statestore/commits
2021-11-18master

95.75 - Go
4.25 - Makefile
#: 391

id: alpacafinance
project: Alpaca Finance
Date: 2021-06-14T09:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/alpacafinance

GitHub Url: github.com/alpaca-finance/alpies-contract
GitHub History Url: github.com/alpaca-finance/alpies-contract/commits
2021-11-10main

71.83 - TypeScript
27.8 - Solidity
0.38 - Shell
#: 392

id: lido
project: Lido
Date: 2021-05-22T05:00:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/lido

GitHub Url: github.com/lidofinance/aave-protocol-v2
GitHub History Url: github.com/lidofinance/aave-protocol-v2/commits
2021-10-07master

70.82 - TypeScript
28.28 - Solidity
0.78 - Ruby
0.07 - JavaScript
0.05 - Shell
0.01 - Dockerfile
#: 393

id: popsicle
project: Popsicle
Date: 2021-08-20T15:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/popsicle

GitHub Url: github.com/vt-btf/Optimizer
GitHub History Url: github.com/vt-btf/Optimizer/commits
2021-10-05main

100 - Solidity
#: 394

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/univ3-lp-oracle
GitHub History Url: github.com/makerdao/univ3-lp-oracle/commits
2021-09-29master

98.1 - Solidity
1.41 - Shell
0.48 - Makefile
#: 395

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/arbitrum-dai-bridge
GitHub History Url: github.com/makerdao/arbitrum-dai-bridge/commits
2021-09-20master

66.19 - TypeScript
23.63 - Solidity
7.01 - Ruby
2.34 - Shell
0.83 - JavaScript
#: 396

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/median
GitHub History Url: github.com/makerdao/median/commits
2021-09-17master

82.43 - Solidity
15.35 - Shell
1.63 - Nix
0.59 - Makefile
#: 397

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/osm
GitHub History Url: github.com/makerdao/osm/commits
2021-09-17master

96.5 - Solidity
2.35 - Nix
1.16 - Makefile
#: 398

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/mkr-authority
GitHub History Url: github.com/makerdao/mkr-authority/commits
2021-09-17master

96.22 - Solidity
1.93 - Shell
1.35 - Nix
0.49 - Makefile
#: 399

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/dss-auto-line
GitHub History Url: github.com/makerdao/dss-auto-line/commits
2021-09-17master

94.99 - Solidity
3.15 - Makefile
1.87 - Nix
#: 400

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/clipper-mom
GitHub History Url: github.com/makerdao/clipper-mom/commits
2021-09-17master

96.4 - Solidity
1.95 - Nix
1.65 - Makefile
#: 401

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/dapphub/ds-weth
GitHub History Url: github.com/dapphub/ds-weth/commits
2021-09-15master

87.97 - Solidity
10.2 - Haskell
1.27 - Shell
0.56 - Makefile
#: 402

id: moneyonchain
project: Money on Chain
Date: 2021-01-14T00:00-07:00
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/moneyonchain

GitHub Url: github.com/money-on-chain/sc-moc-decentralized-exchange
GitHub History Url: github.com/money-on-chain/sc-moc-decentralized-exchange/commits
2021-08-23master

54.52 - JavaScript
42.91 - Solidity
2.14 - Python
0.42 - Shell
0.01 - Dockerfile
#: 403

id: wepiggy
project: WePiggy
Date: 2022-01-29T03:30:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/wepiggy

GitHub Url: github.com/WePiggy/wepiggy-contracts
GitHub History Url: github.com/WePiggy/wepiggy-contracts/commits
2021-08-17master

69.61 - Solidity
23.55 - JavaScript
6.84 - Shell
#: 404

id: sky
project: Sky
Date: 2022-02-10T07:00:00.000Z
Max Reward: 10000000
Bounty Url: https://immunefi.com/bounty/sky

GitHub Url: github.com/makerdao/univ2-lp-oracle
GitHub History Url: github.com/makerdao/univ2-lp-oracle/commits
2021-08-12master

97.99 - Solidity
1.81 - Shell
0.2 - Makefile
#: 405

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/ipfs/go-hamt-ipld
GitHub History Url: github.com/ipfs/go-hamt-ipld/commits
2021-07-26master

84.03 - Go
15.97 - Makefile
#: 406

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-padreader
GitHub History Url: github.com/filecoin-project/go-padreader/commits
2021-07-23master

70.85 - Go
29.15 - Makefile
#: 407

id: moneyonchain
project: Money on Chain
Date: 2021-01-14T00:00-07:00
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/moneyonchain

GitHub Url: github.com/money-on-chain/Amphiraos-Oracle
GitHub History Url: github.com/money-on-chain/Amphiraos-Oracle/commits
2021-07-23master

66.7 - Solidity
32.72 - JavaScript
0.58 - Shell
#: 408

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/paired
GitHub History Url: github.com/filecoin-project/paired/commits
2021-06-01master

100 - Rust
#: 409

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/lurk-lab/neptune-triton
GitHub History Url: github.com/lurk-lab/neptune-triton/commits
2020-11-17master

97.75 - C
1.92 - Rust
0.33 - Futhark
0 - Shell
#: 410

id: neo
project: Neo
Date: 2022-01-07T04:00:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/neo

GitHub Url: github.com/neo-project/neo-gui
GitHub History Url: github.com/neo-project/neo-gui/commits
2020-09-27master

99.84 - C#
0.16 - Batchfile
#: 411

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/go-sectorbuilder
GitHub History Url: github.com/filecoin-project/go-sectorbuilder/commits
2020-03-26master

98.21 - Go
1.79 - Makefile
#: 412

id: filecoin
project: Filecoin
Date: 2023-04-14T20:00:00.000Z
Max Reward: 150000
Bounty Url: https://immunefi.com/bounty/filecoin

GitHub Url: github.com/filecoin-project/rust-fil-proofs-ffi
GitHub History Url: github.com/filecoin-project/rust-fil-proofs-ffi/commits
2019-11-30master

94.01 - Rust
5.99 - Shell