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

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
2025-06-18develop

99.55 - Rust
0.16 - Handlebars
0.13 - Makefile
0.07 - Shell
0.04 - Solidity
0.03 - Dockerfile
0.02 - JavaScript
rs: 20
toml: 2
+    1 | -    1 | node/cli/Cargo.toml | (dd28)2025-06-18
+ 1 | - 1 | pallets/leverage-staking/src/lib.rs | (dd28)2025-06-18
+ 58 | - 98 | pallets/slpx/src/benchmarking.rs | (dd28)2025-06-18
+ 230 | - 362 | pallets/slpx/src/lib.rs | (dd28)2025-06-18
+ 4 | - 33 | pallets/slpx/src/types.rs | (dd28)2025-06-18
+ 2 | - 2 | pallets/slpx/src/weights.rs | (dd28)2025-06-18
+ 5 | - 0 | pallets/token-gateway/Cargo.toml | (dd28)2025-06-18
+ 120 | - 162 | pallets/token-gateway/src/impls/ismp.rs | (dd28)2025-06-18
+ 1 | - 1 | pallets/token-gateway/src/lib.rs | (dd28)2025-06-18
+ 10 | - 5 | pallets/token-gateway/src/types.rs | (dd28)2025-06-18
+ 3 | - 3 | pallets/vtoken-minting/src/impls.rs | (dd28)2025-06-18
+ 1 | - 1 | pallets/vtoken-minting/src/lib.rs | (dd28)2025-06-18
+ 33 | - 22 | primitives/src/traits.rs | (dd28)2025-06-18
+ 1 | - 10 | runtime/bifrost-kusama/src/lib.rs | (dd28)2025-06-18
+ 1 | - 1 | runtime/bifrost-kusama/src/migration.rs | (dd28)2025-06-18
+ 1 | - 1 | runtime/bifrost-kusama/src/weights/bifrost_slpx.rs | (dd28)2025-06-18
+ 1 | - 1 | runtime/bifrost-paseo/src/lib.rs | (dd28)2025-06-18
+ 1 | - 1 | runtime/bifrost-paseo/src/migration.rs | (dd28)2025-06-18
+ 1 | - 1 | runtime/bifrost-paseo/src/weights/bifrost_slpx.rs | (dd28)2025-06-18
+ 1 | - 12 | runtime/bifrost-polkadot/src/lib.rs | (dd28)2025-06-18
+ 1 | - 1 | runtime/bifrost-polkadot/src/migration.rs | (dd28)2025-06-18
+ 1 | - 1 | runtime/bifrost-polkadot/src/weights/bifrost_slpx.rs | (dd28)2025-06-18
                    dd2853a08696648825f08130a660bd2819d56e78
                    
                    Bifrost v0.19.1 (#1784)

* Bifrost v0.19.1

* Fix token gateway (#1785)

* Fix token gateway

* Remove substrate create order

* Fix tests

* Fix token gateway on_accect (#1787)

* Fix token gateway

* Remove substrate create order

* Fix tests

* Fix some bugs

* Add force_increase_hyperbridge_reserve (#1788)

* Add force_increase_hyperbridge_reserve

* Remove unused code

* fix: 🐛 try-runtime

---------

Co-authored-by: yooml 
                
#: 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
2025-06-18main

94.44 - Cairo
5.37 - Solidity
0.19 - JavaScript
cairo: 14
yaml: 1
toml: 1
json: 7
+    2 | -    2 | Scarb.toml | (d789)2025-06-17
+ 19 | - 18 | package.json | (874c)2025-06-18
+ 1 | - 0 | pnpm-lock.yaml | (874c)2025-06-18
+ 6 | - 6 | workspace/apps/staking/contracts/package.json | (753d)2025-06-18, (6d44)2025-06-18, (874c)2025-06-18, (3151)2025-06-17, (b93a)2025-06-17, (d789)2025-06-17
+ 1 | - 0 | workspace/apps/staking/contracts/src/pool.cairo | (753d)2025-06-18
+ 5 | - 2 | workspace/apps/staking/contracts/src/pool/eic.cairo | (753d)2025-06-18
+ 11 | - 2 | workspace/apps/staking/contracts/src/pool/pool.cairo | (d789)2025-06-17
+ 66 | - 4 | workspace/apps/staking/contracts/src/staking/eic_v1_v2.cairo | (d789)2025-06-17
+ 1 | - 11 | workspace/apps/staking/contracts/src/staking/interface.cairo | (753d)2025-06-18, (d789)2025-06-17
+ 18 | - 0 | workspace/apps/staking/contracts/src/staking/interface_v0.cairo | (753d)2025-06-18, (d789)2025-06-17
+ 108 | - 2 | workspace/apps/staking/contracts/src/staking/objects.cairo | (d789)2025-06-17
+ 9 | - 0 | workspace/apps/staking/contracts/src/staking/staker_balance_trace/trace.cairo | (d789)2025-06-17
+ 140 | - 177 | workspace/apps/staking/contracts/src/staking/staking.cairo | (753d)2025-06-18, (874c)2025-06-18, (b93a)2025-06-17, (d789)2025-06-17
                    753de2753dfc44f8976e14104c7d2aae376547a3
                    
                    chore(staking): delete pool migration
                
6d44914bbbee73694af649da0f1a78744552ad0c test(staking): fix eic data in flows
874c1092d726e29c47832a0f1daf5fc8fde0c912 feat(staking): add btc token in constructor
3151636cfbc644ff337a97e059e90b1154438783 chore(staking): change name in strk token deployment
b93a55fecd769663611c391bf13d4c03f3821a1b chore(staking): optimize set_commission to not read commission twice
d7890815231f0a0b4c56f70f781f101878034674 test(staking): load_from_iterable_map
#: 3

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
2025-06-18master

53.73 - JavaScript
36.04 - Solidity
4.96 - Ruby
4.87 - Python
0.34 - Shell
0.06 - Makefile
github/CODEOWNERS: 1
yml: 1
json: 4
+   10 | -    0 | .github/CODEOWNERS | (c812)2025-06-16
+ 1 | - 1 | .github/actions/setup/action.yml | (e2bf)2025-06-18
+ 180 | - 24 | package-lock.json | (1389)2025-06-18, (6180)2025-06-17
+ 2 | - 2 | package.json | (1389)2025-06-18, (6180)2025-06-17
                    138969c2444abbf8e187eb208686963dbfac457c
                    
                    Transpile 51da8ae49
                
e2bfdd458fb5fbe6102e2e04b52f57bad1ba6a51 Transpile 6ccfb7b89
6180dc765a96fb6e8ef307165ae5131e3587fe04 Transpile 3eddace0c
c812cefe11890ef9f28356e8503b4e5e8d0d12a6 Transpile 800200d45
#: 4

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

GitHub Url: github.com/galacticcouncil/Hydradx-ui
GitHub History Url: github.com/galacticcouncil/Hydradx-ui/commits
2025-06-18master

99.71 - TypeScript
0.21 - HTML
0.09 - JavaScript
tsx: 9
ts: 16
json: 3
+    5 | -    5 | package.json | (bf2b)2025-06-18, (f5dc)2025-06-16, (3d3d)2025-06-16
+ 6 | - 4 | src/api/balances.ts | (bf2b)2025-06-18
+ 8 | - 6 | src/api/farms.ts | (bf2b)2025-06-18
+ 4 | - 2 | src/api/payments.ts | (bf2b)2025-06-18
+ 4 | - 2 | src/api/pools.ts | (bf2b)2025-06-18
+ 10 | - 37 | src/api/provider.ts | (bf2b)2025-06-18
+ 14 | - 8 | src/api/spotPrice.ts | (bf2b)2025-06-18
+ 24 | - 6 | src/api/trade.ts | (bf2b)2025-06-18
+ 5 | - 3 | src/api/xcm.ts | (bf2b)2025-06-18
+ 4 | - 18 | src/providers/rpcProvider.tsx | (bf2b)2025-06-18
+ 2 | - 2 | src/sections/trade/sections/swap/SwapPage.tsx | (bf2b)2025-06-18
+ 1 | - 1 | src/sections/transaction/ReviewTransactionEvmTxForm.tsx | (bf2b)2025-06-18
+ 41 | - 22 | src/sections/transaction/ReviewTransactionForm.tsx | (bf2b)2025-06-18, (a1f2)2025-06-17
+ 24 | - 1 | src/sections/transaction/ReviewTransactionForm.utils.tsx | (bf2b)2025-06-18, (a1f2)2025-06-17
+ 11 | - 7 | src/sections/transaction/ReviewTransactionXCallForm.tsx | (bf2b)2025-06-18
+ 5 | - 2 | src/sections/wallet/addToken/modal/components/TokenInfo/TokenInfo.utils.ts | (bf2b)2025-06-18
+ 1 | - 1 | src/sections/web3-connect/accounts/Web3ConnectAccountSelect.styled.ts | (bf2b)2025-06-18
+ 5 | - 5 | src/sections/web3-connect/accounts/Web3ConnectAccountSelect.tsx | (bf2b)2025-06-18
+ 66 | - 53 | src/sections/web3-connect/signer/EthereumSigner.ts | (bf2b)2025-06-18, (6d69)2025-06-17, (a1f2)2025-06-17
+ 2 | - 2 | src/state/store.ts | (bf2b)2025-06-18
+ 2 | - 0 | src/utils/evm.ts | (bf2b)2025-06-18, (a1f2)2025-06-17
                    bf2b1f5b224a0091158a884b2830ceeb941b540b
                    
                    Merge pull request #2446 from galacticcouncil/gc-apps

Use sdkContext, fix aave max
                
6d694e4d16d9db3045d504bb9bfdc633142f9cb6 Remove log
a1f2bc3e16e3c33b7bf4a7e06b3e11b1154f0d9f Use tx weight to calculate gas
f5dc86688f00528a138eb62b41921dad01e442ed bump sdk (calc withdrawable based on excess hf)
3d3dcc056a73fecdcfaae34bdf8f20215bc4bf50 bump sdk to latest (ora negative price fallback)
#: 5

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
2025-06-18main

74.07 - TypeScript
22.84 - Solidity
1.52 - JavaScript
1.34 - Rust
0.18 - Shell
0.02 - Dockerfile
0.02 - Makefile
0.01 - Handlebars
json: 2
+    2 | -    2 | cross-chain/starknet/package.json | (5386)2025-06-18, (a6dd)2025-06-18
                    5386976a7273b54495129765fc49c3cee3509a78
                    
                    feat: add ownership check and transfer scripts for StarkNetBitcoinDepositor & version bump (#868)

## Typescript and Cross-chain version bump
Typescript project and Starknet's cross-chain deployment version bump.

## Deployment Scripts

### Check Ownership
Introduced check_ownership.ts to verify the ownership status of the
StarkNetBitcoinDepositor contract, providing feedback on whether
ownership transfer to governance is needed.

### Transfer Ownership
Added transfer_ownership.ts to facilitate the transfer of contract
ownership from the deployer to governance, including checks to ensure
the transfer is valid and logging transaction details.

These scripts enhance the management of contract ownership within the
StarkNet integration.
                
a6ddff03f853b4ab0241aa23cde6280039305452 chore: version bump
8a89c18e230f2e74a56e68e7ed0f373673ebacf4 feat: add ownership check and transfer scripts for StarkNetBitcoinDepositor - Introduced `check_ownership.ts` to verify the ownership status of the StarkNetBitcoinDepositor contract, providing feedback on whether ownership transfer to governance is needed. - Added `transfer_ownership.ts` to facilitate the transfer of contract ownership from the deployer to governance, including checks to ensure the transfer is valid and logging transaction details. These scripts enhance the management of contract ownership within the StarkNet integration.
#: 6

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
2025-06-18main

84.01 - Go
5.51 - JavaScript
3.74 - Solidity
2.85 - Shell
2.16 - Rust
1.35 - Python
0.21 - Makefile
0.12 - Dockerfile
0.05 - HCL
sum: 1
go: 20
mod: 1
yml: 1
+    3 | -    1 | app/ante.go | (122c)2025-06-18
+ 1 | - 0 | app/app.go | (122c)2025-06-18
+ 4 | - 1 | codecov.yml | (abdb)2025-06-18
+ 9 | - 3 | evmrpc/block.go | (510a)2025-06-17
+ 61 | - 0 | evmrpc/context.go | (6365)2025-06-17
+ 5 | - 0 | evmrpc/filter.go | (d125)2025-06-17
+ 2 | - 2 | evmrpc/info.go | (510a)2025-06-17
+ 10 | - 10 | evmrpc/simulate.go | (0101)2025-06-18, (6365)2025-06-17, (510a)2025-06-17
+ 1 | - 1 | evmrpc/subscribe.go | (510a)2025-06-17
+ 4 | - 0 | evmrpc/tracers.go | (6365)2025-06-17
+ 2 | - 2 | go.mod | (6365)2025-06-17
+ 4 | - 4 | go.sum | (6365)2025-06-17
+ 1 | - 1 | x/evm/ante/basic.go | (8f01)2025-06-17
+ 10 | - 4 | x/evm/ante/fee.go | (122c)2025-06-18, (510a)2025-06-17
+ 1 | - 1 | x/evm/keeper/evm.go | (0101)2025-06-18
+ 2 | - 2 | x/evm/keeper/fee.go | (510a)2025-06-17
+ 8 | - 3 | x/evm/keeper/keeper.go | (0101)2025-06-18, (510a)2025-06-17
+ 15 | - 0 | x/evm/migrations/migrate_remove_curr_block_base_fee.go | (510a)2025-06-17
+ 5 | - 1 | x/evm/module.go | (510a)2025-06-17
                    0101bea4c0b830c6f968ee371f76fa3d4be903b7
                    
                    [SEI-9624] Fix debug trace diff mode balance change (#2208)

* remove curr base fee, just next

* put GetCurrBaseFee back for migrate base fee

* need to pull base fee from prev ctx height in block evmrpc

* fix evmrpc block tests

* add to upgrades.go

* fix defaults

* Revert "fix defaults"

This reverts commit 56728c97485924d88277b34748fcd9690f806c5a.

* edge case of base fee in block.go

* fix

* fix base fee on early blocks

* do migration for curr base fee

* remove from upgrades.go

* fix broken test

* [SEI-9624] Fix debug trace diff mode balance change

* cleanup

* include heavy tx to raise gas for each test case

* fix TestEVMDynamicFeeTransaction

* debug trace backwards compat

* reverse

* use inf gas meter

* use inf gas meter

* add 2 unit tests

* add logging

* fix 1559 integration tests

* lower sleep

* remove console.log

* fix lint errors
                
122c8974a6afb5f713edbdb4f0124eb7d4aa8f93 Make EVM Antehandler getBaseFee backwards compatible (#2212) * add base fee backwards compatibility * fix test * fix fmt
abdbd05f1755c0f9d51456806f90eb0b9d353689 [SEI-9784] Implement patch coverage enforcement for codecov (#2209) require 70% patch coverage
8f01cafb02459b81cb5a7990fad029fe43cff212 [SEI-9690] Return geth "intrinsic gas too low" error in antehandler (#2207) * return geth error in antehandler * fix test * fix linter errors
d125fa0c7483ecbd434a8444c576766b2fb82277 fix: use evm only index in eth_getLogs (#2211) * fix: use evm index in eth_getLogs
636522a2336680721d10e8c895b87dd27428cc4a Add RPC tracer regression tests (#2206) * wip * Add RPC regression tests
510aaf60633591ad60942557411e2def82a66e78 Simplify Base Fee - Deprecate CurrBaseFee (#2200) * remove curr base fee, just next * put GetCurrBaseFee back for migrate base fee * need to pull base fee from prev ctx height in block evmrpc * fix evmrpc block tests * add to upgrades.go * fix defaults * Revert "fix defaults" This reverts commit 56728c97485924d88277b34748fcd9690f806c5a. * edge case of base fee in block.go * fix * fix base fee on early blocks * do migration for curr base fee * remove from upgrades.go * fix broken test
#: 7

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
2025-06-18main

84.7 - Go
6.63 - TeX
5.43 - TLA
1.57 - BibTeX Style
0.51 - Shell
0.42 - Python
0.29 - Makefile
0.27 - Jinja
0.11 - Dockerfile
0.05 - HCL
0.02 - HTML
yml: 1
+    3 | -    0 | codecov.yml | (4f04)2025-06-18
                    4f040a3f62b181862303f7a333eeb0a0b857902c
                    
                    require 70% patch coverage (#286)
                
#: 8

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
2025-06-18main

92.88 - C
2.06 - Python
1.47 - SystemVerilog
0.78 - Shell
0.78 - C++
0.64 - Assembly
0.51 - Makefile
0.38 - Rust
0.29 - CodeQL
0.06 - Lua
0.06 - Tcl
0.05 - Go
0.01 - Vim Script
0.01 - TypeScript
0 - JavaScript
0 - CSS
toml: 8
sv: 2
xml: 1
css: 2
h: 33
py: 1
c: 62
json: 6
js: 3
woff: 1
woff2: 1
mk: 2
gitattributes: 1
html: 1
+    0 | -    2 | .gitattributes | (b964)2025-06-18
+ 106 | - 382 | contrib/grafana/quic.json | (de42)2025-06-18
+ 263 | - 0 | contrib/grafana/tile_details.json | (de42)2025-06-18
+ 296 | - 0 | contrib/grafana/tile_overview.json | (de42)2025-06-18
+ 5 | - 5 | contrib/offline-replay/offline_replay.toml | (079e)2025-06-17, (025a)2025-06-16
+ 1 | - 0 | src/app/fdctl/commands/run_agave.c | (df23)2025-06-17
+ 13 | - 0 | src/app/fdctl/config/default.toml | (e8f2)2025-06-18, (df23)2025-06-17
+ 1 | - 0 | src/app/fdctl/topology.c | (e8f2)2025-06-18
+ 38 | - 0 | src/app/firedancer/callbacks.c | (3068)2025-06-16
+ 55 | - 25 | src/app/firedancer/config/default.toml | (e8f2)2025-06-18, (079e)2025-06-17, (025a)2025-06-16, (3068)2025-06-16
+ 2 | - 0 | src/app/firedancer/main.c | (3068)2025-06-16
+ 111 | - 69 | src/app/firedancer/topology.c | (025a)2025-06-16, (3068)2025-06-16
+ 39 | - 1 | src/app/firedancer/topology.h | (3068)2025-06-16
+ 29 | - 28 | src/app/ledger/main.c | (025a)2025-06-16
+ 40 | - 37 | src/app/rpcserver/main.c | (0aaf)2025-06-17, (3e7f)2025-06-17, (025a)2025-06-16
+ 12 | - 8 | src/app/shared/fd_config.h | (e8f2)2025-06-18, (df23)2025-06-17, (025a)2025-06-16, (3068)2025-06-16
+ 8 | - 6 | src/app/shared/fd_config_parse.c | (e8f2)2025-06-18, (df23)2025-06-17, (025a)2025-06-16, (3068)2025-06-16
+ 1 | - 0 | src/app/shared/fd_obj_callbacks.c | (3068)2025-06-16
+ 5 | - 4 | src/ballet/sbpf/fd_sbpf_loader.h | (7740)2025-06-18
+ 19 | - 20 | src/disco/bundle/fd_bundle_auth.c | (0d99)2025-06-18
+ 1 | - 4 | src/disco/bundle/fd_bundle_auth.h | (0d99)2025-06-18
+ 139 | - 85 | src/disco/bundle/fd_bundle_client.c | (e8f2)2025-06-18, (0d99)2025-06-18
+ 76 | - 3 | src/disco/bundle/fd_bundle_tile.c | (e8f2)2025-06-18, (0d99)2025-06-18
+ 40 | - 3 | src/disco/bundle/fd_bundle_tile_private.h | (e8f2)2025-06-18, (0d99)2025-06-18
+ 189 | - 0 | src/disco/gui/dist/assets/index-BMXHEY98.js | (4d90)2025-06-18
+ 0 | - 1 | src/disco/gui/dist/assets/index-CULNhLeN.css | (4d90)2025-06-18
+ 1 | - 1 | src/disco/gui/dist/assets/index-DHGJ33nl.js | (4d90)2025-06-18
+ 0 | - 251 | src/disco/gui/dist/assets/index-DdJHC3EJ.js | (4d90)2025-06-18
+ 1 | - 0 | src/disco/gui/dist/assets/index-LRr8f3PD.css | (4d90)2025-06-18
+ 0 | - 0 | src/disco/gui/dist/assets/roboto-mono-latin-400-normal-B0u6u4eV.woff | (4d90)2025-06-18
+ 0 | - 0 | src/disco/gui/dist/assets/roboto-mono-latin-400-normal-C_5wUCW5.woff2 | (4d90)2025-06-18
+ 18 | - 29 | src/disco/gui/dist/index.html | (4d90)2025-06-18
+ 1 | - 0 | src/disco/gui/fd_gui.c | (a5c5)2025-06-17
+ 24 | - 12 | src/disco/gui/generated/http_import_dist.c | (4d90)2025-06-18
+ 1 | - 0 | src/disco/metrics/generated/fd_metrics_shred.c | (1c53)2025-06-18
+ 12 | - 6 | src/disco/metrics/generated/fd_metrics_shred.h | (1c53)2025-06-18
+ 2 | - 1 | src/disco/metrics/metrics.xml | (1c53)2025-06-18
+ 1 | - 0 | src/disco/pack/fd_pack.c | (a5c5)2025-06-17
+ 3 | - 0 | src/disco/pack/fd_pack.h | (a5c5)2025-06-17
+ 19 | - 7 | src/disco/shred/fd_shred_tile.c | (1c53)2025-06-18
+ 54 | - 18 | src/disco/topo/fd_topo.h | (e8f2)2025-06-18, (3068)2025-06-16
+ 8 | - 6 | src/disco/topo/fd_topob.c | (3068)2025-06-16
+ 3 | - 24 | src/discof/batch/fd_batch_tile.c | (3068)2025-06-16
+ 3 | - 18 | src/discof/exec/fd_exec_tile.c | (b964)2025-06-18, (3068)2025-06-16
+ 118 | - 3 | src/discof/forest/fd_forest.c | (9446)2025-06-18
+ 44 | - 2 | src/discof/forest/fd_forest.h | (9446)2025-06-18
+ 85 | - 111 | src/discof/repair/fd_repair_tile.c | (9446)2025-06-18, (3068)2025-06-16
+ 3 | - 3 | src/discof/replay/fd_exec.h | (b964)2025-06-18
+ 15 | - 42 | src/discof/replay/fd_replay_tile.c | (b3f5)2025-06-18, (3068)2025-06-16
+ 3 | - 15 | src/discof/restart/fd_restart_tile.c | (3068)2025-06-16
+ 7 | - 29 | src/discof/rpcserver/fd_rpcserv_tile.c | (025a)2025-06-16, (3068)2025-06-16
+ 4 | - 3 | src/discof/tower/fd_tower_tile.c | (025a)2025-06-16, (3068)2025-06-16
+ 2 | - 18 | src/discof/writer/fd_writer_tile.c | (3068)2025-06-16
+ 2 | - 2 | src/flamenco/fd_flamenco_base.h | (b3f5)2025-06-18
+ 3 | - 3 | src/flamenco/features/fd_features_generated.c | (1c53)2025-06-18
+ 1 | - 1 | src/flamenco/features/fd_features_generated.h | (1c53)2025-06-18
+ 1 | - 1 | src/flamenco/features/feature_map.json | (1c53)2025-06-18
+ 16 | - 8 | src/flamenco/leaders/fd_multi_epoch_leaders.c | (52d0)2025-06-18
+ 2 | - 3 | src/flamenco/leaders/fd_multi_epoch_leaders.h | (52d0)2025-06-18
+ 1 | - 1 | src/flamenco/repair/fd_repair.h | (9446)2025-06-18
+ 1 | - 1 | src/flamenco/rewards/fd_rewards.c | (b964)2025-06-18
+ 1 | - 1 | src/flamenco/runtime/context/fd_exec_txn_ctx.h | (b964)2025-06-18
+ 2 | - 2 | src/flamenco/runtime/fd_runtime.c | (b964)2025-06-18
+ 1 | - 1 | src/flamenco/runtime/program/fd_stake_program.c | (b964)2025-06-18
+ 2 | - 2 | src/flamenco/snapshot/fd_snapshot_create.c | (b964)2025-06-18
+ 4 | - 4 | src/flamenco/stakes/fd_stakes.c | (b964)2025-06-18
+ 1 | - 1 | src/flamenco/stakes/fd_stakes.h | (b964)2025-06-18
+ 38 | - 50 | src/flamenco/types/fd_fuzz_types.h | (b964)2025-06-18
+ 300 | - 191 | src/flamenco/types/fd_types.c | (b964)2025-06-18
+ 74 | - 30 | src/flamenco/types/fd_types.h | (b964)2025-06-18
+ 26 | - 18 | src/flamenco/types/fd_types.json | (b964)2025-06-18, (43e5)2025-06-16
+ 1 | - 1 | src/flamenco/types/fd_types_reflect_generated.c | (b964)2025-06-18
+ 6 | - 1 | src/flamenco/types/gen_stubs.py | (b964)2025-06-18
+ 97 | - 94 | src/flamenco/vm/fd_vm_interp_core.c | (7740)2025-06-18
+ 203 | - 4 | src/flamenco/vm/fd_vm_interp_jump_table.c | (7740)2025-06-18
+ 2 | - 4 | src/funk/Local.mk | (025a)2025-06-16
+ 4 | - 2 | src/funk/fd_funk.c | (025a)2025-06-16, (3068)2025-06-16
+ 3 | - 3 | src/funk/fd_funk.h | (025a)2025-06-16, (3068)2025-06-16
+ 34 | - 11 | src/funk/fd_funk_base.h | (025a)2025-06-16, (3068)2025-06-16
+ 1 | - 450 | src/funk/fd_funk_filemap.c | (025a)2025-06-16, (3068)2025-06-16
+ 0 | - 68 | src/funk/fd_funk_filemap.h | (025a)2025-06-16
+ 1 | - 0 | src/funk/fd_funk_txn.c | (025a)2025-06-16
+ 95 | - 0 | src/util/tmpl/fd_redblack.c | (b964)2025-06-18
+ 2 | - 0 | src/waltz/grpc/Local.mk | (0d99)2025-06-18
+ 204 | - 112 | src/waltz/grpc/fd_grpc_client.c | (e8f2)2025-06-18, (0d99)2025-06-18
+ 62 | - 6 | src/waltz/grpc/fd_grpc_client.h | (0d99)2025-06-18
+ 47 | - 2 | src/waltz/grpc/fd_grpc_client_private.h | (0d99)2025-06-18
+ 7 | - 7 | src/waltz/h2/fd_h2_conn.c | (0d99)2025-06-18
+ 24 | - 1 | src/waltz/h2/fd_h2_conn.h | (0d99)2025-06-18
+ 11 | - 16 | src/waltz/h2/fd_h2_stream.h | (0d99)2025-06-18
+ 5 | - 2 | src/waltz/http/fd_http_server.c | (45b1)2025-06-16
+ 1 | - 0 | src/waltz/http/fd_http_server.h | (45b1)2025-06-16
+ 5 | - 4 | src/waltz/quic/fd_quic.c | (1d6d)2025-06-16
+ 1 | - 1 | src/wiredancer/rtl/schl_cpu.sv | (66dd)2025-06-18
+ 1 | - 1 | src/wiredancer/rtl/sha512_block.sv | (f487)2025-06-18
                    4d901df3abc48e0c90293e6b9550dcbff54e33e0
                    
                    gui: add txn bars
                
1c539b3ddc1a0673c066ac120949208f8aab274e shred: drop unchained merkle shreds
52d05bdaa6c1ec5a703e99d8b0817fd1515401d5 multi_epoch_leaders: get_next_slot check across epochs
b964781c7d874847ddd33f6eac942c27c1aa2bd5 flameco,types: fix epoch stakes util,redblack: add insertAndReplace map functionality needs to correctly deal with duplicate keys
7740f94a85df01cf00a7ffb34cff8f06e5075bdd flamenco: fix vm interp jump tables
9446baf3e762b65a45be97612f945cad765ba54c forest: iterator API for repair requesting one shred at a time
66dda662792d4dde95d7469938a9fc8155b1b967 Update schl_cpu.sv
f4872a07b45997378bb1390c51ccf10b3445baeb Update sha512_block.sv
b3f5e0deb244f96486cd52c4d05451a82ba31639 small changes needed for geyser
de42672aa70c8659dd99d5b6a3056f096863db93 contrib: update Grafana dashboards
e8f26902e41d01966a44f30c48219395f0471e10 bundle: TLS cert verify
0d9925b5ed5ef44be48b2a543ddc12258551a4cd grpc: improvements
a5c504ba56cd38e8e5042542b92783b02fcf36b9 gui, pack: fix burned txn fee
0aafd038a8f98f10a7db85ef158cb654ad536972 clean up rpcserver initialization
3e7f25cac3f652eea75567dc0c4902b187b4c300 fixed wksp
a414a7c4581a4bb8580c394e553b2eb8c77556f8 fuzz(block): remove microblocks from fuzzing
df23b26c39d43646b637168326ca76c9afa9912d config: Add --disable-accounts-disk-index
079e9c9763e84a7ee2affcda7c634fe3ab7e7f05 funk: default config use correct key
025af65ca3d519a37aaea46eb94fe11189a4beed contrib, funk, ledger: remove funk filemap
306899595b0fe9036ff1c05545be4d2149f0c9f4 funk: move to topology object
1d6dd0d6539fb4d0c5a65c04750103381e99962d quic: fix used param marked unused, decrypt fail initial
1f0357d55bba81fe37942f0096646769805cf7bb fuzz(block): remove unused StakeAccount pb definition
43e5bb7eb389de4ad2f0d34f88c064fb29dccf54 types: add Agave type refs Adds a few Agave type names just to establish a schema convention
45b136c696ece38cfb5c785d71a1007780845923 Add PUT to HTTP server
#: 9

id: omni-network
project: Omni Network
Date: 2025-01-21T01:10:18.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/omni-network

GitHub Url: github.com/omni-network/omni
GitHub History Url: github.com/omni-network/omni/commits
2025-06-18main

62.55 - Go
30.17 - Solidity
6.02 - TypeScript
0.4 - Shell
0.38 - Rust
0.23 - Makefile
0.13 - Dockerfile
0.1 - Smarty
0.01 - CSS
0.01 - HTML
mod: 1
so: 1
sum: 1
go: 3
toml: 2
json: 1
+    1 | -    0 | anchor/localnet/dummy-keypair.json | (50b0)2025-06-16
+ 0 | - 0 | anchor/localnet/dummy.so | (50b0)2025-06-16
+ 6 | - 0 | anchor/localnet/static.go | (50b0)2025-06-16
+ 8 | - 9 | e2e/app/setup.go | (50b0)2025-06-16
+ 1 | - 0 | e2e/app/svm.go | (50b0)2025-06-16
+ 1 | - 1 | e2e/manifests/mainnet.toml | (caff)2025-06-16
+ 1 | - 1 | e2e/manifests/omega.toml | (caff)2025-06-16
+ 1 | - 1 | go.mod | (312c)2025-06-18
+ 2 | - 2 | go.sum | (312c)2025-06-18
                    856fd74e170bdf4e1f12c49be301e24fe3caa7e5
                    
                    chore(docs): add faq on fees (#4260)

faq on fees
                
312caa3394d8580acb631201fc3ed98ec351408c chore(deps): bump github.com/ugorji/go/codec from 1.2.14 to 1.3.0 (#4257) Bumps [github.com/ugorji/go/codec](https://github.com/ugorji/go) from 1.2.14 to 1.3.0.
Release notes

Sourced from github.com/ugorji/go/codec's releases.

1.3.0

Release 1.3.0

Today, we release v1.3.0 of go-codec.

This is a BIG production release of go-codec. We encourage all users to upgrade immediately.

Highlights:

  • codecgen removed
  • benchmarks moved completely to go-codec-bench/codec package
  • introduce generics extensively within unexported code (not exposed to consumers)
  • built atop generics, introduce monomorphization for optimized code execution
  • dramatic performance improvement: up to 18% on encode and 49% on decode
  • many architectural refactoring cleanup for better code
  • many fixes, including zero copy, trie for struct field lookup,
  • support NilCollectionToZeroLength: allowing encoding a nil collection as [] not null in json, etc
  • json: support TimeFormat and BytesFormat in json, for comprehensive support when encoding time.Time and []byte
  • numerous architectural clean ups and bug fixes leading to much more robust code

As noted above, this release is up to 18% faster on encode and 49% faster on decode, much more robust and provides better support for json and handling nil collections.

As a consequence of the changes, we now support at least 4 major releases of go. v1.3.0 supports go 1.21+ (ie last 2+ years of go releases).

The main goal has always been to provide the most feature-rich and performant package for encoding and decoding of multiple popular binary and text formats in a consistent way.

We believe we continue to achieve that!

Commits
  • 2f58d58 github workflow: no need to go get go-cmp package, since it is referenced in ...
  • d08e9df codec: nit (remove comments)
  • 2630ac4 codec: test: call testEqualOpts with right set of interfaces to ignoreunexpor...
  • 1bed99c codec: add go-cmp test dependency to go.mod, go.sum
  • 622e876 codec: github actions: add cache: false to resolve repo go.sum missing
  • f45b40a codec: simplify field name precedence support
  • 1bd7e92 codec: fix testEqual support for diff
  • 047fd14 codec: bench: add io with bufsize=0 to quicksuite, and other nits (use fmt.Sp...
  • 707f480 codec: bench: one pass check should handle recover while printing name of format
  • 0885686 codec: always log BenchOnePass output regardless of test.v flag
  • Additional commits viewable in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ugorji/go/codec&package-manager=go_modules&previous-version=1.2.14&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
caff6f66bdc435259fb74619592c247ca21c3b45 chore(e2e/manifest): bump protected halos (#4256) Bump halo versions to include EVM RCP proxy. issue: none
50b044aa7beba9a16643cf30b5c5cd4598d3fddc chore(lib/svmutil): support redeploying programs (#4254) Support redeploying/upgrading contracts. issue: none
#: 10

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
2025-06-18master

79.21 - Rust
20.79 - TypeScript
rs: 4
toml: 1
+    1 | -    7 | client/Cargo.toml | (588a)2025-06-18
+ 4 | - 0 | client/src/instructions/amm_instructions.rs | (588a)2025-06-18
+ 54 | - 49 | client/src/instructions/token_instructions.rs | (588a)2025-06-18
+ 5 | - 5 | client/src/instructions/utils.rs | (588a)2025-06-18
+ 1 | - 0 | client/src/main.rs | (588a)2025-06-18
                    588a7191e8febbc99e2045ec8cb3aee59fbd0a44
                    
                    Fix: update client dependencies
                
#: 11

id: hedera
project: Hedera
Date: 2025-02-05T04:21:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/hedera

GitHub Url: github.com/hiero-ledger/hiero-consensus-node
GitHub History Url: github.com/hiero-ledger/hiero-consensus-node/commits
2025-06-18main

96 - Java
2.1 - Solidity
1.48 - HTML
0.22 - Shell
0.1 - Dockerfile
0.07 - ANTLR
0.02 - Python
0.02 - Batchfile
yaml: 5
java: 11
kts: 1
+    8 | -    0 | .github/workflows/node-flow-deploy-adhoc-artifact.yaml | (e008)2025-06-18, (3038)2025-06-17
+ 35 | - 1 | .github/workflows/zxc-tck-regression.yaml | (654f)2025-06-18, (6118)2025-06-17
+ 0 | - 21 | .github/workflows/zxcron-promote-build-candidate.yaml | (e8f4)2025-06-17
+ 10 | - 6 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/BlockStreamBuilder.java | (5a35)2025-06-18
+ 27 | - 0 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/io/utility/SimpleRecycleBin.java | (a6c0)2025-06-18
+ 1 | - 0 | platform-sdk/swirlds-merkle/build.gradle.kts | (68e6)2025-06-18
+ 22 | - 1 | platform-sdk/swirlds-merkle/src/timingSensitive/java/com/swirlds/virtual/merkle/reconnect/BrokenBuilder.java | (68e6)2025-06-18
+ 2 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/builder/PlatformComponentBuilder.java | (a6c0)2025-06-18
+ 91 | - 0 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/cli/PrepareForTransplantCommand.java | (a6c0)2025-06-18
+ 9 | - 3 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/CommonPcesWriter.java | (a6c0)2025-06-18, (cbfa)2025-06-18
+ 4 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/PcesConfig.java | (cbfa)2025-06-18
+ 6 | - 9 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/PcesFileManager.java | (a6c0)2025-06-18
+ 1 | - 0 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/PcesFileWriterType.java | (cbfa)2025-06-18
+ 77 | - 0 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/SavedStateUtils.java | (a6c0)2025-06-18
                    e008dddb72ec539ba9078d08de0c61ebd5c7269f
                    
                    chore: Added new inputs ref/ref-name to AdHoc workflow (#19777)

Signed-off-by: Tom Zheng 
                
654f7e5d43abf3b8a4f9dccc97649599a3e2521d chore: Update solo to use v0.37.1 (#19747) Signed-off-by: Roger Barker
a6c0734260b6959160ff0acc3b1f2ee29b52e81c chore: create state transplant preparation tool (#19746) Signed-off-by: Lazar Petrovic
68e67b36a3d366ea745481dca50b4dd135906aa9 fix: 19748 Fixed `BreakableDataSource` lifecycle management for reconnect tests (#19749) Signed-off-by: Ivan Malygin
cbfa7e8384061f6f52cee213ac53a3d4e6193416 feat: Separate configuration for Mac PcesWriter, due to difference in performance between platforms (#19762) Signed-off-by: Artur Biesiadowski
5a354fc79b850f2666b43239f4bc7fb709c364de chore: BatchTransactions support in BlockStreams (#19699) Signed-off-by: Neeharika-Sompalli
3038736bf4b3ccbb3539b9b01b83960ff90cbeb7 fix: 19753 Fixed pass missing ref name for AdHoc workflow (#19754) Signed-off-by: Tom Zheng
61184c808c4629eb31a2b38a1178c2a9e1ca51cb chore: Upload artifacts during SDK TCK regression panel (#19744) Signed-off-by: Roger Barker Co-authored-by: Copilot <[email protected]> Co-authored-by: Andrew Brandt
e8f464f637931928af1a4a9febaf47a118860265 chore: Remove pager duty alerts for CITR workflows (#19693) Signed-off-by: Roger Barker
b0f3b79aa88e851f5ff7060cc2514ded353a591b docs: create MAINTAINERS.md (#18525) Signed-off-by: Hendrik Ebbers Signed-off-by: Andrew Brandt Signed-off-by: Jessica G Signed-off-by: Jessica Wagantall Co-authored-by: Jessica G Co-authored-by: Andrew Brandt
c4f62d047ec898519710feab6882beebe70a124d test: Validate invalid signature scenarios for consensus service #19373 (#19475) Signed-off-by: Zhivko Kelchev Signed-off-by: Eva Co-authored-by: Zhivko Kelchev
075e98a8cca12a2ac9e17e7a17edd359a9a50e5d test: Consensus topic custom fees are charged as expected for batch transactions (#19665) Signed-off-by: Valentin Tronkov <[email protected]>
#: 12

id: hedera
project: Hedera
Date: 2025-02-05T04:21:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/hedera

GitHub Url: github.com/hiero-ledger/hiero-sdk-js
GitHub History Url: github.com/hiero-ledger/hiero-sdk-js/commits
2025-06-18main

97.38 - JavaScript
2.2 - TypeScript
0.39 - Solidity
0.02 - Dockerfile
0.01 - Shell
mjs: 3
yaml: 1
yml: 1
ico: 1
css: 2
gitignore: 1
ts: 3
js: 4
json: 3
+    1 | -    1 | .github/workflows/renovate.yml | (33db)2025-06-17
+ 41 | - 0 | examples/frontend-examples/.gitignore | (3179)2025-06-17
+ 14 | - 0 | examples/frontend-examples/eslint.config.mjs | (3179)2025-06-17
+ 7 | - 0 | examples/frontend-examples/jsconfig.json | (3179)2025-06-17
+ 4 | - 0 | examples/frontend-examples/next.config.mjs | (3179)2025-06-17
+ 11317 | - 0 | examples/frontend-examples/package-lock.json | (3179)2025-06-17
+ 28 | - 0 | examples/frontend-examples/package.json | (3179)2025-06-17
+ 5 | - 0 | examples/frontend-examples/postcss.config.mjs | (3179)2025-06-17
+ 0 | - 0 | examples/frontend-examples/src/app/favicon.ico | (3179)2025-06-17
+ 16 | - 0 | examples/frontend-examples/src/app/globals.css | (3179)2025-06-17
+ 258 | - 0 | examples/frontend-examples/src/app/index.module.css | (3179)2025-06-17
+ 170 | - 0 | examples/frontend-examples/src/app/layout.js | (3179)2025-06-17
+ 12 | - 0 | examples/frontend-examples/src/app/page.js | (3179)2025-06-17
+ 30 | - 0 | examples/frontend-examples/src/app/providers.js | (3179)2025-06-17
+ 69 | - 0 | examples/frontend-examples/src/app/transaction/size/page.js | (3179)2025-06-17
+ 10 | - 10 | pnpm-lock.yaml | (6c23)2025-06-16
+ 30 | - 22 | tck/methods/token.ts | (9951)2025-06-18, (40a9)2025-06-18
+ 5 | - 1 | tck/params/token.ts | (9951)2025-06-18
                    9951a906c235628d74c1bb85f1f30a3d47092da8
                    
                    chore(TCK): Airdrop cancel transactionl fix (#3166)

Signed-off-by: ivaylogarnev-limechain 
                
40a9adc99dddb0925682ccaf47694280f2f2f73d chore(TCK): Removed unused import (#3165) Signed-off-by: ivaylogarnev-limechain
33db2651a73dae287e473bf88b622a5205a85888 chore(deps): bump renovatebot/github-action from 42.0.5 to 42.0.6 (#3163) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
317950afbbaa76e282cd0884d4d7e205dacae2b8 feat: example template (#3164) Signed-off-by: Ivaylo Nikolov
6c2305d57c39f12c242b23194ac3511108c55015 chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#3156) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#: 13

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
2025-06-18main

99.01 - Solidity
0.99 - JavaScript
sol: 2
+  706 | -    0 | contracts/payloads/IGP100/PayloadIGP100.sol | (c473)2025-06-18
+ 2 | - 0 | contracts/payloads/common/constants.sol | (c473)2025-06-18
                    c473ebef6ae608d70c1939875c2a20516e342db2
                    
                    Merge pull request #115 from Instadapp/igp-100

IGP100
                
#: 14

id: hedera
project: Hedera
Date: 2025-02-05T04:21:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/hedera

GitHub Url: github.com/hiero-ledger/hiero-sdk-go
GitHub History Url: github.com/hiero-ledger/hiero-sdk-go/commits
2025-06-18main

79.58 - Go
20.37 - PureBasic
0.02 - Shell
0.01 - Dockerfile
0.01 - Just
go: 1
yml: 2
+   16 | -   10 | .github/workflows/build.yml | (b115)2025-06-18
+ 2 | - 2 | Taskfile.yml | (b115)2025-06-18
+ 1 | - 1 | sdk/client.go | (b115)2025-06-18
                    b115db317d15d42303f6bed771a9b06ff87cb4e7
                    
                    feat: Solo action integration (#1410)

* chore: action integration

Signed-off-by: Ivan Ivanov 

* chore: use 0.0.2

Signed-off-by: Ivan Ivanov 

* chore: examples

Signed-off-by: Ivan Ivanov 

* fix

Signed-off-by: Ivan Ivanov 

* fix

Signed-off-by: Ivan Ivanov 

* fix

Signed-off-by: Ivan Ivanov 

---------

Signed-off-by: Ivan Ivanov 
                
#: 15

id: hedera
project: Hedera
Date: 2025-02-05T04:21:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/hedera

GitHub Url: github.com/hashgraph/hedera-transaction-tool
GitHub History Url: github.com/hashgraph/hedera-transaction-tool/commits
2025-06-18main

54.59 - TypeScript
31.37 - Vue
12.11 - JavaScript
1.44 - SCSS
0.35 - Shell
0.08 - Dockerfile
0.05 - Smarty
0.02 - HTML
vue: 7
yaml: 5
ts: 4
json: 10
+    2 | -    2 | .github/workflows/publish-docker-images.yaml | (59c3)2025-06-16, (383c)2025-06-16
+ 2 | - 2 | automation/package.json | (7d22)2025-06-17
+ 15 | - 15 | automation/pnpm-lock.yaml | (7d22)2025-06-17
+ 1 | - 1 | back-end/apps/api/package.json | (e955)2025-06-18
+ 1 | - 1 | back-end/apps/chain/package.json | (e955)2025-06-18
+ 1 | - 1 | back-end/apps/notifications/package.json | (e955)2025-06-18
+ 3 | - 4 | back-end/package.json | (e955)2025-06-18, (7d22)2025-06-17
+ 181 | - 63 | back-end/pnpm-lock.yaml | (7d22)2025-06-17
+ 3 | - 3 | front-end/package.json | (e955)2025-06-18, (7d22)2025-06-17
+ 21 | - 21 | front-end/pnpm-lock.yaml | (7d22)2025-06-17
+ 3 | - 3 | front-end/src/renderer/components/AccountIdInput.vue | (7d22)2025-06-17
+ 5 | - 5 | front-end/src/renderer/components/AccountIdsSelect.vue | (7d22)2025-06-17
+ 1 | - 0 | front-end/src/renderer/components/Transaction/Create/NodeCreate/NodeCreate.vue | (7d22)2025-06-17
+ 42 | - 0 | front-end/src/renderer/components/Transaction/Create/NodeCreate/NodeFormData.vue | (7d22)2025-06-17
+ 4 | - 1 | front-end/src/renderer/components/Transaction/Create/NodeUpdate/NodeUpdate.vue | (7d22)2025-06-17
+ 35 | - 4 | front-end/src/renderer/components/Transaction/Details/NodeDetails.vue | (7d22)2025-06-17
+ 2 | - 2 | front-end/src/renderer/composables/useAccountId.ts | (7d22)2025-06-17
+ 5 | - 5 | front-end/src/renderer/pages/Accounts/Accounts.vue | (7d22)2025-06-17
+ 9 | - 1 | front-end/src/renderer/services/mirrorNodeDataService.ts | (7d22)2025-06-17
+ 39 | - 27 | front-end/src/renderer/utils/sdk/createTransactions.ts | (7d22)2025-06-17
+ 26 | - 22 | front-end/src/renderer/utils/sdk/getData.ts | (7d22)2025-06-17
+ 28 | - 0 | package-lock.json | (7d22)2025-06-17
+ 5 | - 0 | package.json | (7d22)2025-06-17
                    e9552ae8f9d4922de91dca02a42aab33719c7dbc
                    
                    bump: version 0.15.0 (#1695)

Signed-off-by: John Bair 
                
d920a84750a1589119251a02e4c6acefbc8820de Update README.md for working link (#1677) Signed-off-by: Michael Garber
7d2239604fc0d7cc25e781cec1ca343cb349bd5e add web proxy field to node create and update transactions (#1691) Signed-off-by: Simi Hunjan Signed-off-by: SimiHunjan Signed-off-by: John Bair Co-authored-by: John Bair Co-authored-by: John Bair <[email protected]>
59c39201851ed42f57534d5a01523e5b7370d0fd chore(deps): bump actions/attest-build-provenance from 2.3.0 to 2.4.0 (#1687) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
383c8ed49e6a3fce0c98eb2eef0af7a822300768 chore(deps): bump step-security/harden-runner from 2.12.0 to 2.12.1 (#1688) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#: 16

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
2025-06-18master

94.1 - Rust
2.84 - Shell
2.55 - Solidity
0.11 - WebAssembly
0.1 - Handlebars
0.1 - Makefile
0.07 - Jinja
0.06 - Dockerfile
0.05 - HCL
0.02 - Python
0.02 - Nix
0 - C
rs: 22
toml: 5
+    2 | -    2 | Cargo.toml | (abf3)2025-06-18, (eef3)2025-06-17
+ 525 | - 0 | core-backend/src/accessors.rs | (eaf0)2025-06-18
+ 557 | - 649 | core-backend/src/funcs.rs | (eaf0)2025-06-18
+ 1 | - 0 | core-backend/src/lib.rs | (eaf0)2025-06-18
+ 8 | - 14 | core-backend/src/memory.rs | (eaf0)2025-06-18
+ 93 | - 31 | core-backend/src/runtime.rs | (eaf0)2025-06-18
+ 2 | - 2 | core/src/env.rs | (eaf0)2025-06-18
+ 1 | - 1 | core/src/memory.rs | (eaf0)2025-06-18
+ 1 | - 1 | ethexe/blob-loader/Cargo.toml | (abf3)2025-06-18
+ 76 | - 30 | ethexe/blob-loader/src/lib.rs | (abf3)2025-06-18
+ 6 | - 6 | ethexe/blob-loader/src/local.rs | (abf3)2025-06-18
+ 1 | - 1 | ethexe/compute/Cargo.toml | (abf3)2025-06-18
+ 50 | - 22 | ethexe/compute/src/lib.rs | (abf3)2025-06-18
+ 1 | - 1 | ethexe/processor/Cargo.toml | (abf3)2025-06-18
+ 8 | - 10 | ethexe/processor/src/handling/events.rs | (abf3)2025-06-18
+ 9 | - 12 | ethexe/processor/src/handling/mod.rs | (abf3)2025-06-18
+ 1 | - 2 | ethexe/processor/src/host/api/allocator.rs | (abf3)2025-06-18
+ 4 | - 2 | ethexe/processor/src/host/api/database.rs | (abf3)2025-06-18
+ 4 | - 2 | ethexe/processor/src/host/api/lazy_pages.rs | (abf3)2025-06-18
+ 1 | - 1 | ethexe/processor/src/host/api/logging.rs | (abf3)2025-06-18
+ 4 | - 2 | ethexe/processor/src/host/api/sandbox.rs | (abf3)2025-06-18
+ 11 | - 12 | ethexe/processor/src/host/mod.rs | (abf3)2025-06-18
+ 70 | - 8 | ethexe/processor/src/lib.rs | (abf3)2025-06-18
+ 2 | - 2 | ethexe/rpc/src/errors.rs | (abf3)2025-06-18
+ 2 | - 2 | examples/gas-burned/src/lib.rs | (f24a)2025-06-16
+ 1 | - 1 | lazy-pages/common/src/lib.rs | (eaf0)2025-06-18
                    eaf059e8bfb1780860fc0bfe5ea6881d78c6f8d4
                    
                    feat(code-backend) implemented extractors in backend to avoid accidental memory registry creation (#4381)

Co-authored-by: Dmitrii Novikov 
                
abf3abe469bd72340dbeb3277a570d304e7096bf feat(`ethexe`): switch from anyhow to thiserror (blob-loader, compute, processor) (#4706)
eef393937565b82585b6e5df9714d5153fccbf20 chore: Bump down `tempfile` version (#4723)
d64cd5fbcab9c5f1a9a1bc5bfadd82b21a0ada97 fix(ethexe): skipping middleware deployment (#4718) Co-authored-by: StackOverflowExcept1on <[email protected]>
f24a144034e8236eef117b03cdd9bdb627a4823e refactoring(gtest): Remove redundant `Gas` type from `gtest` (#4719)
#: 17

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
2025-06-18main

50.54 - TypeScript
23.92 - Go
11.66 - Rust
5.23 - Move
4.87 - Solidity
1.69 - Python
1.11 - Shell
0.46 - JavaScript
0.2 - Starlark
0.19 - Makefile
0.11 - Dockerfile
0.01 - HTML
proto: 1
go: 5
+    2 | -    2 | node/cmd/guardiand/admintemplate.go | (b515)2025-06-18
+ 14 | - 1 | node/pkg/adminrpc/adminserver.go | (b515)2025-06-18
+ 4 | - 4 | node/pkg/proto/node/v1/node.pb.go | (b515)2025-06-18
+ 1 | - 1 | proto/node/v1/node.proto | (b515)2025-06-18
+ 8 | - 2 | sdk/vaa/payloads.go | (b515)2025-06-18
+ 1 | - 0 | sdk/vaa/structs.go | (90c5)2025-06-16
                    b5157ec2ad556ecbc68771fb91d0e74462d411cb
                    
                    fix: moved message fee from int64 to string and uint256 (#4399)

* fix: moved message fee from int64 to string and uint256

* negative check
                
90c5d0737c9708628db1c7b7a770ddf551155647 Node: Converge VAAs not getting published (#4401)
#: 18

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/native-token-transfers
GitHub History Url: github.com/wormhole-foundation/native-token-transfers/commits
2025-06-18main

62.23 - TypeScript
23.66 - Solidity
12.84 - Rust
0.89 - Shell
0.14 - Makefile
0.14 - Dockerfile
0.1 - Starlark
ts: 20
sh: 1
json: 11
+    1 | -    1 | cli/install.sh | (782a)2025-06-17
+ 2 | - 2 | cli/src/index.ts | (782a)2025-06-17
+ 9 | - 9 | evm/ts/package.json | (782a)2025-06-17, (47e8)2025-06-17
+ 3 | - 0 | evm/ts/src/index.ts | (47e8)2025-06-17
+ 59 | - 36 | evm/ts/src/ntt.ts | (47e8)2025-06-17
+ 199 | - 0 | evm/ts/src/nttWithExecutor.ts | (47e8)2025-06-17
+ 785 | - 525 | package-lock.json | (47e8)2025-06-17
+ 3 | - 3 | package.json | (47e8)2025-06-17
+ 7 | - 7 | sdk/definitions/package.json | (782a)2025-06-17, (47e8)2025-06-17
+ 1 | - 0 | sdk/definitions/src/index.ts | (47e8)2025-06-17
+ 0 | - 2 | sdk/definitions/src/ntt.ts | (47e8)2025-06-17
+ 49 | - 0 | sdk/definitions/src/nttWithExecutor.ts | (47e8)2025-06-17
+ 6 | - 6 | sdk/examples/package.json | (47e8)2025-06-17
+ 10 | - 9 | sdk/route/package.json | (782a)2025-06-17, (47e8)2025-06-17
+ 4 | - 11 | sdk/route/src/automatic.ts | (47e8)2025-06-17
+ 25 | - 0 | sdk/route/src/executor/consts.ts | (47e8)2025-06-17
+ 754 | - 0 | sdk/route/src/executor/executor.ts | (47e8)2025-06-17
+ 156 | - 0 | sdk/route/src/executor/utils.ts | (47e8)2025-06-17
+ 1 | - 0 | sdk/route/src/index.ts | (47e8)2025-06-17
+ 4 | - 9 | sdk/route/src/manual.ts | (47e8)2025-06-17
+ 0 | - 2 | sdk/route/src/types.ts | (47e8)2025-06-17
+ 10 | - 10 | solana/package.json | (782a)2025-06-17, (47e8)2025-06-17
+ 151 | - 0 | solana/ts/idl/executor/example_ntt_svm_lut.ts | (47e8)2025-06-17
+ 161 | - 0 | solana/ts/idl/executor/example_ntt_with_executor.ts | (47e8)2025-06-17
+ 3 | - 0 | solana/ts/sdk/index.ts | (47e8)2025-06-17
+ 4 | - 7 | solana/ts/sdk/ntt.ts | (47e8)2025-06-17
+ 352 | - 7 | solana/ts/sdk/nttWithExecutor.ts | (87b7)2025-06-18, (47e8)2025-06-17
                    87b711fd3574b5c0d51090137fb6ac555add8c6c
                    
                    solana/ts/sdk: token 2022 get ATA fix (#634)

* solana/ts/sdk: token 2022 get ATA fix

* missing param
                
446cd9717e2f31b70a23dede7915251d55a2b03f docs: Update READMEs (#631) This PR adds: * Update Solana README with latest SPL Multisig support instructions * Replace outdated GitHub repo links with latest repo link * Format README files
782aec45ed40b38b0878acafa5ec346aa28f45f5 chore: Update GitHub repo links pointing to old repo name (#632) This PR replace GitHub links pointing to the old repo name (`../wormhole-foundation/example-native-token-transfers`) with ones pointing to the new repo name (`../wormhole-foundation/native-token-transfers`) for the `cli`, `solana`, `evm`, and `sdk` directory files and packages.
47e816c8a7f830fe9c575de71fbdeda60667aaa6 Executor route (#630) * sdk: Added NttExecutorRoute * fix test * add perTokenOverrides chains key * add referrer address to config * referrer address defaults * make referrer addresses optional * use const
#: 19

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

GitHub Url: github.com/babylonlabs-io/core-ui
GitHub History Url: github.com/babylonlabs-io/core-ui/commits
2025-06-18main

80.33 - TypeScript
11.35 - CSS
5.03 - JavaScript
3.29 - HTML
css: 1
tsx: 3
ts: 1
+   55 | -    0 | src/components/Badge/Badge.css | (636c)2025-06-18
+ 24 | - 0 | src/components/Badge/Badge.stories.tsx | (636c)2025-06-18
+ 62 | - 0 | src/components/Badge/Badge.tsx | (636c)2025-06-18
+ 1 | - 0 | src/components/Badge/index.ts | (636c)2025-06-18
+ 1 | - 0 | src/index.tsx | (636c)2025-06-18
                    636c00a24c364d97b1232798153eb48fc263823c
                    
                    feat: add badge (#130)

* feat: add badge

* fix: resolve comments
                
#: 20

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
2025-06-18develop

73.97 - Go
23.09 - Solidity
2.1 - TypeScript
0.36 - PLpgSQL
0.3 - Shell
0.09 - Makefile
0.04 - Dockerfile
0.02 - Python
0.01 - Nix
0.01 - JavaScript
0 - HTML
0 - WebAssembly
mod: 11
yml: 4
sum: 10
go: 136
github/CODEOWNERS: 1
yaml: 3
toml: 3
+    1 | -    0 | .github/CODEOWNERS | (8bd6)2025-06-18
+ 1 | - 1 | .github/workflows/cre-workflow-don-benchmark.yaml | (0518)2025-06-18
+ 9 | - 9 | .github/workflows/docker-build.yml | (e99d)2025-06-18, (4ff2)2025-06-18, (641c)2025-06-17
+ 8 | - 0 | .golangci.yml | (ec4a)2025-06-18
+ 1 | - 0 | ccip/config/evm/fallback.toml | (137b)2025-06-17
+ 70 | - 0 | core/capabilities/ccip/ccipaptos/addresscodec.go | (05f6)2025-06-17
+ 195 | - 0 | core/capabilities/ccip/ccipaptos/commitcodec.go | (05f6)2025-06-17
+ 56 | - 0 | core/capabilities/ccip/ccipaptos/crcwconfig.go | (05f6)2025-06-17
+ 343 | - 0 | core/capabilities/ccip/ccipaptos/executecodec.go | (05f6)2025-06-17
+ 145 | - 0 | core/capabilities/ccip/ccipaptos/extradatadecoder.go | (05f6)2025-06-17
+ 22 | - 0 | core/capabilities/ccip/ccipaptos/gas_helpers.go | (05f6)2025-06-17
+ 333 | - 0 | core/capabilities/ccip/ccipaptos/msghasher.go | (05f6)2025-06-17
+ 31 | - 0 | core/capabilities/ccip/ccipaptos/pluginconfig.go | (05f6)2025-06-17
+ 20 | - 0 | core/capabilities/ccip/ccipaptos/rmncrypto.go | (05f6)2025-06-17
+ 18 | - 0 | core/capabilities/ccip/ccipaptos/tokendata.go | (05f6)2025-06-17
+ 5 | - 0 | core/capabilities/ccip/ccipevm/addresscodec.go | (05f6)2025-06-17
+ 5 | - 0 | core/capabilities/ccip/ccipsolana/addresscodec.go | (05f6)2025-06-17
+ 15 | - 0 | core/capabilities/ccip/common/addresscodec.go | (05f6)2025-06-17
+ 2 | - 0 | core/capabilities/ccip/common/msgfieldscodec.go | (05f6)2025-06-17
+ 71 | - 0 | core/capabilities/ccip/configs/aptos/chain_writer.go | (05f6)2025-06-17
+ 406 | - 0 | core/capabilities/ccip/configs/aptos/contract_reader.go | (05f6)2025-06-17
+ 104 | - 0 | core/capabilities/ccip/ocrimpls/aptos_contract_transmitter_factory.go | (05f6)2025-06-17
+ 1 | - 1 | core/capabilities/ccip/ocrimpls/config_tracker.go | (05f6)2025-06-17
+ 63 | - 27 | core/capabilities/ccip/ocrimpls/contract_transmitter.go | (05f6)2025-06-17
+ 1 | - 0 | core/capabilities/ccip/oraclecreator/plugin.go | (05f6)2025-06-17
+ 0 | - 424 | core/capabilities/targets/write_target.go | (c62b)2025-06-18
+ 24 | - 0 | core/config/docs/chains-evm.toml | (c62b)2025-06-18, (137b)2025-06-17
+ 23 | - 3 | core/services/keystore/keys/ocr2key/aptos_keyring.go | (05f6)2025-06-17
+ 3 | - 4 | core/services/relay/evm/read/event.go | (8cef)2025-06-18
+ 230 | - 0 | core/services/relay/evm/target_strategy.go | (c62b)2025-06-18
+ 202 | - 5 | core/services/relay/evm/write_target.go | (c62b)2025-06-18
+ 3 | - 4 | core/services/workflows/cmd/cre/examples/v2/simple_cron/main.go | (295a)2025-06-18
+ 2 | - 0 | deployment/ccip/changeset/aptos/config/chain.go | (48fb)2025-06-18
+ 5 | - 1 | deployment/ccip/changeset/aptos/config/deploy_aptos_chain.go | (48fb)2025-06-18
+ 9 | - 0 | deployment/ccip/changeset/aptos/config/lane.go | (48fb)2025-06-18
+ 10 | - 2 | deployment/ccip/changeset/aptos/config/token.go | (48fb)2025-06-18
+ 15 | - 1 | deployment/ccip/changeset/aptos/config/token_pool.go | (48fb)2025-06-18
+ 40 | - 32 | deployment/ccip/changeset/aptos/cs_add_token_pool.go | (48fb)2025-06-18
+ 5 | - 2 | deployment/ccip/changeset/aptos/cs_deploy_aptos_chain.go | (48fb)2025-06-18
+ 0 | - 0 | deployment/ccip/changeset/aptos/cs_update_aptos_lanes.go | (48fb)2025-06-18
+ 3 | - 5 | deployment/ccip/changeset/aptos/operation/ccip.go | (48fb)2025-06-18
+ 1 | - 1 | deployment/ccip/changeset/aptos/operation/mcms.go | (48fb)2025-06-18
+ 50 | - 21 | deployment/ccip/changeset/aptos/operation/token.go | (48fb)2025-06-18
+ 63 | - 10 | deployment/ccip/changeset/aptos/operation/token_admin_registry.go | (1984)2025-06-18
+ 15 | - 18 | deployment/ccip/changeset/aptos/operation/token_pool.go | (1984)2025-06-18, (48fb)2025-06-18
+ 1 | - 1 | deployment/ccip/changeset/aptos/sequence/deploy_mcms.go | (48fb)2025-06-18
+ 38 | - 20 | deployment/ccip/changeset/aptos/sequence/token.go | (48fb)2025-06-18
+ 50 | - 39 | deployment/ccip/changeset/aptos/sequence/token_pool.go | (1984)2025-06-18, (48fb)2025-06-18
+ 8 | - 0 | deployment/ccip/changeset/aptos/sequence/update_lane.go | (48fb)2025-06-18
+ 3 | - 6 | deployment/ccip/changeset/solana/cs_add_remote_chain.go | (1bd9)2025-06-17
+ 33 | - 27 | deployment/ccip/changeset/solana/cs_billing.go | (1bd9)2025-06-17
+ 3 | - 3 | deployment/ccip/changeset/solana/cs_build_solana.go | (1bd9)2025-06-17
+ 0 | - 546 | deployment/ccip/changeset/solana/cs_chain_contracts.go | (1bd9)2025-06-17
+ 14 | - 28 | deployment/ccip/changeset/solana/cs_deploy_chain.go | (1bd9)2025-06-17
+ 1 | - 3 | deployment/ccip/changeset/solana/cs_disable_remote_chain.go | (1bd9)2025-06-17
+ 8 | - 3 | deployment/ccip/changeset/solana/cs_e2e.go | (1bd9)2025-06-17
+ 20 | - 12 | deployment/ccip/changeset/solana/cs_idl.go | (1bd9)2025-06-17
+ 514 | - 8 | deployment/ccip/changeset/solana/cs_ops.go | (1bd9)2025-06-17
+ 3 | - 0 | deployment/ccip/changeset/solana/cs_solana_token.go | (1bd9)2025-06-17
+ 131 | - 23 | deployment/ccip/changeset/solana/cs_token_admin_registry.go | (1bd9)2025-06-17
+ 107 | - 162 | deployment/ccip/changeset/solana/cs_token_pool.go | (1bd9)2025-06-17
+ 1 | - 0 | deployment/ccip/changeset/solana/transfer_ccip_to_mcms_with_timelock.go | (1bd9)2025-06-17
+ 43 | - 8 | deployment/ccip/changeset/solana/utils.go | (1bd9)2025-06-17
+ 5 | - 13 | deployment/ccip/changeset/v1_5_1/cs_fast_transfer_token_pools.go | (b93c)2025-06-17
+ 13 | - 5 | deployment/ccip/changeset/v1_6/cs_ccip_home.go | (b93c)2025-06-17
+ 76 | - 169 | deployment/ccip/changeset/v1_6/cs_chain_contracts.go | (4f1d)2025-06-17, (b93c)2025-06-17
+ 1 | - 0 | deployment/ccip/changeset/v1_6/cs_deploy_chain.go | (b93c)2025-06-17
+ 261 | - 0 | deployment/ccip/changeset/v1_6/cs_translate_onramp_to_feequoter.go | (4f1d)2025-06-17
+ 2 | - 2 | deployment/ccip/changeset/v1_6/cs_update_bidirectional_lanes.go | (b93c)2025-06-17
+ 3 | - 3 | deployment/ccip/changeset/v1_6/cs_update_rmn_config.go | (b93c)2025-06-17
+ 0 | - 39 | deployment/ccip/operation/common_ops.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/operation/evm/v1_2/ops_router.go | (b93c)2025-06-17
+ 96 | - 0 | deployment/ccip/operation/evm/v1_5/ops_evm2evm_onramp.go | (4f1d)2025-06-17
+ 31 | - 0 | deployment/ccip/operation/evm/v1_5/ops_price_registry.go | (4f1d)2025-06-17
+ 42 | - 0 | deployment/ccip/operation/evm/v1_5/ops_token_admin_registry.go | (4f1d)2025-06-17
+ 29 | - 0 | deployment/ccip/operation/evm/v1_5/ops_token_pool.go | (4f1d)2025-06-17
+ 1 | - 1 | deployment/ccip/operation/evm/v1_5_1/ops_fast_transfer_token_pool.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/operation/evm/v1_6/ops_ccip_home.go | (b93c)2025-06-17
+ 98 | - 1 | deployment/ccip/operation/evm/v1_6/ops_fee_quoter.go | (4f1d)2025-06-17, (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/operation/evm/v1_6/ops_nonce_manager.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/operation/evm/v1_6/ops_offramp.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/operation/evm/v1_6/ops_onramp.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/operation/evm/v1_6/ops_rmnremote.go | (b93c)2025-06-17
+ 69 | - 0 | deployment/ccip/sequence/evm/migration/evm2evm_onramp_feequoter.go | (4f1d)2025-06-17
+ 202 | - 0 | deployment/ccip/sequence/evm/migration/seq_translate_onramp_fq.go | (4f1d)2025-06-17
+ 1 | - 1 | deployment/ccip/sequence/evm/v1_5_1/seq_fast_transfer_token_pool.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/sequence/evm/v1_6/seq_ccip_home.go | (b93c)2025-06-17
+ 17 | - 13 | deployment/ccip/sequence/evm/v1_6/seq_deploy_chain.go | (b93c)2025-06-17
+ 73 | - 1 | deployment/ccip/sequence/evm/v1_6/seq_fee_quoter.go | (4f1d)2025-06-17, (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/sequence/evm/v1_6/seq_nonce_manager.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/sequence/evm/v1_6/seq_offramp.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/sequence/evm/v1_6/seq_onramp.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/sequence/evm/v1_6/seq_rmn.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/sequence/evm/v1_6/seq_router.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/sequence/evm/v1_6/seq_update_lanes.go | (b93c)2025-06-17
+ 0 | - 60 | deployment/ccip/shared/opsutil/types.go | (b93c)2025-06-17
+ 1 | - 1 | deployment/ccip/shared/stateview/aptos/state.go | (9596)2025-06-18
+ 4 | - 2 | deployment/ccip/shared/stateview/state.go | (df68)2025-06-18
+ 44 | - 29 | deployment/ccip/shared/token_info.go | (df68)2025-06-18
+ 55 | - 2 | deployment/ccip/view/aptos/ccip.go | (9596)2025-06-18
+ 27 | - 4 | deployment/ccip/view/aptos/router.go | (9596)2025-06-18
+ 13 | - 11 | deployment/ccip/view/aptos/token.go | (9596)2025-06-18
+ 30 | - 47 | deployment/common/changeset/deploy_mcms_with_timelock.go | (b93c)2025-06-17
+ 91 | - 49 | deployment/common/changeset/internal/evm/mcms.go | (b93c)2025-06-17
+ 29 | - 60 | deployment/common/changeset/internal/ops/ops_callproxy_deploy.go | (b93c)2025-06-17
+ 13 | - 79 | deployment/common/changeset/internal/ops/ops_grant_role.go | (b93c)2025-06-17
+ 44 | - 63 | deployment/common/changeset/internal/ops/ops_mcm_deploy.go | (b93c)2025-06-17
+ 19 | - 63 | deployment/common/changeset/internal/ops/ops_mcm_set_config.go | (b93c)2025-06-17
+ 35 | - 65 | deployment/common/changeset/internal/ops/ops_timelock_deploy.go | (b93c)2025-06-17
+ 1 | - 0 | deployment/common/changeset/internal/ops/ops_transfer_accept_ownership.go | (b93c)2025-06-17
+ 27 | - 21 | deployment/common/changeset/internal/seqs/seq_grant_roles_for_timelock.go | (b93c)2025-06-17
+ 47 | - 35 | deployment/common/changeset/internal/seqs/seq_mcm_with_config.go | (b93c)2025-06-17
+ 2 | - 0 | deployment/common/changeset/internal/seqs/seq_transfer_to_mcms_timelock.go | (b93c)2025-06-17
+ 14 | - 2 | deployment/common/changeset/solana/grant_role_timelock.go | (1c55)2025-06-18
+ 7 | - 3 | deployment/common/changeset/transfer_to_mcms_with_timelock.go | (b93c)2025-06-17
+ 228 | - 87 | deployment/common/opsutils/evm.go | (b93c)2025-06-17
+ 10 | - 0 | deployment/common/types/types.go | (b93c)2025-06-17
+ 2 | - 1 | deployment/data-feeds/changeset/aptos/deploy_data_feeds.go | (ee3e)2025-06-17
+ 1 | - 1 | deployment/data-feeds/changeset/deploy_aggregator_proxy.go | (ee3e)2025-06-17
+ 2 | - 2 | deployment/data-feeds/changeset/deploy_bundle_aggregator_proxy.go | (ee3e)2025-06-17
+ 5 | - 5 | deployment/data-feeds/changeset/jd_propose_wf_jobs.go | (ee3e)2025-06-17
+ 257 | - 0 | deployment/data-feeds/changeset/jd_propose_wf_jobs_v2.go | (32c5)2025-06-18, (ee3e)2025-06-17
+ 1 | - 1 | deployment/data-feeds/changeset/new_feed_with_proxy.go | (ee3e)2025-06-17
+ 1 | - 1 | deployment/data-feeds/changeset/set_bundle_feed_config.go | (ee3e)2025-06-17
+ 5 | - 5 | deployment/data-feeds/changeset/state.go | (ee3e)2025-06-17
+ 22 | - 13 | deployment/data-feeds/changeset/types/types.go | (ee3e)2025-06-17
+ 19 | - 6 | deployment/data-feeds/changeset/utils.go | (5bc4)2025-06-18, (ee3e)2025-06-17
+ 6 | - 6 | deployment/data-feeds/offchain/jd.go | (ee3e)2025-06-17
+ 261 | - 77 | deployment/environment/crib/ccip_deployer.go | (e08b)2025-06-18, (0a67)2025-06-18, (5607)2025-06-17
+ 22 | - 4 | deployment/environment/crib/helpers.go | (5607)2025-06-17
+ 505 | - 0 | deployment/environment/crib/lane_config.go | (e08b)2025-06-18
+ 28 | - 13 | deployment/environment/devenv/chain.go | (5607)2025-06-17
+ 2 | - 2 | deployment/environment/memory/aptos_chains.go | (05f6)2025-06-17
+ 12 | - 10 | deployment/go.mod | (8cef)2025-06-18, (c62b)2025-06-18, (e08b)2025-06-18, (1984)2025-06-18, (137b)2025-06-17, (05f6)2025-06-17
+ 20 | - 18 | deployment/go.sum | (8cef)2025-06-18, (c62b)2025-06-18, (1984)2025-06-18, (137b)2025-06-17, (05f6)2025-06-17
+ 13 | - 8 | go.mod | (8cef)2025-06-18, (c62b)2025-06-18, (1984)2025-06-18, (137b)2025-06-17, (05f6)2025-06-17
+ 32 | - 14 | go.sum | (8cef)2025-06-18, (c62b)2025-06-18, (1984)2025-06-18, (137b)2025-06-17, (05f6)2025-06-17
+ 2 | - 2 | plugins/plugins.public.yaml | (1984)2025-06-18, (05f6)2025-06-17
                    8cef4a75473c7906d477d2cfb4b03e715cdaab25
                    
                    CCIP - bump CCIP for moved ExecutionStateChangedEvent (#18237)

* CCIP - bump CCIP for moved ExecutionStateChangedEvent

* bump after ccip merge
                
295abc31c2dc8ed215c4e795958bf162dee7b70f Fix broken standalone Engine examples + test (#18244)
c62ba3854f2c4adce47f9799b9326ff878a4e5c5 Update EVM to use new Generalized WT (#17216) * Added df decoder injection to EVM WT * Added EVM specific dfProcessor to write target * Moved dfProcessor to chainlink-evm * updated go.mod and locations * Updated WT to use product specific processor * Refactored to use common Metadata type * Updated GenerateWriteTargetName to use generalized NewWriteTargetID * Updated EVM WT tests to pass in processor via config * Updated WT imports from chainlink-evm to chainlink-framework * Updated EVM Write target to use Generalized WT framework (#17118) * Updated EVM Write target to use Generalized WT framework Signed-off-by: Silas Lenihan * removed old EVM write target and tests * updated query transmission state * Feedback comments * Addressed feedback * bumped go.mod * Fixed go.mod dependencies * fixed dependency issues * updated chainlink-framework refs to chainlink-evm * bumped go.mod * addressed feedback --------- Signed-off-by: Silas Lenihan * Updated to latest version * Updated tests to wait for Beholder emits for greater coverage, also added CCIP test case * updated to latest chainlink-framework version and fixed tests * bumped go.mod * bumped go.mod and fixed broken merges * Added support for POR Reports * bumped go.mod * lint fix * Updated WT polling to be configurable * Added config defaults to testdata * Removed EVMService and ContractReader * changed default TxAcceptanceState to 2 * removed GasEstimator from NewChainOpts * fixed tests and lint * Updated for new processor structure * updated to latest versions * Remove trailing brace in config --------- Signed-off-by: Silas Lenihan
e99de06edb05bae94fe5ddfcc8a5f4defff6b49b fix: on-demand instances for docker-build runners (#18214)
e24cf647db8f45f5bf6231a33fe8ea73baf40f84 Add MCMS test coverage for fast transfer functionality (#18211) * Add MCMS test coverage for fast transfer functionality * Refactor fast transfer test setup functions to use context pattern - Replace 9-parameter return values with single fastTransferTestContext - Add WithTestIndex() method for fluent context cloning - Simplify constructor by removing redundant testIndex parameter * Remove unused function
e08bb752dc6fe1855fb7e760c11f562b33773c55 Load tests lane configuration EVM2EVM (#18155) * Add lane configuration and include it in evm2evm lanes setup * small fixes to lane_config * Add Solana lanes based on config * Add discover lanes functionality to lane configuration ONLY EVM FOR NOW Given a deployed environment construct lane configuration with the existing lanes * Use discover lane functionality in tests * extra logging * minimum lanes is at least each chain twice source and dest * Refactor destination gun to remove chainOffset and implement mutex for source chain locking * Fix lane deployment Because we always ran it with bidirectional lanes the bug wasn't caught, we were swapping dst and src in the offRampUpdates. Made it more parallel making around 20% better time locally while connecting lanes * Fix evmSources keys We were overriding evmSources[src] instead of using different ones * Ensure bidirecionality for all lanes * more tests * more tests + linting * Remove mutex on sourceChains After fixing having different senders per src->dst lanes we don't need to have the mutex in place anymore * linting * Upgrade mergo to use latest path * Revert "Upgrade mergo to use latest path" This reverts commit 7efe32db763771ee408ab965feb1dfff89943d49. * review comments
1c553e6a33839c3da10ee53dbf25da2eef4b726e fix: "timelock action" validation in the grant_role_timelock changeset (#18236)
c0568388a6da3efa3a29d34bf40e151303f9f1c6 [CAPPL-783] Unit test for wasm logging (#18216)
32c54324eb59364b1ea6271708c81cf489cd63df fix workflow feed duplicate validation (#18227) * remove feed propery duplicate checks * fix typo * fix lint * fix validation for per workflow feeds
95969cb34374e7c572a12e3fb9c6b85185a9fde8 Update Aptos CCIP State (#18193) * Update Aptos CCIP State * Add isTestRouter field
4ff2f6cef6f27a40245d086ff5d55c141b19c93e [DX-1125] update CRE-related workflow SHAs (#18224) update CRE-related workflow SHAs
ec4a526f5a9204388deee705945774a21fd40b08 block LOOPP only imports via linter (#18226)
8bd6a238bc701f6a97333d197bb675b143ff32ea go.md: add codeowners (#18225)
1984bd44f2f7476c36050dff99a3f91202d62ee5 Aptos update tp flow (#18215) * feat(aptos): Update token pool flow * fix tests * go mod tidy * fix lint * Upgrade chainlink-aptos --------- Co-authored-by: Friedemann Fürst <[email protected]>
051813389f8480a4ada4606abdb260c7a59412ee [DX-1125] update nightly workflows with proper triggers (#18217) update nightly workflows with proper triggers
5bc40ec6b321f3db41ee30dd9e871378ecc7c432 Df fix aptos feed config feed id length (#18219) * fix aptos config feed-id length * refactor
48fb2aaebe633b20993438590ce5a387b928c9ef fix(deployment): fix some nits in Aptos changesets (#18125) * fix(aptos): ApplyPremiumMultiplierWeiPerEthUpdates on chain deployment * fix nit comments * fix(aptos): fix nits on aptos changesets * add min token op * pad token address | relax timelock mindelay validation * feat: mint tokens during deployment * fix: rename tokenObjAddress to tokenCodeObjAddress * feat: token price updates on lane deployment * fix lint
df680381a1143452cbcb435b391ad57224cc3162 CCIP-6132: Adding new token symbol and feed description (#18173) * Adding description to symboll mapping * fix wrong removal * Adding LTC * fix description to symbol mapping * Add WCRO
0a6793370b78957f8ed762f6733977ce961503dd Aw/sol load test (#18141) * update go mod, fix solana commit report subscriber * solana changes * use defined load test settings
137bff10df9477f42367515fffae2e1edf9e9f42 Bump chainlink-evm and fix affected tests (#18209) * Bump chainlink-evm and fix affected tests * remove unnecessary mocks and doc fix * fix mock changes * more mock moves * more mock moves * more mock moves * go mod tidy * fix some more tests * test fixes * fix docs
4f1dd82284f850146de636cd309990347a526acc Ccip 6025/onramp fq translate (#18156) * destchaincfg working tests * more changes * cleaned up TranslateEVM2EVMOnRampsToFeeQuoterChangeset * second cs working with test * more tests * some linting * criteria 4 * more fixes * some linting * more linting fixes * minor lint fix * updates * updated token transfer config logic * lint * updated the inputs to get the dest chain * fixes for packages moved * linting * fixes * change file name
05f6cc4b7a99027ec95ac00e91f97bafc554b011 NONEVM-1375 ccip: add Aptos CCIP (#16576) * core/capabilities/ccip/ccipaptos: add initial ccipaptos implementation * core/capabilities/ccip/common/addresscodec.go: add aptos address codec * core/capabilities/ccip/oraclecreator/plugin.go: initialize extra data codec with Aptos decoder * core/capabilities/ccip/ccipevm/msghasher_test.go: initialize extra data codec with Aptos decoder * .changeset/warm-toys-give.md: add changeset * core/capabilities/ccip/ccipaptos: update for contract changes, dont depend on generated bindings * core/capabilities/ccip/configs/aptos: add ccip CW/CR configs * core/services/keystore/keys/ocr2key/aptos_keyring.go: implement Sign3 and Verify3 * core/capabilities/ccip/ocrimpls/config_tracker.go: dont use address codec for Aptos * core/capabilities/ccip/ocrimpls/contract_transmitter.go: support ed25519 signatures * core/capabilities/ccip/ocrimpls/aptos_contract_transmitter_factory.go: add * core/capabilities/ccip/oraclecreator/plugin.go: support Aptos * core/capabilities/ccip/ccipaptos: update chainlink-integrations refs * core/capabilities/ccip/configs/aptos/contract_reader.go: add CCIPMessageSent * core/capabilities/ccip/configs/aptos/contract_reader.go: add get_dest_chain_gas_price * Fixing merge conflict resolution (logger-related) * Add OnRamp config * Fix NewExtraDataCodecParams * Generate * Fix logger * Add field renames to CCIPMessageSent event * Fixing CCIPMessageSent event renamings * TokenAmount field of CCIPMessageSent renaming CR config * core/capabilities/ccip: resolve issues from develop branch refactors * Adding EventFilter config to CCIPMessageSent * Fix msghasher append * plugins/plugins.public.yaml: update chainlink-aptos ref * Bumping up chainlink-aptos version * Fixing build * Additional CR config * Triggering build * core/capabilities/ccip: logger change * fix test * core/capabilities/ccip/ccipaptos/msghasher.go: decode token amount using extra data codec * core/capabilities/ccip/ccipaptos/addresscodec_test.go: add shorter than required * core/capabilities/ccip/ccipaptos/commitcodec.go: error on empty token or gas price * core/capabilities/ccip/ccipaptos/executecodec.go: encode destExecData using BCS * core/capabilities/ccip/ccipaptos/extradatadecoder.go: add TODO * fix: update extradatadecoder to use bcs * chore: add bcs test helper * core: resolve lint errors * core/capabilities/ccip/ccipaptos/msghasher.go: update comments * core/capabilities/ccip/ccipaptos/addresscodec.go: implement OracleIDAsAddressBytes * chore: linting * Revert "Generate" This reverts commit bb75f6c9de8e3467ba6704ad83bf71af2a062b1a. * go.md: regenerate dep graph * deployment/environment/memory/aptos_chains.go: set correct network names * Bumping up chainlink-aptos version * core/capabilities/ccip/ccipaptos/commitcodec.go: use StringLong for token id * core/capabilities/ccip/ccipaptos/commitcodec_test.go: add decode test * core/capabilities/ccip/ccipaptos/executecodec_test.go: add decode test * core/capabilities/ccip/ccipaptos: replace testutils.Context invocations * core/capabilities/ccip/ocrimpls/contract_transmitter.go: add docstring * add and update chainlink-aptos and aptos-go-sdk * core/capabilities/ccip: add TransmitterBytesToString * core/capabilities/ccip/common/mocks/chain_specific_address_codec.go: regenerate --------- Co-authored-by: Sergei Drugalev Co-authored-by: Friedemann Fürst <[email protected]> Co-authored-by: Joe Huang Co-authored-by: Kodey Kilday-Thomas
641c86577533e040da9aff349a89c583aa078ee9 [DX-1099] update commit SHA for cre CLI workflow + add workflow_dispatch trigger (#18204) update commit SHA for cre CLI workflow + add workflow_dispatch trigger
b93c8cbda81d790fcd13292e4d4bca6f3dbcd8a7 Patch Ops API usage in MCMS Sequences (#18165) * Update DeployChainContractsChangeset usage of Ops API * Patches * Move utils to common * Update MCMS deployments * Fix imports * Lint * Add gas boosting * Lint * Fix nil deref * Adjust gas price type * Configurable gas boosting * Nil check
1bd97068dd3ad664017c9926ec85358437b150e4 Solana CCIP Migrations Docs (#17990) * qol * setpool * docs * Docs * verify using mcms * docs * readme updates * lint * lint * revert cs_verify_contracts.go, handled in another pr * dedup code * comment * lint * test * lint * bug
5607484116cbb7dcce043ca65da7035cc6260113 Enable ZK Sync in CRIB (#18166) Updates to enable ZK Sync in CRIB Added ZK configs to `ChainConfig` + use gas estimations and custom amount for node funding
a44de0c68acbbfff52016be0149f78b9714c36fd Better suited bench tests for ExecutedMessages (#18201) * Better suited test for ExecutedMessages * Better suited test for ExecutedMessages * Better suited test for ExecutedMessages * Linter fix * Linter fix
14d0986e3915b80234af4f0caa6088d5f3023baa system-tests: linter cleanup (#18200)
501bfd77c1344cb9794130017f0a207469b6e91a Updated VRF scripts with latest AVAX block headers (#18197)
ee3e4e42533e5df745fd7d5bbd10a416545807fb Add Df ProposeWFJobsV2 changeset (#18134) * add ProposeWFJobsToJDV2Changeset * remove migration name from types * remove migration name from types * fix lint * fix lint issues
#: 21

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 2000000
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
2025-06-18main

96.9 - TypeScript
1.4 - JavaScript
0.81 - EJS
0.62 - CSS
0.27 - HTML
nvmrc: 1
yaml: 2
tsx: 14
ejs: 1
ts: 40
js: 1
json: 10
yml: 2
+    1 | -    1 | .github/workflows/ci.yml | (0f89)2025-06-16
+ 1 | - 1 | .github/workflows/e2e.yml | (0f89)2025-06-16
+ 11 | - 2 | .github/workflows/publish.yaml | (2264)2025-06-18, (72a8)2025-06-16
+ 1 | - 1 | .nvmrc | (0f89)2025-06-16
+ 6 | - 2 | e2e/fixtures/page_navigation.ts | (0f89)2025-06-16
+ 6 | - 2 | e2e/fixtures/wallet_balance.ts | (0f89)2025-06-16
+ 6 | - 2 | e2e/fixtures/wallet_connect.ts | (0f89)2025-06-16
+ 1 | - 1 | e2e/helper/interceptRequest.ts | (0f89)2025-06-16
+ 5 | - 3 | eslint.config.js | (e4c6)2025-06-18
+ 1244 | - 112 | package-lock.json | (e4c6)2025-06-18, (5343)2025-06-18, (441d)2025-06-17, (0f89)2025-06-16, (c793)2025-06-16
+ 14 | - 9 | package.json | (e4c6)2025-06-18, (5343)2025-06-18, (441d)2025-06-17, (0f89)2025-06-16, (c793)2025-06-16
+ 4 | - 0 | src/infrastructure/api.ts | (0f89)2025-06-16
+ 12 | - 0 | src/infrastructure/bitcoin.ts | (0f89)2025-06-16
+ 11 | - 0 | src/infrastructure/config.ts | (0f89)2025-06-16
+ 3 | - 1 | src/infrastructure/db.ts | (0f89)2025-06-16
+ 3 | - 0 | src/infrastructure/eventBus.ts | (0f89)2025-06-16
+ 26 | - 0 | src/infrastructure/logger.ts | (0f89)2025-06-16
+ 39 | - 0 | src/shared/utils/repository.ts | (0f89)2025-06-16
+ 1063 | - 0 | src/shared/utils/swagger/api.ts | (0f89)2025-06-16
+ 216 | - 0 | src/shared/utils/swagger/templates/http-client.ejs | (0f89)2025-06-16
+ 0 | - 8 | src/types/infrastructure.d.ts | (0f89)2025-06-16
+ 11 | - 0 | src/types/infrastructure/api.d.ts | (0f89)2025-06-16
+ 11 | - 0 | src/types/infrastructure/bitcoin.d.ts | (0f89)2025-06-16
+ 15 | - 0 | src/types/infrastructure/config.d.ts | (0f89)2025-06-16
+ 23 | - 0 | src/types/infrastructure/db.d.ts | (0f89)2025-06-16
+ 37 | - 0 | src/types/infrastructure/eventBus.d.ts | (0f89)2025-06-16
+ 11 | - 0 | src/types/infrastructure/logger.d.ts | (0f89)2025-06-16
+ 12 | - 1 | src/types/repositories.d.ts | (0f89)2025-06-16
+ 2 | - 2 | src/ui/api/apiWrapper.ts | (e4c6)2025-06-18
+ 32 | - 0 | src/ui/api/getBsn.ts | (81e0)2025-06-18
+ 5 | - 0 | src/ui/api/getFinalityProvidersV2.ts | (81e0)2025-06-18
+ 3 | - 3 | src/ui/components/Common/GridTable/index.tsx | (e4c6)2025-06-18
+ 3 | - 3 | src/ui/components/Delegations/Delegations.tsx | (5343)2025-06-18
+ 15 | - 0 | src/ui/components/Multistaking/MultistakingForm/ConnectButton.tsx | (3571)2025-06-17
+ 8 | - 2 | src/ui/components/Multistaking/MultistakingForm/MultistakingForm.tsx | (3571)2025-06-17
+ 0 | - 108 | src/ui/components/Multistaking/MultistakingForm/PreviewButton.tsx | (3571)2025-06-17
+ 3 | - 3 | src/ui/components/Multistaking/MultistakingForm/SubSection.tsx | (e4c6)2025-06-18
+ 53 | - 0 | src/ui/components/Multistaking/MultistakingForm/SubmitButton.tsx | (3571)2025-06-17
+ 11 | - 0 | src/ui/components/Staking/FinalityProviders/FinalityProviderBsnWrapper.tsx | (81e0)2025-06-18
+ 0 | - 5 | src/ui/config/index.ts | (f3c6)2025-06-16
+ 9 | - 0 | src/ui/config/network/bbn.ts | (2264)2025-06-18
+ 69 | - 0 | src/ui/config/network/bbn/edge-devnet.ts | (2264)2025-06-18
+ 3 | - 2 | src/ui/context/Error/ErrorProvider.tsx | (e4c6)2025-06-18
+ 8 | - 2 | src/ui/context/api/StakingStatsProvider.tsx | (e4c6)2025-06-18
+ 15 | - 0 | src/ui/hooks/client/api/useBsn.ts | (81e0)2025-06-18
+ 11 | - 2 | src/ui/hooks/client/api/useFinalityProvidersV2.ts | (81e0)2025-06-18
+ 21 | - 4 | src/ui/hooks/client/api/useOrdinals.ts | (d64b)2025-06-17
+ 2 | - 3 | src/ui/hooks/services/useDelegationService.ts | (5343)2025-06-18
+ 4 | - 2 | src/ui/hooks/services/useRegistrationService.ts | (5343)2025-06-18
+ 5 | - 3 | src/ui/hooks/services/useStakingService.ts | (5343)2025-06-18
+ 1 | - 1 | src/ui/hooks/services/useTransactionService.ts | (5343)2025-06-18
+ 0 | - 1 | src/ui/hooks/services/useV1TransactionService.ts | (5343)2025-06-18
+ 32 | - 0 | src/ui/hooks/useFormError.ts | (3571)2025-06-17
+ 2 | - 2 | src/ui/providers.tsx | (e4c6)2025-06-18
+ 263 | - 0 | src/ui/state/FinalityProviderBsnState.tsx | (81e0)2025-06-18
+ 2 | - 3 | src/ui/state/FinalityProviderState.tsx | (f3c6)2025-06-16
+ 63 | - 45 | src/ui/state/MultistakingState.tsx | (3571)2025-06-17
+ 6 | - 0 | src/ui/types/bsn.ts | (81e0)2025-06-18
+ 1 | - 0 | src/ui/types/delegations.ts | (5343)2025-06-18
+ 1 | - 0 | src/ui/types/finalityProviders.ts | (81e0)2025-06-18
+ 13 | - 1 | src/ui/utils/FeatureFlagService.ts | (72a8)2025-06-16
+ 5 | - 2 | src/ui/utils/delegations/index.ts | (5343)2025-06-18
                    2264366ee109922c25eb486a8ba3d79054e7e27d
                    
                    edge-devnet (#1150)

* edge-devnet

* update ubunutu run on versoin

---------

Co-authored-by: liam.lai 
                
e4c6a135e71183aad5ef67df5e5f01a0a8e33523 fix: eslint import plugin (#1152)
81e07350e9ca888723866f82311075743cfc1998 feat: add phase 3 api and states (#1137) * feat: add phase 3 api and states * fix: resolve comments * fix: resolve comments * fix: add bsn id and resolve comments * fix: resolve comments * fix: resolve comments
53431cc5754a7523a84dc1954977b00bbd3a7113 feat: update existing services to adopt multi-staking compatible btc-staking-ts (#1147)
441d78985334a949954f6ab64c1702631e62fc48 fix: bump wallet connector to 1.7.6 (#1146) * fix: bump wallet connector to 1.7.6
35719a942ab724b540003c784f8b8e6745573bda fix: add min max display (#1125) * Improve error logic for CTA button * Move logic to a hook, add tests * fix: field priority to state (#1134) * Remove useMemo * fix: error priority (#1144) --------- Co-authored-by: Jeremy <[email protected]> Co-authored-by: David Totrashvili <[email protected]>
d64b32497a056f36660345312d24cac4769cbe48 fix: ordinals empty array (#1143) * fix: ordinals empty array * rm logger error
72a8b5902e0bd31983070f1814e011f591c2151a chores: add phase-3 ff (#1136)
0f89f7c32cd6436d113a695e3ee694a0cf1e1c49 feat: Infrastructure (#1104) * feat: configure Event Bus * feat: configure Logger (#1097) * feat: configure DB (#1096) * feat: add API client (#1103) * fix: type issues * 975 infra create btc client (#1142) * feat: add mempool sdk * feat: init mempool * fix: types for e2e tests * feat: add config * fix: split infra types
f3c6853a01c2e676712fd1dc14ac9d1381ee8b89 chore: remove DEFAULT_FILTER_VALUE FF (#1138)
c7931c9f7c0d51f5f92f93abc53dd81d8c2c6a58 fix: bump ledger sdk to fix the sorted PKs and slashing pk script (#1141)
#: 22

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 2000000
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
2025-06-18main

99.39 - TypeScript
0.48 - JavaScript
0.13 - Shell
nvmrc: 1
yaml: 1
yml: 1
ts: 9
js: 1
json: 2
+    1 | -    0 | .github/workflows/ci.yml | (8ed0)2025-06-17
+ 1 | - 0 | .github/workflows/publish.yaml | (7bd0)2025-06-17
+ 1 | - 1 | .nvmrc | (8ed0)2025-06-17
+ 2 | - 1 | jest.setup.js | (8ed0)2025-06-17
+ 1 | - 1 | package-lock.json | (8ed0)2025-06-17
+ 1 | - 1 | package.json | (8ed0)2025-06-17
+ 9 | - 6 | src/staking/index.ts | (d1c5)2025-06-16
+ 105 | - 41 | src/staking/manager.ts | (6532)2025-06-18, (99fd)2025-06-17, (d1c5)2025-06-16
+ 11 | - 3 | src/staking/observable/index.ts | (d1c5)2025-06-16
+ 4 | - 4 | src/types/events.ts | (90db)2025-06-18, (99fd)2025-06-17
+ 1 | - 0 | src/types/index.ts | (a2e8)2025-06-18
+ 1 | - 1 | src/types/manager.ts | (d1c5)2025-06-16
                    90dbd2a38835714de818d7daa57c7281f3e5538d
                    
                    fix: event data type (#135)
                
a2e833c232cd7699f9ed05fbb8149a9c8370af25 fix: export events type (#134)
653231f441f1f56bc46167b94e016c11522e833f fix: pass pop address (#133)
99fdeedf93d1df4bbadba9d7532554dad0c9416e fix: event emitter options flow (#129)
7bd0867955592a4e39c1f1b30bcb5bebff8a626e feat: publish.yaml to use node 24 (#131)
8ed02f7abaf8a7dd4a5e96bbe2410f489ac6e388 feat: bump node (#128) * feat: bump node --------- Co-authored-by: liam.lai Co-authored-by: wjrjerome
d1c521f00870fb3fffcf389d20a249b6b324afed feat!: support multi-staking (#121) * feat!: support multi-staking
#: 23

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

GitHub Url: github.com/babylonlabs-io/babylon
GitHub History Url: github.com/babylonlabs-io/babylon/commits
2025-06-18main

99.87 - Go
0.09 - Makefile
0.02 - Shell
0.02 - Dockerfile
                    1c1c399c654a97b6b94a35a4fc86e7c5bcc80d62
                    
                    docs: updates to `register-bitcoin-stake.md` and `staking-script.md` for multistaking  (#1233)

For updates about multistaking to BSNs.

Unsure where exactly the multistaking section should go but placed it
before the steps as it gives the user context before diving deeper
                
80dbacfb2c5270c38807b2a480478f2db7679f51 delete outdated doc (#1235) Removes old docs which were focused on observable staking transactions and implementation level details
#: 24

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
2025-06-18develop

73.24 - Go
25.36 - Solidity
0.55 - Shell
0.27 - Just
0.2 - Makefile
0.11 - C
0.09 - Dockerfile
0.05 - Python
0.05 - HCL
0.02 - JavaScript
0.02 - CSS
0.02 - TypeScript
0.01 - Starlark
yaml: 8
yml: 2
sol: 1
go: 157
json: 3
+   48 | -    0 | .circleci/config.yml | (b58f)2025-06-17
+ 15 | - 14 | kurtosis-devnet/flash.yaml | (e611)2025-06-16
+ 36 | - 68 | kurtosis-devnet/interop.yaml | (e611)2025-06-16
+ 44 | - 62 | kurtosis-devnet/isthmus.yaml | (e611)2025-06-16
+ 1 | - 1 | kurtosis-devnet/optimism-package-trampoline/kurtosis.yml | (e611)2025-06-16
+ 29 | - 34 | kurtosis-devnet/pectra.yaml | (e611)2025-06-16
+ 68 | - 116 | kurtosis-devnet/pkg/kurtosis/endpoints.go | (6766)2025-06-17, (b54f)2025-06-17, (e611)2025-06-16, (5793)2025-06-16, (8ab7)2025-06-16
+ 3 | - 3 | kurtosis-devnet/pkg/kurtosis/sources/spec/spec.go | (e611)2025-06-16
+ 33 | - 34 | kurtosis-devnet/simple.yaml | (e611)2025-06-16
+ 2 | - 1 | kurtosis-devnet/templates/devnet.yaml | (e611)2025-06-16
+ 3 | - 8 | kurtosis-devnet/templates/l2.yaml | (e611)2025-06-16
+ 30 | - 27 | kurtosis-devnet/templates/local-op-node.yaml | (e611)2025-06-16
+ 1 | - 5 | op-challenger/game/fault/contracts/faultdisputegame.go | (b753)2025-06-17
+ 8 | - 0 | op-challenger/game/fault/types/types.go | (b753)2025-06-17
+ 1 | - 0 | op-deployer/pkg/deployer/broadcaster/keyed.go | (7eed)2025-06-17
+ 0 | - 4 | op-deployer/pkg/deployer/manage/add_game_type.go | (70c0)2025-06-16
+ 1 | - 1 | op-devstack/dsl/el.go | (80ef)2025-06-17
+ 55 | - 0 | op-devstack/dsl/proofs/claim.go | (95b3)2025-06-18, (b753)2025-06-17
+ 145 | - 0 | op-devstack/dsl/proofs/dispute_game_factory.go | (95b3)2025-06-18, (b753)2025-06-17
+ 110 | - 0 | op-devstack/dsl/proofs/fault_dispute_game.go | (95b3)2025-06-18, (b753)2025-06-17
+ 19 | - 0 | op-devstack/dsl/proofs/super_fault_dispute_game.go | (b753)2025-06-17
+ 3 | - 1 | op-devstack/dsl/supervisor.go | (b1b7)2025-06-18
+ 1 | - 1 | op-devstack/presets/flashblocks.go | (3720)2025-06-16
+ 13 | - 0 | op-devstack/presets/interop.go | (b753)2025-06-17, (88e7)2025-06-17
+ 21 | - 0 | op-devstack/presets/timetravel.go | (88e7)2025-06-17
+ 18 | - 0 | op-devstack/shim/system.go | (88e7)2025-06-17
+ 4 | - 0 | op-devstack/stack/orchestrator.go | (88e7)2025-06-17
+ 17 | - 1 | op-devstack/stack/system.go | (88e7)2025-06-17
+ 1 | - 2 | op-devstack/sysext/helpers.go | (3720)2025-06-16
+ 1 | - 2 | op-devstack/sysext/l2.go | (e611)2025-06-16
+ 11 | - 9 | op-devstack/sysgo/l2_cl.go | (5ced)2025-06-18
+ 13 | - 0 | op-devstack/sysgo/orchestrator.go | (88e7)2025-06-17
+ 8 | - 8 | op-e2e/actions/helpers/l2_sequencer.go | (4e9e)2025-06-18, (5ced)2025-06-18
+ 11 | - 9 | op-e2e/actions/helpers/l2_verifier.go | (4e9e)2025-06-18, (712a)2025-06-17
+ 1 | - 1 | op-e2e/actions/interop/dsl/dsl.go | (4e9e)2025-06-18
+ 1 | - 1 | op-e2e/actions/interop/dsl/interop.go | (4e9e)2025-06-18
+ 4 | - 2 | op-e2e/e2eutils/opnode/opnode.go | (5ced)2025-06-18
+ 2 | - 2 | op-e2e/e2eutils/opnode/tracer.go | (5ced)2025-06-18
+ 1 | - 1 | op-e2e/e2eutils/services/services.go | (5ced)2025-06-18
+ 1 | - 0 | op-e2e/e2eutils/setuputils/utils.go | (7eed)2025-06-17
+ 8 | - 7 | op-e2e/interop/supersystem_l2.go | (5ced)2025-06-18
+ 8 | - 9 | op-e2e/system/conductor/sequencer_failover_setup.go | (5ced)2025-06-18
+ 16 | - 15 | op-e2e/system/e2esys/setup.go | (5ced)2025-06-18
+ 51 | - 49 | op-interop-mon/metrics/metrics.go | (d65e)2025-06-17
+ 3 | - 3 | op-interop-mon/metrics/noop.go | (d65e)2025-06-17
+ 4 | - 4 | op-interop-mon/monitor/finder.go | (6c63)2025-06-18, (bae1)2025-06-17
+ 116 | - 32 | op-interop-mon/monitor/job.go | (8261)2025-06-18, (6c63)2025-06-18, (d65e)2025-06-17
+ 128 | - 46 | op-interop-mon/monitor/metric_collector.go | (d65e)2025-06-17, (bae1)2025-06-17
+ 48 | - 37 | op-interop-mon/monitor/service.go | (0563)2025-06-18, (bae1)2025-06-17
+ 14 | - 10 | op-interop-mon/monitor/updater.go | (d65e)2025-06-17, (bae1)2025-06-17
+ 77 | - 0 | op-node/config/beacon.go | (5ced)2025-06-18
+ 8 | - 34 | op-node/config/config.go | (5ced)2025-06-18
+ 1 | - 1 | op-node/config/config_persistence.go | (5ced)2025-06-18
+ 120 | - 0 | op-node/config/l1_el_rpc.go | (5ced)2025-06-18
+ 84 | - 0 | op-node/config/l2_el_rpc.go | (5ced)2025-06-18
+ 10 | - 46 | op-node/flags/flags.go | (5ced)2025-06-18
+ 1 | - 1 | op-node/metrics/metrics.go | (4e9e)2025-06-18
+ 0 | - 256 | op-node/node/client.go | (5ced)2025-06-18
+ 3 | - 2 | op-node/node/conductor.go | (5ced)2025-06-18
+ 31 | - 26 | op-node/node/node.go | (4e9e)2025-06-18, (5ced)2025-06-18
+ 1 | - 1 | op-node/node/runcfg/runtime_config.go | (5ced)2025-06-18
+ 2 | - 2 | op-node/node/server.go | (5ced)2025-06-18
+ 3 | - 2 | op-node/node/tracer/comms.go | (4e9e)2025-06-18, (5ced)2025-06-18
+ 4 | - 2 | op-node/p2p/event.go | (4e9e)2025-06-18
+ 27 | - 14 | op-node/rollup/attributes/attributes.go | (4e9e)2025-06-18
+ 4 | - 3 | op-node/rollup/clsync/clsync.go | (4e9e)2025-06-18
+ 39 | - 23 | op-node/rollup/derive/deriver.go | (4e9e)2025-06-18
+ 1 | - 1 | op-node/rollup/driver/driver.go | (4e9e)2025-06-18
+ 32 | - 26 | op-node/rollup/driver/state.go | (4e9e)2025-06-18, (712a)2025-06-17
+ 11 | - 4 | op-node/rollup/driver/steps.go | (4e9e)2025-06-18
+ 2 | - 1 | op-node/rollup/engine/api.go | (4e9e)2025-06-18
+ 3 | - 1 | op-node/rollup/engine/build_cancel.go | (4e9e)2025-06-18
+ 11 | - 3 | op-node/rollup/engine/build_invalid.go | (4e9e)2025-06-18
+ 8 | - 0 | op-node/rollup/engine/build_seal.go | (4e9e)2025-06-18
+ 3 | - 0 | op-node/rollup/engine/build_sealed.go | (4e9e)2025-06-18
+ 18 | - 5 | op-node/rollup/engine/build_start.go | (4e9e)2025-06-18
+ 3 | - 0 | op-node/rollup/engine/build_started.go | (4e9e)2025-06-18
+ 13 | - 6 | op-node/rollup/engine/engine_controller.go | (4e9e)2025-06-18
+ 10 | - 4 | op-node/rollup/engine/engine_reset.go | (4e9e)2025-06-18
+ 63 | - 60 | op-node/rollup/engine/events.go | (4e9e)2025-06-18
+ 6 | - 1 | op-node/rollup/engine/payload_invalid.go | (4e9e)2025-06-18
+ 7 | - 1 | op-node/rollup/engine/payload_process.go | (4e9e)2025-06-18
+ 8 | - 2 | op-node/rollup/engine/payload_success.go | (4e9e)2025-06-18
+ 5 | - 1 | op-node/rollup/event.go | (4e9e)2025-06-18
+ 1 | - 0 | op-node/rollup/event/events.go | (a474)2025-06-17
+ 2 | - 2 | op-node/rollup/finality/altda.go | (4e9e)2025-06-18
+ 25 | - 10 | op-node/rollup/finality/finalizer.go | (4e9e)2025-06-18
+ 1 | - 1 | op-node/rollup/interop/iface.go | (4e9e)2025-06-18
+ 31 | - 0 | op-node/rollup/interop/managed/event_timestamp.go | (712a)2025-06-17
+ 98 | - 21 | op-node/rollup/interop/managed/system.go | (4e9e)2025-06-18, (712a)2025-06-17
+ 1 | - 1 | op-node/rollup/sequencing/disabled.go | (4e9e)2025-06-18
+ 1 | - 1 | op-node/rollup/sequencing/iface.go | (4e9e)2025-06-18
+ 1 | - 1 | op-node/rollup/sequencing/origin_selector.go | (4e9e)2025-06-18
+ 27 | - 13 | op-node/rollup/sequencing/sequencer.go | (4e9e)2025-06-18
+ 1 | - 1 | op-node/rollup/status/l1_tracker.go | (4e9e)2025-06-18
+ 3 | - 1 | op-node/rollup/status/status.go | (4e9e)2025-06-18
+ 25 | - 31 | op-node/service.go | (5ced)2025-06-18
+ 2 | - 2 | op-program/client/driver/driver.go | (4e9e)2025-06-18
+ 9 | - 9 | op-program/client/driver/program.go | (4e9e)2025-06-18
+ 23 | - 1 | op-service/event/events.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/executor.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/executor_global.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/limiter.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/metrics.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/options.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/priority.go | (4e9e)2025-06-18
+ 9 | - 0 | op-service/event/system.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/tracer.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/tracer_log.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/tracer_metrics.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/tracer_sequence.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/tracer_struct.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/tracer_timing.go | (4e9e)2025-06-18
+ 0 | - 0 | op-service/event/util.go | (4e9e)2025-06-18
+ 18 | - 11 | op-service/metrics/cli.go | (5ced)2025-06-18
+ 23 | - 11 | op-service/rpc/cli.go | (5ced)2025-06-18
+ 45 | - 14 | op-service/txintent/bindings/DisputeGameFactory.go | (b753)2025-06-17
+ 66 | - 1 | op-service/txintent/bindings/FaultDisputeGame.go | (95b3)2025-06-18, (b753)2025-06-17
+ 150 | - 2 | op-service/txintent/bindings/base.go | (a5d7)2025-06-17
+ 29 | - 0 | op-service/txintent/bindings/types.go | (a5d7)2025-06-17
+ 18 | - 0 | op-service/txmgr/cli.go | (7eed)2025-06-17
+ 8 | - 0 | op-service/txmgr/rpc.go | (7eed)2025-06-17
+ 6 | - 6 | op-service/txmgr/send_state.go | (7eed)2025-06-17
+ 22 | - 9 | op-service/txmgr/txmgr.go | (7eed)2025-06-17
+ 18 | - 7 | op-supervisor/metrics/metrics.go | (4e9e)2025-06-18, (9613)2025-06-17
+ 6 | - 3 | op-supervisor/metrics/noop.go | (4e9e)2025-06-18, (9613)2025-06-17
+ 11 | - 1 | op-supervisor/supervisor/backend/backend.go | (4e9e)2025-06-18
+ 18 | - 7 | op-supervisor/supervisor/backend/chain_metrics.go | (4e9e)2025-06-18, (9613)2025-06-17
+ 1 | - 1 | op-supervisor/supervisor/backend/cross/safe_update.go | (4e9e)2025-06-18
+ 1 | - 1 | op-supervisor/supervisor/backend/cross/unsafe_update.go | (4e9e)2025-06-18
+ 17 | - 8 | op-supervisor/supervisor/backend/db/db.go | (4e9e)2025-06-18, (9613)2025-06-17
+ 23 | - 10 | op-supervisor/supervisor/backend/db/update.go | (4e9e)2025-06-18, (9613)2025-06-17
+ 3 | - 2 | op-supervisor/supervisor/backend/l1access/l1_accessor.go | (4e9e)2025-06-18
+ 3 | - 1 | op-supervisor/supervisor/backend/processors/chain_processor.go | (4e9e)2025-06-18
+ 16 | - 5 | op-supervisor/supervisor/backend/rewinder/rewinder.go | (4e9e)2025-06-18
+ 1 | - 1 | op-supervisor/supervisor/backend/status/status.go | (4e9e)2025-06-18
+ 23 | - 0 | op-supervisor/supervisor/backend/superevents/events.go | (4e9e)2025-06-18
+ 2 | - 2 | op-supervisor/supervisor/backend/syncnode/controller.go | (4e9e)2025-06-18
+ 9 | - 3 | op-supervisor/supervisor/backend/syncnode/node.go | (4e9e)2025-06-18
+ 5 | - 2 | op-supervisor/supervisor/backend/syncnode/reset.go | (4e9e)2025-06-18
+ 1 | - 1 | op-supervisor/supervisor/service.go | (4e9e)2025-06-18
+ 4 | - 4 | packages/contracts-bedrock/snapshots/abi/L2ToL2CrossDomainMessenger.json | (f273)2025-06-17
+ 2 | - 2 | packages/contracts-bedrock/snapshots/semver-lock.json | (f273)2025-06-17
+ 1 | - 1 | packages/contracts-bedrock/snapshots/storageLayout/L2ToL2CrossDomainMessenger.json | (f273)2025-06-17
+ 6 | - 6 | packages/contracts-bedrock/src/L2/L2ToL2CrossDomainMessenger.sol | (f273)2025-06-17
                    2882bb0eba0c6a8a74d43748093de94ec2b8dec1
                    
                    feat(op-acceptance-tests): reduce eth requirements. (#16509)
                
05636c4b785ab9baef2e9aac29a35f6050a73ba8 op-interop-mon: add e2e tests (devstack) (#16463) * expose RPCURL on rpcL2ELNode This allows tests to attach additional services to those rpc endpoints. * op-interop-mon: only start metrics services if configured to do so * poc: attach interop mon to existing acceptance test and assert on metrics * move to separate test and use checker library * speed up * check errors, use framework require * revert accidental changes to rpc protocol * update metrics name * fix[op-interop-mon]: jobs have correct executing chain ID also introduce JobId helper * revert changes to devstack * expose new constructor for op-interop-mon and use in acceptance tests
8261ca8e540558224912d61be8f502cf3e1e3dc5 refactor(op-interop-mon): compute job IDs on the fly (#16500) * fix[op-interop-mon]: jobs have correct executing chain ID also introduce JobId helper * mix in executing log index into job ID * rename * op-interop-mon: do not store id on a job compute it on the fly improve tests to show how collisions are avoided (independently of the actual id format) * actually remove id property * mock client must not return nil blockinfo without non-nil error
2f94cbf7634f8a35b00d95f4839c16b33c352650 op-acceptance-tests/interop/reorg: replace WaitForBlock with wait for cross-safe advance (#16492)
6c63407106412bbb3e454e902ef2c1bf3b093c65 fix[op-interop-mon]: jobs have correct executing chain ID (#16494) * fix[op-interop-mon]: jobs have correct executing chain ID also introduce JobId helper * mix in executing log index into job ID * rename
95b3f267e3f38834a2469aa8e44b2ce04d4b8bf4 op-acceptance-test: Backport proofs dsl to proposer_test (#16482) * Backport new proof dsl utils to proposer_test * Move wait logic into dsl
4e9ef1aeffd2afd7a2378e2dc5efffa71f04207d op-node,op-supervisor: attach ctx to event type (#16472) * op-node,op-supervisor,op-service: attach ctx to events, move event package, use event.Ctx struct embedding * op-service: check event context is set * op-supervisor: fix event emitting tests * op-service: fix event emitting tests
b1b70913b93a909c188b1c7771d554b0ff1ece1d op-devstack: add timeout to sync status call (#16474)
5ced2a76b1252570f966500458ed2b4e1e699505 op-node: cleanup node configuration (#16488)
f273e18a17c655f791671d614620c9541cd5cea5 feat: refactor sent messages mapping (#16402) * feat: refactor sent messages mapping * fix: update L2ToL2CrossDomainMessenger mapping * chore: update sentMessages interface --------- Co-authored-by: AgusDuha <[email protected]>
b753f0a930b3ed97c51f431b0fbbac2545ec5a0d op-acceptance-tests: Start setting up op-challenger test (#16454) * Add/modify contract bindings * Start adding proof dsl helpers * Start working on challenger test * Pad game creation tx * Don't store fixed EOA on DisputeGameFactoryHelper * Play game to the split depth * Fix attack claim index parameter * Simplify test for now * Delete unused bindings * Update todos * Restrict visibility of createSuperGameExtraData() * Review feedback: simplify test, rework helper dependencies * Rename proof dsl utils - drop "helper" nomenclature * Move dgf construction onto interop preset * Store contract object on DisputeGameFactory * Simplify getter method names * Fix position parsing
6766f6fcf3c87267f256da97e0843721501f2d13 chore(kt-devnet): set L2 nodes name property (#16467)
c7f1aed1b1ad4ce39c7da80f9cd862351f684780 Add Coinbase Cannon Go 1.23 audit (#16208) * Fix interop portal contracts security review link * Add Coinbase Cannon Go 1.23 audit
d65e24474c82f34c8f9561f6c7c39e0127a57f51 op-interop-mon: Refactor Metric Collection and Emission (#16457) * Refactor Metric Collection and Emission * Stronger language in reorg log Co-authored-by: George Knee * PR Comments * fix merge conflict --------- Co-authored-by: George Knee
b54fce8d13e1e3cc96800a72686ad5520228770e chore(kt-devnet): cleanup endpoints detection (#16465)
a474d1e72f2520ad2fe3d498942f14fcc6ff3f33 add a comment to Emit (#16431)
a5d74e99fa1a3785226be677a2d79a0331eab092 op-service: txintent binding 128bit uint/int type support (#16460) * support uint128/int128 encoding/decoding decoding in struct not supported * Use newInt in tests * cleanup * harden test * Use newInt in tests * dry
961368308226db0418b7bb97800d3639111eb771 op-supervisor: metrics: Use `BlockSeal` and record Local Safe/Unsafe heads (#16466) * optimize using blockseal while metricing * metric for local safe update * metric for local unsafe update * refactor metric test to use activation block event * typo * remove suffix ref and rename vars
b58f507fddfe26afa113a83b372ca1ed1aeb2bc0 feat(op-acceptance-tests): ci; test flakiness report. (#16411) Produce a report of the most flaky tests in CI, over the last two weeks.
bae1350a9cd292476512b4180a0c14c4261ffaf9 interop-mon: update readme and variable names (#16438) * typos in readme * maintain "finalized" terminology instead of "expiry" until the last moment the updater is the only component which interprets "finality" to mean "maybe expiry". All other components just treat it for what it is. * remove references to "Maintainer"
80ef5e67a7bddf2137b2ced8d1e4401247420782 op-acceptance-tests/interop/reorg: confirm the chain progresses after reorg (#16462)
7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161 feat(txmgr / batcher): Rebroadcast transactions without bumping fees (#16310) * feat(txmgr): Rebroadcast transactions without bumping fees * Add test case for {Get,Set}RebroadcastInterval RPC * Fix faucet and e2e configs * Disable automatic rebroadcast by default unless batcher
712a605b7ef063aa604eba55d9788fbbbae712c9 op-node: Handle duplicate outgoing supervisor events (#16441)
0a03547d7f2f6bf4552148a489682982ec0fe5ce op-acceptance-tests: TestExecMessageInvalidAttributes remove post check (#16458)
88e70f8f9f805a845171e51ee879c974362e6c54 op-devstack: Support time travel (#16436) Only supported in sysgo since kurtosis uses a real L1 CL client.
37203c79b35c01bedb732a05e21740a8cfbb22fd feat(op-acceptance-tests): flashblocks streaming acceptance-tests (#16349) * feat(op-acceptance-tests): flashblocks streaming acceptance-tests Signed-off-by: Yashvardhan Kukreja * address comments Signed-off-by: Yashvardhan Kukreja --------- Signed-off-by: Yashvardhan Kukreja
e611b585a5e9edfa2bd6442cbe2fbe473b2bf10e chore: Update devnet SDK with support for multiple sequencers in kurtosis (#16432) * chore: Bump optimism-package * chore: Adjust args files * fix: Test * fix: MEV params * fix: Test * fix: YAML * chore: bump * fix: Network name * fix: Protocols * fix: Commit hash * chore: bump * chore: names * fix: Additional services * chore: bump * chore: bump * fix: Tests * fix: Tests * wip: Reverse the order of parsing * chore: bump * chore: bump * chore: Cleanup
57931bf011b544f98912b3c63417c9ce9c1f2cc8 fix(kt-devnet): use dash as network separator (#16455)
70c0da32c351d271345123d029fa27a756c752cb op-deployer: remove AddGameType.DisputeGameType validation (#16453)
8ab756bd8ae05e606756de1c32e548c5d32c90a1 fix(kt-devnet): support kt-provided label for node index (#16445)
#: 25

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
2025-06-18master

46.06 - Solidity
45.32 - JavaScript
4.18 - Ruby
4.11 - Python
0.29 - Shell
0.05 - Makefile
sol: 1
github/CODEOWNERS: 1
yml: 1
json: 4
+   10 | -    0 | .github/CODEOWNERS | (8002)2025-06-16
+ 1 | - 1 | .github/actions/setup/action.yml | (6ccf)2025-06-18
+ 10 | - 1 | contracts/account/extensions/draft-AccountERC7579.sol | (3edd)2025-06-17
+ 180 | - 24 | package-lock.json | (51da)2025-06-18, (3edd)2025-06-17
+ 2 | - 2 | package.json | (51da)2025-06-18, (3edd)2025-06-17
                    51da8ae490d76ee46239e324078edf0316852ca8
                    
                    Update dependency yargs to v18 (#5704)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hadrien Croubois 
                
6ccfb7b891f08ae5bcbda9d1b46c9fc3087e888b Update dependency node to v22 (#5616) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois
3eddace0cb561947737934553a3dcc8e16c6250d Update dependency prettier-plugin-solidity to v2 (#5654) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois
800200d452251cccef9dd8151ee9dd07b5e75d12 Add Codeowners (#5749)
#: 26

id: hedera
project: Hedera
Date: 2025-02-05T04:21:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/hedera

GitHub Url: github.com/hiero-ledger/hiero-mirror-node
GitHub History Url: github.com/hiero-ledger/hiero-mirror-node/commits
2025-06-18main

79.4 - Java
11.19 - JavaScript
4.07 - Solidity
3.34 - Go
0.66 - Shell
0.58 - PLpgSQL
0.48 - Gherkin
0.16 - Mustache
0.08 - Dockerfile
0.03 - Kotlin
0.01 - Python
yaml: 3
yml: 18
sum: 1
java: 18
kts: 8
mod: 1
js: 1
json: 16
+    2 | -    2 | .github/workflows/charts.yml | (85eb)2025-06-16
+ 1 | - 1 | .github/workflows/cleanup.yml | (85eb)2025-06-16
+ 1 | - 1 | .github/workflows/deploy.yaml | (85eb)2025-06-16
+ 1 | - 1 | .github/workflows/gh-pages-sync.yaml | (85eb)2025-06-16
+ 3 | - 3 | .github/workflows/gradle.yml | (85eb)2025-06-16, (a0f9)2025-06-16
+ 5 | - 5 | .github/workflows/release-automation.yml | (ce80)2025-06-16, (85eb)2025-06-16, (a0f9)2025-06-16
+ 4 | - 4 | .github/workflows/release-integration.yml | (ce80)2025-06-16, (85eb)2025-06-16, (a0f9)2025-06-16
+ 5 | - 5 | .github/workflows/release-production.yml | (85eb)2025-06-16, (aa21)2025-06-16, (a0f9)2025-06-16
+ 1 | - 1 | .github/workflows/rosetta.yml | (85eb)2025-06-16
+ 9 | - 9 | .github/workflows/security.yml | (85eb)2025-06-16, (a0f9)2025-06-16
+ 2 | - 2 | .github/workflows/snyk-monitor.yml | (85eb)2025-06-16, (a0f9)2025-06-16
+ 7 | - 5 | build.gradle.kts | (8c6c)2025-06-18, (816c)2025-06-17, (d734)2025-06-16, (b85a)2025-06-16, (5f65)2025-06-16, (2db6)2025-06-16
+ 1 | - 1 | buildSrc/build.gradle.kts | (d734)2025-06-16
+ 13 | - 8 | charts/hedera-mirror/templates/secret-passwords.yaml | (7a62)2025-06-17
+ 3 | - 1 | importer/build.gradle.kts | (816c)2025-06-17
+ 1 | - 1 | importer/src/main/java/org/hiero/mirror/importer/config/CloudStorageConfiguration.java | (8c6c)2025-06-18
+ 50 | - 26 | rest/check-state-proof/package-lock.json | (3241)2025-06-16, (24a2)2025-06-16
+ 2 | - 2 | rest/check-state-proof/package.json | (3241)2025-06-16, (24a2)2025-06-16
+ 3 | - 0 | rest/model/transactionResult.js | (1164)2025-06-17
+ 97 | - 97 | rest/package-lock.json | (1164)2025-06-17, (45fc)2025-06-16, (cf06)2025-06-16, (13b0)2025-06-16, (d67e)2025-06-16, (2cf9)2025-06-16
+ 6 | - 6 | rest/package.json | (1164)2025-06-17, (45fc)2025-06-16, (cf06)2025-06-16, (13b0)2025-06-16, (d67e)2025-06-16, (2cf9)2025-06-16
+ 1 | - 1 | rosetta/go.mod | (8f47)2025-06-16
+ 2 | - 2 | rosetta/go.sum | (8f47)2025-06-16
+ 603 | - 0 | web3/src/main/java/com/hedera/node/app/service/contract/impl/state/DispatchingEvmFrameState.java | (7603)2025-06-18
+ 1060 | - 0 | web3/src/main/java/com/hedera/node/app/service/contract/impl/utils/ConversionUtils.java | (7603)2025-06-18
+ 2 | - 5 | web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenCreateWrapper.java | (4c91)2025-06-18
+ 0 | - 9 | web3/src/main/java/com/hedera/services/store/models/NftId.java | (4c91)2025-06-18
+ 4 | - 0 | web3/src/main/java/com/hedera/services/utils/EntityIdUtils.java | (4c91)2025-06-18
+ 18 | - 1 | web3/src/main/java/org/hiero/mirror/web3/evm/config/EvmConfiguration.java | (99bf)2025-06-18
+ 12 | - 1 | web3/src/main/java/org/hiero/mirror/web3/evm/properties/MirrorNodeEvmProperties.java | (7603)2025-06-18, (3061)2025-06-17
+ 9 | - 10 | web3/src/main/java/org/hiero/mirror/web3/evm/store/contract/MirrorEntityAccess.java | (99bf)2025-06-18
+ 13 | - 0 | web3/src/main/java/org/hiero/mirror/web3/repository/ContractStateRepository.java | (99bf)2025-06-18
+ 10 | - 2 | web3/src/main/java/org/hiero/mirror/web3/repository/properties/CacheProperties.java | (99bf)2025-06-18
+ 13 | - 0 | web3/src/main/java/org/hiero/mirror/web3/service/ContractStateService.java | (99bf)2025-06-18
+ 122 | - 0 | web3/src/main/java/org/hiero/mirror/web3/service/ContractStateServiceImpl.java | (99bf)2025-06-18
+ 11 | - 0 | web3/src/main/java/org/hiero/mirror/web3/state/ContractSlotValue.java | (99bf)2025-06-18
+ 7 | - 7 | web3/src/main/java/org/hiero/mirror/web3/state/keyvalue/ContractStorageReadableKVState.java | (99bf)2025-06-18
+ 1 | - 1 | web3/src/main/java/org/hiero/mirror/web3/state/singleton/BlockInfoSingleton.java | (f87c)2025-06-18
+ 1 | - 1 | web3/src/main/java/org/hiero/mirror/web3/throttle/ThrottleProperties.java | (61bf)2025-06-18
                    4914818030e13999ae0cf04bf252b41c1ebf534b
                    
                    chore: Update info requested by the TAC in MAINTAINERS.md (#11426)

* chore: Update info requested by the TAC in MAINTAINERS.md

Signed-off-by: Jessica G 

* chore: Run spotlessApply

Signed-off-by: Jessica Wagantall 

---------

Signed-off-by: Jessica G 
Signed-off-by: Jessica Wagantall 
                
8c6ccac84c65628e77c2172f83767f3542a1deea Bump software.amazon.awssdk:bom from 2.31.59 to 2.31.63 (#11396) * Bump software.amazon.awssdk:bom from 2.31.59 to 2.31.63 Bumps software.amazon.awssdk:bom from 2.31.59 to 2.31.63. --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.31.63 dependency-type: direct:production update-type: version-update:semver-patch ... --------- Signed-off-by: dependabot[bot] Signed-off-by: Steven Sheehy Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Sheehy
f87cd4659757d9ebedcfd122def3560c1ab339f6 Fix `block.timestamp` to return the correct value (#11421) When calling block.timestamp the consensus start timestamp of the passed block needs to be returned. The consensus end timestamp was returned instead. This PR fixes this behaviour. --------- Signed-off-by: Bilyana Gospodinova
99bffbc212bddba97822998713316e3a213c6985 Reduce findStorage query usage (#11316) Along with the result from the findStorage query, cache the query parameters (contractId and slot key) in a separate cache, so instead of pre-loading random N number of slots, to pre-load only slots that have been queried in the last {contractSlots TTL} seconds/minutes/hours. --------- Signed-off-by: sdimitrov9 Signed-off-by: Bilyana Gospodinova Signed-off-by: Kristiyan Selveliev Signed-off-by: Steven Sheehy Signed-off-by: Ivan Kavaldzhiev Co-authored-by: Bilyana Gospodinova Co-authored-by: Kristiyan Selveliev Co-authored-by: Steven Sheehy Co-authored-by: Ivan Kavaldzhiev
7603c01c4b2713a40744e845c0a21fbd695c490a Add workaround for long zero addresses to be permitted by the EVM (#11388) Allow modularized workflow to work even if an account having an alias is referenced by its long zero (shard/realm/num) address. This will serve as a workaround for one of the breaking changes connected to the migration from mono to modularized workflow inside web3. In order the workaround to be utilized, 2 classed needed to be overriden in the classpath. These are DispatchingEvmFrameState and ConversionUtils. The only change in DispatchingEvmFrameState is inside isNotPriority, where based on a feature flag we return that the address is always a priority in case the feature flag is activated and if it's not then the actual check is performed. The only change in ConversionUtils is inside accountNumberForEvmReference. If the feature flag is activated then even if an account having an alias is compared with a passed long zero address, then no NON_CANONICAL_REFERENCE_NUMBER error will be thrown. If the feature flag is disabled and the comparison has a mismatch, then the error will be thrown. --------- Signed-off-by: Ivan Kavaldzhiev
49f4a079ffb291f38e8e9263eac28fdb1a7391ba Adapt acceptance tests to use estimate gas query from SDK (#11183) In java SDK there is a MirrorNodeContractEstimateGasQuery which can be used for gas estimation queries. Currently we perform manually a contract call with given parameters. This PR refactors the acceptance tests to use estimate query instead of manual contract call --------- Signed-off-by: Nikolay Nikolov
61bfe2ff31b016df17930b88f2ced3df0da0b53d Adjusting gasPerSecond and gasLimitRefundPercent based on metrics (#11329) This PR makes changes to gasPerSecond and gasLimitRefundPercent to adjust them based on metrics GasConsumed and GasLimit, taken from mainnet clusters in the time period - 05/27/2025 - 06/06/2025. Based on analysis, following observations can be made: Gas Consumed Peak usage is ~67.2M on 05/30/2025 between 20:23:00 and 20:25:00 UTC+3 95% of calls consume under ~61M. Gas Limit Clients often over-request gas Some request billions, but only consume a fraction Based on this, I've made changes so that the gasPerSecond is 75 Million, which is around 12% buffer above the max value. Could be a bit tight and potential change to 85 Mill or even 100 Mill is possible. Restored the gasLimitRefundPercent to its previous value of 20 to prevent over-abuse --------- Signed-off-by: filev94
4c912737a9de9d2e8b72b128ab950b4b6bb06b22 Configure web3 tests to work with non-zero shard/realm (#11410) * configure tests to work with non-zero shard/realm --------- Signed-off-by: Jesse Nelson
76117d59880c885e3639982919eb8bb8a14a8bc0 chore: Update README.md with standard badges and governance doc (#11374) --------- Signed-off-by: Jessica G Signed-off-by: Jessica Wagantall Co-authored-by: Steven Sheehy <[email protected]>
816c0886f58a460930b3972bbd75432d6df43ec1 Bump spring-framework to 6.2.8 and tomcat to 10.1.42 (#11414) * Bump spring-framework from 6.2.7 to 6.2.8 temporarily until next Spring Boot * Bump tomcat from 10.1.41 to 10.1.42 temporarily until next Spring Boot * Exclude unused vulnerable dependency `org.apache.commons:commons-fileupload2-javax` --------- Signed-off-by: Steven Sheehy
7a6248a2758cd56e449725326e9ea9a6cb7d3338 Fix secret-passwords template (#11412) - Also coalesce from HEDERA_ prefix password env vars in the secrets template Signed-off-by: Xin Li
30619d3defde2057620a6acd56f1c15941b18151 Add jumbo transaction tests (#11382) Add integration tests for jumbo transactions. There are upstream changes in 0.63 that enable us to remove props.put("jumboTransactions.isEnabled", "false"); --------- Signed-off-by: Kristiyan Selveliev
11642f9dd4a6c85913df0b28a55160a93b95df6f Bump @hashgraph/proto from 2.18.5 to 2.19.0 in /rest (#11403) * Bump @hashgraph/proto from 2.18.5 to 2.19.0 in /rest Bumps [@hashgraph/proto](https://github.com/hiero-ledger/hiero-sdk-js) from 2.18.5 to 2.19.0. - [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases) - [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/hiero-ledger/hiero-sdk-js/compare/v2.18.5...v2.19.0) --- updated-dependencies: - dependency-name: "@hashgraph/proto" dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: Xin Li Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xin Li
d7345efaffcfc7f4085a16c4bcdee92040259d39 Bump jooqVersion from 3.20.4 to 3.20.5 (#11399) * Bump jooqVersion from 3.20.4 to 3.20.5 Bumps `jooqVersion` from 3.20.4 to 3.20.5. Updates `org.jooq:jooq-codegen-gradle` from 3.20.4 to 3.20.5 - [Release notes](https://github.com/jOOQ/jOOQ/releases) - [Commits](https://github.com/jOOQ/jOOQ/compare/version-3.20.4...version-3.20.5) Updates `org.jooq:jooq-meta` from 3.20.4 to 3.20.5 --- updated-dependencies: - dependency-name: org.jooq:jooq-codegen-gradle dependency-version: 3.20.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jooq:jooq-meta dependency-version: 3.20.5 dependency-type: direct:production update-type: version-update:semver-patch ... --------- Signed-off-by: dependabot[bot] Signed-off-by: Xin Li Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xin Li
ce803bb8cd1dabb056e30aff6d763aa50f5be81e Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 (#11391) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.2.0 to 6.0.1. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/b863ae1933cb653a53c021fe36dbb774e1fb9403...778341af668090896ca464160c2def5d1d1a3eb0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45fc2b63247c0e6c90da9e8d5142acfe216d104e Bump @testcontainers/redis from 11.0.2 to 11.0.3 in /rest (#11406) Bumps [@testcontainers/redis](https://github.com/testcontainers/testcontainers-node) from 11.0.2 to 11.0.3. - [Release notes](https://github.com/testcontainers/testcontainers-node/releases) - [Commits](https://github.com/testcontainers/testcontainers-node/compare/v11.0.2...v11.0.3) --- updated-dependencies: - dependency-name: "@testcontainers/redis" dependency-version: 11.0.3 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>
b85ad95965d06bd818e25819e2c4bfaca0886f05 Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.11 to 3.10.1 (#11400) Bump io.hypersistence:hypersistence-utils-hibernate-63 Bumps [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) from 3.9.11 to 3.10.1. - [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt) - [Commits](https://github.com/vladmihalcea/hypersistence-utils/compare/hypersistence-utils-parent-3.9.11...hypersistence-utils-parent-3.10.1) --- updated-dependencies: - dependency-name: io.hypersistence:hypersistence-utils-hibernate-63 dependency-version: 3.10.1 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>
cf063ec46e6b481b8a436adeabdf545b6e07fca4 Bump sql-formatter from 15.6.3 to 15.6.4 in /rest (#11407) Bumps [sql-formatter](https://github.com/sql-formatter-org/sql-formatter) from 15.6.3 to 15.6.4. - [Release notes](https://github.com/sql-formatter-org/sql-formatter/releases) - [Changelog](https://github.com/sql-formatter-org/sql-formatter/blob/master/.release-it.json) - [Commits](https://github.com/sql-formatter-org/sql-formatter/compare/v15.6.3...v15.6.4) --- updated-dependencies: - dependency-name: sql-formatter dependency-version: 15.6.4 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>
5f65518ddc899723c63150f3703f8fca609e2bdb Bump com.hedera.hashgraph:sdk from 2.57.0 to 2.58.0 (#11397) Bumps [com.hedera.hashgraph:sdk](https://github.com/hiero-ledger/hedera-sdk-java) from 2.57.0 to 2.58.0. - [Commits](https://github.com/hiero-ledger/hedera-sdk-java/commits) --- updated-dependencies: - dependency-name: com.hedera.hashgraph:sdk dependency-version: 2.58.0 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>
13b044496d6c810909bc1d702515caacff3c39f4 Bump @aws-sdk/client-s3 from 3.826.0 to 3.828.0 in /rest (#11408) Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.826.0 to 3.828.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.828.0/clients/client-s3) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.828.0 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>
d67e07fecbea947828c97aad3b5270f5ee3c3ac7 Bump express-openapi-validator from 5.5.6 to 5.5.7 in /rest (#11404) Bumps [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) from 5.5.6 to 5.5.7. - [Release notes](https://github.com/cdimascio/express-openapi-validator/releases) - [Changelog](https://github.com/cdimascio/express-openapi-validator/blob/master/CHANGE_HISTORY.md) - [Commits](https://github.com/cdimascio/express-openapi-validator/compare/v5.5.6...v5.5.7) --- updated-dependencies: - dependency-name: express-openapi-validator dependency-version: 5.5.7 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>
2cf9e5e02ec9298b3353a13f4c80770b7b4235b2 Bump @testcontainers/postgresql from 11.0.2 to 11.0.3 in /rest (#11405) Bumps [@testcontainers/postgresql](https://github.com/testcontainers/testcontainers-node) from 11.0.2 to 11.0.3. - [Release notes](https://github.com/testcontainers/testcontainers-node/releases) - [Commits](https://github.com/testcontainers/testcontainers-node/compare/v11.0.2...v11.0.3) --- updated-dependencies: - dependency-name: "@testcontainers/postgresql" dependency-version: 11.0.3 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>
32412652d44d8cd6a437f55b739fe76bdb57710b Bump glob from 11.0.2 to 11.0.3 in /rest/check-state-proof (#11401) Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.2 to 11.0.3. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v11.0.2...v11.0.3) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.3 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>
24a2bc8226e8485754e65229eb4d14f6882d81c4 Bump @hashgraph/proto from 2.18.5 to 2.19.0 in /rest/check-state-proof (#11402) Bumps [@hashgraph/proto](https://github.com/hiero-ledger/hiero-sdk-js) from 2.18.5 to 2.19.0. - [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases) - [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/hiero-ledger/hiero-sdk-js/compare/v2.18.5...v2.19.0) --- updated-dependencies: - dependency-name: "@hashgraph/proto" dependency-version: 2.19.0 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>
2db63335484fce9c94751fe11a773b44df2359ae Bump io.projectreactor:reactor-core-micrometer from 1.2.6 to 1.2.7 (#11398) Bumps [io.projectreactor:reactor-core-micrometer](https://github.com/reactor/reactor-core) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/commits) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core-micrometer dependency-version: 1.2.7 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>
8f47b1a9a441020ec27989aef78a533d8293a21c Bump github.com/hiero-ledger/hiero-sdk-go/v2 from 2.63.0 to 2.64.0 in /rosetta (#11395) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
85eb8476630ae8917fed481e9a2bc7429a592941 Bump step-security/harden-runner from 2.12.0 to 2.12.1 (#11394) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
aa212292d81306b7df4fd10d7cb19b5bcdbaf975 Bump step-security/helm-gh-pages from 1.7.1 to 1.7.2 (#11393) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
f10cc5f18f44878cfaab9922bbe9bea368a531a0 Update rest java tests for non zero shard/realm (#11379) * fix rest java tests to be valid with non-zero shard/realm --------- Signed-off-by: Jesse Nelson
a0f90745a34e1283ce32bfc9ab6a1f4619d8373f Bump gradle/actions from 4.4.0 to 4.4.1 (#11392) Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/8379f6a1328ee0e06e2bb424dadb7b159856a326...ac638b010cf58a27ee6c972d7336334ccaf61c96) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 4.4.1 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>
#: 27

id: berachain
project: Berachain
Date: 2025-02-06T11:58:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/berachain

GitHub Url: github.com/berachain/beacon-kit
GitHub History Url: github.com/berachain/beacon-kit/commits
2025-06-18main

92.33 - Go
4.54 - Starlark
1.13 - Makefile
1.07 - Solidity
0.64 - Shell
0.16 - Smarty
0.14 - Dockerfile
go: 7
+   35 | -    2 | node-api/handlers/proof/merkle/generalized_indexes.go | (bfee)2025-06-18
+ 1 | - 1 | node-api/handlers/proof/merkle/proposer_pubkey.go | (bfee)2025-06-18
+ 146 | - 0 | node-api/handlers/proof/merkle/validator_credentials.go | (bfee)2025-06-18
+ 5 | - 0 | node-api/handlers/proof/routes.go | (bfee)2025-06-18
+ 7 | - 0 | node-api/handlers/proof/types/request.go | (bfee)2025-06-18
+ 20 | - 0 | node-api/handlers/proof/types/response.go | (bfee)2025-06-18
+ 79 | - 0 | node-api/handlers/proof/validator_credentials.go | (bfee)2025-06-18
                    6254669f43ecb1f2df46817e7ade429863e950a0
                    
                    chore: make function comment match function names (#2809)

Signed-off-by: overallteach 
Co-authored-by: Rez 
                
97f9e7acc33dd01aa775a54c3c6644c1e7b285a1 fix(genesis): eth nethermind genesis for 80094 (#2791)
bfeec87d6463edfdb17827b90737f4e4dd7b32f5 chore(node-api): Add endpoint to prove a validator's withdrawal credentials (#2808)
#: 28

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-evm
GitHub History Url: github.com/smartcontractkit/chainlink-evm/commits
2025-06-18develop

61.04 - Solidity
31.31 - Go
7.1 - TypeScript
0.41 - Shell
0.06 - Makefile
0.05 - JavaScript
0.03 - Python
mod: 3
proto: 8
sum: 3
sol: 145
txt: 3
gas-snapshot: 5
go: 48
yaml: 1
toml: 7
json: 1
yml: 2
+    1 | -    1 | .github/workflows/solidity-foundry.yml | (9df9)2025-06-17
+ 1 | - 0 | .github/workflows/solidity.yml | (9df9)2025-06-17
+ 2 | - 2 | contracts/foundry.toml | (9df9)2025-06-17
+ 2 | - 2 | contracts/gas-snapshots/data-feeds.gas-snapshot | (9df9)2025-06-17
+ 27 | - 27 | contracts/gas-snapshots/l2ep.gas-snapshot | (9df9)2025-06-17
+ 288 | - 288 | contracts/gas-snapshots/llo-feeds.gas-snapshot | (9df9)2025-06-17
+ 0 | - 23 | contracts/gas-snapshots/shared.gas-snapshot | (9df9)2025-06-17
+ 48 | - 34 | contracts/gas-snapshots/workflow.gas-snapshot | (c031)2025-06-18
+ 5 | - 1 | contracts/package.json | (9df9)2025-06-17
+ 35 | - 3 | contracts/pnpm-lock.yaml | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/automation/upkeeps/CronUpkeep.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/automation/upkeeps/CronUpkeepDelegate.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/upkeeps/ERC20BalanceMonitor.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/automation/upkeeps/EthBalanceMonitor.sol | (9df9)2025-06-17
+ 5 | - 5 | contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/upkeeps/UpkeepBalanceMonitor.sol | (9df9)2025-06-17
+ 4 | - 4 | contracts/src/v0.8/automation/v1_2/KeeperRegistry1_2.sol | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/automation/v1_3/KeeperRegistry1_3.sol | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/automation/v1_3/KeeperRegistryBase1_3.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v1_3/KeeperRegistryLogic1_3.sol | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/automation/v2_0/KeeperRegistry2_0.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/automation/v2_0/KeeperRegistryBase2_0.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v2_0/KeeperRegistryLogic2_0.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v2_1/KeeperRegistry2_1.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v2_1/KeeperRegistryBase2_1.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v2_1/KeeperRegistryLogicA2_1.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v2_1/KeeperRegistryLogicB2_1.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v2_2/AutomationRegistry2_2.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v2_2/AutomationRegistryBase2_2.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v2_2/AutomationRegistryLogicA2_2.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/automation/v2_2/AutomationRegistryLogicB2_2.sol | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/automation/v2_3/AutomationRegistrar2_3.sol | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/automation/v2_3/AutomationRegistry2_3.sol | (9df9)2025-06-17
+ 4 | - 4 | contracts/src/v0.8/automation/v2_3/AutomationRegistryBase2_3.sol | (9df9)2025-06-17
+ 4 | - 4 | contracts/src/v0.8/automation/v2_3/AutomationRegistryLogicA2_3.sol | (9df9)2025-06-17
+ 5 | - 5 | contracts/src/v0.8/automation/v2_3/AutomationRegistryLogicB2_3.sol | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/automation/v2_3/AutomationRegistryLogicC2_3.sol | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/automation/v2_3_zksync/ZKSyncAutomationRegistry2_3.sol | (9df9)2025-06-17
+ 4 | - 4 | contracts/src/v0.8/automation/v2_3_zksync/ZKSyncAutomationRegistryBase2_3.sol | (9df9)2025-06-17
+ 4 | - 4 | contracts/src/v0.8/automation/v2_3_zksync/ZKSyncAutomationRegistryLogicA2_3.sol | (9df9)2025-06-17
+ 5 | - 5 | contracts/src/v0.8/automation/v2_3_zksync/ZKSyncAutomationRegistryLogicB2_3.sol | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/automation/v2_3_zksync/ZKSyncAutomationRegistryLogicC2_3.sol | (9df9)2025-06-17
+ 3 | - 3 | contracts/src/v0.8/data-feeds/DataFeedsCache.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/functions/v1_0_0/FunctionsBilling.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/functions/v1_0_0/FunctionsRouter.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/functions/v1_0_0/FunctionsSubscriptions.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/functions/v1_0_0/accessControl/TermsOfServiceAllowList.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/functions/v1_1_0/FunctionsBilling.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/functions/v1_3_0/FunctionsBilling.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/functions/v1_3_0/accessControl/TermsOfServiceAllowList.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/functions/v1_3_0_zksync/FunctionsBilling.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/keystone/CapabilitiesRegistry.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/keystone/KeystoneFeedsConsumer.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/keystone/KeystoneForwarder.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/l2ep/arbitrum/ArbitrumCrossDomainForwarder.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/l2ep/arbitrum/ArbitrumCrossDomainGovernor.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/l2ep/arbitrum/ArbitrumValidator.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/l2ep/optimism/OptimismCrossDomainForwarder.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/l2ep/optimism/OptimismCrossDomainGovernor.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/l2ep/scroll/ScrollCrossDomainForwarder.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/l2ep/scroll/ScrollCrossDomainGovernor.sol | (9df9)2025-06-17
+ 4 | - 4 | contracts/src/v0.8/llo-feeds/v0.3.0/FeeManager.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/llo-feeds/v0.3.0/RewardManager.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/llo-feeds/v0.3.0/Verifier.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/llo-feeds/v0.3.0/VerifierProxy.sol | (9df9)2025-06-17
+ 4 | - 4 | contracts/src/v0.8/llo-feeds/v0.4.0/DestinationFeeManager.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/llo-feeds/v0.4.0/DestinationRewardManager.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/llo-feeds/v0.4.0/DestinationVerifier.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/llo-feeds/v0.4.0/DestinationVerifierProxy.sol | (9df9)2025-06-17
+ 4 | - 4 | contracts/src/v0.8/llo-feeds/v0.5.0/FeeManager.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/llo-feeds/v0.5.0/RewardManager.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/llo-feeds/v0.5.0/Verifier.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/llo-feeds/v0.5.0/VerifierProxy.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/llo-feeds/v0.5.0/configuration/Configurator.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/operatorforwarder/AuthorizedForwarder.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/operatorforwarder/Operator.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/shared/access/AuthorizedCallers.sol | (9df9)2025-06-17
+ 0 | - 225 | contracts/src/v0.8/shared/enumerable/EnumerableMapAddresses.sol | (9df9)2025-06-17
+ 0 | - 136 | contracts/src/v0.8/shared/enumerable/EnumerableMapBytes32.sol | (9df9)2025-06-17
+ 6 | - 6 | contracts/src/v0.8/shared/token/ERC20/BurnMintERC20.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/shared/token/ERC20/IBurnMintERC20.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/shared/token/ERC20/IOptimismMintableERC20.sol | (9df9)2025-06-17
+ 4 | - 4 | contracts/src/v0.8/shared/token/ERC677/BurnMintERC677.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/shared/token/ERC677/ERC677.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/shared/token/ERC677/OpStackBurnMintERC677.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/vendor/@eth-optimism/contracts/v0.8.6/contracts/L2/predeploys/OVM_GasPriceOracle.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/vendor/@eth-optimism/contracts/v0.8.9/contracts/L2/predeploys/OVM_GasPriceOracle.sol | (9df9)2025-06-17
+ 0 | - 86 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.7.3/contracts/proxy/Proxy.sol | (9df9)2025-06-17
+ 0 | - 244 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.7.3/contracts/utils/Address.sol | (9df9)2025-06-17
+ 0 | - 24 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.7.3/contracts/utils/Context.sol | (9df9)2025-06-17
+ 0 | - 529 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.7.3/contracts/utils/structs/EnumerableMap.sol | (9df9)2025-06-17
+ 0 | - 376 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.7.3/contracts/utils/structs/EnumerableSet.sol | (9df9)2025-06-17
+ 0 | - 247 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/access/AccessControl.sol | (9df9)2025-06-17
+ 0 | - 88 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/access/IAccessControl.sol | (9df9)2025-06-17
+ 0 | - 105 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/security/Pausable.sol | (9df9)2025-06-17
+ 0 | - 365 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/token/ERC20/ERC20.sol | (9df9)2025-06-17
+ 0 | - 78 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/token/ERC20/IERC20.sol | (9df9)2025-06-17
+ 0 | - 39 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/token/ERC20/extensions/ERC20Burnable.sol | (9df9)2025-06-17
+ 0 | - 28 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/token/ERC20/extensions/IERC20Metadata.sol | (9df9)2025-06-17
+ 0 | - 95 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/token/ERC20/extensions/draft-ERC20Permit.sol | (9df9)2025-06-17
+ 0 | - 60 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/token/ERC20/extensions/draft-IERC20Permit.sol | (9df9)2025-06-17
+ 0 | - 95 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/token/ERC20/utils/SafeERC20.sol | (9df9)2025-06-17
+ 0 | - 236 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/Address.sol | (9df9)2025-06-17
+ 0 | - 24 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/Context.sol | (9df9)2025-06-17
+ 0 | - 43 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/Counters.sol | (9df9)2025-06-17
+ 0 | - 88 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/StorageSlot.sol | (9df9)2025-06-17
+ 0 | - 70 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/Strings.sol | (9df9)2025-06-17
+ 0 | - 195 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/cryptography/ECDSA.sol | (9df9)2025-06-17
+ 0 | - 102 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/cryptography/EIP712.sol | (9df9)2025-06-17
+ 0 | - 29 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/introspection/ERC165.sol | (9df9)2025-06-17
+ 0 | - 127 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/introspection/ERC165Checker.sol | (9df9)2025-06-17
+ 0 | - 25 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/introspection/IERC165.sol | (9df9)2025-06-17
+ 0 | - 336 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/math/Math.sol | (9df9)2025-06-17
+ 0 | - 1136 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/math/SafeCast.sol | (9df9)2025-06-17
+ 0 | - 43 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/math/SignedMath.sol | (9df9)2025-06-17
+ 0 | - 530 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/structs/EnumerableMap.sol | (9df9)2025-06-17
+ 0 | - 378 | contracts/src/v0.8/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/structs/EnumerableSet.sol | (9df9)2025-06-17
+ 0 | - 209 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/access/AccessControl.sol | (9df9)2025-06-17
+ 0 | - 98 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/access/IAccessControl.sol | (9df9)2025-06-17
+ 0 | - 316 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/token/ERC20/ERC20.sol | (9df9)2025-06-17
+ 0 | - 79 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/token/ERC20/IERC20.sol | (9df9)2025-06-17
+ 0 | - 39 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/token/ERC20/extensions/ERC20Burnable.sol | (9df9)2025-06-17
+ 0 | - 26 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/token/ERC20/extensions/IERC20Metadata.sol | (9df9)2025-06-17
+ 0 | - 90 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/token/ERC20/extensions/IERC20Permit.sol | (9df9)2025-06-17
+ 0 | - 118 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/token/ERC20/utils/SafeERC20.sol | (9df9)2025-06-17
+ 0 | - 159 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/Address.sol | (9df9)2025-06-17
+ 0 | - 28 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/Context.sol | (9df9)2025-06-17
+ 0 | - 92 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/Create2.sol | (9df9)2025-06-17
+ 0 | - 31 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/Errors.sol | (9df9)2025-06-17
+ 0 | - 119 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/Pausable.sol | (9df9)2025-06-17
+ 0 | - 123 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/ShortStrings.sol | (9df9)2025-06-17
+ 0 | - 135 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/StorageSlot.sol | (9df9)2025-06-17
+ 0 | - 94 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/Strings.sol | (9df9)2025-06-17
+ 0 | - 174 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/cryptography/ECDSA.sol | (9df9)2025-06-17
+ 0 | - 160 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/cryptography/EIP712.sol | (9df9)2025-06-17
+ 0 | - 86 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/cryptography/MessageHashUtils.sol | (9df9)2025-06-17
+ 0 | - 27 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/introspection/ERC165.sol | (9df9)2025-06-17
+ 0 | - 124 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/introspection/ERC165Checker.sol | (9df9)2025-06-17
+ 0 | - 25 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/introspection/IERC165.sol | (9df9)2025-06-17
+ 0 | - 415 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/math/Math.sol | (9df9)2025-06-17
+ 0 | - 1153 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/math/SafeCast.sol | (9df9)2025-06-17
+ 0 | - 43 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/math/SignedMath.sol | (9df9)2025-06-17
+ 0 | - 533 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/structs/EnumerableMap.sol | (9df9)2025-06-17
+ 0 | - 378 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.0.2/contracts/utils/structs/EnumerableSet.sol | (9df9)2025-06-17
+ 0 | - 59 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.1.0/contracts/utils/Panic.sol | (9df9)2025-06-17
+ 0 | - 126 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.1.0/contracts/utils/Strings.sol | (9df9)2025-06-17
+ 0 | - 180 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.1.0/contracts/utils/cryptography/ECDSA.sol | (9df9)2025-06-17
+ 0 | - 87 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.1.0/contracts/utils/cryptography/MessageHashUtils.sol | (9df9)2025-06-17
+ 0 | - 698 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.1.0/contracts/utils/math/Math.sol | (9df9)2025-06-17
+ 0 | - 1292 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.1.0/contracts/utils/math/SafeCast.sol | (9df9)2025-06-17
+ 0 | - 70 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.1.0/contracts/utils/math/SignedMath.sol | (9df9)2025-06-17
+ 0 | - 941 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.1.0/contracts/utils/structs/EnumerableMap.sol | (9df9)2025-06-17
+ 0 | - 391 | contracts/src/v0.8/vendor/openzeppelin-solidity/v5.1.0/contracts/utils/structs/EnumerableSet.sol | (9df9)2025-06-17
+ 1 | - 1 | contracts/src/v0.8/vrf/AuthorizedReceiver.sol | (9df9)2025-06-17
+ 2 | - 2 | contracts/src/v0.8/workflow/v1/WorkflowRegistry.sol | (9df9)2025-06-17
+ 2 | - 2 | gethwrappers/data-feeds/generation/generated-wrapper-dependency-versions-do-not-edit.txt | (19f5)2025-06-16
+ 2 | - 0 | gethwrappers/go_generate.go | (19f5)2025-06-16
+ 3 | - 3 | gethwrappers/shared/generation/generated-wrapper-dependency-versions-do-not-edit.txt | (9df9)2025-06-17
+ 3 | - 3 | gethwrappers/shared/go_generate.go | (9df9)2025-06-17
+ 2808 | - 0 | gethwrappers/workflow/generated/capabilities_registry_wrapper_v2/capabilities_registry_wrapper_v2.go | (c031)2025-06-18
+ 1 | - 0 | gethwrappers/workflow/generation/generated-wrapper-dependency-versions-do-not-edit.txt | (c031)2025-06-18
+ 1 | - 0 | gethwrappers/workflow/go_generate.go | (c031)2025-06-18
+ 8 | - 8 | go.mod | (d731)2025-06-18, (8c70)2025-06-18, (e92b)2025-06-17
+ 14 | - 14 | go.sum | (d731)2025-06-18, (8c70)2025-06-18, (e92b)2025-06-17
+ 9 | - 1 | pkg/client/chain_client.go | (e92b)2025-06-17
+ 6 | - 1 | pkg/client/null_client.go | (e92b)2025-06-17
+ 21 | - 2 | pkg/client/rpc_client.go | (e92b)2025-06-17
+ 12 | - 3 | pkg/client/simulated_backend_client.go | (e92b)2025-06-17
+ 5 | - 0 | pkg/config/chain_scoped.go | (e92b)2025-06-17
+ 14 | - 0 | pkg/config/chain_scoped_workflow.go | (d731)2025-06-18
+ 6 | - 1 | pkg/config/config.go | (d731)2025-06-18, (e92b)2025-06-17
+ 16 | - 3 | pkg/config/toml/config.go | (d731)2025-06-18, (e92b)2025-06-17
+ 3 | - 0 | pkg/config/toml/defaults.go | (e92b)2025-06-17
+ 19 | - 0 | pkg/config/toml/defaults/Botanix_Mainnet.toml | (681b)2025-06-16
+ 29 | - 0 | pkg/config/toml/defaults/Katana_Mainnet.toml | (681b)2025-06-16
+ 4 | - 0 | pkg/config/toml/defaults/fallback.toml | (d731)2025-06-18, (e92b)2025-06-17
+ 25 | - 1 | pkg/config/toml/docs.toml | (d731)2025-06-18, (e92b)2025-06-17
+ 3 | - 0 | pkg/heads/tracker.go | (e92b)2025-06-17
+ 79 | - 61 | pkg/logpoller/observability.go | (8c70)2025-06-18
+ 159 | - 0 | pkg/report/datafeeds/decode.go | (d731)2025-06-18
+ 2 | - 2 | pkg/report/datafeeds/id.go | (d731)2025-06-18
+ 94 | - 0 | pkg/report/datafeeds/processor/processor.go | (d731)2025-06-18
+ 48 | - 35 | pkg/report/datafeeds/types.go | (d731)2025-06-18
+ 0 | - 200 | pkg/report/monitor/balance.go | (d731)2025-06-18
+ 0 | - 98 | pkg/report/monitor/beholder.go | (d731)2025-06-18
+ 0 | - 48 | pkg/report/monitor/metrics.go | (d731)2025-06-18
+ 0 | - 118 | pkg/report/monitor/schema.go | (d731)2025-06-18
+ 0 | - 158 | pkg/report/pb/data-feeds/on-chain/registry/decode.go | (d731)2025-06-18
+ 0 | - 394 | pkg/report/pb/data-feeds/on-chain/registry/feed_updated.pb.go | (d731)2025-06-18
+ 0 | - 59 | pkg/report/pb/data-feeds/on-chain/registry/feed_updated.proto | (d731)2025-06-18
+ 0 | - 3 | pkg/report/pb/data-feeds/on-chain/registry/generate.go | (d731)2025-06-18
+ 0 | - 187 | pkg/report/pb/data-feeds/on-chain/registry/metrics.go | (d731)2025-06-18
+ 0 | - 13 | pkg/report/pb/platform/error.go | (d731)2025-06-18
+ 0 | - 8 | pkg/report/pb/platform/generate.go | (d731)2025-06-18
+ 0 | - 362 | pkg/report/pb/platform/metrics.go | (d731)2025-06-18
+ 0 | - 62 | pkg/report/pb/platform/on-chain/forwarder/decode.go | (d731)2025-06-18
+ 0 | - 3 | pkg/report/pb/platform/on-chain/forwarder/generate.go | (d731)2025-06-18
+ 0 | - 143 | pkg/report/pb/platform/on-chain/forwarder/metrics.go | (d731)2025-06-18
+ 0 | - 379 | pkg/report/pb/platform/on-chain/forwarder/report_processed.pb.go | (d731)2025-06-18
+ 0 | - 52 | pkg/report/pb/platform/on-chain/forwarder/report_processed.proto | (d731)2025-06-18
+ 0 | - 380 | pkg/report/pb/platform/write_accepted.pb.go | (d731)2025-06-18
+ 0 | - 54 | pkg/report/pb/platform/write_accepted.proto | (d731)2025-06-18
+ 0 | - 378 | pkg/report/pb/platform/write_confirmed.pb.go | (d731)2025-06-18
+ 0 | - 55 | pkg/report/pb/platform/write_confirmed.proto | (d731)2025-06-18
+ 0 | - 329 | pkg/report/pb/platform/write_error.pb.go | (d731)2025-06-18
+ 0 | - 44 | pkg/report/pb/platform/write_error.proto | (d731)2025-06-18
+ 0 | - 301 | pkg/report/pb/platform/write_initiated.pb.go | (d731)2025-06-18
+ 0 | - 40 | pkg/report/pb/platform/write_initiated.proto | (d731)2025-06-18
+ 0 | - 342 | pkg/report/pb/platform/write_sent.pb.go | (d731)2025-06-18
+ 0 | - 50 | pkg/report/pb/platform/write_sent.proto | (d731)2025-06-18
+ 0 | - 309 | pkg/report/pb/platform/write_skipped.pb.go | (d731)2025-06-18
+ 0 | - 40 | pkg/report/pb/platform/write_skipped.proto | (d731)2025-06-18
+ 0 | - 111 | pkg/report/platform/types.go | (d731)2025-06-18
+ 55 | - 0 | pkg/report/por/processor/processor.go | (d731)2025-06-18
+ 0 | - 19 | pkg/writetarget/config.go | (d731)2025-06-18
+ 0 | - 238 | pkg/writetarget/messages.go | (d731)2025-06-18
+ 0 | - 482 | pkg/writetarget/write_target.go | (d731)2025-06-18
+ 0 | - 221 | pkg/writetarget/write_target_monitor.go | (d731)2025-06-18
                    d731d7e7468e35393d7d18ed3fed17d310e5c087
                    
                    Moved Generalized WT out, created chain-specific injected processors (#24)
                
8c70760c9a1286679896b77d1f23e829816ee30c add block discovery latency metrics (#112) * add block discovery latency metrics
c0316ab65f9bbf20ba7eb62ea81fe46a6d813734 Capabilities Registry v2 (#95) - Added the concept of a DON family with getters and setters. - Added DON name (required; must be unique) and generic config. - Added Update/Get/Remove DONByName functions. - Added getHistoricalDONInfo to fetch historical configurations. - Moved isPublic, f, name, and config variables into this preserved configuration. - Renamed DONCapabilityConfig to MutableDONConfig to better reflect the purpose. - Replaced addDON function with addDONs function - Replaced hashedCapabilityId with capabilityId for debugging and readability improvements. - Removed enums from Capabilities structs in favour of generic bytes metadata - Refactored updateDON function params into a struct
e92bf0b88371c48415fefede2ecee63e63edb140 Add new LatestSafeBlock method to EVM RPC client (#108) * Add new LatestSafeBlock method to EVM RPC client * add config for safeBlockDepth * add config for safeBlockDepth * fixes * mockery files * mocks * tests * test fixes * test fixes * docs fixes * delete unnecessary mock * lint * new tests * lint * mockery version fix * change SafeBlockDepth to SafeDepth * go mod bump * go.mod bump * go.mod bump * fix deps
9df97249e67b5a57abd9d3de0539e5d37006a620 Un-vendor OZ (#104) * add 4.9.6 & 5.1.0 to NPM * change mapping * fix path * fix paths * add npm refs & update paths * replace mockERC20 * fix llo-feeds * fix data feeds * snap * only run ZK on releases * rm OZ vendor * fix shared wrapper * fix vendor OZ import
681b73aeb487f765213ddc5f19c36aaee428e026 Add Botanix and Polygon Katana node configs (#107) * Add Botanix and Polygon Katana node configs * Optimize price settings for botanix
19f50ca0b00deaaa4d50767425e76ab3f6f0359b fix missing data-feeds compile in CI (#109)
#: 29

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
2025-06-18release-candidate

74.02 - JavaScript
25.95 - Solidity
0.02 - Shell
0 - TypeScript
sol: 3
+   47 | -   61 | contracts/modules/cover/Cover.sol | (3a96)2025-06-18, (1fb4)2025-06-17, (e971)2025-06-16
                    3a96874fd07e77a04de97ed99c948c96a969536c
                    
                    chore: add cover asset check on edit (#1396)
                
1fb4360e7427f6d85443e514bb302d818338f804 chore: fix updated cover id
e971360ce88335d3af26df5d53ff7f0eee7f647f chore: add cover asset check on edit
#: 30

id: kinesis-bridge-on-kadena
project: Kinesis Bridge on Kadena
Date: 2025-05-12T10:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/kinesis-bridge-on-kadena

GitHub Url: github.com/Kadena-ISS/smart-contracts
GitHub History Url: github.com/Kadena-ISS/smart-contracts/commits
2025-06-18main

60.85 - TypeScript
30.11 - Pact
8.68 - Solidity
0.3 - Shell
0.05 - Dockerfile
repl: 2
pact: 1
+   20 | -   61 | pact/mailbox/mailbox.pact | (3fde)2025-06-18
+ 8 | - 33 | pact/mailbox/mailbox.repl | (3fde)2025-06-18
+ 6 | - 3 | pact/utils/init-key-const.repl | (3fde)2025-06-18
                    3fde3eb3bffc0b66d38d4ff07c91245914a7eda6
                    
                    Merge branch 'dev'
                
#: 31

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
2025-06-18master

98.53 - Go
0.52 - Solidity
0.48 - Shell
0.17 - Makefile
0.14 - HTML
0.09 - Dockerfile
0.06 - CSS
0.01 - Assembly
0.01 - Python
mod: 1
yml: 3
sum: 1
go: 17
json: 1
+    2 | -    0 | .github/workflows/build.yml | (b904)2025-06-16
+ 36 | - 0 | .github/workflows/check.yml | (b904)2025-06-16
+ 2 | - 0 | .github/workflows/docker.yml | (b904)2025-06-16
+ 0 | - 34 | build/openrpc/full.json | (003c)2025-06-16
+ 0 | - 28 | build/params_shared_funcs.go | (003c)2025-06-16
+ 0 | - 63 | chain/lf3/ec.go | (003c)2025-06-16
+ 124 | - 31 | chain/lf3/f3.go | (55ed)2025-06-17, (003c)2025-06-16
+ 0 | - 25 | chain/lf3/manifest.go | (003c)2025-06-16
+ 1 | - 7 | chain/lf3/participation_lease.go | (003c)2025-06-16
+ 1 | - 1 | chain/store/store.go | (003c)2025-06-16
+ 1 | - 1 | cli/disputer.go | (7984)2025-06-16
+ 1 | - 1 | cmd/lotus-bench/rpc.go | (7984)2025-06-16
+ 19 | - 15 | go.mod | (003c)2025-06-16
+ 44 | - 32 | go.sum | (003c)2025-06-16
+ 1 | - 3 | node/builder_chain.go | (55ed)2025-06-17, (003c)2025-06-16
+ 3 | - 0 | node/modules/dtypes/storage.go | (55ed)2025-06-17
+ 1 | - 1 | node/modules/lp2p/discovery.go | (7984)2025-06-16
+ 10 | - 1 | node/modules/lp2p/pubsub.go | (739a)2025-06-18, (7984)2025-06-16
+ 16 | - 0 | node/modules/storage.go | (55ed)2025-06-17
+ 1 | - 0 | node/repo/fsrepo_ds.go | (55ed)2025-06-17
                    739ad9fad9f1ef281af4b8ccccc57a07b8fc3697
                    
                    chore: bump the pubsub validation queue length to 256 (#13176)

Bump the pubsub validation queue length to 256

Increase the pubsub validation queue length to 256, to accommodate the
increased rate of message exchange as a result of F3. Note that there's
 no topic-specific option for this setting, hence the bump at top-level
 pubsub instantiation.

 Relates to: https://github.com/libp2p/go-libp2p-pubsub/issues/621
                
55ed57764030050e3b22fb2529ae4fe1a013bcc4 feat(f3): migrate f3 datastore to separate datastore (#13174) * feat(f3): migrate f3 datastore to separate datastore Migrate the f3 datastore from being namespaced in the metadata metadata datastore to having its own dedicated datastore. Signed-off-by: Jakub Sztandera * address CR Signed-off-by: Jakub Sztandera --------- Signed-off-by: Jakub Sztandera
003c0953b018daa572828d7aa8fd7e4f92899385 feat(f3): update go-f3, move EC cache to go-f3 (#13144) * chore(f3): update go-f3, adapt to changed interfaces Signed-off-by: Jakub Sztandera * remove ec cache in lotus Signed-off-by: Jakub Sztandera --------- Signed-off-by: Jakub Sztandera
b904633becc2b3532e01bee000c37e38415729a8 ci: execute some workflows conditionally (#13165) * Revert "feat(ci): only markdown action to skip some CI workflows (#13118)" This reverts commit e53768cf277e21022415344d222ef0f309ce2e1f. * ci: execute some workflows conditionally * ci: fix markdown filters in check * ci: update the workflow ignore conditions
79848882b10c17fa0307e02b3481c664022509fb chore(docs): fix some minor typos (#13177) Signed-off-by: cuithon
#: 32

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
2025-06-18master

99.35 - TypeScript
0.62 - JavaScript
0.02 - Shell
ts: 2
+   10 | -    8 | src/utils/validateBurnedAmount/validateDynamicBurnedAmount.ts | (925f)2025-06-18, (e3f0)2025-06-16
                    925f60a5ba813ca3e0fbb009aba3cf0aca13948f
                    
                    Merge pull request #975 from ava-labs/fix/fee-tolerance

fix: fee tolerance range
                
e3f0125c4d320d33f71816b714644fa69c84b76b fix: fee tolerance range
#: 33

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
2025-06-18master

97.2 - Rust
1.98 - Shell
0.58 - C
0.08 - Python
0.08 - C++
0.04 - Makefile
0.03 - Dockerfile
0 - TeX
0 - Linker Script
yaml: 1
yml: 11
sh: 12
gitmodules: 1
gitignore: 1
dockerignore: 1
toml: 23
rs: 158
+    9 | -    0 | .dockerignore | (9ae7)2025-06-17
+ 2 | - 0 | .github/workflows/cargo.yml | (9ae7)2025-06-17
+ 1 | - 0 | .github/workflows/changelog-label.yml | (9ae7)2025-06-17
+ 4 | - 0 | .github/workflows/client-targets.yml | (9ae7)2025-06-17
+ 1 | - 0 | .github/workflows/crate-check.yml | (9ae7)2025-06-17
+ 3 | - 0 | .github/workflows/docs.yml | (9ae7)2025-06-17
+ 3 | - 1 | .github/workflows/downstream-project-anchor.yml | (9ae7)2025-06-17
+ 6 | - 0 | .github/workflows/downstream-project-spl.yml | (9ae7)2025-06-17
+ 1 | - 0 | .github/workflows/publish-windows-tarball.yml | (9ae7)2025-06-17
+ 180 | - 0 | .github/workflows/rebase.yaml | (9ae7)2025-06-17
+ 55 | - 55 | .github/workflows/release.yml | (9ae7)2025-06-17
+ 2 | - 0 | .github/workflows/svm-examples.yml | (9ae7)2025-06-17
+ 5 | - 0 | .gitignore | (9ae7)2025-06-17
+ 9 | - 0 | .gitmodules | (9ae7)2025-06-17
+ 26 | - 6 | Cargo.toml | (786d)2025-06-17, (9ae7)2025-06-17, (6463)2025-06-17, (af69)2025-06-17, (de6c)2025-06-16, (4916)2025-06-16
+ 1 | - 1 | accounts-db/Cargo.toml | (234a)2025-06-17
+ 2 | - 0 | accounts-db/benches/bench_lock_accounts.rs | (9ae7)2025-06-17
+ 77 | - 9 | accounts-db/src/account_locks.rs | (9ae7)2025-06-17
+ 9 | - 6 | accounts-db/src/account_storage_reader.rs | (cbd3)2025-06-17
+ 96 | - 5 | accounts-db/src/accounts.rs | (9ae7)2025-06-17
+ 50 | - 8 | accounts-db/src/accounts_db.rs | (cbd3)2025-06-17
+ 1 | - 1 | accounts-db/src/accounts_db/scan_account_storage.rs | (cbd3)2025-06-17
+ 5 | - 0 | banking-bench/src/main.rs | (9ae7)2025-06-17
+ 1 | - 0 | banks-server/Cargo.toml | (9ae7)2025-06-17
+ 10 | - 3 | banks-server/src/banks_server.rs | (9ae7)2025-06-17, (520f)2025-06-16
+ 22 | - 0 | bundle-sdk/Cargo.toml | (9ae7)2025-06-17
+ 25 | - 0 | bundle-sdk/src/lib.rs | (9ae7)2025-06-17
+ 40 | - 0 | bundle/Cargo.toml | (9ae7)2025-06-17
+ 1081 | - 0 | bundle/src/bundle_execution.rs | (9ae7)2025-06-17
+ 77 | - 0 | bundle/src/lib.rs | (9ae7)2025-06-17
+ 307 | - 0 | ci/buildkite-pipeline-in-disk.sh | (9ae7)2025-06-17
+ 2 | - 2 | ci/buildkite-pipeline.sh | (9ae7)2025-06-17
+ 39 | - 39 | ci/buildkite-secondary.yml | (9ae7)2025-06-17
+ 2 | - 2 | ci/buildkite-solana-private.sh | (9ae7)2025-06-17
+ 1 | - 1 | ci/channel-info.sh | (9ae7)2025-06-17
+ 3 | - 0 | ci/check-crates.sh | (9ae7)2025-06-17
+ 11 | - 5 | ci/publish-installer.sh | (9ae7)2025-06-17
+ 6 | - 2 | ci/publish-tarball.sh | (9ae7)2025-06-17
+ 1 | - 1 | ci/upload-github-release-asset.sh | (9ae7)2025-06-17
+ 9 | - 0 | clap-utils/src/input_validators.rs | (ffc8)2025-06-16
+ 19 | - 0 | core/Cargo.toml | (9ae7)2025-06-17
+ 8 | - 1 | core/benches/banking_stage.rs | (9ae7)2025-06-17
+ 18 | - 8 | core/benches/consumer.rs | (9ae7)2025-06-17
+ 58 | - 0 | core/benches/proto_to_packet.rs | (9ae7)2025-06-17
+ 7 | - 1 | core/benches/receive_and_buffer_utils.rs | (9ae7)2025-06-17
+ 7 | - 2 | core/src/admin_rpc_post_init.rs | (9ae7)2025-06-17
+ 6 | - 0 | core/src/banking_simulation.rs | (9ae7)2025-06-17
+ 176 | - 11 | core/src/banking_stage.rs | (9ae7)2025-06-17, (3281)2025-06-17
+ 30 | - 15 | core/src/banking_stage/consume_worker.rs | (9ae7)2025-06-17
+ 98 | - 26 | core/src/banking_stage/consumer.rs | (9ae7)2025-06-17
+ 2 | - 2 | core/src/banking_stage/decision_maker.rs | (9ae7)2025-06-17
+ 29 | - 9 | core/src/banking_stage/qos_service.rs | (9ae7)2025-06-17
+ 98 | - 10 | core/src/banking_stage/transaction_scheduler/receive_and_buffer.rs | (9ae7)2025-06-17
+ 49 | - 10 | core/src/banking_stage/transaction_scheduler/scheduler_controller.rs | (9ae7)2025-06-17
+ 27 | - 9 | core/src/banking_stage/vote_worker.rs | (9ae7)2025-06-17
+ 1 | - 0 | core/src/banking_trace.rs | (9ae7)2025-06-17
+ 406 | - 0 | core/src/bundle_stage.rs | (9ae7)2025-06-17
+ 354 | - 0 | core/src/bundle_stage/bundle_account_locker.rs | (9ae7)2025-06-17
+ 1501 | - 0 | core/src/bundle_stage/bundle_consumer.rs | (9ae7)2025-06-17
+ 258 | - 0 | core/src/bundle_stage/bundle_packet_deserializer.rs | (9ae7)2025-06-17
+ 800 | - 0 | core/src/bundle_stage/bundle_packet_receiver.rs | (9ae7)2025-06-17
+ 537 | - 0 | core/src/bundle_stage/bundle_stage_leader_metrics.rs | (9ae7)2025-06-17
+ 348 | - 0 | core/src/bundle_stage/bundle_storage.rs | (9ae7)2025-06-17
+ 215 | - 0 | core/src/bundle_stage/committer.rs | (9ae7)2025-06-17
+ 41 | - 0 | core/src/bundle_stage/result.rs | (9ae7)2025-06-17
+ 514 | - 0 | core/src/immutable_deserialized_bundle.rs | (9ae7)2025-06-17
+ 50 | - 0 | core/src/lib.rs | (9ae7)2025-06-17
+ 7 | - 0 | core/src/packet_bundle.rs | (9ae7)2025-06-17
+ 186 | - 0 | core/src/proxy/auth.rs | (9ae7)2025-06-17
+ 578 | - 0 | core/src/proxy/block_engine_stage.rs | (9ae7)2025-06-17
+ 170 | - 0 | core/src/proxy/fetch_stage_manager.rs | (9ae7)2025-06-17
+ 100 | - 0 | core/src/proxy/mod.rs | (9ae7)2025-06-17
+ 516 | - 0 | core/src/proxy/relayer_stage.rs | (9ae7)2025-06-17
+ 610 | - 0 | core/src/tip_manager.rs | (9ae7)2025-06-17
+ 194 | - 15 | core/src/tpu.rs | (216c)2025-06-18, (9ae7)2025-06-17
+ 3 | - 0 | core/src/tvu.rs | (9ae7)2025-06-17
+ 52 | - 2 | core/src/validator.rs | (9ae7)2025-06-17
+ 2 | - 2 | cost-model/benches/cost_tracker.rs | (9ae7)2025-06-17
+ 53 | - 27 | cost-model/src/cost_tracker.rs | (9ae7)2025-06-17
+ 1 | - 1 | entry/src/entry.rs | (9ae7)2025-06-17
+ 27 | - 11 | fetch-spl.sh | (9ae7)2025-06-17
+ 4 | - 0 | gossip/src/cluster_info.rs | (9ae7)2025-06-17
+ 2 | - 2 | install/agave-install-init.sh | (9ae7)2025-06-17
+ 4 | - 4 | install/src/command.rs | (9ae7)2025-06-17
+ 1 | - 1 | install/src/config.rs | (64a3)2025-06-17
+ 19 | - 0 | jito-protos/Cargo.toml | (9ae7)2025-06-17
+ 38 | - 0 | jito-protos/build.rs | (9ae7)2025-06-17
+ 25 | - 0 | jito-protos/src/lib.rs | (9ae7)2025-06-17
+ 1 | - 0 | ledger-tool/src/bigtable.rs | (9ae7)2025-06-17
+ 15 | - 3 | ledger-tool/src/ledger_utils.rs | (9ae7)2025-06-17
+ 9 | - 2 | ledger-tool/src/main.rs | (9ae7)2025-06-17
+ 1 | - 0 | ledger-tool/src/program.rs | (9ae7)2025-06-17
+ 19 | - 2 | ledger/src/bank_forks_utils.rs | (9ae7)2025-06-17
+ 2 | - 1 | ledger/src/blockstore_processor.rs | (9ae7)2025-06-17
+ 515 | - 0 | ledger/src/token_balances.rs | (9ae7)2025-06-17
+ 3 | - 0 | local-cluster/src/local_cluster.rs | (9ae7)2025-06-17
+ 10 | - 3 | local-cluster/src/local_cluster_snapshot_utils.rs | (9ae7)2025-06-17
+ 6 | - 0 | local-cluster/src/validator_configs.rs | (9ae7)2025-06-17
+ 35 | - 11 | merkle-tree/src/merkle_tree.rs | (9ae7)2025-06-17
+ 34 | - 0 | multinode-demo/bootstrap-validator.sh | (9ae7)2025-06-17
+ 40 | - 0 | multinode-demo/validator.sh | (9ae7)2025-06-17
+ 90 | - 103 | net-utils/src/ip_echo_client.rs | (f9a0)2025-06-17
+ 1 | - 1 | perf/src/sigverify.rs | (9ae7)2025-06-17
+ 1 | - 1 | program-runtime/src/loaded_programs.rs | (3b89)2025-06-17
+ 11 | - 10 | pubsub-client/src/nonblocking/pubsub_client.rs | (df94)2025-06-17
+ 12 | - 7 | pubsub-client/src/pubsub_client.rs | (df94)2025-06-17
+ 3 | - 0 | rpc-client-api/Cargo.toml | (9ae7)2025-06-17
+ 168 | - 0 | rpc-client-api/src/bundles.rs | (9ae7)2025-06-17
+ 13 | - 13 | rpc-client-api/src/client_error.rs | (ec38)2025-06-16
+ 1 | - 0 | rpc-client-api/src/lib.rs | (9ae7)2025-06-17
+ 1 | - 1 | rpc-client-nonce-utils/Cargo.toml | (234a)2025-06-17
+ 2 | - 0 | rpc-client-types/src/request.rs | (9ae7)2025-06-17
+ 51 | - 0 | rpc-client/src/nonblocking/rpc_client.rs | (9ae7)2025-06-17
+ 16 | - 0 | rpc-client/src/rpc_client.rs | (9ae7)2025-06-17
+ 3 | - 0 | rpc/Cargo.toml | (9ae7)2025-06-17
+ 13 | - 2 | rpc/src/rpc.rs | (9ae7)2025-06-17, (520f)2025-06-16
+ 6 | - 30 | rpc/src/rpc_service.rs | (9ae7)2025-06-17
+ 22 | - 0 | runtime-plugin/Cargo.toml | (9ae7)2025-06-17
+ 4 | - 0 | runtime-plugin/src/lib.rs | (9ae7)2025-06-17
+ 41 | - 0 | runtime-plugin/src/runtime_plugin.rs | (9ae7)2025-06-17
+ 326 | - 0 | runtime-plugin/src/runtime_plugin_admin_rpc_service.rs | (9ae7)2025-06-17
+ 275 | - 0 | runtime-plugin/src/runtime_plugin_manager.rs | (9ae7)2025-06-17
+ 123 | - 0 | runtime-plugin/src/runtime_plugin_service.rs | (9ae7)2025-06-17
+ 114 | - 12 | runtime/src/bank.rs | (9ae7)2025-06-17, (3281)2025-06-17, (520f)2025-06-16, (5d39)2025-06-16
+ 1 | - 1 | runtime/src/lib.rs | (9ae7)2025-06-17
+ 10 | - 8 | runtime/src/snapshot_bank_utils.rs | (9ae7)2025-06-17, (cbd3)2025-06-17
+ 19 | - 5 | runtime/src/snapshot_utils.rs | (9ae7)2025-06-17
+ 2 | - 2 | runtime/src/stake_account.rs | (9ae7)2025-06-17
+ 6 | - 6 | runtime/src/stakes.rs | (9ae7)2025-06-17
+ 5 | - 0 | rustfmt.toml | (9ae7)2025-06-17
+ 2 | - 0 | send-transaction-service/Cargo.toml | (9ae7)2025-06-17
+ 148 | - 32 | send-transaction-service/src/send_transaction_service.rs | (9ae7)2025-06-17, (520f)2025-06-16
+ 32 | - 15 | send-transaction-service/src/transaction_client.rs | (9ae7)2025-06-17
+ 1 | - 1 | storage-bigtable/proto/google.api.rs | (b98b)2025-06-16
+ 1 | - 0 | storage-proto/Cargo.toml | (d849)2025-06-16
+ 15 | - 1 | storage-proto/src/convert.rs | (d849)2025-06-16
+ 118 | - 1 | storage-proto/src/lib.rs | (d849)2025-06-16
+ 8 | - 0 | streamer/src/packet.rs | (bbc6)2025-06-16
+ 12 | - 0 | streamer/src/recvmmsg.rs | (bbc6)2025-06-16
+ 1 | - 4 | svm/Cargo.toml | (51c3)2025-06-16
+ 5 | - 0 | svm/src/account_loader.rs | (9ae7)2025-06-17
+ 19 | - 3 | svm/src/account_overrides.rs | (9ae7)2025-06-17
+ 1 | - 1 | svm/src/transaction_error_metrics.rs | (9ae7)2025-06-17
+ 1 | - 1 | svm/src/transaction_processing_result.rs | (9ae7)2025-06-17
+ 8 | - 2 | svm/src/transaction_processor.rs | (9ae7)2025-06-17
+ 21 | - 5 | timings/src/lib.rs | (9ae7)2025-06-17
+ 64 | - 64 | tip-distributor/Cargo.toml | (786d)2025-06-17, (9ae7)2025-06-17
+ 190 | - 190 | tip-distributor/src/bin/claim-mev-tips.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 34 | - 34 | tip-distributor/src/bin/merkle-root-generator.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 54 | - 54 | tip-distributor/src/bin/merkle-root-uploader.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 67 | - 67 | tip-distributor/src/bin/stake-meta-generator.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 398 | - 398 | tip-distributor/src/claim_mev_workflow.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 1062 | - 1062 | tip-distributor/src/lib.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 54 | - 54 | tip-distributor/src/merkle_root_generator_workflow.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 138 | - 138 | tip-distributor/src/merkle_root_upload_workflow.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 310 | - 310 | tip-distributor/src/reclaim_rent_workflow.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 973 | - 973 | tip-distributor/src/stake_meta_generator_workflow.rs | (786d)2025-06-17, (9ae7)2025-06-17
+ 1 | - 0 | turbine/benches/cluster_info.rs | (9ae7)2025-06-17
+ 20 | - 2 | turbine/src/broadcast_stage.rs | (9ae7)2025-06-17
+ 1 | - 0 | turbine/src/broadcast_stage/broadcast_duplicates_run.rs | (9ae7)2025-06-17
+ 1 | - 0 | turbine/src/broadcast_stage/broadcast_fake_shreds_run.rs | (9ae7)2025-06-17
+ 3 | - 1 | turbine/src/broadcast_stage/fail_entry_verification_broadcast_run.rs | (9ae7)2025-06-17
+ 13 | - 2 | turbine/src/broadcast_stage/standard_broadcast_run.rs | (9ae7)2025-06-17
+ 20 | - 3 | turbine/src/retransmit_stage.rs | (9ae7)2025-06-17
+ 1 | - 1 | unified-scheduler-pool/src/lib.rs | (9ae7)2025-06-17
+ 2 | - 0 | validator/Cargo.toml | (9ae7)2025-06-17
+ 142 | - 1 | validator/src/admin_rpc_service.rs | (9ae7)2025-06-17
+ 2 | - 1 | validator/src/bootstrap.rs | (9ae7)2025-06-17
+ 29 | - 1 | validator/src/cli.rs | (9ae7)2025-06-17
+ 36 | - 0 | validator/src/commands/block_engine/mod.rs | (9ae7)2025-06-17
+ 4 | - 0 | validator/src/commands/mod.rs | (9ae7)2025-06-17
+ 62 | - 0 | validator/src/commands/relayer/mod.rs | (9ae7)2025-06-17
+ 105 | - 6 | validator/src/commands/run/args.rs | (9ae7)2025-06-17, (ffc8)2025-06-16, (40c7)2025-06-16
+ 117 | - 9 | validator/src/commands/run/execute.rs | (9ae7)2025-06-17, (7510)2025-06-17
+ 114 | - 0 | validator/src/commands/runtime_plugin/mod.rs | (9ae7)2025-06-17
+ 57 | - 0 | validator/src/commands/shred/mod.rs | (9ae7)2025-06-17
+ 15 | - 0 | validator/src/main.rs | (9ae7)2025-06-17
+ 1 | - 1 | version/src/lib.rs | (9ae7)2025-06-17
+ 2 | - 2 | wen-restart/src/wen_restart.rs | (9ae7)2025-06-17
+ 1 | - 1 | zk-token-sdk/src/instruction/transfer/mod.rs | (64a3)2025-06-17
                    216ca00c9b9d3a74dfdddebec741589786c3010b
                    
                    Rebase: Update anchor to not use deprecated crates
                
786d32a3ac223ea70972515c6d30810c4d3dca45 Remove the tip distributor code (#888)
3e86b8cfec9ad40fcfbf9f60103f0c10d14f0258 Add libclang to Dockerfile (#885)
9ae732d484d6838d9dac93dc3fbbb3b5043ed655 Jito Patch only reroute if relayer connected (#123) feat: add client tls config (#121) remove extra val (#129) fix clippy (#130) copy all binaries to docker-output (#131) Ledger tool halts at slot passed to create-snapshot (#118) update program submodule (#133) quick fix for tips and clearing old bundles (#135) update submodule to new program (#136) Improve stake-meta-generator usability (#134) pinning submodule head (#140) Use BundleAccountLocker when handling tip txs (#147) Add metrics for relayer + block engine proxy (#149) Build claim-mev in docker (#141) Rework bundle receiving and add metrics (#152) (#154) update submodule + dev files (#158) Deterministically find tip amounts, add meta to stake info, and cleanup pubkey/strings in MEV tips (#159) update jito-programs submodule (#160) Separate MEV tip related workflow (#161) Add block builder fee protos (#162) fix jito programs (#163) update submodule so autosnapshot exits out of ledger tool early (#164) Pipe through block builder fee (#167) pull in new snapshot code (#171) block builder bug (#172) Pull in new slack autosnapshot submodule (#174) sort stake meta json and use int math (#176) add accountsdb conn submod (#169) Update tip distribution parameters (#177) new submodules (#180) Add buildkite link for jito CI (#183) Fixed broken links to repositories (#184) Changed from ssh to https transfer for clone Seg/update submods (#187) fix tests (#190) rm geyser submod (#192) rm dangling geyser references (#193) fix syntax err (#195) use deterministic req ids in batch calls (#199) update jito-programs revert cargo update Cargo lock update with path fix fix cargo update autosnapshot with block lookback (#201) [JIT-460] When claiming mev tips, skip accounts that won't have min rent exempt amount after claiming (#203) Add logging for sol balance desired (#205) * add logging * add logging * update msg * tweak vars update submodule (#204) use efficient data structures when calling batch_simulate_bundles (#206) [JIT-504] Add low balance check in uploading merkle roots (#209) add config to simulate on top of working bank (#211) rm frozen bank check simulate_bundle rpc bugfixes (#214) rm frozen bank check in simulate_bundle rpc method [JIT-519] Store ClaimStatus address in merkle-root-json (#210) * add files * switch to include bump update submodule (#217) add amount filter (#218) update autosnapshot (#222) Print TX error in Bundles (#223) add new args to support single relayer and block-engine endpoints (#224) point to new jito-programs submod and invoke updated init tda instruction (#228) fix clippy errors (#230) fix validator start scripts (#232) Point README to gitbook (#237) use packaged cargo bin to build (#239) Add validator identity pubkey to StakeMeta (#226) The vote account associated with a validator is not a permanent link, so log the validator identity as well. bugfix: conditionally compile with debug flags (#240) Seg/tip distributor master (#242) * validate tree nodes * fix unit tests * pr feedback * bump jito-programs submod Simplify bootstrapping (#241) * startup without precompile * update spacing * use release mode * spacing fix validation rm validation skip Account for block builder fee when generating excess tip balance (#247) Improve docker caching delay constructing claim mev txs (#253) fix stake meta tests from bb fee (#254) fix tests Buffer bundles that exceed cost model (#225) * buffer bundles that exceed cost model clear qos failed bundles buffer if not leader soon (#260) update Cargo.lock to correct solana versions in jito-programs submodule (#265) fix simulate_bundle client and better error handling (#267) update submod (#272) Preallocate Bundle Cost (#238) fix Dockerfile (#278) Fix Tests (#279) Fix Tests (#281) * fix tests update jito-programs submod (#282) add reclaim rent workflow (#283) update jito-programs submod fix clippy errs rm wrong assertion and swap out file write fn call (#292) Remove security.md (#293) demote frequent relayer_stage-stream_error to warn (#275) account for case where TDA exists but not allocated (#295) implement better retries for tip-distributor workflows (#297) limit number of concurrent rpc calls (#298) Discard Empty Packet Batches (#299) Identity Hotswap (#290) small fixes (#305) Set backend config from admin rpc (#304) Admin Shred Receiver Change (#306) Seg/rm bundle UUID (#309) Fix github workflow to recursively clone (#327) Add recursive checkout for downstream-project-spl.yaml (#341) Use cluster info functions for tpu (#345) Use git rev-parse for git sha Remove blacklisted tx from message_hash_to_transaction (#374) Updates bootstrap and start scripts needed for local dev. (#384) Remove Deprecated Cli Args (#387) Master Rebase improve simulate_bundle errors and response (#404) derive Clone on accountoverrides (#416) Add upsert to AccountOverrides (#419) update jito-programs (#430) [JIT-1661] Faster Autosnapshot (#436) Reverts simulate_transaction result calls to upstream (#446) Don't unlock accounts in TransactionBatches used during simulation (#449) first pass at wiring up jito-plugin (#428) [JIT-1713] Fix bundle's blockspace preallocation (#489) [JIT-1708] Fix TOC TOU condition for relayer and block engine config (#491) [JIT-1710] - Optimize Bundle Consumer Checks (#490) Add Blockhash Metrics to Bundle Committer (#500) add priority fee ix to mev-claim (#520) Update Autosnapshot (#548) Run MEV claims + reclaiming rent-exempt amounts in parallel. (#582) Update CI (#584) - Add recursive submodule checkouts. - Re-add solana-secondary step Add more release fixes (#585) Fix more release urls (#588) [JIT-1812] Fix blocking mutexs (#495) [JIT-1711] Compare the unprocessed transaction storage BundleStorage against a constant instead of VecDeque::capacity() (#587) Automatically rebase Jito-Solana on a periodic basis. Send message on slack during any failures or success. Fix periodic rebase #594 Fixes the following bugs in the periodic rebase: Sends multiple messages on failure instead of one Cancels entire job if one branch fails Ignore buildkite curl errors for rebasing and try to keep curling until job times out (#597) Sleep longer waiting for buildkite to start (#598) correctly initialize account overrides (#595) Fix: Ensure set contact info to UDP port instead of QUIC (#603) Add fast replay branch to daily rebase (#607) take a snapshot of all bundle accounts before sim (#13) (#615) update jito-programs submodule Add 2.0 to daily rebase (#626) Export agave binaries during docker build (#627) Buffer bundles that exceed processing time and make the allowed processing time longer (#611) Publish releases to S3 and GCS (#633) Rebase from different repos (#637) Point SECURITY.md to immunefi (#671) Loosen requirements on tip accounts touchable in BankingStage (#683) Separate out broadcast + retransmit shredstream (#703) Add packet flag for staked node (#705) Add auto-rebase to v2.1 (#739) Fix release github (#745) Move block_cost_limit tracking to BankingStage in preparation for SIMD-0207 (#753) Add precompile checks in BundleStage (#787) Add auto-rebase to v2.2 (#818) Add better error handling around missing transaction signatures for bundle id generation (#860) Remove unwrap from authentication (#861) Revert Jito-Solana WorkingBankEntry changes (#873)
3281f61c5f27c0d61c147e8f6f383986033be506 Return transaction status from all bank process tx methods (#6561) refactor: rm status lookup in bank process tx
df949690d977b276be86dd9e5a3c22b0dcc21c2e Boxes PubsubClientError's ConnectionError and WsError (#6610)
7510f5d8043a1e3328ad5b8663c441868fcff885 Don't set affinity if XDP is not in use (#6618) This fixes the validator not starting on macos, oops
cbd3eb5a734402e807f2d83ec06e4da73b4bf85a Reclaim support for obsolete accounts (#6501) * Reclaim support for obsolete accounts * Updated mark accounts obsolete to take an array and reduce lock/unlock
f9a04f708189d534ca18f4d7dddb7cec6bb3ff6c Multihoming: Udp verify reachability (#6611) multihoming: check all udp sockets are reachable across ips
3b89962e8ceb5bd4faafbae33f99a1dca0c264d3 `ProgramCacheForTxBatch::find`: only find in `entries` if not found in `modified_entries` (#6562) * only find in entries if not found in modified_entries * cargo fmt
79f78307ba4cad503e918dbbf59887f26f5ffc91 fix: update SOL/lamports doc link to point directly to lamports section (#6608) * fix: update SOL/lamports doc link to point directly to lamports section * Update validator-start.md
236cca050c7da4c0127ad88d1badfa71773c18a5 TestValidator checks usability of programs added to genesis during startup (#6587) * TestValidator checks usability of programs added to genesis during startup * update lock tree * track programs that have been successfully deployed
64630de411e5a61e1f5d97ff66eafa5846575edd build(deps): bump derive-where from 1.4.0 to 1.5.0 (#6615) * build(deps): bump derive-where from 1.4.0 to 1.5.0 Bumps [derive-where](https://github.com/ModProg/derive-where) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/ModProg/derive-where/releases) - [Changelog](https://github.com/ModProg/derive-where/blob/main/CHANGELOG.md) - [Commits](https://github.com/ModProg/derive-where/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: derive-where dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update all Cargo files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
af69341ee2eaf4ed1d20ed9343f9b2f56ac7254a build(deps): bump libc from 0.2.172 to 0.2.173 (#6614) * build(deps): bump libc from 0.2.172 to 0.2.173 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.172 to 0.2.173. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.173/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.172...0.2.173) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.173 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update all Cargo files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
234afe489aa20a04a51b810213b945e297ef38c7 chore: Fix several crate documentation links (#6601)
64a3969a993908772278ecd2ba6356f683ab4c98 chore: Typo fixes (#6599)
ffc8065f259acb108e13633752d0f011e04ddede cli: Snapshot interval must be greater than zero (#6596)
40c7522a754eb44fb0b43450e4a249086edab1e2 cli: Full snapshot interval doesn't need to be a multiple of the incremental (#6595)
d849be8cb2b509eae5d703dd9fb9e5e4e78f237c Airgap`TransactionError` type from blockstore (#6434) * Add `StoredTransaction` * Nits from review
51c33c2f385552e6e710f54cfd66fc23a2a6f7f3 Remove conditional feature as it is not supported (#6577) * remove condition as it is not supported * remove useless whitespace to fix sort
520f85a56cbe1288c69016cd9ed55e77a042f979 send-transaction-service: use message hash and blockhash to look up committed tx status (#6585) * sts: Use message hash to look up tx commitment status * feedback
5d393904246819bac30f942aee15eb93e4179948 Add a TODO for "solBnkNewFlds" threadpool (#6584) add todo comments
ec3872b1f1b192bbafc8182b7c939857031a8094 Boxes rpc client_error::Error's ErrorKind field (#6293)
bbc6a474878a9e4e92fa60c9b5a7c35afd0d831c streamer: add docs to recv_mmsg (#6494) add docs to recv_mmsg
c22b2b5fe47e587f3b9a4ece0977ad141e8cfd70 readme: Update agave logo (#6597)
8d235e71791081975eac936318c0a2449e249c64 changelog: Move deprecated snapshot archive note to Breaking section (#6598)
de6ce29e1a7ecbdc6dc39527fce80beea404d314 build(deps): bump serde_with from 3.12.0 to 3.13.0 (#6603) * build(deps): bump serde_with from 3.12.0 to 3.13.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update all Cargo files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
491660b8ff7c13cd90e4ca5d7966f511069c6b7b build(deps): bump proptest from 1.6.0 to 1.7.0 (#6604) * build(deps): bump proptest from 1.6.0 to 1.7.0 Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update all Cargo files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b98bdce6903c6f9ba378aca99f2fd44f15d20c18 chore: typo fixes (#6594)
#: 34

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
2025-06-18master

99.52 - Python
0.26 - Shell
0.13 - Makefile
0.06 - Dockerfile
0.02 - Nix
py: 105
+   28 | -    0 | hathor/builder/builder.py | (8fcb)2025-06-17, (1970)2025-06-17
+ 16 | - 0 | hathor/builder/cli_builder.py | (8fcb)2025-06-17, (1970)2025-06-17
+ 44 | - 0 | hathor/builder/resources_builder.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 280 | - 26 | hathor/cli/events_simulator/scenario.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 2 | - 0 | hathor/cli/openapi_files/register.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 214 | - 18 | hathor/dag_builder/vertex_exporter.py | (e1c6)2025-06-18, (1625)2025-06-17, (cecb)2025-06-16
+ 2 | - 0 | hathor/event/event_manager.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 74 | - 2 | hathor/event/model/event_data.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 10 | - 4 | hathor/event/model/event_type.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 264 | - 0 | hathor/indexes/manager.py | (a249)2025-06-16, (ed4b)2025-06-16
+ 104 | - 40 | hathor/indexes/rocksdb_tokens_index.py | (a249)2025-06-16, (ed4b)2025-06-16
+ 30 | - 0 | hathor/indexes/tokens_index.py | (a249)2025-06-16, (ed4b)2025-06-16
+ 68 | - 0 | hathor/manager.py | (e1c6)2025-06-18, (1625)2025-06-17, (8fcb)2025-06-17, (1970)2025-06-17
+ 3 | - 3 | hathor/merged_mining/coordinator.py | (cecb)2025-06-16
+ 4 | - 0 | hathor/nanocontracts/__init__.py | (8fcb)2025-06-17, (1970)2025-06-17
+ 51 | - 15 | hathor/nanocontracts/balance_rules.py | (a249)2025-06-16, (ed4b)2025-06-16, (cecb)2025-06-16
+ 40 | - 2 | hathor/nanocontracts/blueprint.py | (8fcb)2025-06-17, (1970)2025-06-17
+ 490 | - 0 | hathor/nanocontracts/blueprint_env.py | (8fcb)2025-06-17, (1970)2025-06-17
+ 3 | - 7 | hathor/nanocontracts/catalog.py | (cecb)2025-06-16
+ 13 | - 2 | hathor/nanocontracts/context.py | (cecb)2025-06-16
+ 16 | - 21 | hathor/nanocontracts/exception.py | (cecb)2025-06-16
+ 26 | - 2 | hathor/nanocontracts/fields/container_field.py | (8fcb)2025-06-17, (1970)2025-06-17
+ 24 | - 6 | hathor/nanocontracts/fields/nc_type_field.py | (8fcb)2025-06-17, (1970)2025-06-17
+ 7 | - 4 | hathor/nanocontracts/method.py | (cecb)2025-06-16
+ 4 | - 0 | hathor/nanocontracts/nc_types/__init__.py | (cecb)2025-06-16
+ 90 | - 0 | hathor/nanocontracts/nc_types/signed_data_nc_type.py | (cecb)2025-06-16
+ 16 | - 2 | hathor/nanocontracts/on_chain_blueprint.py | (a249)2025-06-16, (ed4b)2025-06-16, (cecb)2025-06-16
+ 62 | - 0 | hathor/nanocontracts/resources/__init__.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 502 | - 0 | hathor/nanocontracts/resources/blueprint.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 248 | - 0 | hathor/nanocontracts/resources/blueprint_source_code.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 428 | - 0 | hathor/nanocontracts/resources/builtin.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 530 | - 0 | hathor/nanocontracts/resources/history.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 656 | - 0 | hathor/nanocontracts/resources/nc_creation.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 262 | - 0 | hathor/nanocontracts/resources/nc_exec_logs.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 562 | - 0 | hathor/nanocontracts/resources/on_chain.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 554 | - 0 | hathor/nanocontracts/resources/state.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 4 | - 0 | hathor/nanocontracts/runner/__init__.py | (8fcb)2025-06-17, (1970)2025-06-17
+ 2040 | - 0 | hathor/nanocontracts/runner/runner.py | (8fcb)2025-06-17, (1970)2025-06-17
+ 14 | - 2 | hathor/nanocontracts/storage/factory.py | (a249)2025-06-16, (ed4b)2025-06-16
+ 63 | - 2 | hathor/nanocontracts/types.py | (cecb)2025-06-16
+ 49 | - 1 | hathor/nanocontracts/vertex_data.py | (cecb)2025-06-16
+ 12 | - 0 | hathor/pubsub.py | (e1c6)2025-06-18, (1625)2025-06-17
+ 59 | - 0 | hathor/serialization/compound_encoding/signed_data.py | (cecb)2025-06-16
+ 2 | - 2 | hathor/stratum/stratum.py | (cecb)2025-06-16
+ 65 | - 51 | hathor/transaction/base_transaction.py | (cecb)2025-06-16
+ 9 | - 4 | hathor/transaction/block.py | (cecb)2025-06-16
+ 114 | - 5 | hathor/transaction/headers/nano_header.py | (a249)2025-06-16, (ed4b)2025-06-16, (cecb)2025-06-16
+ 1 | - 1 | hathor/transaction/merge_mined_block.py | (cecb)2025-06-16
+ 8 | - 8 | hathor/transaction/storage/transaction_storage.py | (cecb)2025-06-16
+ 20 | - 18 | hathor/transaction/token_creation_tx.py | (a249)2025-06-16, (ed4b)2025-06-16, (cecb)2025-06-16
+ 128 | - 54 | hathor/transaction/transaction.py | (a249)2025-06-16, (ed4b)2025-06-16, (cecb)2025-06-16
+ 70 | - 2 | hathor/transaction/transaction_metadata.py | (a249)2025-06-16, (ed4b)2025-06-16
+ 22 | - 3 | hathor/transaction/vertex_parser.py | (cecb)2025-06-16
+ 1 | - 1 | hathor/verification/merge_mined_block_verifier.py | (cecb)2025-06-16
+ 30 | - 2 | hathor/verification/nano_header_verifier.py | (cecb)2025-06-16
+ 3 | - 14 | hathor/verification/token_creation_transaction_verifier.py | (cecb)2025-06-16
+ 3 | - 2 | hathor/verification/verification_service.py | (a249)2025-06-16, (ed4b)2025-06-16, (cecb)2025-06-16
+ 37 | - 1 | hathor/verification/vertex_verifier.py | (cecb)2025-06-16
                    e1c63ed71c6eaaaeaaa1bedab4733da46ec6437f
                    
                    Merge pull request #1289 from HathorNetwork/feat/nano/resources-and-events

feat(nano): implement resources and events [part 12]
                
16253fa4277ed30977f63047099d89200d2eb708 feat(nano): implement resources and events Co-authored-by: Marcelo Salhab Brogliato Co-authored-by: Jan Segre
8fcb3845c2809cb6b09863adab7873564e4bab03 Merge pull request #1288 from HathorNetwork/feat/nano/runner feat(nano): implement runner [part 11]
197095ebc68521ec74e1c03d833f5f69f48220b4 feat(nano): implement runner
a249336e43909ec8c8ee0668a0b7533ac07ccdfc Merge pull request #1287 from HathorNetwork/feat/nano/metadata feat(nano): implement new metadata [part 10]
ed4b8db1dce8e836d8b5b41decacfc909c546f64 feat(nano): implement new metadata
cecbfb002480842c64d6f4e46a4c99fe5b2a85b5 Merge pull request #1286 from HathorNetwork/feat/nano/headers feat(nano): implement headers support [part 9]
#: 35

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-f3
GitHub History Url: github.com/filecoin-project/go-f3/commits
2025-06-18main

99.86 - Go
0.11 - Makefile
0.02 - Dockerfile
                    f46fd35b86d112b9fa2e18428535b1e09c6cddb2
                    
                    Add message signature validation test for partial and non-partial (#1022)

The work here introduces a new testing machinery that can accept a
scenario along with custom messages for asserting fine-grained
validation rules.

The actual test case is being tested, however, is limited to the scope
of #1018.

Fixes #1018
                
#: 36

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
2025-06-18master

80.52 - Go
18.64 - Rust
0.39 - Shell
0.34 - Makefile
0.07 - Dockerfile
0.02 - Python
0.01 - Jinja
go: 3
+   10 | -   12 | go/runtime/registry/host_rofl.go | (db62)2025-06-18, (34ad)2025-06-18, (0604)2025-06-18
                    db6230eac439e070cc5a44e7960fa1fad6c971fb
                    
                    Merge pull request #6228 from oasisprotocol/kostko/fix/rt-attest-labels-map

Change label attestation to use a map of labels
                
34adfd9a398ccbbe07bf028007d50394f6a7814c Include raw label attestation to avoid re-serialization
06041c1b96a6acc921dfba4f63c0b763859e6709 Change label attestation to use a map of labels
#: 37

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
2025-06-18master

98.47 - Rust
0.95 - Solidity
0.3 - Shell
0.13 - Handlebars
0.1 - TypeScript
0.04 - Makefile
rs: 4
+    9 | -    0 | primitives/src/lib.rs | (eca8)2025-06-18
+ 2 | - 4 | runtime/astar/src/lib.rs | (eca8)2025-06-18
+ 2 | - 4 | runtime/shibuya/src/lib.rs | (eca8)2025-06-18
+ 2 | - 4 | runtime/shiden/src/lib.rs | (eca8)2025-06-18
                    eca8c3fe4464e0cd688fa375fb916295b1b0ac5e
                    
                    GasLimitPovSizeRatio fix (#1486)

* GasLimitPovSizeRatio fix

* Formatting

* remove redundant comment

* Custom MAX_POV_SIZE
                
#: 38

id: foil
project: FOIL
Date: 2025-04-23T11:11:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/foil

GitHub Url: github.com/foilxyz/foil
GitHub History Url: github.com/foilxyz/foil/commits
2025-06-18main

75.88 - TypeScript
17.16 - Solidity
4.42 - MDX
1.55 - CSS
0.77 - JavaScript
0.21 - HTML
0 - Shell
tsx: 1
+    4 | -    4 | packages/sapience/src/components/forecasting/MarketGroupsList.tsx | (2b7b)2025-06-16
                    ae807ace92e642e44b604a0e18d8dd8b2d067372
                    
                    fix null error for the chart + add debug statements (#559)
                
2b7b603e0fb50655d90055afa3a055d8c5b5359c ui clean up
#: 39

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
2025-06-18main

75.81 - Rust
14.81 - TypeScript
5.99 - Go
2.5 - Lean
0.77 - Shell
0.09 - JavaScript
0.02 - Dockerfile
0.01 - Python
0.01 - HTML
yaml: 3
yml: 7
json: 9
go: 13
ts: 17
eslintignore: 1
js: 2
toml: 26
rs: 21
+   74 | -   11 | .github/actions/setup-and-build-nocheck/action.yml | (e7aa)2025-06-16
+ 139 | - 14 | .github/actions/setup-and-build/action.yml | (e7aa)2025-06-16
+ 87 | - 0 | .github/workflows/cli-v1.yml | (e7aa)2025-06-16
+ 87 | - 0 | .github/workflows/cli-v2.yml | (e7aa)2025-06-16
+ 92 | - 0 | .github/workflows/js-v2.yml | (e7aa)2025-06-16
+ 30 | - 10 | .github/workflows/js.yml | (e7aa)2025-06-16
+ 13 | - 5 | .github/workflows/rust.yml | (e7aa)2025-06-16
+ 26 | - 26 | Cargo.toml | (1071)2025-06-17, (1133)2025-06-17
+ 1 | - 1 | anchor-programs/system/Cargo.toml | (1133)2025-06-17
+ 68 | - 54 | cli/package.json | (5ca2)2025-06-17, (e96c)2025-06-16
+ 32 | - 25 | cli/src/commands/init/index.ts | (1071)2025-06-17, (e96c)2025-06-16
+ 21 | - 11 | cli/src/commands/start-prover/index.ts | (59fb)2025-06-18, (5ca2)2025-06-17
+ 29 | - 23 | cli/src/utils/constants.ts | (5ca2)2025-06-17, (1071)2025-06-17, (e96c)2025-06-16
+ 46 | - 2 | cli/src/utils/process.ts | (e7aa)2025-06-16
+ 35 | - 18 | cli/src/utils/processPhotonIndexer.ts | (5ca2)2025-06-17
+ 1 | - 1 | cli/src/utils/processProverServer.ts | (5ca2)2025-06-17
+ 2 | - 2 | examples/browser/nextjs/package.json | (9858)2025-06-16, (c113)2025-06-16
+ 1 | - 1 | forester-utils/Cargo.toml | (1133)2025-06-17
+ 3 | - 5 | forester-utils/src/instructions/state_batch_append.rs | (59fb)2025-06-18
+ 13 | - 1 | forester-utils/src/rpc_pool.rs | (c7b2)2025-06-16
+ 3 | - 5 | forester/src/epoch_manager.rs | (c7b2)2025-06-16
+ 18 | - 19 | forester/src/forester_status.rs | (c7b2)2025-06-16, (046d)2025-06-16
+ 38 | - 17 | forester/src/lib.rs | (c7b2)2025-06-16, (046d)2025-06-16
+ 1 | - 1 | forester/src/main.rs | (046d)2025-06-16
+ 38 | - 0 | forester/src/queue_helpers.rs | (046d)2025-06-16
+ 12 | - 4 | js/compressed-token/package.json | (5ca2)2025-06-17, (e7aa)2025-06-16
+ 10 | - 0 | js/compressed-token/rollup.config.js | (e7aa)2025-06-16
+ 15 | - 18 | js/compressed-token/src/actions/create-mint.ts | (5ca2)2025-06-17
+ 1 | - 0 | js/compressed-token/src/program.ts | (5ca2)2025-06-17
+ 40 | - 0 | js/compressed-token/src/utils/version-check.ts | (e7aa)2025-06-16
+ 1 | - 0 | js/stateless.js/.eslintignore | (e7aa)2025-06-16
+ 11 | - 5 | js/stateless.js/package.json | (5ca2)2025-06-17, (e7aa)2025-06-16
+ 11 | - 1 | js/stateless.js/rollup.config.js | (e7aa)2025-06-16
+ 19 | - 3 | js/stateless.js/src/constants.ts | (e7aa)2025-06-16
+ 1 | - 0 | js/stateless.js/src/globals.d.ts | (e7aa)2025-06-16
+ 7 | - 4 | js/stateless.js/src/rpc.ts | (5ca2)2025-06-17, (e7aa)2025-06-16
+ 18 | - 3 | nx.json | (e7aa)2025-06-16
+ 243 | - 76 | pnpm-lock.yaml | (9858)2025-06-16, (0b55)2025-06-16, (c113)2025-06-16
+ 1 | - 1 | program-libs/account-checks/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/batched-merkle-tree/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/bloom-filter/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/compressed-account/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/concurrent-merkle-tree/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/hash-set/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/hasher/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/heap/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/indexed-merkle-tree/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/macros/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/merkle-tree-metadata/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | program-libs/verifier/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | programs/account-compression/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | programs/compressed-token/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | programs/registry/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | prover/client/Cargo.toml | (1133)2025-06-17
+ 4 | - 6 | prover/client/src/proof_client.rs | (59fb)2025-06-18
+ 5 | - 5 | prover/client/src/proof_type.rs | (59fb)2025-06-18
+ 5 | - 5 | prover/client/src/proof_types/batch_append/json.rs | (59fb)2025-06-18
+ 5 | - 11 | prover/client/src/proof_types/batch_append/proof_inputs.rs | (59fb)2025-06-18
+ 2 | - 2 | prover/client/src/proof_types/circuit_type.rs | (59fb)2025-06-18
+ 24 | - 16 | prover/server/main.go | (59fb)2025-06-18, (5ca2)2025-06-17, (69a4)2025-06-17
+ 12 | - 12 | prover/server/prover/batch_append_circuit.go | (59fb)2025-06-18
+ 8 | - 8 | prover/server/prover/circuit_builder.go | (59fb)2025-06-18
+ 2 | - 2 | prover/server/prover/extractor.go | (59fb)2025-06-18
+ 7 | - 7 | prover/server/prover/marshal.go | (59fb)2025-06-18
+ 9 | - 9 | prover/server/prover/marshal_batch_append_with_proofs.go | (59fb)2025-06-18
+ 40 | - 14 | prover/server/prover/proving_keys_utils.go | (59fb)2025-06-18, (5ca2)2025-06-17, (0c50)2025-06-16
+ 11 | - 6 | prover/server/server/queue_job.go | (59fb)2025-06-18
+ 11 | - 11 | prover/server/server/server.go | (59fb)2025-06-18
+ 1 | - 1 | sdk-libs/client/Cargo.toml | (1133)2025-06-17
+ 2 | - 15 | sdk-libs/client/src/rpc/client.rs | (c7b2)2025-06-16
+ 7 | - 7 | sdk-libs/client/src/rpc/rpc_trait.rs | (c7b2)2025-06-16
+ 1 | - 1 | sdk-libs/macros/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | sdk-libs/photon-api/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | sdk-libs/sdk-pinocchio/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | sdk-libs/sdk-types/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | sdk-libs/sdk/Cargo.toml | (1133)2025-06-17
+ 1 | - 1 | xtask/src/create_batch_address_tree.rs | (c7b2)2025-06-16
+ 1 | - 1 | xtask/src/create_batch_state_tree.rs | (c7b2)2025-06-16
+ 1 | - 1 | xtask/src/create_state_tree.rs | (c7b2)2025-06-16
+ 1 | - 1 | xtask/src/create_update_protocol_config_ix.rs | (c7b2)2025-06-16
+ 1 | - 1 | xtask/src/new_deployment.rs | (c7b2)2025-06-16
                    59fb024aa8e2b647b32e2b2cd232b090e3ab9cfa
                    
                    refactor: rename append-with-proofs to append (#1829)s

* refactor: rename append-with-proofs to append

* fix circuit type handling

* batch append rename
                
5ca22ae2a94dcf583d5b32c1c59c2fd321c1d1a6 chore: add `local-rpc` mode as default for CLI users (#1824) add local-rpc mode as default for cli users fix build.sh and install.sh add deprecated getCachedActiveStateTreeInfo for backward compatibility update changelog fix using our cli fork reliably released js pkgs chore: adapt cli chore: bump cli version and constant to 0.27.0 released 0.26.0 fix install.sh for ci fix local proving-keys
69a499cfd720fc5b69a3ad5829745b023889ccd3 enable workers for Full and FullTest run modes (#1825)
1071f9499cdb622a84fc029f822847696eecadd2 fix: release light program test v0.13.1 (#1827) * fix: alway pick light_system_program_pinocchio.so * chore: adapt cli
113381faf145244a2c7df0e3a39dc31165aba521 chore: bump rust crate versions (#1812) * chore: bump rust crate versions * chore: add license and description to light-program-test
0c5056463171a87023fa6c389ba81a3a1a1ac5ce add appendWithProofs keys to GetKeys in Full mode (#1823)
c7b2aa37e7268a4fd5844c9befe148bcd5414d39 refactor: replace `with_indexer` with `photon_url` in `LightClientConfig` (#1814) * refactor: replace `with_indexer` with `photon_url` in `LightClientConfig` and adjust related tests and RPC calls * use `indexer_url` from config as photon_url in register_for_epoch_with_retry * forester: use `indexer_url` from config as photon_url in `SolanaRpcPoolBuilder`
e96ca3c64f86dc80623840785b2cae9f91c31a54 chore: cli 0.25.0 (#1813) * chore: cli update version constants, bump version to 0.23.0 * chore: bump cli version to 0.24.0 (#1762) * feat: add --sbf-programs flag, chore: bump versions and template tag * bump * bump version, fix files --------- Co-authored-by: ananas-block * chore: support v2 compressed account template * chore: bump cli version to 0.25.0 --------- Co-authored-by: Swen Schäferjohann <[email protected]>
e7aad59ad377800946bf8e45d740a81144e5781f chore: reduce ci times for non-js workflows (#1822) * chore: backport breaking api changes to v1 js SDKs (#1661) * stateless.js add treeinfos * wip * add getTokenPoolInfos * wip * wip * wip - storageoptions * wip * wip * wip * wip - known bug in rpc-interop.test.ts if using random trees * debugged test-rpc in ctoken * all ctoken tests working * rm logs * clean * ctxs to infos, removed redundant getMintProgramId calls * rm deadcode, storageoptions * fix cli getMindProgramId use * fix tokenpool * fix test stateless.js add treeinfos wip add getTokenPoolInfos wip wip wip - storageoptions wip wip wip wip - known bug in rpc-interop.test.ts if using random trees debugged test-rpc in ctoken all ctoken tests working rm logs clean ctxs to infos, removed redundant getMintProgramId calls rm deadcode, storageoptions fix cli getMindProgramId use fix tokenpool fix test update CHANGELOG.md files update changelog update CHANGELOG.md export get-token-pool-infos.ts wip clean wip refactor merklecontext refactor StateTreeInfo wip wip debug test-rpc getCompressedTokenAccountsByOwner fix unit test wip wip wip debug .readUIntLE wip wip wip fix buffer conversion at test-rpc decode wip tests working compressedProof -> validityProof update changelog wip refactor: do not allow output trees for decompress, transfer fmt wip rename getCachedStateTreeInfos upd changelog use with getCachedStateTreeInfos getStateTreeInfos wip wip delegate test wip added transfer-delegated.test.ts added transfer-delegated test cases. all green add tests for decompress-delegated fix rm logs from program update changelog update err msg fix state-tree-luts wip getActiveStateTreeInfos -> getAllStateTreeInfos wip fix sigs for nullifyStateTree wip wip cleanup add getCachedActiveStateTreeInfos mock revert to compressedProof add tokenpools tests update comment update CHANGELOG.md update changelog 0.21.0 update changelog fix fix event parsing post rebase stateless js refactor dedupe types link to computebudgetprogram wip fix DX for instructions: add docstrings to call signatures wip dont break mergeTokenAccounts wip wip add v2 trees to test-rpc v1 mergeable test-rpc tests working rpc-interop tests working with v2 all stateless.js tests working with v2 compressed-token tests working rebase to main fixup cargo lock wip wip (#1794) wip (#1781) chore: backport breaking api changes to v1 js SDKs (#1661) * stateless.js add treeinfos * wip * add getTokenPoolInfos * wip * wip * wip - storageoptions * wip * wip * wip * wip - known bug in rpc-interop.test.ts if using random trees * debugged test-rpc in ctoken * all ctoken tests working * rm logs * clean * ctxs to infos, removed redundant getMintProgramId calls * rm deadcode, storageoptions * fix cli getMindProgramId use * fix tokenpool * fix test stateless.js add treeinfos wip add getTokenPoolInfos wip wip wip - storageoptions wip wip wip wip - known bug in rpc-interop.test.ts if using random trees debugged test-rpc in ctoken all ctoken tests working rm logs clean ctxs to infos, removed redundant getMintProgramId calls rm deadcode, storageoptions fix cli getMindProgramId use fix tokenpool fix test update CHANGELOG.md files update changelog update CHANGELOG.md export get-token-pool-infos.ts wip clean wip refactor merklecontext refactor StateTreeInfo wip wip debug test-rpc getCompressedTokenAccountsByOwner fix unit test wip wip wip debug .readUIntLE wip wip wip fix buffer conversion at test-rpc decode wip tests working compressedProof -> validityProof update changelog wip refactor: do not allow output trees for decompress, transfer fmt wip rename getCachedStateTreeInfos upd changelog use with getCachedStateTreeInfos getStateTreeInfos wip wip delegate test wip added transfer-delegated.test.ts added transfer-delegated test cases. all green add tests for decompress-delegated fix rm logs from program update changelog update err msg fix state-tree-luts wip getActiveStateTreeInfos -> getAllStateTreeInfos wip fix sigs for nullifyStateTree wip wip cleanup add getCachedActiveStateTreeInfos mock revert to compressedProof add tokenpools tests update comment update CHANGELOG.md update changelog 0.21.0 update changelog fix fix event parsing post rebase stateless js refactor dedupe types link to computebudgetprogram wip fix DX for instructions: add docstrings to call signatures wip dont break mergeTokenAccounts wip wip add v2 trees to test-rpc v1 mergeable test-rpc tests working rpc-interop tests working with v2 all stateless.js tests working with v2 compressed-token tests working rebase to main fixup cargo lock wip chore: backport breaking api changes to v1 js SDKs (#1661) * stateless.js add treeinfos * wip * add getTokenPoolInfos * wip * wip * wip - storageoptions * wip * wip * wip * wip - known bug in rpc-interop.test.ts if using random trees * debugged test-rpc in ctoken * all ctoken tests working * rm logs * clean * ctxs to infos, removed redundant getMintProgramId calls * rm deadcode, storageoptions * fix cli getMindProgramId use * fix tokenpool * fix test stateless.js add treeinfos wip add getTokenPoolInfos wip wip wip - storageoptions wip wip wip wip - known bug in rpc-interop.test.ts if using random trees debugged test-rpc in ctoken all ctoken tests working rm logs clean ctxs to infos, removed redundant getMintProgramId calls rm deadcode, storageoptions fix cli getMindProgramId use fix tokenpool fix test update CHANGELOG.md files update changelog update CHANGELOG.md export get-token-pool-infos.ts wip clean wip refactor merklecontext refactor StateTreeInfo wip wip debug test-rpc getCompressedTokenAccountsByOwner fix unit test wip wip wip debug .readUIntLE wip wip wip fix buffer conversion at test-rpc decode wip tests working compressedProof -> validityProof update changelog wip refactor: do not allow output trees for decompress, transfer fmt wip rename getCachedStateTreeInfos upd changelog use with getCachedStateTreeInfos getStateTreeInfos wip wip delegate test wip added transfer-delegated.test.ts added transfer-delegated test cases. all green add tests for decompress-delegated fix rm logs from program update changelog update err msg fix state-tree-luts wip getActiveStateTreeInfos -> getAllStateTreeInfos wip fix sigs for nullifyStateTree wip wip cleanup add getCachedActiveStateTreeInfos mock revert to compressedProof add tokenpools tests update comment update CHANGELOG.md update changelog 0.21.0 update changelog fix fix event parsing post rebase stateless js refactor dedupe types link to computebudgetprogram wip fix DX for instructions: add docstrings to call signatures wip dont break mergeTokenAccounts wip wip add v2 trees to test-rpc v1 mergeable test-rpc tests working rpc-interop tests working with v2 all stateless.js tests working with v2 compressed-token tests working rebase to main fixup cargo lock wip wip rename statetreeinfo -> treeinfo wip wip wip cli test works wip wip wip wip wip wip wip wip wip wip wip wip rm logs fix lint clean upd comment chore: backport breaking api changes to v1 js SDKs (#1661) (#1790) * stateless.js add treeinfos * wip * add getTokenPoolInfos * wip * wip * wip - storageoptions * wip * wip * wip * wip - known bug in rpc-interop.test.ts if using random trees * debugged test-rpc in ctoken * all ctoken tests working * rm logs * clean * ctxs to infos, removed redundant getMintProgramId calls * rm deadcode, storageoptions * fix cli getMindProgramId use * fix tokenpool * fix test stateless.js add treeinfos wip add getTokenPoolInfos wip wip wip - storageoptions wip wip wip wip - known bug in rpc-interop.test.ts if using random trees debugged test-rpc in ctoken all ctoken tests working rm logs clean ctxs to infos, removed redundant getMintProgramId calls rm deadcode, storageoptions fix cli getMindProgramId use fix tokenpool fix test update CHANGELOG.md files update changelog update CHANGELOG.md export get-token-pool-infos.ts wip clean wip refactor merklecontext refactor StateTreeInfo wip wip debug test-rpc getCompressedTokenAccountsByOwner fix unit test wip wip wip debug .readUIntLE wip wip wip fix buffer conversion at test-rpc decode wip tests working compressedProof -> validityProof update changelog wip refactor: do not allow output trees for decompress, transfer fmt wip rename getCachedStateTreeInfos upd changelog use with getCachedStateTreeInfos getStateTreeInfos wip wip delegate test wip added transfer-delegated.test.ts added transfer-delegated test cases. all green add tests for decompress-delegated fix rm logs from program update changelog update err msg fix state-tree-luts wip getActiveStateTreeInfos -> getAllStateTreeInfos wip fix sigs for nullifyStateTree wip wip cleanup add getCachedActiveStateTreeInfos mock revert to compressedProof add tokenpools tests update comment update CHANGELOG.md update changelog 0.21.0 update changelog fix fix event parsing post rebase stateless js refactor dedupe types link to computebudgetprogram wip fix DX for instructions: add docstrings to call signatures wip dont break mergeTokenAccounts wip wip add v2 trees to test-rpc v1 mergeable test-rpc tests working rpc-interop tests working with v2 all stateless.js tests working with v2 compressed-token tests working rebase to main fixup cargo lock wip chore: backport breaking api changes to v1 js SDKs (#1661) * stateless.js add treeinfos * wip * add getTokenPoolInfos * wip * wip * wip - storageoptions * wip * wip * wip * wip - known bug in rpc-interop.test.ts if using random trees * debugged test-rpc in ctoken * all ctoken tests working * rm logs * clean * ctxs to infos, removed redundant getMintProgramId calls * rm deadcode, storageoptions * fix cli getMindProgramId use * fix tokenpool * fix test stateless.js add treeinfos wip add getTokenPoolInfos wip wip wip - storageoptions wip wip wip wip - known bug in rpc-interop.test.ts if using random trees debugged test-rpc in ctoken all ctoken tests working rm logs clean ctxs to infos, removed redundant getMintProgramId calls rm deadcode, storageoptions fix cli getMindProgramId use fix tokenpool fix test update CHANGELOG.md files update changelog update CHANGELOG.md export get-token-pool-infos.ts wip clean wip refactor merklecontext refactor StateTreeInfo wip wip debug test-rpc getCompressedTokenAccountsByOwner fix unit test wip wip wip debug .readUIntLE wip wip wip fix buffer conversion at test-rpc decode wip tests working compressedProof -> validityProof update changelog wip refactor: do not allow output trees for decompress, transfer fmt wip rename getCachedStateTreeInfos upd changelog use with getCachedStateTreeInfos getStateTreeInfos wip wip delegate test wip added transfer-delegated.test.ts added transfer-delegated test cases. all green add tests for decompress-delegated fix rm logs from program update changelog update err msg fix state-tree-luts wip getActiveStateTreeInfos -> getAllStateTreeInfos wip fix sigs for nullifyStateTree wip wip cleanup add getCachedActiveStateTreeInfos mock revert to compressedProof add tokenpools tests update comment update CHANGELOG.md update changelog 0.21.0 update changelog fix fix event parsing post rebase stateless js refactor dedupe types link to computebudgetprogram wip fix DX for instructions: add docstrings to call signatures wip dont break mergeTokenAccounts wip wip add v2 trees to test-rpc v1 mergeable test-rpc tests working rpc-interop tests working with v2 all stateless.js tests working with v2 compressed-token tests working rebase to main fixup cargo lock wip wip rename statetreeinfo -> treeinfo wip wip wip cli test works wip wip wip wip wip wip wip wip wip wip wip wip rm logs fix lint clean upd comment wip stateless.js tests working ctoken tests working lint address comments selective installs fmt v1 and v2 builds and tests working ctoken v1,v2 working rm logs ci * rm conflict in lockfile * fix lint * wip * wip * simplify build for ci * wip * wip * wip * rm nx cache again * improve logging if prover exists with code 1 * fix cli yml * wip * check if conditional installs should stay * wip * wip * add INSTALL.md * fix keys * update INSTALL.md * fix cache * wip * wip * wip * double-checking CI caching * reduce ci times for remaining long running workflows * lint.yml all deps
5ef0aec75267e9d33f256db05a05154e923750d1 chore: update export photon test transactions sh (#1820)
046d452ab51e9aeeb83d678614050e1d49de1a30 feat: forester: add proper error handling and V2 tree support to (#1821) `status` cmd
9858adda338b5f7d184aa33419738110553f3a5c build(deps): bump @solana/wallet-adapter-react-ui from 0.9.38 to 0.9.39 (#1816) Bumps [@solana/wallet-adapter-react-ui](https://github.com/anza-xyz/wallet-adapter) from 0.9.38 to 0.9.39. - [Release notes](https://github.com/anza-xyz/wallet-adapter/releases) - [Commits](https://github.com/anza-xyz/wallet-adapter/compare/@solana/[email protected]...@solana/[email protected]) --- updated-dependencies: - dependency-name: "@solana/wallet-adapter-react-ui" dependency-version: 0.9.39 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>
0b557ca9f8ac689a467249f3912aa56113690ce0 build(deps-dev): bump @types/bn.js from 5.1.6 to 5.2.0 (#1815) Bumps [@types/bn.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bn.js) from 5.1.6 to 5.2.0. - [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-version: 5.2.0 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>
c113352a4878c75c9b98f0c2cbaa9996fe076660 build(deps-dev): bump @types/react-dom from 19.1.4 to 19.1.6 (#1817) Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 19.1.4 to 19.1.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-version: 19.1.6 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>
#: 40

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
2025-06-18main

99.85 - Rust
0.15 - Makefile
rs: 1
+    1 | -    1 | soroban-sdk-macros/src/syn_ext.rs | (8053)2025-06-18
                    8053660b84cc52b3a3aeec8134b252a4d862bd9d
                    
                    Fix function lifetime annotation in syn_ext.rs for rust nightly (#1475)

### What
  Correct the lifetime annotation in the fns() method of HasFnsItem.

  ### Why
Rust nightly has started erroring on this lifetime annotation that was
confusing.
                
#: 41

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
2025-06-18master

49.87 - C
48.5 - C++
0.46 - Rust
0.34 - M4
0.32 - Python
0.2 - Shell
0.13 - Jupyter Notebook
0.12 - Makefile
0.02 - Dockerfile
0.02 - Batchfile
0.01 - LLVM
0.01 - Emacs Lisp
cpp: 50
h: 32
+    2 | -    2 | src/bucket/BucketApplicator.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 103 | - 90 | src/bucket/BucketBase.cpp | (3448)2025-06-17
+ 15 | - 1 | src/bucket/BucketBase.h | (3448)2025-06-17
+ 134 | - 17 | src/bucket/BucketListBase.cpp | (3448)2025-06-17
+ 21 | - 1 | src/bucket/BucketListBase.h | (3448)2025-06-17
+ 176 | - 0 | src/bucket/BucketMergeAdapter.h | (3448)2025-06-17
+ 33 | - 7 | src/bucket/BucketOutputIterator.cpp | (3448)2025-06-17
+ 5 | - 2 | src/bucket/BucketOutputIterator.h | (3448)2025-06-17
+ 47 | - 17 | src/bucket/BucketSnapshot.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 12 | - 8 | src/bucket/BucketSnapshot.h | (3448)2025-06-17, (acfa)2025-06-16
+ 104 | - 0 | src/bucket/BucketUtils.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 32 | - 0 | src/bucket/BucketUtils.h | (3448)2025-06-17, (acfa)2025-06-16
+ 54 | - 2 | src/bucket/DiskIndex.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 16 | - 6 | src/bucket/DiskIndex.h | (3448)2025-06-17, (acfa)2025-06-16
+ 10 | - 4 | src/bucket/FutureBucket.cpp | (3448)2025-06-17
+ 25 | - 15 | src/bucket/HotArchiveBucket.cpp | (3448)2025-06-17
+ 8 | - 10 | src/bucket/HotArchiveBucket.h | (3448)2025-06-17
+ 137 | - 147 | src/bucket/InMemoryIndex.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 11 | - 31 | src/bucket/InMemoryIndex.h | (3448)2025-06-17, (acfa)2025-06-16
+ 147 | - 35 | src/bucket/LiveBucket.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 63 | - 23 | src/bucket/LiveBucket.h | (3448)2025-06-17, (acfa)2025-06-16
+ 16 | - 70 | src/bucket/LiveBucketIndex.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 9 | - 10 | src/bucket/LiveBucketIndex.h | (3448)2025-06-17, (acfa)2025-06-16
+ 24 | - 8 | src/bucket/SearchableBucketList.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 6 | - 4 | src/bucket/SearchableBucketList.h | (3448)2025-06-17, (acfa)2025-06-16
+ 8 | - 6 | src/herder/HerderImpl.cpp | (3448)2025-06-17
+ 8 | - 2 | src/ledger/LedgerManager.h | (3448)2025-06-17
+ 165 | - 110 | src/ledger/LedgerManagerImpl.cpp | (30d1)2025-06-17, (3448)2025-06-17, (3ec8)2025-06-17
+ 15 | - 18 | src/ledger/LedgerManagerImpl.h | (3448)2025-06-17
+ 77 | - 2 | src/ledger/LedgerStateSnapshot.cpp | (6c65)2025-06-18, (c78b)2025-06-18, (3448)2025-06-17
+ 52 | - 0 | src/ledger/LedgerStateSnapshot.h | (3448)2025-06-17
+ 102 | - 34 | src/ledger/LedgerTxn.cpp | (30d1)2025-06-17, (3ec8)2025-06-17
+ 28 | - 16 | src/ledger/LedgerTxn.h | (30d1)2025-06-17, (3ec8)2025-06-17
+ 14 | - 8 | src/ledger/LedgerTxnImpl.h | (30d1)2025-06-17, (3ec8)2025-06-17
+ 42 | - 38 | src/ledger/SharedModuleCacheCompiler.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 20 | - 16 | src/main/ApplicationUtils.cpp | (3448)2025-06-17, (acfa)2025-06-16
+ 16 | - 0 | src/main/CommandHandler.cpp | (6c65)2025-06-18, (c78b)2025-06-18
+ 2 | - 2 | src/main/main.cpp | (970a)2025-06-17, (351c)2025-06-16
+ 12 | - 2 | src/overlay/SurveyManager.cpp | (970a)2025-06-17, (351c)2025-06-16
+ 8 | - 2 | src/overlay/SurveyMessageLimiter.cpp | (970a)2025-06-17, (351c)2025-06-16
+ 5 | - 0 | src/simulation/ApplyLoad.cpp | (3448)2025-06-17
+ 4 | - 6 | src/transactions/FeeBumpTransactionFrame.cpp | (970a)2025-06-17, (351c)2025-06-16
+ 39 | - 1 | src/transactions/MutableTransactionResult.cpp | (3448)2025-06-17
+ 11 | - 0 | src/transactions/MutableTransactionResult.h | (3448)2025-06-17
+ 3 | - 0 | src/transactions/SignatureChecker.h | (3448)2025-06-17
+ 4 | - 6 | src/transactions/TransactionFrame.cpp | (970a)2025-06-17, (351c)2025-06-16
+ 14 | - 12 | src/transactions/TransactionUtils.cpp | (970a)2025-06-17, (351c)2025-06-16
+ 4 | - 4 | src/transactions/TransactionUtils.h | (970a)2025-06-17, (351c)2025-06-16
+ 12 | - 2 | src/util/Logging.h | (970a)2025-06-17, (351c)2025-06-16
                    6c6537aed6e4e585f52e67de4823fbf8c3faca57
                    
                    Check for entry in command handler (#4780)

# Description

The `sorobaninfo` command will fail due to the non-existent v23
settings. This is the only non-test use case where we loop over the
config setting enum values.



# 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)
                
c78bbbf095897a84a0337c5885d1670397d292d4 Check for entry in command handler
970a3fbe5c4a056aa4e09e1701b2b3c75a7dff16 Merge v22.4.1 branch with test fixes (#4775) https://github.com/stellar/stellar-core/pull/4771 but with test fixes
30d10d4fba537e4281db1d0eaf441d13bf20b886 Fix restore methods in ltx (#4767) # Description 1. Add invariants so the `getRestored*` functions cannot be called on a child ltx. 2. Copy the parents' `mRestoredKeys` into the child when the child is created. 3. Stop returning a reference to `mRestoredKeys` for safety. This still isn't ideal. Maybe we should refactor how `LedgerTxn` stores and propagates restored keys. # 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)
34485021dadaf31025dfd3509174b637136a1905 Merge branch 'master' into ltx-restore
3ec8686b256d12ef776060808d9f6a920d11ac89 Fix restore methods in ltx
3d4f2514531e7efc2a5aeeaeb54c6b363c6f693c Fix buggy test
727be2d535092c891cd8dfe09af95dab09bf3c60 Bump xdrpp
351c7e2cdd84cc1abf9b7b3106c44625b57645a5 Overlay cleanup Co-authored-by: Garand Tyson
acfabcebacd719ab347ad6bf62881318d56e9997 Added ledger entry type offsets to BucketIndex (#4750) # Description This adds a mapping of file offsets -> LedgerEntryType to BucketIndex. This is a small refactor to make the incoming soroban state cache PR a lot cleaner. It does introduce a small functionality change to Bucket Indexes to store this map, and does require re indexing on startup. # Checklist - [x] Reviewed the [contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes) document - [x] Rebased on top of master (no merge commits) - [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio extension) - [x] Compiles - [x] 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)
#: 42

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
2025-06-18staging

67.54 - TypeScript
32.23 - Solidity
0.21 - JavaScript
0.02 - Shell
sol: 2
cts: 3
ts: 36
+   58 | -  102 | contracts/ethregistrar/ETHRegistrarController.sol | (0450)2025-06-18
+ 1 | - 3 | contracts/utils/HexUtils.sol | (6e0d)2025-06-18
+ 5 | - 2 | deploy/dnsregistrar/00_deploy_offchain_dns_resolver.ts | (6e0d)2025-06-18
+ 4 | - 1 | deploy/dnsregistrar/05_deploy_public_suffix_list.ts | (6e0d)2025-06-18
+ 7 | - 4 | deploy/dnsregistrar/10_deploy_dnsregistrar.ts | (6e0d)2025-06-18
+ 10 | - 2 | deploy/dnsregistrar/20_set_tlds.ts | (6e0d)2025-06-18
+ 12 | - 2 | deploy/dnssec-oracle/00_deploy_algorithms.ts | (6e0d)2025-06-18
+ 11 | - 1 | deploy/dnssec-oracle/00_deploy_digests.ts | (6e0d)2025-06-18
+ 4 | - 1 | deploy/dnssec-oracle/10_deploy_oracle.ts | (6e0d)2025-06-18
+ 9 | - 5 | deploy/ethregistrar/00_deploy_base_registrar_implementation.ts | (6e0d)2025-06-18
+ 9 | - 4 | deploy/ethregistrar/00_setup_base_registrar.ts | (6e0d)2025-06-18
+ 9 | - 3 | deploy/ethregistrar/01_deploy_exponential_premium_price_oracle.ts | (6e0d)2025-06-18
+ 3 | - 5 | deploy/ethregistrar/02_deploy_legacy_eth_registrar_controller.ts | (6e0d)2025-06-18
+ 68 | - 56 | deploy/ethregistrar/03_deploy_eth_registrar_controller.ts | (0450)2025-06-18, (6e0d)2025-06-18
+ 9 | - 7 | deploy/ethregistrar/04_deploy_static_bulk_renewal.ts | (6e0d)2025-06-18
+ 9 | - 1 | deploy/l2/00_deploy_l2_reverse_registrar.ts | (6e0d)2025-06-18
+ 2 | - 2 | deploy/registry/00_deploy_registry.ts | (6e0d)2025-06-18
+ 4 | - 4 | deploy/resolvers/00_deploy_eth_owned_resolver.ts | (6e0d)2025-06-18
+ 5 | - 1 | deploy/resolvers/00_deploy_extended_dns_resolver.ts | (6e0d)2025-06-18
+ 3 | - 3 | deploy/resolvers/00_deploy_legacy_public_resolver.ts | (6e0d)2025-06-18
+ 20 | - 14 | deploy/resolvers/00_deploy_public_resolver.ts | (6e0d)2025-06-18
+ 6 | - 4 | deploy/reverseregistrar/00_deploy_reverse_registrar.ts | (6e0d)2025-06-18
+ 5 | - 3 | deploy/reverseregistrar/01_deploy_default_reverse_registrar.ts | (6e0d)2025-06-18
+ 27 | - 0 | deploy/reverseregistrar/02_deploy_chain_reverse_resolver/00_arbitrum.ts | (6e0d)2025-06-18
+ 27 | - 0 | deploy/reverseregistrar/02_deploy_chain_reverse_resolver/00_base.ts | (6e0d)2025-06-18
+ 27 | - 0 | deploy/reverseregistrar/02_deploy_chain_reverse_resolver/00_linea.ts | (6e0d)2025-06-18
+ 27 | - 0 | deploy/reverseregistrar/02_deploy_chain_reverse_resolver/00_optimism.ts | (6e0d)2025-06-18
+ 27 | - 0 | deploy/reverseregistrar/02_deploy_chain_reverse_resolver/00_scroll.ts | (6e0d)2025-06-18
+ 0 | - 172 | deploy/reverseregistrar/02_deploy_l1_reverse_resolver.ts | (6e0d)2025-06-18
+ 6 | - 4 | deploy/reverseresolver/00_deploy_default_reverse_resolver.ts | (6e0d)2025-06-18
+ 2 | - 2 | deploy/root/00_deploy_root.ts | (6e0d)2025-06-18
+ 3 | - 3 | deploy/root/00_setup_root.ts | (6e0d)2025-06-18
+ 5 | - 3 | deploy/utils/00_deploy_universal_resolver.ts | (6e0d)2025-06-18
+ 4 | - 1 | deploy/utils/00_deploy_universal_sig_validator.ts | (6e0d)2025-06-18
+ 4 | - 2 | deploy/utils/10_deploy_migration_helper.ts | (6e0d)2025-06-18
+ 4 | - 2 | deploy/wrapper/00_deploy_static_metadata_service.ts | (6e0d)2025-06-18
+ 8 | - 5 | deploy/wrapper/01_deploy_name_wrapper.ts | (6e0d)2025-06-18
+ 63 | - 13 | hardhat.config.cts | (21cd)2025-06-18, (6e0d)2025-06-18, (7be3)2025-06-18
                    0450a1735106fe1e2566b2bc595d62012505dfd6
                    
                    Merge pull request #450 from ensdomains/fix/controller-updates

fix: controller updates
                
d1cc68a64a9ca62d78e7cbaba5cd5763fd00a225 use previous reverseregistrar on sepolia
21cdfa04424519a3bfe53a29ea2579709fe4e8fb Merge branch 'staging' into fix/controller-updates
6e0d0a9f24fd080c59cee1f4aa9e61c0b9abd866 Merge pull request #448 from ensdomains/fix/deploy-migrations fix: deploy migrations
7be36bdd059d349d8b72a1539a4397eb84f5a092 improve docs + better impersonation
29b98ec396d9db3f576b7a290374ab1698f8fbe1 add to readme
#: 43

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
2025-06-18master

97.06 - Go
1.15 - Shell
0.9 - Solidity
0.84 - TypeScript
0.05 - Dockerfile
sum: 1
mod: 1
go: 1
+    2 | -    3 | go.mod | (6e67)2025-06-18
+ 4 | - 6 | go.sum | (6e67)2025-06-18
+ 4 | - 0 | plugin/evm/vm.go | (6e67)2025-06-18
                    6e67777132dd7d0d556e1e34d68ad8e27b22ebef
                    
                    Update avalanchego version to v1.13.2-rc.0 (#1597)
                
#: 44

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/FTSO-Scaling
GitHub History Url: github.com/flare-foundation/FTSO-Scaling/commits
2025-06-18main

98.33 - TypeScript
1.62 - Shell
0.05 - Dockerfile
ts: 1
+   20 | -   11 | apps/ftso-data-provider/src/ftso-data-provider.service.ts | (45b8)2025-06-18
                    45b87b61764f4133e105924078d45badc4659683
                    
                    Merge branch 'andrius/submit1-error-handling' into 'main'

Improve submit1 error handling

See merge request flarenetwork/ftso/ftso-scaling!159
                
#: 45

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

GitHub Url: github.com/reserve-protocol/reserve-index-dtf
GitHub History Url: github.com/reserve-protocol/reserve-index-dtf/commits
2025-06-18main

99.7 - Solidity
0.3 - TypeScript
json: 1
sol: 1
+  120 | -    0 | contracts/spells/upgrades/UpgradeSpell_4_0_0.sol | (f2c9)2025-06-16
+ 1 | - 1 | package.json | (dd5b)2025-06-17
                    27ac5ec8e20c87256b02b05144dae2467c58a73d
                    
                    Add ToB report
                
efc4d988e7111908fbacd6d33e1275bc89e694ce Add Pashov Audit report
48e9e7f2da7c269bbd4518a645667a0826442fae Fix test
dd5beab1a5e43c0e2da0c9ad592390d1faa3ab15 Update trusted fillers
f2c9e34d81d87b24550d8c15ec6f7834d7c59e88 4.0.0 upgrade spell + tests (#139)
#: 46

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-monorepo
GitHub History Url: github.com/Consensys/linea-monorepo/commits
2025-06-18main

39.78 - Go
22.3 - Kotlin
18.04 - TypeScript
8.58 - Java
8.17 - Solidity
1.12 - MDX
0.54 - SCSS
0.28 - JavaScript
0.27 - Shell
0.23 - Python
0.16 - Makefile
0.14 - Smarty
0.13 - Jupyter Notebook
0.1 - Dockerfile
0.07 - C
0.05 - Yul
0.02 - Groovy
0 - Handlebars
0 - Nix
0 - Batchfile
0 - CSS
toml: 3
bat: 1
java: 4
yaml: 1
mjs: 1
properties: 3
json: 1
jar: 1
yml: 4
sol: 31
kt: 1
gradle: 21
ts: 3
+   37 | -   75 | .github/workflows/codeql.yml | (df37)2025-06-16
+ 1 | - 1 | .github/workflows/github-release-besu-plugin.yml | (8028)2025-06-18
+ 10 | - 0 | .github/workflows/main.yml | (df37)2025-06-16
+ 2 | - 2 | .github/workflows/maven-release-all.yml | (1fea)2025-06-17
+ 5 | - 0 | besu-plugins/linea-sequencer/build.gradle | (959c)2025-06-18
+ 3 | - 3 | besu-plugins/linea-sequencer/gradle/dependency-management.gradle | (490a)2025-06-17
+ 3 | - 3 | besu-plugins/linea-sequencer/sequencer/build.gradle | (490a)2025-06-17
+ 10 | - 0 | besu-plugins/linea-sequencer/sequencer/src/main/java/net/consensys/linea/AbstractLineaSharedPrivateOptionsPlugin.java | (959c)2025-06-18
+ 68 | - 0 | besu-plugins/linea-sequencer/sequencer/src/main/java/net/consensys/linea/config/LineaTransactionValidatorCliOptions.java | (959c)2025-06-18
+ 17 | - 0 | besu-plugins/linea-sequencer/sequencer/src/main/java/net/consensys/linea/config/LineaTransactionValidatorConfiguration.java | (959c)2025-06-18
+ 77 | - 0 | besu-plugins/linea-sequencer/sequencer/src/main/java/net/consensys/linea/sequencer/txvalidation/LineaTransactionValidatorPlugin.java | (959c)2025-06-18
+ 1 | - 1 | besu-plugins/state-recovery/besu-plugin/build.gradle | (e39f)2025-06-17
+ 7 | - 1 | bridge-ui/next.config.mjs | (c915)2025-06-17
+ 5 | - 5 | bridge-ui/src/middleware.ts | (7431)2025-06-18, (cfa6)2025-06-18, (898a)2025-06-18
+ 1 | - 1 | buildSrc/build.gradle | (e39f)2025-06-17
+ 1 | - 0 | buildSrc/gradle.properties | (e39f)2025-06-17
+ 9 | - 0 | buildSrc/src/main/groovy/net.consensys.zkevm.kotlin-common-conventions.gradle | (8028)2025-06-18
+ 1 | - 1 | contracts/src/bridging/token/BridgedToken.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/bridging/token/CustomBridgedToken.sol | (e66a)2025-06-17
+ 3 | - 545 | contracts/src/bridging/token/TokenBridge.sol | (e66a)2025-06-17
+ 630 | - 0 | contracts/src/bridging/token/TokenBridgeBase.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/bridging/token/utils/StorageFiller39.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/governance/TimeLock.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/messaging/MessageServiceBase.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/messaging/l1/L1MessageManager.sol | (e66a)2025-06-17
+ 22 | - 4 | contracts/src/messaging/l1/L1MessageService.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/messaging/l1/v1/L1MessageManagerV1.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/messaging/l1/v1/L1MessageServiceV1.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/messaging/l2/L2MessageManager.sol | (e66a)2025-06-17
+ 11 | - 51 | contracts/src/messaging/l2/L2MessageService.sol | (e66a)2025-06-17
+ 82 | - 0 | contracts/src/messaging/l2/L2MessageServiceBase.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/messaging/l2/v1/L2MessageManagerV1.sol | (e66a)2025-06-17
+ 43 | - 7 | contracts/src/messaging/l2/v1/L2MessageServiceV1.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/proxies/CallForwardingProxy.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/recovery/RecoverFunds.sol | (e66a)2025-06-17
+ 3 | - 693 | contracts/src/rollup/LineaRollup.sol | (e66a)2025-06-17
+ 727 | - 0 | contracts/src/rollup/LineaRollupBase.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/rollup/ZkEvmV2.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/security/access/PermissionsManager.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/security/limiting/RateLimiter.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/security/pausing/L2MessageServicePauseManager.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/security/pausing/LineaRollupPauseManager.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/security/pausing/PauseManager.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/security/pausing/TokenBridgePauseManager.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/security/reentrancy/TransientStorageReentrancyGuardUpgradeable.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/tokens/LineaSurgeXP.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/tokens/LineaVoyageXP.sol | (e66a)2025-06-17
+ 1 | - 1 | contracts/src/tokens/TokenMintingRateLimiter.sol | (e66a)2025-06-17
+ 3 | - 4 | coordinator/clients/prover-client/file-based-client/src/main/kotlin/net/consensys/zkevm/coordinator/clients/prover/GenericFileBasedProverClient.kt | (e39f)2025-06-17
+ 1 | - 0 | coordinator/core/build.gradle | (e39f)2025-06-17
+ 1 | - 1 | coordinator/persistence/aggregation/build.gradle | (490a)2025-06-17
+ 1 | - 1 | coordinator/persistence/blob/build.gradle | (490a)2025-06-17
+ 2 | - 0 | gradle.properties | (e39f)2025-06-17
+ 3 | - 3 | gradle/libs.versions.toml | (490a)2025-06-17, (bc17)2025-06-17, (e39f)2025-06-17
+ 0 | - 0 | gradle/wrapper/gradle-wrapper.jar | (e39f)2025-06-17
+ 1 | - 1 | gradle/wrapper/gradle-wrapper.properties | (e39f)2025-06-17
+ 4 | - 2 | gradlew.bat | (e39f)2025-06-17
+ 2 | - 2 | jvm-libs/generic/extensions/tuweni/build.gradle | (490a)2025-06-17
+ 9 | - 9 | jvm-libs/generic/json-rpc/build.gradle | (8028)2025-06-18, (e39f)2025-06-17
+ 2 | - 2 | jvm-libs/linea/besu-libs/build.gradle | (490a)2025-06-17
+ 1 | - 0 | jvm-libs/linea/blob-compressor/build.gradle | (e39f)2025-06-17
+ 1 | - 1 | jvm-libs/linea/blob-decompressor/build.gradle | (490a)2025-06-17
+ 9 | - 9 | jvm-libs/linea/clients/linea-contract-clients/build.gradle | (8028)2025-06-18, (cc0b)2025-06-17
+ 1 | - 1 | jvm-libs/linea/clients/linea-state-manager/build.gradle | (490a)2025-06-17
+ 1 | - 0 | jvm-libs/linea/core/domain-models/build.gradle | (e39f)2025-06-17
+ 1 | - 1 | jvm-libs/linea/core/traces/build.gradle | (490a)2025-06-17
+ 1 | - 0 | jvm-libs/linea/web3j-extensions/build.gradle | (e39f)2025-06-17
+ 0 | - 11 | package.json | (32e4)2025-06-17
+ 96 | - 144 | pnpm-lock.yaml | (32e4)2025-06-17
                    a42d7b4731575f4a08b34c408d2f4777f9412942
                    
                    Fix: correct the name of the traces-node container when collecting Docker logs (#1186)

Signed-off-by: Fabio Di Fabio 
                
7431c91ca28781908fb8baa575827b37683366d5 Fix: update csp headers in bridge ui (#1187) * fix: update csp headers in bridge ui * fix: update csp headers in bridge ui
cfa69b814606699e87367c0b3be1faab4ecdb45c fix: update csp headers in bridge ui (#1183)
802851970d4f80d0f17bc7ede9e86cec5c977481 chore: added test fixtures dependencies in kotlin-common-conventions (#1178) * chore: added test fixtures dependencies in kotlin-common-conventions * feat: revise description message
898a161868735bc7e49be19d359ed30dbebc7031 add intercom to csp whitelist (#1177)
959cf52286f7d15f1f0bf84c386d732c6dac6edf [linea-sequencer-plugin] Block blob tx (#1150) * port code from linea-sequencer pr 195 * boilerplate changes for LineaTransactionValidatorPlugin * poc for LineaTransactionValidatorPlugin * first commit for LineaTransactionValidatorPluginTest * created error enum * most LineaTransactionValidatorPluginTest tests working * most LineaTransactionValidatorPluginTest tests working * LineaTransactionValidatorPluginTest done * switch plugin for acceptance test * make BlobTransactionDenialTest inherit prague * change prague test config * implemented genesisfile override for prague test * change rule registration to doRegister * remove permissioningservice * passing acceptance test * add more comments * spotlessapply fixes * unit test fixes * more comments * fix comment * new comment * move sendRawBlobTransaction * add BlobTransactionImportDenialTest file * move DEFAULT_REQUESTED_PLUGINS * go simulated block route * success blob test * new changes * fix engine_newpayload request * first compile for new blockheader * stuck on why hash is not the same * stuck on why hash is not the same * success for BlobTransactionDenialTest * more refactor * refactor * refactor * refactor * refactor * refactor * refactor * refactor * spotless * refactor
e66abc64fd833b4904279e4a784d38255bfae0ab Feat/1076 refactor and allow overriding (#1079) * allow tokenbridge overrides * add L1MessageService overrides * refactor L2 MessageService * refactor L2 MessageService V1 * use correct modifier * refactor LineaRollup for overriding * allow other overrides * reinstate general in pause on tokenbridge * add missing NatSpec * sample overrides * add generic bridge and document placeholder * documentation and folder placement * documentation cleanup * use imported references * use variable pragma for inherited contracts * reset pragmas for some * use base abstract contracts with version overrides * use TokenBridgeBase as abstract * Update contracts/src/bridging/token/TokenBridgeBase.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/bridging/token/TokenBridgeBase.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/bridging/token/TokenBridgeBase.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/bridging/token/interfaces/ITokenBridge.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/messaging/l2/L2MessageServiceBase.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/messaging/l2/v1/interfaces/IL2MessageServiceV1.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/rollup/interfaces/ILineaRollup.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/rollup/LineaRollupBase.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/_testing/unit/bridging/InheritingTokenBridge.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/verifiers/PlonkVerifierDev.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/verifiers/PlonkVerifierForDataAggregation.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/verifiers/PlonkVerifierForMultiTypeDataAggregation.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/verifiers/PlonkVerifierMainnetFull.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * Update contracts/src/verifiers/PlonkVerifierSepoliaFull.sol Co-authored-by: Victorien Gauch <[email protected]> Signed-off-by: The Dark Jester * linting * allow submitDataAsCalldata overriding * address missing test coverage * adjust gap name for storage clarity --------- Signed-off-by: The Dark Jester Co-authored-by: Victorien Gauch <[email protected]>
490ad2af70fda16a50a1d824d5f9e8920ecb04c2 chore: switch to Consensys fork of Tuweni and update it to 2.7.0 (#1074) Signed-off-by: Fabio Di Fabio
c915485fddefaa26c91870f7fb83141d73736a3d fix: update bridge ui next js image config (#1171)
bc1748a6d69bfa41191d42ae5a931feeecf7dad3 Chore: Update Tracer to beta-v3.1-rc5 (#1165) Signed-off-by: Fabio Di Fabio
cc0bfaf10087ba5f77a72ad98ef121a36d1b9c5a fix: added test fixtures dependencies for linea-contract-clients (#1166)
32e49d843ab845f9f50e22e40295bbb982acd2fb chore(deps): update dependencies (#1164)
e39fd7f244751edd7dc93fdc93a1699eb4778c33 chore: migrate project to Kotlin 2.0.0 and fix null-safety in tests (#1040) * chore: update kotlin-gradle-plugin to 2.0.0 Signed-off-by: VolodymyrBg * fix: add null-safety (!!) for micrometer gauge/counter/timer in tests for Kotlin 2.0 Signed-off-by: VolodymyrBg * chore: update kotlin-reflect dependency to 2.0.0 in besu-plugin Signed-off-by: VolodymyrBg * chore: add kotlin 2.0.0 version to version catalog Signed-off-by: VolodymyrBg * chore: update kotlin dependencies and plugins to 2.0.0 in testing-tools Signed-off-by: VolodymyrBg * fix: add null-safety (!!) for micrometer gauge/counter/timer in tests for Kotlin 2.0 Signed-off-by: VolodymyrBg * Update ProverClientFactoryTest.kt Signed-off-by: VolodymyrBg * Update build.gradle Signed-off-by: VolodymyrBg * Update build.gradle Signed-off-by: VolodymyrBg * Update libs.versions.toml Signed-off-by: VolodymyrBg * Update libs.versions.toml Signed-off-by: VolodymyrBg * Update MicrometerMetricsFacadeTest.kt Signed-off-by: VolodymyrBg * Update MicrometerMetricsFacadeTest.kt Signed-off-by: VolodymyrBg * Update build.gradle Signed-off-by: VolodymyrBg * Update build.gradle Signed-off-by: VolodymyrBg * Update build.gradle Signed-off-by: VolodymyrBg * Update build.gradle Signed-off-by: VolodymyrBg * Update build.gradle Signed-off-by: VolodymyrBg * Create gradle.properties Signed-off-by: VolodymyrBg * Update libs.versions.toml Signed-off-by: VolodymyrBg * Delete buildSrc/gradle.properties Signed-off-by: VolodymyrBg * Update gradle.properties Signed-off-by: VolodymyrBg * feat: add gradle.properties for buildSrc * feat: upgrade to gradle 8.12.1 and log4j to 2.24.3 and fixed missing test fixture dependencies * feat: update kotlinx-serialization-json to 1.8.1 --------- Signed-off-by: VolodymyrBg Co-authored-by: Jones Ho Co-authored-by: jonesho <[email protected]>
1fea41b066b486b6ee89ed98808c955d1f79f808 coordinator: adds FakeLineaRollupSmartContractClient (#1161) * coordinator: adds FakeLineaRollupSmartContractClient * coordinator: change @get:Synchronized notation * coordinator: move contractVersion to constructor * jvm-libs: fix publish job
df37838b76c147cab36bdfbf5535de1cfce1a986 chore(ci): improve CodeQL analysis (#1160)
#: 47

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

GitHub Url: github.com/babylonlabs-io/wallet-connector
GitHub History Url: github.com/babylonlabs-io/wallet-connector/commits
2025-06-17main

97.46 - TypeScript
1.67 - HTML
0.84 - JavaScript
0.03 - CSS
nvmrc: 1
yml: 1
cjs: 1
ts: 6
json: 5
+    1 | -    1 | .github/workflows/ci.yml | (8c95)2025-06-17
+ 1 | - 1 | .nvmrc | (1c11)2025-06-17
+ 2 | - 4 | .releaserc.json | (8c95)2025-06-17
+ 3 | - 3 | commitlint.config.cjs | (8c95)2025-06-17
+ 5 | - 52 | package-lock.json | (1c11)2025-06-17, (2285)2025-06-16
+ 5 | - 5 | package.json | (1c11)2025-06-17, (2285)2025-06-16
+ 7 | - 0 | src/core/utils/initBTCCurve.ts | (1c11)2025-06-17
+ 6 | - 0 | src/core/utils/sortPkHexes.ts | (2285)2025-06-16
+ 1 | - 1 | src/core/utils/wallet.ts | (1c11)2025-06-17
+ 5 | - 4 | src/core/wallets/btc/ledger/policy.ts | (2285)2025-06-16
+ 1 | - 1 | src/core/wallets/btc/unisat/provider.ts | (1c11)2025-06-17
+ 0 | - 1 | vite.config.ts | (1c11)2025-06-17
                    8c95cde783ed7cadfbff7daaa8560c805520db3e
                    
                    chore: format codebase (#405)
                
1c11c93cf40bff37100dcd591e4aa57113c19290 fix: remove btc-staking-ts, bump nodejs (#404)
22854e8fa3602bd4c97fe80af657ac32b1ccad0b fix: Ledger sort+padding (#403) * fix: Ledger sort+padding * fix: bump ledger sdk to fix the sorted PKs and slashing pk script --------- Co-authored-by: wjrjerome
#: 48

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
2025-06-17main

67.2 - Rust
18.63 - Go
10.77 - TypeScript
1.92 - JavaScript
0.79 - Solidity
0.57 - Shell
0.09 - Dockerfile
0.03 - Makefile
0.01 - HTML
rs: 2
+   14 | -    0 | runtime-sdk/modules/rofl-market/src/lib.rs | (7e3a)2025-06-17, (2fc8)2025-06-17
                    7e3a9f3362469adc865467398daaba69aed2a241
                    
                    Merge pull request #2239 from oasisprotocol/kostko/fix/roflmarket-provider-remove-stake
                
2fc8fd004ad57cc2d874a8a703e4019fa20b99e1 runtime-sdk/modules/rofl-market: Refund provider stake on remove
6395efa5513ff3b844a3aa2a222f6d8ba0a0eb7c Merge pull request #2238 from oasisprotocol/lw/note-reflect-go ts-web/core: Add a note to reflect-go
749208ad7cbafb2d10ef487092e609ef6baa9cae Add a note to reflect-go
5d39b00652b56ed6e51177a52840c9ed07602b4b Merge pull request #2225 from oasisprotocol/matevz/docs/rofl-marketplace docs/rofl: Revamp for marketplace and ROFL node
c0c6a5bf765fd5775dd577bd558a66c3968c1dd6 docs/rofl: Revamp for marketplace and ROFL node
#: 49

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 2000000
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
2025-06-17main

98.32 - Go
0.97 - Makefile
0.41 - Shell
0.29 - Dockerfile
go: 5
+   41 | -   29 | eotsmanager/cmd/eotsd/daemon/keys.go | (c9bd)2025-06-17
+ 1 | - 6 | eotsmanager/cmd/eotsd/daemon/keysadd.go | (c9bd)2025-06-17
+ 22 | - 1 | eotsmanager/cmd/eotsd/daemon/unlock.go | (c9bd)2025-06-17
+ 5 | - 0 | eotsmanager/store/eotsstore.go | (c9bd)2025-06-17
+ 3 | - 0 | eotsmanager/store/errors.go | (c9bd)2025-06-17
                    c9bd48839cde95c69df0a13d85530f1650e8aed7
                    
                    chore: improve keyring handling in add keys command (#493)

- ignores key already exists err, as this is already handled by keyring
- propagates `client.Context` so that we don't need to reinitialize
keyring over and over again but share the ctx
                
#: 50

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
2025-06-17master

48.44 - TypeScript
48.41 - Rust
2.81 - Solidity
0.28 - Shell
0.03 - Dockerfile
0.03 - Handlebars
rs: 8
toml: 1
+   11 | -    2 | node/cli/src/cli.rs | (ca95)2025-06-17
+ 3 | - 3 | node/cli/src/command.rs | (ca95)2025-06-17
+ 7 | - 7 | node/service/src/lib.rs | (ca95)2025-06-17
+ 9 | - 7 | pallets/moonbeam-foreign-assets/src/lib.rs | (2692)2025-06-16
+ 0 | - 14 | primitives/xcm/src/ethereum_xcm.rs | (2692)2025-06-16
+ 105 | - 114 | runtime/common/src/apis.rs | (2692)2025-06-16
+ 45 | - 46 | runtime/common/src/impl_moonbeam_xcm_call_tracing.rs | (2692)2025-06-16
+ 4 | - 0 | runtime/evm_tracer/Cargo.toml | (2692)2025-06-16
+ 43 | - 1 | runtime/evm_tracer/src/lib.rs | (2692)2025-06-16
                    ca951b7082ff1cdec263fafe19a207d2b30d83a2
                    
                    Add cli option -max-pov-percentage  (#3314)

* update moonkit pin

* add cli option --max-pov-percentage

* rustfmt

* use --max-pov-percentage=100 in tests
                
26922133d56f7bf19d0399ff452a2442b90f1d22 Fix tracing (Use environmental to track the transaction being traced) (#3304)
#: 51

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
2025-06-17master

99.22 - Go
0.65 - Shell
0.05 - Solidity
0.04 - Dockerfile
0.04 - Nix
sum: 1
go: 3
mod: 1
yml: 1
+    5 | -    5 | .github/workflows/publish_docker_image.yml | (7d55)2025-06-17
+ 1 | - 0 | go.mod | (0f05)2025-06-17
+ 2 | - 0 | go.sum | (0f05)2025-06-17
+ 124 | - 0 | simplex/bls.go | (0f05)2025-06-17
+ 26 | - 0 | simplex/codec.go | (0f05)2025-06-17
+ 36 | - 0 | simplex/config.go | (0f05)2025-06-17
                    7d555eacf60871820021beca32ddd859a026ab73
                    
                    Capitalize secrets references (#4018)
                
0f05748e9bbb930b5fc7b689c9f799c8fa2382de BLS Components for Simplex (#3993) Signed-off-by: Sam Liokumovich <[email protected]>
5a5dbaa877f0dd5c022ebae8f65f6f06f7de5804 [tmpnet] Enure node config is saved on restart for both runtimes (#4015)
#: 52

id: xion
project: XION
Date: 2025-05-08T05:53:52.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/xion

GitHub Url: github.com/burnt-labs/xion
GitHub History Url: github.com/burnt-labs/xion/commits
2025-06-17main

94.15 - Go
2.94 - Shell
2.38 - Makefile
0.53 - Dockerfile
yaml: 2
go: 2
json: 2
+    1 | -    1 | .github/workflows/golangci-lint.yaml | (0130)2025-06-17
+ 1 | - 1 | client/docs/config.yaml | (0130)2025-06-17
+ 1 | - 1 | client/docs/static/openapi.json | (0130)2025-06-17
+ 1 | - 1 | client/docs/static/swagger.json | (0130)2025-06-17
+ 4 | - 4 | x/mint/module.go | (0130)2025-06-17
+ 5 | - 0 | x/xion/types/codec.go | (0130)2025-06-17
                    01306d75f703c326b9a9088a796682378f2d2b54
                    
                    Release/v19 (#338)

Co-authored-by: Eduardo Díaz 
                
#: 53

id: hedera
project: Hedera
Date: 2025-02-05T04:21:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/hedera

GitHub Url: github.com/hiero-ledger/hiero-sdk-swift
GitHub History Url: github.com/hiero-ledger/hiero-sdk-swift/commits
2025-06-17main

99.74 - Swift
0.23 - Python
0.03 - Solidity
resolved: 1
proto: 8
swift: 126
+   59 | -   59 | Package.resolved | (25ad)2025-06-17
+ 2 | - 2 | Sources/Hiero/BatchTransaction.swift | (25ad)2025-06-17
+ 6 | - 0 | Sources/Hiero/FeeSchedule/FeeDataType.swift | (25ad)2025-06-17
+ 3 | - 3 | Sources/Hiero/Transaction.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/Hiero/Version.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/mirror/mirror_network_service.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/platform/event/state_signature_transaction.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/sdk/transaction_list.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/address_book_service.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/hints/crs_publication.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/hints/hints_key_publication.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/hints/hints_partial_signature.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/hints/hints_preprocessing_vote.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/history/history_proof_key_publication.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/history/history_proof_signature.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/history/history_proof_vote.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/tss/tss_message.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/tss/tss_vote.pb.swift | (25ad)2025-06-17
+ 9 | - 1 | Sources/HieroProtobufs/Generated/services/basic_types.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_create_topic.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_delete_topic.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_get_topic_info.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/consensus_service.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_submit_message.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_topic_info.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_update_topic.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/contract_call.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/contract_call_local.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/contract_create.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_delete.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/contract_get_bytecode.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/contract_get_info.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_get_records.pb.swift | (25ad)2025-06-17
+ 197 | - 1 | Sources/HieroProtobufs/Generated/services/contract_types.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_update.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_add_live_hash.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_approve_allowance.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_create.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_delete.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_delete_allowance.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_delete_live_hash.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_account_balance.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_account_records.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_info.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_live_hash.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_stakers.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/crypto_service.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_transfer.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_update.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/custom_fees.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/duration.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/ethereum_transaction.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/exchange_rate.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/file_append.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/file_create.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/file_delete.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/file_get_contents.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/file_get_info.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/file_service.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/file_update.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/freeze.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/freeze_service.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/freeze_type.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/get_account_details.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/get_by_key.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/get_by_solidity_id.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/network_get_execution_time.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/network_get_version_info.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/network_service.pb.swift | (25ad)2025-06-17
+ 40 | - 1 | Sources/HieroProtobufs/Generated/services/node_create.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/node_delete.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/node_stake_update.pb.swift | (25ad)2025-06-17
+ 48 | - 1 | Sources/HieroProtobufs/Generated/services/node_update.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/query.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/query_header.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/response.pb.swift | (25ad)2025-06-17
+ 27 | - 1 | Sources/HieroProtobufs/Generated/services/response_code.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/response_header.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedulable_transaction_body.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_create.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_delete.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_get_info.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/schedule_service.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_sign.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/smart_contract_service.pb.swift | (25ad)2025-06-17
+ 11 | - 2 | Sources/HieroProtobufs/Generated/services/state/hints/hints_types.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/state/history/history_types.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/system_delete.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/system_undelete.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/throttle_definitions.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/timestamp.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_airdrop.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_associate.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_burn.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_cancel_airdrop.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_claim_airdrop.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/token_create.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_delete.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_dissociate.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_fee_schedule_update.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_freeze_account.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_get_account_nft_infos.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/token_get_info.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/token_get_nft_info.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_get_nft_infos.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_grant_kyc.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/token_mint.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_pause.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_reject.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_revoke_kyc.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/token_service.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_unfreeze_account.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_unpause.pb.swift | (25ad)2025-06-17
+ 2 | - 3 | Sources/HieroProtobufs/Generated/services/token_update.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_update_nfts.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_wipe_account.pb.swift | (25ad)2025-06-17
+ 6 | - 6 | Sources/HieroProtobufs/Generated/services/transaction.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_contents.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_get_fast_record.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_get_receipt.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_get_record.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_receipt.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_record.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_response.pb.swift | (25ad)2025-06-17
+ 0 | - 1 | Sources/HieroProtobufs/Generated/services/unchecked_submit.pb.swift | (25ad)2025-06-17
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/util_prng.pb.swift | (25ad)2025-06-17
+ 12 | - 2 | Sources/HieroProtobufs/Generated/services/util_service.pb.swift | (25ad)2025-06-17
+ 6 | - 0 | Sources/HieroProtobufs/Protos/services/basic_types.proto | (25ad)2025-06-17
+ 57 | - 0 | Sources/HieroProtobufs/Protos/services/contract_types.proto | (25ad)2025-06-17
+ 23 | - 1 | Sources/HieroProtobufs/Protos/services/node_create.proto | (25ad)2025-06-17
+ 22 | - 1 | Sources/HieroProtobufs/Protos/services/node_update.proto | (25ad)2025-06-17
+ 17 | - 0 | Sources/HieroProtobufs/Protos/services/response_code.proto | (25ad)2025-06-17
+ 6 | - 2 | Sources/HieroProtobufs/Protos/services/state/hints/hints_types.proto | (25ad)2025-06-17
+ 1 | - 2 | Sources/HieroProtobufs/Protos/services/token_update.proto | (25ad)2025-06-17
+ 4 | - 1 | Sources/HieroProtobufs/Protos/services/transaction.proto | (25ad)2025-06-17
                    25ad2c65c8c9b742e17bfc1f28947cd788891bdc
                    
                    chore: upgrade protos to v0.62.3 (#474)

* chore: upgrade protos to v0.62.3

Signed-off-by: Rob Walworth 

* fix: CI

Signed-off-by: Rob Walworth 

* chore: fix protobuf generation

Signed-off-by: Rob Walworth 

* fix: update snapshot

Signed-off-by: Rob Walworth 

---------

Signed-off-by: Rob Walworth 
                
c58671add83f20d15a65c5f4e5e243af22fc51e6 Update MAINTAINERS.md to reflect team members (#462) * Update MAINTAINERS.md to reflect team members Signed-off-by: Jessica Wagantall Signed-off-by: Jessica G * chore: Update MAINTAINERS.md to point to the master guidelines Signed-off-by: Jessica Wagantall Signed-off-by: Jessica G * Update MAINTAINERS.md Signed-off-by: Hendrik Ebbers * Update MAINTAINERS.md Signed-off-by: Jessica G --------- Signed-off-by: Jessica G Signed-off-by: Hendrik Ebbers Co-authored-by: Hendrik Ebbers
#: 54

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
2025-06-17main

83.41 - Solidity
15.92 - TypeScript
0.5 - JavaScript
0.09 - Shell
0.07 - Yul
yml: 1
sol: 21
gitmodules: 1
ts: 1
jsonc: 1
json: 4
+    2 | -    0 | .github/workflows/slither.yml | (0b8c)2025-06-17
+ 3 | - 0 | .gitmodules | (0b8c)2025-06-17
+ 5 | - 1 | audit-ci.jsonc | (0b8c)2025-06-17
+ 3 | - 0 | hardhat.config.ts | (0b8c)2025-06-17
+ 2 | - 2 | package.json | (0b8c)2025-06-17, (6fa1)2025-06-17
+ 2 | - 2 | slither.db.json | (0b8c)2025-06-17, (0da1)2025-06-17
+ 88 | - 0 | src/bridge/extra/ERC20MigrationOutbox.sol | (0b8c)2025-06-17, (0da1)2025-06-17
+ 76 | - 0 | src/bridge/extra/IERC20MigrationOutbox.sol | (0b8c)2025-06-17, (0da1)2025-06-17
+ 4 | - 0 | src/express-lane-auction/IExpressLaneAuction.sol | (0b8c)2025-06-17
+ 0 | - 70 | src/precompiles/ArbAddressTable.sol | (0b8c)2025-06-17
+ 0 | - 60 | src/precompiles/ArbAggregator.sol | (0b8c)2025-06-17
+ 0 | - 9 | src/precompiles/ArbBLS.sol | (0b8c)2025-06-17
+ 0 | - 40 | src/precompiles/ArbDebug.sol | (0b8c)2025-06-17
+ 0 | - 26 | src/precompiles/ArbFunctionTable.sol | (0b8c)2025-06-17
+ 0 | - 118 | src/precompiles/ArbGasInfo.sol | (0b8c)2025-06-17
+ 0 | - 19 | src/precompiles/ArbInfo.sol | (0b8c)2025-06-17
+ 0 | - 220 | src/precompiles/ArbOwner.sol | (0b8c)2025-06-17
+ 0 | - 51 | src/precompiles/ArbOwnerPublic.sol | (0b8c)2025-06-17
+ 0 | - 111 | src/precompiles/ArbRetryableTx.sol | (0b8c)2025-06-17
+ 0 | - 22 | src/precompiles/ArbStatistics.sol | (0b8c)2025-06-17
+ 0 | - 151 | src/precompiles/ArbSys.sol | (0b8c)2025-06-17
+ 0 | - 129 | src/precompiles/ArbWasm.sol | (0b8c)2025-06-17
+ 0 | - 46 | src/precompiles/ArbWasmCache.sol | (0b8c)2025-06-17
+ 0 | - 48 | src/precompiles/ArbosActs.sol | (0b8c)2025-06-17
+ 4 | - 3 | src/stylus/StylusDeployer.sol | (0b8c)2025-06-17
                    0b8c04e8f5f66fe6678a4f53aa15f23da417260e
                    
                    Merge pull request #356 from OffchainLabs/develop

chore: merge develop with v3.1.1 to main
                
6fa15757b988ae3f4a35c7657e85aecdcc1a221b release: v3.1.1 (#355)
0da1336d4f53fb2c4e4ffcd5a85df938826bfa4d feat: ERC20MigrationOutbox (#339) * feat: ERC20MigrationOutbox * test: ERC20MigrationOutbox * test: storage and 4bytes * chore: add natspec * test: new test * chore: update slither db --------- Co-authored-by: José FP <[email protected]>
#: 55

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
2025-06-17master

84.89 - Solidity
14.41 - Shell
0.71 - JavaScript
sol: 19
snap: 34
json: 3
+    1 | -    1 | .forge-snapshots/allowanceHolder_ekuboVIP_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/allowanceHolder_maverickV2_VIP_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/allowanceHolder_rfq_proportionalFee_sellToken_USDC-USDT.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/allowanceHolder_rfq_proportionalFee_sellToken_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/allowanceHolder_uniswapV2_single_chain_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/allowanceHolder_uniswapV3VIP_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/allowanceHolder_uniswapV3VIP_contract_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/allowanceHolder_uniswapV3_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 0 | .forge-snapshots/settler_ekuboExtension_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_externalMoveExecute_uniswapV3_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_balancerV3_USDC-USDT.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_ekubo_USDC-USDT.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_ekubo_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_makerPsmLite_buyGem_DAI-USDC.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_makerPsmLite_sellGem_USDC-DAI.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_maverickV2_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_pancakeInfinity_USDT-CAKE.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_pancakeInfinity_USDT-WBNB.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_uniswapV3VIP_DAI-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_uniswapV3VIP_USDC-USDT.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_uniswapV3VIP_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_uniswapV3VIP_USDT-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_uniswapV3_DAI-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_uniswapV3_USDC-USDT.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_uniswapV3_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_metaTxn_uniswapV3_USDT-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/settler_rfq_fee_full_custody_USDC-USDT.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/universalRouter_uniswapV2_USDT-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/universalRouter_uniswapV3_DAI-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/universalRouter_uniswapV3_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/universalRouter_uniswapV3_USDT-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/zeroEx_uniswapV3VIP_multiplex1_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/zeroEx_uniswapV3VIP_multiplex2_USDC-WETH.snap | (1440)2025-06-16
+ 1 | - 1 | .forge-snapshots/zeroEx_uniswapV3_transformERC20_USDC-WETH.snap | (1440)2025-06-16
+ 6 | - 6 | chain_config.json | (e46b)2025-06-17, (cdec)2025-06-16, (8bd4)2025-06-16
+ 6 | - 2 | src/SettlerMetaTxn.sol | (1440)2025-06-16
+ 30 | - 2 | src/chains/Optimism/Common.sol | (1440)2025-06-16, (5d67)2025-06-16
+ 28 | - 0 | src/chains/Optimism/MetaTxn.sol | (1440)2025-06-16, (5d67)2025-06-16
+ 30 | - 0 | src/chains/Optimism/TakerSubmitted.sol | (1440)2025-06-16, (5d67)2025-06-16
+ 3 | - 2 | src/core/DodoV1.sol | (1440)2025-06-16
+ 65 | - 8 | src/core/Ekubo.sol | (1440)2025-06-16
+ 2 | - 2 | src/core/MakerPSM.sol | (1440)2025-06-16
+ 9 | - 6 | src/core/Permit2Payment.sol | (1440)2025-06-16
+ 6 | - 5 | src/core/UniswapV2.sol | (1440)2025-06-16
+ 3 | - 2 | src/core/UniswapV4Types.sol | (1440)2025-06-16
+ 4 | - 4 | src/deployer/IDeployer.sol | (e46b)2025-06-17, (4738)2025-06-17
+ 4 | - 24 | src/proxy/ERC1967UUPSUpgradeable.sol | (e46b)2025-06-17, (4738)2025-06-17
+ 2 | - 8 | src/utils/MultiCall.sol | (e46b)2025-06-17, (4738)2025-06-17
                    e46bc0189e227dbeaa89bfceded458ab9ba9d59b
                    
                    Merge branches 'dcmt/blast-safe-api', 'dcmt/berachain-sts', 'dcmt/import-cleanup', and 'dcmt/scroll-cancun'
                
473852153939633bc5259a1cf83194ee1d54b033 Cleanup imports by moving interfaces to their own files
cfb41e33d286b18ffe27f07fb3fbd4f59b459843 `CHANGELOG.md`
cdec67d20e4608b9d0c00c600dd9fd11ab572626 Configure Safe{Wallet} API for Berachain
8ece4ca539d295e3cdccf562ac670569586b8670 `CHANGELOG.md`
8bd4b776444108d5b32261f31e75ae628c7a5a54 Remove Blast Safe{Wallet} API support
5a3ac5206a7de27ea571eab13bf7c5d662ffbce9 Cut release
1440ba6fefadea1f0fe0704789662d0e7ff97a2d Merge branches 'dcmt/ekubo-extensions', 'dcmt/balv3-op', 'dcmt/remove-metatx-rfq-vip' and 'dcmt/remove-immutable'
5d672c32f8838792f815919241f3d3aa30ea3e16 Add BalancerV3 actions to Optimism
#: 56

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
2025-06-17master

95.99 - Haskell
3.07 - Pact
0.33 - C
0.22 - Dockerfile
0.15 - Nix
0.15 - Python
0.1 - Shell
hs: 3
cabal: 3
+    1 | -    1 | chainweb.cabal | (a315)2025-06-17
+ 1 | - 1 | cwtools/cwtools.cabal | (a315)2025-06-17
+ 1 | - 1 | node/chainweb-node.cabal | (a315)2025-06-17
+ 15 | - 1 | src/Chainweb/Pact/PactService.hs | (cd29)2025-06-17
+ 1 | - 1 | src/Chainweb/Pact/PactService/Pact5/ExecBlock.hs | (cd29)2025-06-17
+ 9 | - 147 | src/Chainweb/Pact5/Transaction.hs | (cd29)2025-06-17
                    9b5a0562284d62bac3b561467e181214696d6619
                    
                    update CHANGELOG for version 2.29.1
                
cd2944c570e2bb91e585afa29b090f9b1cf13605 Unify Pact 5 command parsing between NewBlock and ValidateBlock Change-Id: Id00000009b01c5fb85a475eb6233cc3b175cc4ea
5e2d640549ff25e6a687e0368b00072e582cd70b test for sigcaps with spaces
a3156e3685dabbd51d00fc807860dcbd8d9d4d30 update to version 2.29.1
#: 57

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
2025-06-17master

84.11 - Go
11.16 - C
2.69 - JavaScript
0.38 - Assembly
0.3 - Shell
0.25 - Sage
0.2 - Python
0.19 - Smarty
0.18 - CMake
0.14 - M4
0.14 - NSIS
0.12 - Makefile
0.09 - Solidity
0.03 - Dockerfile
0.01 - HTML
go: 6
json: 2
+    4 | -    0 | builder/files/genesis-mainnet-v1.json | (c522)2025-06-17, (1ad2)2025-06-17
+ 4 | - 0 | internal/cli/server/chains/mainnet.go | (c522)2025-06-17, (1ad2)2025-06-17
+ 4 | - 0 | params/config.go | (c522)2025-06-17, (1ad2)2025-06-17
+ 2 | - 2 | params/version.go | (c522)2025-06-17, (cec6)2025-06-17
                    c522a93628f974a26a28fede3b9824c2103c8a83
                    
                    V2.1.1 (#1582)

* added Bhilai and Prague block for mainnet (#1581)

* params: version bump to v2.1.1
                
cec664be7ad646a4485031d4e0c5ef6ddf34201c params: version bump to v2.1.1
1ad23ecd641ac966c8cbd835e04a4ec259e70460 added Bhilai and Prague block for mainnet (#1581)
#: 58

id: hedera
project: Hedera
Date: 2025-02-05T04:21:00.000Z
Max Reward: 30000
Bounty Url: https://immunefi.com/bounty/hedera

GitHub Url: github.com/hiero-ledger/hiero-sdk-java
GitHub History Url: github.com/hiero-ledger/hiero-sdk-java/commits
2025-06-17main

97.22 - Java
2.05 - PureBasic
0.46 - Python
0.26 - Kotlin
kts: 1
+    1 | -    1 | hiero-dependency-versions/build.gradle.kts | (1e15)2025-06-16
                    e0e3420bbc0d30ef092d9a745c0e69671e52f3c3
                    
                    chore: Update README.md (#2372)

Signed-off-by: Jessica G 
                
1e15f57198c989c02ccea917145e19802a5e9733 chore(deps): bump com.fasterxml.jackson.core:jackson-core from 2.19.0 to 2.19.1 in /hiero-dependency-versions (#2377) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#: 59

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

GitHub Url: github.com/stacks-sbtc/sbtc
GitHub History Url: github.com/stacks-sbtc/sbtc/commits
2025-06-17main

93.86 - Rust
2.52 - Python
1.55 - TypeScript
0.9 - Clarity
0.57 - Shell
0.27 - Makefile
0.15 - Dockerfile
0.13 - PLpgSQL
0.03 - Nix
0.02 - JavaScript
rs: 8
+   10 | -    0 | signer/src/block_observer.rs | (02e9)2025-06-17
+ 7 | - 1 | signer/src/keys.rs | (d397)2025-06-17
+ 4 | - 3 | signer/src/message.rs | (02e9)2025-06-17
+ 2 | - 2 | signer/src/proto/convert.rs | (02e9)2025-06-17
+ 1 | - 1 | signer/src/storage/postgres/read.rs | (d397)2025-06-17
+ 25 | - 12 | signer/src/transaction_coordinator.rs | (02e9)2025-06-17, (d397)2025-06-17
+ 18 | - 8 | signer/src/transaction_signer.rs | (02e9)2025-06-17
                    02e91d911659c257db686d4fc7c821342b87d655
                    
                    feat: do not use aggregate key in stacks sign requests (#1732)

## Description

Closes https://github.com/stacks-sbtc/sbtc/issues/1731.

## Changes

1. The signer now ignores the aggregate key field in the sign request
from the coordinator. Instead the signer figures out the aggregate key
themselves.
2. Deprecate the `aggregate_key` field of the
`StacksTransactionSignRequest` struct. The signers will continue to send
the aggregate key in that field but they will not use it themselves.

## Testing Information

This PR adds a new test that the `TxSignerEventLoop` ignores the
`aggregate_key` field.

## Checklist:

- [x] I have performed a self-review of my code
                
d3978f583e0daa61bf9e80095c9ee66df4ba382c feat: skip coordinator tenure after a key rotation (#1740) ## Description Closes https://github.com/stacks-sbtc/sbtc/issues/1739 ## Changes * After the coordinator submits a rotate-keys contract call, they now bail. * Sort by `created_at` on ties for the query behind the `get_last_key_rotation` function. Hopefully, this change becomes obsolete after https://github.com/stacks-sbtc/sbtc/pull/1734. * Fix up the debug implementation for the `PublicKey`. I don't mind removing this and using the implementation in https://github.com/stacks-sbtc/sbtc/pull/1726 to make the merge there better. ## Testing Information I added an integration test. It might be flaky right now, so maybe we need to ignore it for the time being. ## Checklist: - [x] I have performed a self-review of my code
#: 60

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
2025-06-17main

97.03 - Go
2.26 - Shell
0.49 - Makefile
0.1 - Ruby
0.08 - Python
0.04 - Dockerfile
go: 2
+   29 | -    0 | app/upgrades/v7.0.0/upgrades.go | (3dc8)2025-06-17
+ 4 | - 1 | x/tokenfactory/keeper/createdenom.go | (3dc8)2025-06-17
                    3dc8c4c26788e7ceb67994b984b24bc0a72c0d99
                    
                    Merge pull request #908 from neutron-org/fix/tokenfactory-denom-metadata

fix: set name, symbol and display for created denoms metadata #NTRN-515
                
#: 61

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
2025-06-17main

44.68 - TypeScript
24.91 - Rust
12.19 - Solidity
5.11 - MDX
5.03 - Move
3.18 - Cairo
1.79 - SCSS
1.44 - Sway
0.88 - JavaScript
0.37 - Shell
0.27 - CSS
0.08 - Dockerfile
0.06 - Nix
0.01 - Makefile
yaml: 1
yml: 4
rs: 18
gitignore: 2
ts: 5
dockerignore: 2
toml: 7
json: 4
+   74 | -    0 | .github/workflows/ci-pyth-lazer-agent.yml | (c673)2025-06-16, (6fd4)2025-06-16
+ 110 | - 0 | .github/workflows/docker-pyth-lazer-agent.yml | (c673)2025-06-16, (6fd4)2025-06-16
+ 0 | - 0 | apps/pyth-lazer-agent/.dockerignore | (c673)2025-06-16, (6fd4)2025-06-16
+ 0 | - 0 | apps/pyth-lazer-agent/.gitignore | (c673)2025-06-16, (6fd4)2025-06-16
+ 8 | - 0 | apps/pyth-lazer-agent/Cargo.toml | (c673)2025-06-16, (6fd4)2025-06-16
+ 4 | - 6 | apps/pyth-lazer-agent/config/config.toml | (c673)2025-06-16, (d6e9)2025-06-16, (6fd4)2025-06-16
+ 0 | - 0 | apps/pyth-lazer-agent/rust-toolchain.toml | (c673)2025-06-16, (6fd4)2025-06-16
+ 0 | - 4 | apps/pyth-lazer-agent/src/config.rs | (c673)2025-06-16, (6fd4)2025-06-16
+ 0 | - 0 | apps/pyth-lazer-agent/src/http_server.rs | (c673)2025-06-16, (6fd4)2025-06-16
+ 518 | - 2 | apps/pyth-lazer-agent/src/lazer_publisher.rs | (c673)2025-06-16, (5717)2025-06-16, (6fd4)2025-06-16
+ 0 | - 0 | apps/pyth-lazer-agent/src/main.rs | (c673)2025-06-16, (6fd4)2025-06-16
+ 0 | - 0 | apps/pyth-lazer-agent/src/publisher_handle.rs | (c673)2025-06-16, (6fd4)2025-06-16
+ 256 | - 0 | apps/pyth-lazer-agent/src/relayer_session.rs | (c673)2025-06-16, (6fd4)2025-06-16
+ 0 | - 0 | apps/pyth-lazer-agent/src/websocket_utils.rs | (c673)2025-06-16, (6fd4)2025-06-16
+ 1 | - 1 | contract_manager/store/chains/EvmChains.json | (a844)2025-06-17
+ 6 | - 1 | contract_manager/store/contracts/EvmEntropyContracts.json | (a844)2025-06-17
+ 5 | - 5 | governance/xc_admin/packages/xc_admin_cli/src/index.ts | (40aa)2025-06-17
+ 3 | - 1 | governance/xc_admin/packages/xc_admin_common/src/multisig_transaction/index.ts | (40aa)2025-06-17
+ 4 | - 1 | lazer/contracts/solana/package.json | (40aa)2025-06-17
+ 2 | - 0 | lazer/contracts/solana/programs/pyth-lazer-solana-contract/src/lib.rs | (40aa)2025-06-17
+ 0 | - 0 | lazer/contracts/solana/src/ed25519.ts | (40aa)2025-06-17
+ 1 | - 3 | lazer/sdk/js/package.json | (40aa)2025-06-17
+ 4 | - 8 | lazer/sdk/js/src/constants.ts | (40aa)2025-06-17
+ 0 | - 1 | lazer/sdk/js/src/index.ts | (40aa)2025-06-17
+ 16 | - 37 | pnpm-lock.yaml | (40aa)2025-06-17
+ 0 | - 304 | pyth-lazer-agent/src/lazer_publisher.rs | (c673)2025-06-16, (6fd4)2025-06-16
                    a8446ac147d2245aae58bbec1a7ff7b7f8730d81
                    
                    chore(entropy) Deploy Hype Testnet (#2789)
                
40aadd69837276eab65beec0249279b1f98e1e49 feat(lazer): add utils for adding and checking ed25519 signers to solana contract (#2788) * feat(lazer): add utils for adding and checking ed25519 signers to solana contract * refactor(lazer): move ed25519 instruction code to solana contract package * chore: fix unrelated formatting * chore: fix constant usage * chore: fix ci * chore: fix CI 2 * fix CI
c6732616f7afb7a9a9a206e626447e11bf33dfd6 pyth-lazer-agent fixes, tests, ci
d6e930a9cb912ec998976628cd2b9bdb9ff14aea fix config
810da2447c0a73a4a603ef661b160358422f015d relative path fix in Dockerfile
571703956bc83fbc64c7ef7d31d9ed8582eebe8e clippy fixes
6fd4328f82647b2a88d9449192786f11f782c533 pyth-lazer-agent fixes, tests, ci
#: 62

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/restaking
GitHub History Url: github.com/jito-foundation/restaking/commits
2025-06-17master

64.25 - Rust
35.3 - TypeScript
0.31 - JavaScript
0.08 - Shell
0.04 - Makefile
0.02 - Dockerfile
yaml: 6
toml: 12
+  154 | -    2 | .github/workflows/publish-cli.yaml | (42d0)2025-06-17, (7f7c)2025-06-17
+ 185 | - 4 | .github/workflows/publish-crate.yaml | (42d0)2025-06-17, (7f7c)2025-06-17
+ 377 | - 2 | .github/workflows/publish-crates.yaml | (42d0)2025-06-17, (7f7c)2025-06-17
+ 1 | - 1 | account_traits_derive/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | bytemuck/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | clients/rust/common/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | clients/rust/restaking_client/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | clients/rust/vault_client/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | core/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | restaking_core/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | restaking_program/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | restaking_sdk/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | vault_core/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | vault_program/Cargo.toml | (7f7c)2025-06-17
+ 1 | - 1 | vault_sdk/Cargo.toml | (7f7c)2025-06-17
                    42d03eb0e9b41ae3524a6600f102b857315bc19c
                    
                    CI/CD: Fix the issue installing `cargo-release` (#248)

- Address to
https://github.com/jito-foundation/restaking/actions/runs/15717193601/job/44290260343
                
7f7c0b503462d348f8a565fbd34d4639a0f15f61 CI/CD: Auto publish new restaking versions to crates.io (#235) - Inspired by solana-program: https://github.com/solana-program/stake-pool/blob/main/.github/workflows/publish-rust.yml - Publish to create.io - Generate Changelog - Create Release
#: 63

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
2025-06-17master

96.49 - Rust
2.58 - Shell
0.92 - Dockerfile
rs: 3
toml: 1
+    4 | -    1 | relayer/src/relayer.rs | (e092)2025-06-17
+ 2 | - 1 | rust-toolchain.toml | (ef96)2025-06-17
+ 6 | - 1 | transaction-relayer/src/main.rs | (e092)2025-06-17, (ef96)2025-06-17
                    e092b146a3dc685eae9d2b495ade3dc23646a73d
                    
                    Increase Heartbeat Tick Rate (#143)
                
ef96e0ef315518884021ec29123c41326587178a change default delay to 50ms (#151)
#: 64

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
2025-06-17main

52.6 - Solidity
47.35 - JavaScript
0.03 - Python
0.02 - Shell
sol: 17
js: 1
json: 16
+ 1392 | - 1332 | addresses/arbitrum.json | (20f5)2025-06-17, (7ab6)2025-06-17, (64fe)2025-06-17
+ 927 | - 876 | addresses/base.json | (20f5)2025-06-17, (7ab6)2025-06-17, (64fe)2025-06-17
+ 138 | - 70 | addresses/mainnet.json | (20f5)2025-06-17, (7ab6)2025-06-17, (c3cd)2025-06-17, (64fe)2025-06-17, (1f8d)2025-06-16
+ 1001 | - 963 | addresses/optimism.json | (20f5)2025-06-17, (7ab6)2025-06-17, (64fe)2025-06-17
+ 105 | - 4 | cmd/registry-cli.js | (20f5)2025-06-17
+ 222 | - 6 | contracts/actions/spark/SparkSPKClaim.sol | (7ab6)2025-06-17, (c3cd)2025-06-17, (f5ca)2025-06-16, (665e)2025-06-16, (4feb)2025-06-16
+ 320 | - 0 | contracts/actions/summerfi/SFApproveTokens.sol | (7ab6)2025-06-17, (64fe)2025-06-17
+ 20 | - 0 | contracts/actions/summerfi/helpers/ArbitrumSFAddresses.sol | (7ab6)2025-06-17, (64fe)2025-06-17
+ 20 | - 0 | contracts/actions/summerfi/helpers/BaseSFAddresses.sol | (7ab6)2025-06-17, (64fe)2025-06-17
+ 20 | - 0 | contracts/actions/summerfi/helpers/MainnetSFAddresses.sol | (7ab6)2025-06-17, (64fe)2025-06-17
+ 20 | - 0 | contracts/actions/summerfi/helpers/OptimismSFAddresses.sol | (7ab6)2025-06-17, (64fe)2025-06-17
+ 18 | - 0 | contracts/actions/summerfi/helpers/SFHelper.sol | (7ab6)2025-06-17, (64fe)2025-06-17
+ 30 | - 0 | package.json | (7ab6)2025-06-17, (64fe)2025-06-17
                    20f5d7d8eaf3d7241306bcdaf349a53dc4cae353
                    
                    Merge pull request #478 from defisaver/improvement/registry-addresses

improvement: registry addresses
                
7ab6256d7b84361e4d7ba7e3d44dd29d80464998 Merge branch 'main' into improvement/registry-addresses
c3cddb605cf4e6aaf923e9727872f983b5b000c5 Merge pull request #480 from defisaver/feature/spark-spk-claim feat: implement spark spk claim action
64febe4eb41fdf5292f6c39e4c46148b23999a7b Merge pull request #470 from defisaver/feature/summerfi-import-aaveV3 feature: summerfi import aave v3
1f8de18561647d089c660a33e4b7eae76eb1255a chore: add address to json
f5caede9ae33a0d4040fdf8e2ae8b3e950bd57de refactor: remove an error that isnt used in sparkspkclaim contract
665e829101103b9b816d62e5429a040b018cabf4 feat: remove if clause that only adds complexity and doesnt serve much
4feba19403b47ea6e4ab136699ee7fe42942f738 feat: implement spark spk claim action
#: 65

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
2025-06-17main

98.72 - Rust
0.79 - Shell
0.5 - Makefile
wasm: 2
rs: 8
toml: 4
+    2 | -    2 | contract/Cargo.toml | (45c3)2025-06-17, (fce4)2025-06-17
+ 44 | - 4 | contract/src/claim/api.rs | (45c3)2025-06-17, (fce4)2025-06-17
+ 12 | - 12 | contract/src/event.rs | (45c3)2025-06-17, (fce4)2025-06-17
+ 14 | - 22 | contract/src/jar/model/common.rs | (45c3)2025-06-17, (fce4)2025-06-17
+ 0 | - 2 | contract/src/migration/v2.rs | (45c3)2025-06-17, (fce4)2025-06-17
+ 2 | - 2 | model/Cargo.toml | (45c3)2025-06-17, (fce4)2025-06-17
+ 0 | - 0 | res/sweat_jar.wasm | (45c3)2025-06-17, (fce4)2025-06-17
                    45c3df25723ba137a1b96bbd2f69d4564ee50423
                    
                    release: build 3.5.1 (#131)
                
fce43a227b7ac0dd630d6aa103b3ff6cf515aa4c release: build 3.5.1
#: 66

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
2025-06-17main

88.98 - Go
8.79 - C
0.4 - Java
0.4 - Sage
0.39 - Makefile
0.38 - Assembly
0.34 - M4
0.15 - Shell
0.06 - Python
0.05 - HTML
0.05 - Dockerfile
yml: 1
+    3 | -    0 | codecov.yml | (7d1e)2025-06-17
                    7d1e09bec25571c4fd3af944dc55074e23ecda75
                    
                    [SEI-9785] Require 70% patch coverage (#586)

## Describe your changes and provide context

## Testing performed to validate your change
                
#: 67

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
2025-06-17master

94.66 - Kotlin
5.34 - JavaScript
json: 3
+   19 | -    3 | _data/chains/eip155-239.json | (c9f1)2025-06-17
+ 1 | - 1 | _data/chains/eip155-2390.json | (c9f1)2025-06-17
+ 29 | - 0 | _data/chains/eip155-2391.json | (c9f1)2025-06-17
                    c9f1b5ccd3aa7efc22539347c370255a16e9d3c7
                    
                    Update for TAC Mainnet and fix TAC Testnet (#7411)
                
#: 68

id: intmax
project: INTMAX
Date: 2025-05-25T09:23:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/intmax

GitHub Url: github.com/InternetMaximalism/intmax2
GitHub History Url: github.com/InternetMaximalism/intmax2/commits
2025-06-17dev

95.77 - Rust
2.16 - TypeScript
1.06 - Go
0.56 - PLpgSQL
0.28 - Shell
0.16 - Dockerfile
example: 1
toml: 5
rs: 20
yml: 1
+    2 | -    2 | Cargo.toml | (a53a)2025-06-17, (26ba)2025-06-16
+ 1 | - 0 | block-builder/.env.example | (a53a)2025-06-17
+ 4 | - 2 | block-builder/src/app/storage/memory_storage.rs | (5b5d)2025-06-16
+ 1 | - 0 | block-builder/src/app/storage/mod.rs | (5b5d)2025-06-16
+ 7 | - 7 | block-builder/src/app/storage/redis_storage.rs | (5b5d)2025-06-16
+ 6 | - 0 | block-builder/src/app/storage/utils.rs | (5b5d)2025-06-16
+ 1 | - 1 | cli/Cargo.toml | (6a2d)2025-06-16
+ 45 | - 15 | cli/src/cli/history.rs | (a53a)2025-06-17
+ 12 | - 0 | client-sdk/src/client/client.rs | (a53a)2025-06-17, (baa9)2025-06-16
+ 1 | - 0 | client-sdk/src/client/fee_proof.rs | (a53a)2025-06-17
+ 3 | - 3 | client-sdk/src/external_api/private_zkp_server.rs | (cb75)2025-06-16
+ 171 | - 79 | client-sdk/src/external_api/utils/query.rs | (8176)2025-06-17, (cb75)2025-06-16
+ 8 | - 8 | client-sdk/src/external_api/validity_prover.rs | (cb75)2025-06-16
+ 1 | - 1 | client-sdk/src/external_api/withdrawal_server.rs | (cb75)2025-06-16
+ 1 | - 1 | compose.yml | (24bb)2025-06-16
+ 2 | - 2 | store-vault-server/Cargo.toml | (4bd0)2025-06-16, (c012)2025-06-16
+ 3 | - 3 | validity-prover/src/app/the_graph/query_client.rs | (cb75)2025-06-16
+ 11 | - 2 | wasm/src/js_types/data.rs | (a53a)2025-06-17
+ 52 | - 0 | wasm/src/js_types/keys.rs | (a53a)2025-06-17
+ 1 | - 0 | wasm/src/js_types/mod.rs | (a53a)2025-06-17
+ 10 | - 1 | wasm/src/js_types/utils.rs | (8353)2025-06-16
+ 64 | - 3 | wasm/src/native.rs | (a53a)2025-06-17, (8353)2025-06-16
                    8e1d9449bb825b074d6a9a9f7071c0d941a13749
                    
                    fix!(client-sdk): use correct payment-memo migration (#390)
                
a53a9b4c2655d0c868cf070ffe36be6d891d1fea feat!(client-sdk): Added `recipient_view_pubs` field to `tx_data` (#388) * feat!(tx-data): add recipient_view_pubs to tx data * feat(cli): print sender and receiver in cli history * feat(wasm): add JsPublicKeyPair and fixed test * chore: update block builder example.env * fix: fixed recipient_view_pubs logic * fix: fixed wasm test * chore: bump version
81762d728487f00e823a3dfb3925e0becafbf44f fix: fixed auto-remove duplicated path (#387)
24bb8dbf095c6a827edc5bd93575a255fd2e55ca chore: upgrade PostgreSQL image from 16.6 to 16.8 (#386)
8353823f76e6e6c734c914963fca01bfa76578f7 feat(wasm): wasm Intmax Address functions (#385) * feat: add some address tools for wasm * feat: add test for wasm * chore: fix typo Co-authored-by: Copilot <[email protected]> * chore: rename validate_intmax_address->is_valid_intmax_address * fix: fix test --------- Co-authored-by: Copilot <[email protected]>
cb75873050f113f5249275b33e5dcda2859cf7a8 fix: don't output request str because it may contains credentials (#384) * fix: don't output request str because it may contains credidentials * chore: optional request str * chore: refactor query
4bd095afde8e3b87ff79dbf896b163bb552d5420 chore(deps): bump aws-config from 1.6.3 to 1.8.0 (#379) Bumps [aws-config](https://github.com/smithy-lang/smithy-rs) from 1.6.3 to 1.8.0. - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-config dependency-version: 1.8.0 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>
c0127e8318e9c50ec7382c3c6dadf83ba4f21560 chore(deps): bump aws-sdk-s3 from 1.91.0 to 1.92.0 (#380) Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) from 1.91.0 to 1.92.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.92.0 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> Co-authored-by: kbizikav <[email protected]>
5b5d134a9c84924c083e284ccf6a936e5b03363c fix(block-builder): remove duplicated signature (#383) * feat: remove duplicated signature * chore: extract remove_duplicate_signatures logic * Update block-builder/src/app/storage/utils.rs Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
6a2da986e73b82d5e9ef70a4c9679fa97877685b chore(deps): bump clap from 4.5.39 to 4.5.40 (#381) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.39 to 4.5.40. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.39...clap_complete-v4.5.40) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.40 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> Co-authored-by: kbizikav <[email protected]>
26bac598f4de52139c799c6536501ccfea045dd6 chore(deps): bump serde_with from 3.12.0 to 3.13.0 (#382) Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.13.0 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>
baa9aa06a8aa5d641231a2703d4182e5073b43e8 feat: nonce check on client (#378)
#: 69

id: intmax
project: INTMAX
Date: 2025-05-25T09:23:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/intmax

GitHub Url: github.com/InternetMaximalism/intmax2-functions
GitHub History Url: github.com/InternetMaximalism/intmax2-functions/commits
2025-06-17dev

99.5 - TypeScript
0.5 - Dockerfile
example: 1
ts: 5
json: 16
+    5 | -    0 | .env.example | (4d9a)2025-06-17
+ 2 | - 2 | package.json | (3619)2025-06-17, (c5bf)2025-06-16
+ 3 | - 3 | packages/block-sync-monitor/package.json | (5d34)2025-06-16
+ 3 | - 3 | packages/deposit-analyzer/package.json | (5d34)2025-06-16
+ 2 | - 2 | packages/indexer-event-watcher/package.json | (5d34)2025-06-16
+ 3 | - 3 | packages/indexer-monitor/package.json | (5d34)2025-06-16
+ 1 | - 1 | packages/indexer/package.json | (5d34)2025-06-16
+ 7 | - 0 | packages/indexer/src/controllers/proxy.controller.ts | (4d9a)2025-06-17
+ 5 | - 0 | packages/indexer/src/routes/index.ts | (4d9a)2025-06-17
+ 11 | - 0 | packages/indexer/src/routes/proxy.route.ts | (4d9a)2025-06-17
+ 9 | - 0 | packages/indexer/src/services/proxy.service.ts | (4d9a)2025-06-17
+ 4 | - 4 | packages/messenger-relayer/package.json | (5d34)2025-06-16
+ 2 | - 2 | packages/predicate/package.json | (5d34)2025-06-16
+ 6 | - 6 | packages/shared/package.json | (5d34)2025-06-16
+ 4 | - 0 | packages/shared/src/config/index.ts | (4d9a)2025-06-17
+ 2 | - 2 | packages/token-map-register/package.json | (5d34)2025-06-16
+ 3 | - 3 | packages/token-metadata-sync/package.json | (5d34)2025-06-16
+ 1 | - 1 | packages/token/package.json | (5d34)2025-06-16
+ 1 | - 1 | packages/tx-map-cleaner/package.json | (5d34)2025-06-16
+ 1 | - 1 | packages/tx-map/package.json | (5d34)2025-06-16
+ 2 | - 2 | packages/wallet-observer/package.json | (5d34)2025-06-16
                    36194457e2f839dd894fa4a9d791a48c84fd9e39
                    
                    v0.1.18
                
4d9ac6133505c55be575609abf40757fa8097136 indexer proxy (#104)
c5bf83b246b4d78051b430eae4a30969f6146afe v0.1.7
5d3456b4a949b89f080e1cb5d3adcd3d7fd6de6a update modules (#103)
235253ba73b5d07e81257c8f5e5fa4a08ffb01ef token price debug logger (#101)
#: 70

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

GitHub Url: github.com/babylonlabs-io/babylon-staking-indexer
GitHub History Url: github.com/babylonlabs-io/babylon-staking-indexer/commits
2025-06-16main

98.05 - Go
0.76 - Dockerfile
0.61 - Shell
0.58 - Makefile
                    873bc4281a1335796442fdffa15bc27f52dde4af
                    
                    Update container.go (#235)
                
#: 71

id: openzeppelin-stellar
project: OpenZeppelin on Stellar
Date: 2025-05-08T02:51:06.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/openzeppelin-stellar

GitHub Url: github.com/OpenZeppelin/stellar-contracts
GitHub History Url: github.com/OpenZeppelin/stellar-contracts/commits
2025-06-16main

99.96 - Rust
0.04 - Makefile
rs: 5
toml: 2
+    1 | -    0 | Cargo.toml | (7880)2025-06-16
+ 0 | - 1 | examples/fungible-allowlist/src/contract.rs | (7880)2025-06-16
+ 3 | - 1 | examples/nft-royalties/Cargo.toml | (7880)2025-06-16
+ 44 | - 26 | examples/nft-royalties/src/contract.rs | (7880)2025-06-16
+ 3 | - 1 | examples/nft-royalties/src/lib.rs | (7880)2025-06-16
+ 12 | - 0 | packages/contract-utils/default-impl-macro/src/lib.rs | (7880)2025-06-16
+ 10 | - 2 | packages/tokens/non-fungible/src/extensions/royalties/mod.rs | (7880)2025-06-16
                    78806a0b478dd04d3d727a5b4591a66c16f7cf1f
                    
                    default impl support for royalties (#252)

* default impl support for royalties

* add operator arg to royalty trait
                
#: 72

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
2025-06-16main

99.73 - Rust
0.26 - Makefile
0.01 - C
0 - RenderScript
rs: 1
+    1 | -    1 | soroban-env-host/src/builtin_contracts/stellar_asset_contract/allowance.rs | (0a1c)2025-06-16
                    0a1c157deb1214f963a4e3dbc9abdce8ab5ef84a
                    
                    Fix the SAC allowance TTL extension. (#1560)

### What

Fix the SAC allowance TTL extension.

It used to be extended by 1 extra ledger.

I also had to fix the SAC test nonce extension, as it used to be
hardcoded to live until ledger 10000. This led to SAC test observation
changes (only object/storage hashes though).

Resolves https://github.com/stellar/rs-soroban-env/issues/1519

### Why

Bug fix

### Known limitations

N/A
                
#: 73

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
2025-06-16main

77.51 - Java
18.82 - Python
1.84 - Dockerfile
1.83 - Shell
yaml: 1
css: 2
js: 2
json: 1
+   11 | -    0 | docs/docusaurus.config.js | (8979)2025-06-16
+ 1 | - 1 | docs/package.json | (8979)2025-06-16
+ 332 | - 102 | docs/src/css/custom.css | (8979)2025-06-16
+ 1 | - 1 | docs/src/pages/index.js | (8979)2025-06-16
+ 2 | - 0 | docs/src/pages/index.module.css | (8979)2025-06-16
+ 0 | - 2000 | docs/static/api.yaml | (8979)2025-06-16
                    89793d2e82b2d5fc9fa21134a30663979850e7a2
                    
                    docs: misc docusaurus improvements + update for v1.2.9 (#478)

* chore: update OpenAPI specification and documentation visual improvements

- Updated API title to reflect rebranding to Mesh API.
- Enhanced some endpoint descriptions for clarity and accuracy (network status, options, block transaction).
- Added detailed descriptions for Cardano-specific transaction and block metadata.
- Commented out unimplemented mempool endpoints and related documentation.
- Improved Docusaurus configuration for better user experience, including last update timestamps .
- Updated CSS for improved layout and styling consistency across documentation pages.

* chore: update OpenAPI specification for java implementation

- Updated example values for block, account and transaction identifiers to align with current data.
- Enhanced operation types and statuses to include Cardano-specific options.
- Added valid response examples to improve clarity.
- Commented out unimplemented features and provided TODO notes for future implementation.

* chore: update Docusaurus configuration and CSS for improved documentation layout

- Updated custom CSS to enhance layout consistency, including centering the navbar and main wrapper.
- Removed the proxy URL from the configuration.
- Adjusted styles for the theme edit button and sidebar to improve user experience.
- Deleted the outdated API specification file to streamline documentation.

* chore: update dependencies in package.json and yarn.lock

* chore: restore SearchTransactionsResponse schema to specs

* fix: remove schema 'examples' breaking CI validation

Remove multiple 'examples' entries from schema definitions ('Operation', 'NetworkIdentifier'). These were intended solely for enhanced rendering in Scalar docs but caused spec-validation failures during CI builds.

Single 'example' per schema retained to ensure OpenAPI compliance and fix build errors.

* chore: update OpenAPI generator plugin version and refine example values in API specification

- Upgraded the OpenAPI generator Maven plugin from version 6.4.0 to 7.13.0.
- Simplified example values in the API specification by removing unnecessary array structures for 'network' and 'status' fields.

* chore: drop API spec and pom edits from PR 456

* chore: update Docker compose command and version in documentation

* refactor: update documentation for spent UTXO pruning

- Renamed "Pruning UTXOs" to "Spent UTXO Pruning" for clarity.
- Enhanced explanations regarding the impact and configuration of spent UTXO pruning.
- Updated resource requirements in README and intro documentation to specify spent UTXO pruning.

* docs: enhance documentation for queryng stake addresses and rename multi-assets section

- Added a note on stake addresses to clarify the response from the `/account/balance` endpoint when queried with a stake address (available rewards).
- Renamed the "Multi-Assets" section to "Native Tokens" for better alignment with terminology used in Cardano documentation.

* docs: update performance measurement documentation and environment variables

- Enhanced the performance measurements section with load test results for versions 1.2.6, 1.2.7, and 1.2.9.
- Updated environment variables documentation to reflect changes in version 1.2.9, including the introduction of `REMOVE_SPENT_UTXOS` and `REMOVE_SPENT_UTXOS_LAST_BLOCKS_GRACE_COUNT`, while deprecating older variables.

* docs: update storage requirements and pruning notes in documentation

- Revised storage requirements in README and intro documentation to reflect updated values for both pruning enabled and disabled scenarios.
- Added clarifications regarding the limitations of searching transactions by address when pruning is enabled in the pruning and cardano-addons documentation.
                
#: 74

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
2025-06-16master

99.99 - C#
0.01 - Shell
0 - Dockerfile
cs: 4
+   12 | -    1 | src/Neo.Compiler.CSharp/ABI/AbiMethod.cs | (6375)2025-06-16
+ 1 | - 0 | src/Neo.Compiler.CSharp/Diagnostic/DiagnosticId.cs | (6375)2025-06-16
+ 1 | - 1 | src/Neo.SmartContract.Framework/Attributes/SafeAttribute.cs | (6375)2025-06-16
+ 2 | - 5 | src/Neo.SmartContract.Framework/Nep11Token.cs | (6375)2025-06-16
                    6375fe668573c6e8ba0cf38fbfeaa69b245b862c
                    
                    SafeAttribute supports in properties (#1330)

* SafeAttribute supports in properties

* Update Nep11Token.cs

* Safe setters are not allowed
                
#: 75

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
2025-06-16main

57.02 - Solidity
41.55 - TypeScript
0.88 - HTML
0.47 - Shell
0.07 - Makefile
0.02 - Dockerfile
sol: 2
+   25 | -    0 | src/gov-action-contracts/governance/SetConstitutionHashAction.sol | (b89b)2025-06-16
+ 28 | - 0 | src/gov-action-contracts/governance/SetCoreGovernorQuorumAction.sol | (446d)2025-06-16
                    446dcc4e136992b735cb92b01b4e0edd75df70df
                    
                    feat: SetCoreGovernorQuorumAction (#341)

* refactor: IUpgradeExecutor

* feat: createActionRouteData2

* test: createActionRouteData2

* fix: remove unrelated code

* chore: update gas snapshot

* chore: update sigs

* Some fixes for #337 (#338)

* use 1.1.1 IUpgradeExecutor

* use 1.1.1 UpgradeExecutor contract

* add tests for executeCall

* fix ci

* route builder deployment script

* Update src/UpgradeExecRouteBuilder.sol

* deploy new route builder

* gas snapshot

* fix: check actionTypes length

* docs: enhance natspec

* chore: update snapshot

* refactor: upgradeExecRouteBuilderParam

* chore: new deployment

* chore: whitelist audit issue

* feat: SetCoreGovernorQuorumAction

* chore: update storage and sigs

* fix: use relay instead

* chore: format

---------

Co-authored-by: Henry <[email protected]>
                
b89ba3449a22faa9a48072ff168896afd2f6e696 feat: SetConstitutionHashAction (#346) * feat: SetConstitutionHashAction * fix: typo * chore: update storage and 4bytes
#: 76

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
2025-06-16master

63.6 - Rust
30.55 - TypeScript
5.5 - Shell
0.24 - Dockerfile
0.11 - JavaScript
yaml: 1
rs: 7
toml: 10
json: 1
+   42 | -   17 | .github/workflows/build.yaml | (24ec)2025-06-16
+ 2 | - 0 | mev-programs/Anchor.toml | (24ec)2025-06-16
+ 10 | - 4 | mev-programs/Cargo.toml | (24ec)2025-06-16
+ 16 | - 0 | mev-programs/priority-fee-distribution-cli/Cargo.toml | (24ec)2025-06-16
+ 467 | - 0 | mev-programs/priority-fee-distribution-cli/src/main.rs | (24ec)2025-06-16
+ 10 | - 0 | mev-programs/programs/priority-fee-distribution-sdk/Cargo.toml | (24ec)2025-06-16
+ 23 | - 0 | mev-programs/programs/priority-fee-distribution-sdk/src/lib.rs | (24ec)2025-06-16
+ 28 | - 0 | mev-programs/programs/priority-fee-distribution/Cargo.toml | (24ec)2025-06-16
+ 2 | - 0 | mev-programs/programs/priority-fee-distribution/Xargo.toml | (24ec)2025-06-16
+ 13 | - 0 | mev-programs/programs/priority-fee-distribution/build.rs | (24ec)2025-06-16
+ 1157 | - 0 | mev-programs/programs/priority-fee-distribution/idl/jito_priority_fee_distribution.json | (24ec)2025-06-16
+ 806 | - 0 | mev-programs/programs/priority-fee-distribution/src/lib.rs | (24ec)2025-06-16
+ 27 | - 0 | mev-programs/programs/priority-fee-distribution/src/merkle_proof.rs | (24ec)2025-06-16
+ 24 | - 0 | mev-programs/programs/priority-fee-distribution/src/sdk/mod.rs | (24ec)2025-06-16
+ 200 | - 0 | mev-programs/programs/priority-fee-distribution/src/state.rs | (24ec)2025-06-16
+ 2 | - 0 | mev-programs/programs/tip-distribution/Cargo.toml | (24ec)2025-06-16
+ 2 | - 0 | mev-programs/programs/tip-payment/Cargo.toml | (24ec)2025-06-16
+ 2 | - 2 | mev-programs/tip-distribution-cli/Cargo.toml | (24ec)2025-06-16
+ 2 | - 2 | mev-programs/tip-payment-cli/Cargo.toml | (24ec)2025-06-16
                    24ec5d8a170ac86412167056df8aa4af9b12667c
                    
                    Priority Fee Distribution Program (#136)

Co-authored-by: Coach Chuck <[email protected]>
Co-authored-by: Coach Chuck 
Co-authored-by: Eric Gonzalez <[email protected]>
Co-authored-by: Evan Batsell 
                
#: 77

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
2025-06-16develop

78.14 - Rust
20.39 - TypeScript
1.02 - JavaScript
0.31 - Shell
0.05 - Handlebars
0.05 - Dockerfile
0.04 - Go
                    75099d9b649cf1c7b5dfd7fab54389df2e08f873
                    
                    Remove obsolete documentation workflow and add new trigger for documentation updates on Polymesh develop branch. (#1831)

Co-authored-by: Robert Gabriel Jakabosky 
                
#: 78

id: symbiotic
project: Symbiotic
Date: 2025-02-21T02:38:44.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/symbiotic

GitHub Url: github.com/symbioticfi/metadata-mainnet
GitHub History Url: github.com/symbioticfi/metadata-mainnet/commits
2025-06-16main

json: 5
+   26 | -    0 | tokens/0xc20059e0317DE91738d13af027DfC4a50781b066/info.json | (c356)2025-06-16
+ 0 | - 26 | vaults/0x0542206DAD09b1b58f29155b4317F9Bf92CD2701/info.json | (76b9)2025-06-16
+ 53 | - 1 | vaults/0xc6132FAF04627c8d05d6E759FAbB331Ef2D8F8fD/info.json | (f271)2025-06-16, (c4db)2025-06-16, (3031)2025-06-16
                    f27147444137b719a038fac61fa52a1d6efb3df6
                    
                    Merge pull request #287 from nikozalo/add-spk-vault

Add SPK staking vault
                
c356441d70f7d58c77e3f5bea8567b12ffdc6dd1 Merge pull request #288 from nikozalo/add-spk-token Add SPK token
c4dbb32cc19982f6443c69a5917867a1a60ac9a0 fix token address
2fde1d6d0681dc2fbb1e92d2e8a0e368141bf299 Update SPK token logo
8491eb6155cb9255c4513bc970a6656902b01c7b fix logo size
3031bd67c431221d8cbeac3e82684d437660a34e add SPK staking vault
76b98719f85dccf77ee1ed4e48c8c1d1b8ac4323 only add SPK
#: 79

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 2000000
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
2025-06-16main

98.41 - Go
0.67 - Shell
0.56 - Makefile
0.36 - Dockerfile
yaml: 1
go: 16
json: 1
+   64 | -    0 | docs/docs.go | (2638)2025-06-16
+ 64 | - 0 | docs/swagger.json | (2638)2025-06-16
+ 41 | - 0 | docs/swagger.yaml | (2638)2025-06-16
+ 33 | - 0 | internal/indexer/db/client/bsn.go | (2638)2025-06-16
+ 5 | - 0 | internal/indexer/db/client/db_client.go | (2638)2025-06-16
+ 7 | - 1 | internal/indexer/db/client/finality_provider.go | (2638)2025-06-16
+ 2 | - 1 | internal/indexer/db/client/interface.go | (2638)2025-06-16
+ 14 | - 0 | internal/indexer/db/model/bsn.go | (2638)2025-06-16
+ 1 | - 0 | internal/indexer/db/model/finality_providers.go | (2638)2025-06-16
+ 1 | - 0 | internal/indexer/db/model/setup.go | (2638)2025-06-16
+ 1 | - 0 | internal/shared/api/routes.go | (2638)2025-06-16
+ 2 | - 2 | internal/v1/service/delegation.go | (2638)2025-06-16
+ 24 | - 0 | internal/v2/api/handlers/bsn.go | (2638)2025-06-16
+ 19 | - 1 | internal/v2/api/handlers/finality_provider.go | (2638)2025-06-16
+ 32 | - 0 | internal/v2/service/bsn.go | (2638)2025-06-16
+ 2 | - 1 | internal/v2/service/finality_provider.go | (2638)2025-06-16
+ 2 | - 1 | internal/v2/service/interface.go | (2638)2025-06-16
+ 1 | - 1 | internal/v2/service/stats.go | (2638)2025-06-16
                    2638833da68648f65bc9cde3207539d6786a939e
                    
                    Add phase-3 changes (#333)
                
#: 80

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
2025-06-16master

98.34 - Go
0.92 - Makefile
0.54 - Shell
0.2 - Python
go: 1
static: 33
+   32 | -    2 | cmd/rofl/mgmt.go | (b4c1)2025-06-16
+ 2 | - 20 | examples/rofl/create.out.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 1 | - 0 | examples/rofl/deploy.in.static | (b4c1)2025-06-16
+ 35 | - 11 | examples/rofl/deploy.out.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 2 | - 0 | examples/rofl/provider-create.in.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 52 | - 0 | examples/rofl/provider-create.out.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 2 | - 0 | examples/rofl/provider-remove.in.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 40 | - 0 | examples/rofl/provider-remove.out.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 2 | - 0 | examples/rofl/provider-update-offers.in.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 102 | - 0 | examples/rofl/provider-update-offers.out.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 2 | - 0 | examples/rofl/provider-update.in.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 52 | - 0 | examples/rofl/provider-update.out.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 2 | - 16 | examples/rofl/remove.out.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 1 | - 0 | examples/rofl/secret-get.in.static | (b4c1)2025-06-16
+ 2 | - 0 | examples/rofl/secret-get.out.static | (b4c1)2025-06-16
+ 1 | - 0 | examples/rofl/secret-rm.in.static | (b4c1)2025-06-16
+ 1 | - 0 | examples/rofl/secret-set-file.in.static | (b4c1)2025-06-16
+ 1 | - 0 | examples/rofl/secret-set-stdin.in.static | (b4c1)2025-06-16
+ 2 | - 2 | examples/rofl/show.out.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 4 | - 18 | examples/rofl/update.out.static | (b4c1)2025-06-16, (a565)2025-06-16
+ 1 | - 0 | examples/rofl/upgrade.in.static | (b4c1)2025-06-16
                    b4c17e7518496435c88c0fcad20b5b185dfeb56f
                    
                    Merge pull request #495 from oasisprotocol/matevz/docs/deploy-secret

docs: Document `rofl secret`, `upgrade`, `deploy`, `provider` and minor polishes
                
a565fd2d9de6b55179430945be8edaddd52bd5d0 docs: rofl provider
#: 81

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
2025-06-16main

93.9 - Rust
4.65 - TypeScript
0.6 - Shell
0.46 - Makefile
0.21 - Python
0.08 - JavaScript
0.08 - Dockerfile
wasm: 2
rs: 3
+    1 | -    1 | contracts/boost-farming/src/actions_of_farmer_reward.rs | (299a)2025-06-16
+ 2 | - 0 | contracts/boost-farming/src/farmer.rs | (299a)2025-06-16
+ 16 | - 0 | contracts/boost-farming/src/view.rs | (299a)2025-06-16
+ 0 | - 0 | releases/boost_farming_041_release.wasm | (299a)2025-06-16
+ 0 | - 0 | releases/boost_farming_release.wasm | (299a)2025-06-16
                    299a878600e4c109ebef7cbbb89543881fd46580
                    
                    Merge pull request #16 from ref-finance/accumulated-updates

merge fix_withdraw_reward
                
#: 82

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
2025-06-16main

70.4 - TypeScript
27.18 - Solidity
1.11 - JavaScript
0.93 - Dockerfile
0.32 - Shell
0.06 - Makefile
json: 2
+    1 | -    1 | examples/omni-call/package.json | (01c1)2025-06-16
+ 1 | - 1 | packages/create-lz-oapp/package.json | (01c1)2025-06-16
                    01c1eaeb123e4364fbe96cdddf875640edf2566c
                    
                    🚀 Version packages (#1570)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
                
#: 83

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
2025-06-16develop

76.36 - Go
14.7 - TypeScript
7.09 - Rust
0.83 - Shell
0.45 - JavaScript
0.25 - Nix
0.21 - Makefile
0.1 - Dockerfile
go: 15
+  155 | -    0 | contracts/generated/dummy_receiver/Initialize.go | (ca6f)2025-06-16
+ 188 | - 0 | contracts/generated/dummy_receiver/OnReport.go | (ca6f)2025-06-16
+ 73 | - 0 | contracts/generated/dummy_receiver/accounts.go | (ca6f)2025-06-16
+ 124 | - 0 | contracts/generated/dummy_receiver/instructions.go | (ca6f)2025-06-16
+ 3 | - 0 | contracts/generated/dummy_receiver/types.go | (ca6f)2025-06-16
+ 117 | - 0 | contracts/generated/keystone_forwarder/AcceptOwnership.go | (ca6f)2025-06-16
+ 188 | - 0 | contracts/generated/keystone_forwarder/CloseOraclesConfig.go | (ca6f)2025-06-16
+ 253 | - 0 | contracts/generated/keystone_forwarder/InitOraclesConfig.go | (ca6f)2025-06-16
+ 136 | - 0 | contracts/generated/keystone_forwarder/Initialize.go | (ca6f)2025-06-16
+ 241 | - 0 | contracts/generated/keystone_forwarder/Report.go | (ca6f)2025-06-16
+ 146 | - 0 | contracts/generated/keystone_forwarder/TransferOwnership.go | (ca6f)2025-06-16
+ 253 | - 0 | contracts/generated/keystone_forwarder/UpdateOraclesConfig.go | (ca6f)2025-06-16
+ 212 | - 0 | contracts/generated/keystone_forwarder/accounts.go | (ca6f)2025-06-16
+ 159 | - 0 | contracts/generated/keystone_forwarder/instructions.go | (ca6f)2025-06-16
+ 53 | - 0 | contracts/generated/keystone_forwarder/types.go | (ca6f)2025-06-16
                    ca6f14c333e927879a6c75ebfb9d65d10e113e08
                    
                    generate bindings for forwarder (#1249)
                
#: 84

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
2025-06-15master

99.05 - Rust
0.95 - Shell
#: 85

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
2025-06-15main

87.8 - Go
6.54 - Shell
4.23 - Dockerfile
1.43 - Makefile
#: 86

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
2025-06-14master

96.18 - TypeScript
2.66 - JavaScript
0.3 - Swift
0.27 - CSS
0.22 - HTML
0.17 - Java
0.1 - Jinja
0.09 - Ruby
#: 87

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

GitHub Url: github.com/babylonlabs-io/vigilante
GitHub History Url: github.com/babylonlabs-io/vigilante/commits
2025-06-13main

98.41 - Go
0.77 - Makefile
0.55 - Dockerfile
0.27 - Shell
#: 88

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
2025-06-13main

94.65 - Rust
2.93 - MDX
1.09 - TypeScript
0.4 - Makefile
0.37 - Inno Setup
0.3 - Shell
0.21 - Nix
0.04 - JavaScript
#: 89

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
2025-06-13main

98.84 - TypeScript
0.45 - JavaScript
0.45 - Jsonnet
0.24 - Shell
0.02 - Dockerfile
0.01 - Smarty
#: 90

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/multigov
GitHub History Url: github.com/wormhole-foundation/multigov/commits
2025-06-13main

63.75 - TypeScript
26.3 - Solidity
9.66 - Rust
0.14 - Shell
0.07 - Dockerfile
0.06 - Starlark
0.02 - Makefile
0 - JavaScript
#: 91

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
2025-06-13main

99.48 - Rust
0.52 - Shell
#: 92

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
2025-06-13master

89.06 - Go
5.33 - C
3.51 - JavaScript
0.75 - Assembly
0.24 - Shell
0.24 - Java
0.24 - Sage
0.2 - M4
0.18 - NSIS
0.09 - Python
0.08 - Solidity
0.06 - Makefile
0.01 - HTML
0.01 - Dockerfile
#: 93

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
2025-06-12main

63.03 - Solidity
36.53 - TypeScript
0.25 - Shell
0.2 - JavaScript
#: 94

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
2025-06-12master

98.22 - Rust
1.26 - Handlebars
0.52 - Shell
#: 95

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

GitHub Url: github.com/galacticcouncil/apps
GitHub History Url: github.com/galacticcouncil/apps/commits
2025-06-12master

80.72 - TypeScript
14.05 - CSS
4.16 - HTML
1.04 - JavaScript
0.03 - Shell
#: 96

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/verifier-xrp-indexer
GitHub History Url: github.com/flare-foundation/verifier-xrp-indexer/commits
2025-06-12main

94.83 - Go
4.25 - Dockerfile
0.91 - Shell
#: 97

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/verifier-indexer-framework
GitHub History Url: github.com/flare-foundation/verifier-indexer-framework/commits
2025-06-12main

99.89 - Go
0.11 - Shell
#: 98

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
2025-06-12develop

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

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
2025-06-12main

67.06 - TypeScript
32.5 - Solidity
0.32 - JavaScript
0.07 - Shell
0.04 - Mustache
0.01 - Handlebars
#: 100

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

GitHub Url: github.com/galacticcouncil/HydraDX-node
GitHub History Url: github.com/galacticcouncil/HydraDX-node/commits
2025-06-12master

98.32 - Rust
0.88 - JavaScript
0.26 - TypeScript
0.21 - Solidity
0.18 - Shell
0.08 - Handlebars
0.03 - Makefile
0.03 - Dockerfile
0.01 - HCL
0 - RenderScript
#: 101

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
2025-06-12master

96.07 - Rust
3.05 - TypeScript
0.3 - Handlebars
0.25 - Makefile
0.19 - Solidity
0.09 - Shell
0.05 - Dockerfile
#: 102

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/flare-system-c-chain-indexer
GitHub History Url: github.com/flare-foundation/flare-system-c-chain-indexer/commits
2025-06-12main

99.39 - Go
0.57 - Dockerfile
0.04 - Shell
#: 103

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
2025-06-12main

68.56 - Solidity
28.8 - Go
2.63 - Shell
#: 104

id: intmax
project: INTMAX
Date: 2025-05-25T09:23:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/intmax

GitHub Url: github.com/InternetMaximalism/intmax2-reward-contract
GitHub History Url: github.com/InternetMaximalism/intmax2-reward-contract/commits
2025-06-12dev

100 - Solidity
#: 105

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
2025-06-12main

49.12 - Jupyter Notebook
48.88 - Python
0.72 - Shell
0.68 - Makefile
0.43 - Dockerfile
0.17 - JavaScript
#: 106

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
2025-06-12master

55.23 - Solidity
44.77 - JavaScript
#: 107

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
2025-06-12master

99.82 - Go
0.18 - Makefile
#: 108

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

GitHub Url: github.com/galacticcouncil/hydration-node
GitHub History Url: github.com/galacticcouncil/hydration-node/commits
2025-06-12master

98.32 - Rust
0.88 - JavaScript
0.26 - TypeScript
0.21 - Solidity
0.18 - Shell
0.08 - Handlebars
0.03 - Makefile
0.03 - Dockerfile
0.01 - HCL
0 - RenderScript
#: 109

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/verifier-indexer-api
GitHub History Url: github.com/flare-foundation/verifier-indexer-api/commits
2025-06-11main

99.39 - TypeScript
0.33 - Shell
0.23 - JavaScript
0.05 - Dockerfile
#: 110

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
2025-06-11main

91.08 - TypeScript
5.94 - Shell
2.8 - JavaScript
0.1 - CSS
0.08 - HTML
#: 111

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
2025-06-11main

99.39 - TypeScript
0.47 - JavaScript
0.09 - Shell
0.05 - CSS
#: 112

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
2025-06-11main

93.02 - TypeScript
4.74 - CSS
2.08 - JavaScript
0.16 - HTML
#: 113

id: xion
project: XION
Date: 2025-05-08T05:53:52.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/xion

GitHub Url: github.com/burnt-labs/contracts
GitHub History Url: github.com/burnt-labs/contracts/commits
2025-06-11main

72.06 - Rust
22.93 - JavaScript
5.01 - TypeScript
#: 114

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
2025-06-11develop

61.63 - Go
30.91 - Solidity
4.8 - JavaScript
0.59 - TypeScript
0.55 - Shell
0.54 - Assembly
0.29 - Python
0.21 - Just
0.17 - Makefile
0.11 - C
0.09 - Dockerfile
0.04 - HCL
0.03 - CSS
0.01 - Starlark
0.01 - Handlebars
0 - MDX
#: 115

id: stacks
project: Stacks
Date: 2022-03-31T19:30:00.000Z
Max Reward: 250000
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
2025-06-11master

94.49 - Rust
2.71 - TypeScript
2.1 - Clarity
0.54 - Shell
0.08 - Python
0.03 - Nix
0.02 - Dockerfile
0.02 - JavaScript
0.01 - Mustache
0 - RenderScript
#: 116

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
2025-06-11master

99.49 - Go
0.39 - Shell
0.1 - Solidity
0.03 - Dockerfile
#: 117

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
2025-06-11main

38.02 - TypeScript
34.34 - Solidity
13.12 - Python
6.41 - Rust
5.98 - Go
0.99 - Makefile
0.77 - JavaScript
0.27 - CSS
0.1 - Shell
#: 118

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
2025-06-11master

91.99 - TypeScript
7.1 - JavaScript
0.75 - Python
0.11 - Nix
0.05 - Shell
0.01 - Makefile
#: 119

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
2025-06-11develop

91.23 - Go
4.25 - C
2.78 - JavaScript
0.6 - Assembly
0.19 - Java
0.19 - Sage
0.16 - 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
#: 120

id: hydro
project: Hydro
Date: 2025-02-06T14:58:00.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/hydro

GitHub Url: github.com/informalsystems/hydro
GitHub History Url: github.com/informalsystems/hydro/commits
2025-06-11main

80.98 - Rust
9.4 - Go
6.57 - TypeScript
2.39 - Shell
0.26 - JavaScript
0.21 - Dockerfile
0.19 - Makefile
#: 121

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
2025-06-11master

93.97 - Go
5.91 - Rust
0.06 - Shell
0.04 - Makefile
0.03 - Smarty
#: 122

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
2025-06-10main

47.98 - CSS
22.27 - TypeScript
16.77 - Vue
8.6 - JavaScript
4 - SCSS
0.37 - HTML
#: 123

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
2025-06-10master

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

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
2025-06-10master

51.13 - Solidity
48.87 - JavaScript
#: 125

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
2025-06-10main

95.3 - Cairo
4.64 - TypeScript
0.05 - Shell
#: 126

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
2025-06-10main

99.13 - Rust
0.83 - Ruby
0.04 - Makefile
#: 127

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
2025-06-10main

54.55 - Solidity
26.28 - Python
14.1 - TypeScript
4.91 - Ruby
0.1 - Makefile
0.05 - Shell
0.01 - JavaScript
#: 128

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
2025-06-09development

49.15 - JavaScript
37.53 - Solidity
13.27 - Python
0.05 - Shell
#: 129

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
2025-06-08optimism

82.64 - Go
12.26 - C
2.95 - JavaScript
0.42 - Assembly
0.28 - Sage
0.28 - Shell
0.22 - Python
0.21 - Smarty
0.2 - CMake
0.16 - M4
0.15 - NSIS
0.1 - Solidity
0.09 - Makefile
0.03 - Dockerfile
0.01 - HTML
#: 130

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
2025-06-07master

90.65 - Rust
5.11 - C
2.71 - Shell
0.63 - Makefile
0.43 - Python
0.24 - Dockerfile
0.13 - Ruby
0.06 - JavaScript
0.02 - Solidity
0 - Linker Script
#: 131

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
2025-06-07master

90.1 - Solidity
5.58 - TypeScript
2.93 - Shell
1.29 - JavaScript
0.09 - Makefile
#: 132

id: sparklend
project: Spark
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
2025-06-06master

99.3 - Solidity
0.7 - Makefile
#: 133

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
2025-06-06main

97.03 - Rust
2.49 - Shell
0.41 - JavaScript
0.07 - Makefile
#: 134

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
2025-06-06main

96.87 - Solidity
2.76 - JavaScript
0.37 - TypeScript
0 - Makefile
#: 135

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
2025-06-06main

66.84 - TypeScript
33.08 - Rust
0.05 - Shell
0.03 - JavaScript
#: 136

id: sparklend
project: Spark
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
2025-06-06dev

99.76 - Solidity
0.24 - Makefile
#: 137

id: sparklend
project: Spark
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
2025-06-06master

99.83 - Solidity
0.17 - Makefile
#: 138

id: sparklend
project: Spark
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
2025-06-06master

94.42 - Solidity
4.51 - Shell
1.08 - Makefile
#: 139

id: sparklend
project: Spark
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
2025-06-06master

98.81 - Solidity
1.19 - Makefile
#: 140

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
2025-06-05master

82.25 - JavaScript
17.75 - Solidity
#: 141

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
2025-06-05main

67.53 - C++
20.53 - Python
6.48 - C
1.52 - 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
#: 142

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

GitHub Url: github.com/stacks-sbtc/wsts
GitHub History Url: github.com/stacks-sbtc/wsts/commits
2025-06-04main

93.87 - Rust
5.92 - TeX
0.17 - Shell
0.04 - HTML
#: 143

id: berachain
project: Berachain
Date: 2025-02-06T11:58:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/berachain

GitHub Url: github.com/berachain/contracts
GitHub History Url: github.com/berachain/contracts/commits
2025-06-04main

99.94 - Solidity
0.06 - TypeScript
#: 144

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
2025-06-04master

61.54 - Rust
29.92 - TypeScript
6.57 - Python
0.91 - JavaScript
0.68 - Shell
0.37 - Dockerfile
#: 145

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
2025-06-04master

83.17 - Go
16.83 - Solidity
#: 146

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
2025-06-04master

68.85 - Solidity
31.15 - JavaScript
#: 147

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
2025-06-03main

97.74 - Solidity
2.07 - Makefile
0.2 - Shell
#: 148

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
2025-06-03main

42.4 - Solidity
23.65 - HTML
22.86 - TypeScript
11.01 - JavaScript
0.08 - Shell
#: 149

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
2025-06-03main

96.72 - Rust
1.74 - Shell
0.67 - Dockerfile
0.45 - Handlebars
0.42 - Python
#: 150

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
2025-06-03main

99.06 - Go
0.94 - Shell
#: 151

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
2025-06-02master

52.13 - Python
47.3 - Solidity
0.57 - Makefile
#: 152

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
2025-06-02main

89.53 - Solidity
7.64 - Python
2.2 - Ruby
0.39 - Shell
0.25 - Makefile
#: 153

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
2025-06-02master

98.6 - JavaScript
1.11 - Nearley
0.29 - HTML
#: 154

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
2025-06-02master

62.53 - Solidity
34.79 - Python
2.43 - Ruby
0.24 - Makefile
#: 155

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
2025-05-30main

64.12 - Solidity
20.43 - TypeScript
14.68 - Yul
0.72 - Rust
0.04 - Shell
0.01 - JavaScript
#: 156

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
2025-05-30master

98.81 - JavaScript
0.84 - Python
0.21 - Makefile
0.13 - Dockerfile
#: 157

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/flare-system-client
GitHub History Url: github.com/flare-foundation/flare-system-client/commits
2025-05-29main

99.71 - Go
0.24 - Dockerfile
0.05 - Shell
#: 158

id: intmax
project: INTMAX
Date: 2025-05-25T09:23:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/intmax

GitHub Url: github.com/InternetMaximalism/intmax2-claim-aggregator
GitHub History Url: github.com/InternetMaximalism/intmax2-claim-aggregator/commits
2025-05-29dev

98.69 - TypeScript
1.31 - Dockerfile
#: 159

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/fdc-client
GitHub History Url: github.com/flare-foundation/fdc-client/commits
2025-05-28main

99.68 - Go
0.26 - Dockerfile
0.06 - Shell
#: 160

id: intmax
project: INTMAX
Date: 2025-05-25T09:23:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/intmax

GitHub Url: github.com/InternetMaximalism/intmax2-withdrawal-aggregator
GitHub History Url: github.com/InternetMaximalism/intmax2-withdrawal-aggregator/commits
2025-05-28dev

98.6 - TypeScript
1.4 - Dockerfile
#: 161

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
2025-05-27master

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

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
2025-05-27master

97.18 - Rust
1.42 - Shell
0.6 - JavaScript
0.35 - Handlebars
0.21 - Makefile
0.13 - Dockerfile
0.11 - HCL
#: 163

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

GitHub Url: github.com/enzymefinance/protocol
GitHub History Url: github.com/enzymefinance/protocol/commits
2025-05-26dev

99.84 - Solidity
0.14 - Makefile
0.02 - Nix
0 - Shell
#: 164

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
2025-05-26master

86.13 - Rust
12.58 - TypeScript
0.5 - Solidity
0.3 - Handlebars
0.24 - JavaScript
0.11 - Makefile
0.1 - Shell
0.05 - Nix
#: 165

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
2025-05-23main

75.11 - Solidity
17.24 - Python
4.7 - Ruby
1.32 - JavaScript
0.82 - Makefile
0.81 - Shell
#: 166

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 2000000
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
2025-05-23main

98.06 - Go
0.81 - Shell
0.58 - Makefile
0.54 - Dockerfile
#: 167

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
2025-05-23master

100 - Rust
#: 168

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
2025-05-23master

100 - Rust
#: 169

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
2025-05-23master

100 - Rust
#: 170

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
2025-05-22master

99.38 - C#
0.3 - Shell
0.25 - Batchfile
0.04 - PowerShell
0.02 - Dockerfile
#: 171

id: intmax
project: INTMAX
Date: 2025-05-25T09:23:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/intmax

GitHub Url: github.com/InternetMaximalism/intmax2-contract
GitHub History Url: github.com/InternetMaximalism/intmax2-contract/commits
2025-05-22main

50.49 - TypeScript
48.19 - Solidity
0.99 - Rust
0.34 - JavaScript
#: 172

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/core
GitHub History Url: github.com/lidofinance/core/commits
2025-05-22master

61.43 - TypeScript
38.36 - Solidity
0.11 - Shell
0.1 - JavaScript
#: 173

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

GitHub Url: github.com/reserve-protocol/protocol
GitHub History Url: github.com/reserve-protocol/protocol/commits
2025-05-22master

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

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
2025-05-22main

52.59 - Rust
46.45 - TypeScript
0.37 - JavaScript
0.24 - Nix
0.23 - CSS
0.08 - Shell
0.04 - Dockerfile
#: 175

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
2025-05-22main

52.59 - Rust
46.45 - TypeScript
0.37 - JavaScript
0.24 - Nix
0.23 - CSS
0.08 - Shell
0.04 - Dockerfile
#: 176

id: termstructurelabs
project: TermMax
Date: 2024-06-12T03:22:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/termstructurelabs

GitHub Url: github.com/term-structure/termmax-contract
GitHub History Url: github.com/term-structure/termmax-contract/commits
2025-05-21main

78.76 - Solidity
18.07 - TypeScript
1.66 - JavaScript
1.5 - Shell
#: 177

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
2025-05-21master

98.06 - Solidity
1.94 - Shell
#: 178

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-supra
GitHub History Url: github.com/deri-protocol/deriprotocol-v4-supra/commits
2025-05-20feat/coin-wrapper

100 - Move
#: 179

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

GitHub Url: github.com/0xPolygonHermez/zkevm-rom
GitHub History Url: github.com/0xPolygonHermez/zkevm-rom/commits
2025-05-20main

97.5 - JavaScript
2.23 - Sage
0.28 - Shell
#: 180

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

GitHub Url: github.com/0xPolygonHermez/zkevm-proverjs
GitHub History Url: github.com/0xPolygonHermez/zkevm-proverjs/commits
2025-05-20main

98.05 - JavaScript
0.67 - EJS
0.57 - Circom
0.5 - Shell
0.2 - Sage
0.02 - Dockerfile
#: 181

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
2025-05-17main

62.95 - JavaScript
36.68 - Solidity
0.37 - Shell
#: 182

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
2025-05-16main

53.64 - Solidity
46.36 - TypeScript
#: 183

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
2025-05-15master

71.98 - TypeScript
25 - CSS
3.02 - JavaScript
#: 184

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
2025-05-15main

97.97 - Rust
1.54 - Sage
0.46 - Python
0.02 - Shell
#: 185

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/rollup
GitHub History Url: github.com/NodleCode/rollup/commits
2025-05-15main

57.01 - TypeScript
40.21 - Solidity
2.16 - Shell
0.33 - Dockerfile
0.29 - JavaScript
#: 186

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
2025-05-14master

100 - Rust
#: 187

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
2025-05-14master

100 - Rust
#: 188

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
2025-05-14develop

60.07 - Vue
36.73 - TypeScript
1.48 - Solidity
1.16 - SCSS
0.44 - JavaScript
0.11 - HTML
0 - Dockerfile
#: 189

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
2025-05-14main

#: 190

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
2025-05-14main

64.75 - Solidity
34.65 - TypeScript
0.38 - Makefile
0.23 - Shell
#: 191

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
2025-05-13main

88.37 - Go
8.92 - JavaScript
1.52 - CSS
0.72 - Shell
0.34 - Makefile
0.07 - Dockerfile
0.06 - HTML
#: 192

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
2025-05-13main

99.18 - Rust
0.52 - Solidity
0.15 - Python
0.11 - TeX
0.04 - Shell
0 - RenderScript
#: 193

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
2025-05-13main

98.92 - Rust
0.81 - TypeScript
0.18 - Shell
0.09 - Dockerfile
#: 194

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
2025-05-13master

98.2 - Go
1 - Solidity
0.5 - JavaScript
0.16 - Makefile
0.08 - HTML
0.03 - Shell
0.02 - Dockerfile
#: 195

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
2025-05-13main

58.29 - JavaScript
41.46 - Solidity
0.25 - Shell
#: 196

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/sp-beam
GitHub History Url: github.com/makerdao/sp-beam/commits
2025-05-09master

100 - Solidity
#: 197

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 2000000
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
2025-05-08main

94.49 - Go
2.03 - Shell
1.82 - Makefile
1.66 - Dockerfile
#: 198

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
2025-05-07main

61.61 - Solidity
38.39 - JavaScript
#: 199

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/protego
GitHub History Url: github.com/makerdao/protego/commits
2025-05-06master

55.47 - Solidity
44.53 - JavaScript
#: 200

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
2025-05-06master

90.4 - Python
5.94 - Starlark
3.06 - Solidity
0.29 - JavaScript
0.08 - Shell
0.06 - TypeScript
0.05 - HTML
0.04 - Vim Script
0.04 - Dockerfile
0.03 - CSS
#: 201

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
2025-05-06dev

68.28 - Solidity
30.93 - TypeScript
0.79 - Shell
0.01 - JavaScript
#: 202

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
2025-05-05master

96.97 - JavaScript
1.04 - TypeScript
0.74 - Shell
0.55 - Java
0.34 - Ruby
0.19 - Objective-C++
0.08 - Nix
0.07 - Makefile
0.02 - Objective-C
#: 203

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/op-token-bridge
GitHub History Url: github.com/makerdao/op-token-bridge/commits
2025-05-02master

71.02 - Solidity
25.01 - Ruby
3.41 - Python
0.56 - Makefile
#: 204

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
2025-05-02master

94.28 - Rust
4.62 - Solidity
0.51 - Shell
0.32 - Makefile
0.12 - Scheme
0.11 - Gnuplot
0.05 - Dockerfile
#: 205

id: intmax
project: INTMAX
Date: 2025-05-25T09:23:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/intmax

GitHub Url: github.com/InternetMaximalism/intmax2-zkp
GitHub History Url: github.com/InternetMaximalism/intmax2-zkp/commits
2025-05-02main

99.81 - Rust
0.19 - Shell
#: 206

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-token-bridge
GitHub History Url: github.com/makerdao/arbitrum-token-bridge/commits
2025-05-02master

77.61 - Solidity
22.17 - Ruby
0.21 - Makefile
#: 207

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-emergency-spells
GitHub History Url: github.com/makerdao/dss-emergency-spells/commits
2025-05-01master

100 - Solidity
#: 208

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
2025-04-29main

96.71 - Rust
3.18 - Shell
0.11 - Makefile
#: 209

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
2025-04-29master

97.45 - JavaScript
1.38 - SCSS
0.71 - Shell
0.24 - Python
0.09 - Makefile
0.06 - Nix
0.05 - HTML
0.02 - TypeScript
#: 210

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

GitHub Url: github.com/babylonlabs-io/babylon-proto-ts
GitHub History Url: github.com/babylonlabs-io/babylon-proto-ts/commits
2025-04-29main

62.37 - JavaScript
37.63 - TypeScript
#: 211

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
2025-04-28main

100 - Solidity
#: 212

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/cosmos-smart-contracts
GitHub History Url: github.com/TruFin-io/cosmos-smart-contracts/commits
2025-04-25main

99.51 - Rust
0.33 - Makefile
0.16 - Shell
#: 213

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
2025-04-25master

99.48 - Rust
0.28 - Solidity
0.15 - Makefile
0.08 - Shell
0.01 - Dockerfile
#: 214

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/stake-deposit-interceptor
GitHub History Url: github.com/jito-foundation/stake-deposit-interceptor/commits
2025-04-23master

85.46 - Rust
11.49 - TypeScript
2.4 - Shell
0.44 - JavaScript
0.21 - Dockerfile
#: 215

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
2025-04-22main

99.24 - Go
0.5 - Shell
0.22 - JavaScript
0.03 - Dockerfile
0 - Solidity
#: 216

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
2025-04-16master

99.69 - Go
0.12 - Makefile
0.1 - Shell
0.07 - HTML
0.01 - JavaScript
0.01 - Dockerfile
0 - CSS
#: 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/go-address
GitHub History Url: github.com/filecoin-project/go-address/commits
2025-04-15master

99.87 - Go
0.13 - Makefile
#: 218

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
2025-04-15master

99.67 - Go
0.33 - Makefile
#: 219

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
2025-04-15master

100 - Go
#: 220

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

GitHub Url: github.com/babylonlabs-io/covenant-emulator
GitHub History Url: github.com/babylonlabs-io/covenant-emulator/commits
2025-04-15main

95.75 - Go
1.78 - Makefile
1.42 - Dockerfile
1.04 - Shell
#: 221

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
2025-04-11main

#: 222

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
2025-04-11main

95.25 - Rust
2.29 - Python
1.56 - Shell
0.39 - Nix
0.28 - Jupyter Notebook
0.13 - Handlebars
0.04 - Dockerfile
0.03 - WebAssembly
0.02 - JavaScript
#: 223

id: intmax
project: INTMAX
Date: 2025-05-25T09:23:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/intmax

GitHub Url: github.com/InternetMaximalism/plonky2_bn254
GitHub History Url: github.com/InternetMaximalism/plonky2_bn254/commits
2025-04-10main

100 - Rust
#: 224

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
2025-04-09master

99.16 - Rust
0.84 - Shell
#: 225

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
2025-04-08main

87.25 - Rust
10.94 - Go
1.81 - Makefile
#: 226

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
2025-04-07master

91.94 - Haskell
5.75 - Markdown
1.05 - Shell
0.93 - Nix
0.1 - Lean
0.09 - Just
0.04 - Dockerfile
0.03 - Agda
0.03 - Ruby
0.02 - Dhall
0.01 - HTML
#: 227

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
2025-04-07master

98.72 - TypeScript
1.11 - JavaScript
0.1 - HTML
0.05 - CSS
0.01 - Shell
#: 228

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
2025-04-03master

98.36 - Rust
1.01 - Python
0.48 - Shell
0.07 - Handlebars
0.03 - Makefile
0.02 - HTML
0.02 - Awk
0.01 - Dockerfile
0.01 - Nix
#: 229

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
2025-04-03master

98.36 - Rust
1.01 - Python
0.48 - Shell
0.07 - Handlebars
0.03 - Makefile
0.02 - HTML
0.02 - Awk
0.01 - Dockerfile
0.01 - Nix
#: 230

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
2025-04-03master

67.08 - JavaScript
26.51 - HTML
5.56 - CSS
0.52 - Shell
0.18 - C#
0.14 - Makefile
#: 231

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
2025-04-03main

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

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
2025-04-02main

53.08 - Solidity
46.92 - TypeScript
#: 233

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
2025-04-02main

52.85 - Solidity
47.08 - TypeScript
0.08 - Shell
#: 234

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/mux3-protocol
GitHub History Url: github.com/mux-world/mux3-protocol/commits
2025-04-02main

56.33 - TypeScript
43.67 - Solidity
#: 235

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
2025-03-28main

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

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
2025-03-26master

60.25 - JavaScript
39.75 - Solidity
#: 237

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
2025-03-25master

92.22 - Python
6.33 - Shell
1.44 - Dockerfile
#: 238

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
2025-03-21master

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

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
2025-03-20main

99.3 - Rust
0.34 - Shell
0.28 - Makefile
0.07 - Python
0.01 - Dockerfile
#: 240

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
2025-03-20main

99.79 - Solidity
0.13 - Shell
0.09 - Makefile
#: 241

id: metastreet-yield-pass
project: Metastreet Yield Pass
Date: 2025-03-07T04:50:17.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/metastreet-yield-pass

GitHub Url: github.com/metastreet-labs/metastreet-yield-pass
GitHub History Url: github.com/metastreet-labs/metastreet-yield-pass/commits
2025-03-19main

93.65 - Solidity
3.77 - TypeScript
2.57 - Shell
#: 242

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
2025-03-19master

62.98 - Rust
33.07 - TypeScript
1.78 - JavaScript
1.35 - Shell
0.82 - Dockerfile
#: 243

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/solana-smart-contracts
GitHub History Url: github.com/TruFin-io/solana-smart-contracts/commits
2025-03-19main

84.97 - TypeScript
13.95 - Rust
1.03 - Shell
0.04 - Makefile
#: 244

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
2025-03-14ccip-develop

69.6 - Go
25.13 - Solidity
4.24 - 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
#: 245

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
2025-03-10main

96.34 - Pact
3.66 - TypeScript
#: 246

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
2025-03-10main

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

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
2025-03-07master

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

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
2025-03-05master

99.85 - Go
0.15 - Makefile
#: 249

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
2025-03-04master

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

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
2025-03-03main

100 - Solidity
#: 251

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
2025-03-03cairo-1

72.22 - Cairo
17.47 - Python
9.63 - Solidity
0.68 - Shell
#: 252

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
2025-03-01master

#: 253

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
2025-02-27main

50.64 - JavaScript
49.18 - Solidity
0.18 - 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-blow2
GitHub History Url: github.com/makerdao/dss-blow2/commits
2025-02-27master

100 - Solidity
#: 255

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
2025-02-25master

97.12 - TypeScript
2.88 - JavaScript
#: 256

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
2025-02-20main

56.58 - Solidity
39.56 - TypeScript
3.38 - Shell
0.48 - Makefile
#: 257

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 2000000
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
2025-02-19main

97.67 - Go
1.3 - Dockerfile
1.02 - Makefile
#: 258

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/verifier-utxo-indexer
GitHub History Url: github.com/flare-foundation/verifier-utxo-indexer/commits
2025-02-19main

98.08 - Python
1.33 - Shell
0.59 - Dockerfile
#: 259

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
2025-02-18main

#: 260

id: geniusyield
project: Genius Yield
Date: 2024-02-26T01:53:00.000Z
Max Reward: 8000
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
2025-02-17main

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

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
2025-02-16master

99.02 - Go
0.98 - Makefile
#: 262

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
2025-02-14main

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

id: berachain
project: Berachain
Date: 2025-02-06T11:58:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/berachain

GitHub Url: github.com/berachain/airdrop-contracts
GitHub History Url: github.com/berachain/airdrop-contracts/commits
2025-02-14main

74.92 - Solidity
13 - Python
10.19 - Rust
1.88 - Dockerfile
#: 264

id: royco
project: Royco
Date: 2025-01-15T10:24:35.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/royco

GitHub Url: github.com/roycoprotocol/cross-chain-deposit-module
GitHub History Url: github.com/roycoprotocol/cross-chain-deposit-module/commits
2025-02-13master

100 - Solidity
#: 265

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
2025-02-12master

78.92 - TypeScript
21.04 - Solidity
0.04 - JavaScript
#: 266

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
2025-02-11master

100 - Go
#: 267

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
2025-02-07main

100 - Rust
#: 268

id: symbiotic
project: Symbiotic
Date: 2025-02-21T02:38:44.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/symbiotic

GitHub Url: github.com/symbioticfi/metadata-validation-scripts
GitHub History Url: github.com/symbioticfi/metadata-validation-scripts/commits
2025-01-30main

87.55 - TypeScript
12.45 - JavaScript
#: 269

id: symbiotic
project: Symbiotic
Date: 2025-02-21T02:38:44.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/symbiotic

GitHub Url: github.com/symbioticfi/hooks
GitHub History Url: github.com/symbioticfi/hooks/commits
2025-01-28main

100 - Solidity
#: 270

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 2000000
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
2025-01-16main

96.3 - Go
2.08 - Makefile
1.62 - Shell
#: 271

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
2025-01-10main

48.35 - C++
36.93 - Rust
11.93 - C
0.97 - Shell
0.58 - JavaScript
0.47 - CMake
0.38 - Dockerfile
0.24 - Makefile
0.1 - HTML
0.05 - CSS
#: 272

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
2025-01-06ccip-gho

68.99 - Go
25.75 - Solidity
4.22 - TypeScript
0.42 - Shell
0.4 - PLpgSQL
0.1 - Makefile
0.05 - Dockerfile
0.05 - Python
0.01 - Nix
0.01 - JavaScript
0 - HTML
0 - WebAssembly
#: 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/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
#: 274

id: babylon-labs
project: Babylon Labs
Date: 2024-09-16T15:00:00.000Z
Max Reward: 2000000
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
#: 275

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
#: 276

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/fast-updates
GitHub History Url: github.com/flare-foundation/fast-updates/commits
2024-12-17main

78.78 - Go
16.57 - Python
4.12 - Makefile
0.53 - Dockerfile
#: 277

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
#: 278

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
#: 279

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
#: 280

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
#: 281

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
#: 282

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/smart-contracts-aptos
GitHub History Url: github.com/TruFin-io/smart-contracts-aptos/commits
2024-10-29main

100 - Move
#: 283

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
#: 284

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
#: 285

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
#: 286

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
#: 287

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
#: 288

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
#: 289

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
#: 290

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
#: 291

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-allocator
GitHub History Url: github.com/makerdao/dss-allocator/commits
2024-09-09dev

65.79 - Solidity
20.85 - Ruby
11.52 - Python
1.49 - Shell
0.36 - Makefile
#: 292

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
#: 293

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
#: 294

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
#: 295

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
#: 296

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
#: 297

id: intmax
project: INTMAX
Date: 2025-05-25T09:23:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/intmax

GitHub Url: github.com/InternetMaximalism/plonky2_keccak
GitHub History Url: github.com/InternetMaximalism/plonky2_keccak/commits
2024-08-21main

100 - Rust
#: 298

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
#: 299

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
#: 300

id: polygonzkevm
project: Polygon zkEVM
Date: 2023-03-24T04:00:00.000Z
Max Reward: 100000
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
#: 301

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
#: 302

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
#: 303

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
#: 304

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
#: 305

id: polygonzkevm
project: Polygon zkEVM
Date: 2023-03-24T04:00:00.000Z
Max Reward: 100000
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
#: 306

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
#: 307

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
#: 308

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
#: 309

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
#: 310

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
#: 311

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
#: 312

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
#: 313

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
#: 314

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
#: 315

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
#: 316

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
#: 317

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
#: 318

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
#: 319

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
#: 320

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
#: 321

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
#: 322

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
#: 323

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
#: 324

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
#: 325

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
#: 326

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
#: 327

id: forta
project: Forta Network
Date: 2022-06-28T16:30:00.000Z
Max Reward: 10000
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
#: 328

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
#: 329

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
#: 330

id: sparklend
project: Spark
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
#: 331

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
#: 332

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
#: 333

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
#: 334

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
#: 335

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
#: 336

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
#: 337

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
#: 338

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
#: 339

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
#: 340

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
#: 341

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
#: 342

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
#: 343

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
#: 344

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
#: 345

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
#: 346

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
#: 347

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
#: 348

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
#: 349

id: polygonzkevm
project: Polygon zkEVM
Date: 2023-03-24T04:00:00.000Z
Max Reward: 100000
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
#: 350

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
#: 351

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
#: 352

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#
#: 353

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
#: 354

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
#: 355

id: zksync
project: ZKsync Lite
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
#: 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/sdai
GitHub History Url: github.com/makerdao/sdai/commits
2023-11-02master

99.77 - Solidity
0.23 - Makefile
#: 357

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
#: 358

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
#: 359

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
#: 360

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
#: 361

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
#: 362

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
#: 363

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
#: 364

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
#: 365

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
#: 366

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
#: 367

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
#: 368

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
#: 369

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
#: 370

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
#: 371

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
#: 372

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
#: 373

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
#: 374

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
#: 375

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
#: 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-flash
GitHub History Url: github.com/makerdao/dss-flash/commits
2023-03-07master

97.6 - Solidity
1.45 - Makefile
0.95 - Nix
#: 377

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
#: 378

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
#: 379

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
#: 380

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
#: 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-gem-joins
GitHub History Url: github.com/makerdao/dss-gem-joins/commits
2022-11-08master

99.7 - Solidity
0.22 - Nix
0.08 - Makefile
#: 382

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
#: 383

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
#: 384

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#
#: 385

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
#: 386

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

#: 387

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
#: 388

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#
#: 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/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
#: 390

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
#: 391

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
#: 392

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
#: 393

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
#: 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/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
#: 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/dsr-manager
GitHub History Url: github.com/makerdao/dsr-manager/commits
2022-04-08master

95.92 - Solidity
2.99 - Nix
1.09 - Makefile
#: 396

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
#: 397

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
#: 398

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
#: 399

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
#: 400

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

#: 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/makerdao/dss-psm
GitHub History Url: github.com/makerdao/dss-psm/commits
2021-12-06master

95.68 - Solidity
4.14 - Shell
0.18 - Makefile
#: 402

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
#: 403

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
#: 404

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
#: 405

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
#: 406

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
#: 407

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
#: 408

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
#: 409

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
#: 410

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
#: 411

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
#: 412

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
#: 413

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
#: 414

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
#: 415

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
#: 416

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
#: 417

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
#: 418

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
#: 419

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
#: 420

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
#: 421

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
#: 422

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