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

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-07-04staging

67.53 - TypeScript
32.25 - Solidity
0.21 - JavaScript
0.02 - Shell
sol: 10
+   47 | -   21 | contracts/ccipRead/CCIPBatcher.sol | (4d1f)2025-07-04
+ 39 | - 17 | contracts/ccipRead/CCIPReader.sol | (4d1f)2025-07-04
+ 13 | - 0 | contracts/resolvers/ResolverFeatures.sol | (4d1f)2025-07-04
+ 1 | - 1 | contracts/reverseResolver/AbstractReverseResolver.sol | (4d1f)2025-07-04
+ 6 | - 7 | contracts/reverseResolver/ChainReverseResolver.sol | (4d1f)2025-07-04
+ 1 | - 1 | contracts/reverseResolver/INameReverser.sol | (4d1f)2025-07-04
+ 262 | - 187 | contracts/universalResolver/AbstractUniversalResolver.sol | (4d1f)2025-07-04
+ 3 | - 3 | contracts/universalResolver/IUniversalResolver.sol | (4d1f)2025-07-04
+ 3 | - 1 | contracts/utils/HexUtils.sol | (4d1f)2025-07-04
+ 11 | - 0 | contracts/utils/IFeatureSupporter.sol | (4d1f)2025-07-04
                    4d1fd4ac19726a9c2c6d6cb4829e2e443721b606
                    
                    Add `IFeatureSupporter` and `resolve(multicall)` support to `AbstractUniversalResolver` (#451)

* added IFeatureSupporter.sol, ResolverFeatures.sol, and TestFeatures.ts
* refactored AbstractUniversalResolver to support `resolve(multicall)` feature
* added createBatch() helper to CCIPBatcher
* added revertCallbackSelector option to CCIPReader
* allow CCIPReader.safeCall() gas limit to be customized in constructor
* disambiguate unimplemented call from unimplemented callback in CCIPReader processing
                
#: 2

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-07-04develop

60.01 - Solidity
31.86 - Go
7.09 - TypeScript
0.49 - Smarty
0.4 - Shell
0.06 - Makefile
0.05 - JavaScript
0.03 - Python
gas-snapshot: 2
yml: 1
sum: 3
tpl: 3
mod: 3
go: 9
txt: 2
+    1 | -    0 | .golangci.yml | (a0a5)2025-07-03
+ 258 | - 192 | contracts/gas-snapshots/workflow.gas-snapshot | (48b6)2025-07-03, (b9c3)2025-07-03
+ 260 | - 125 | gethwrappers/workflow/generated/workflow_registry_wrapper_v2/workflow_registry_wrapper_v2.go | (48b6)2025-07-03, (b9c3)2025-07-03
+ 2 | - 2 | gethwrappers/workflow/generation/generated-wrapper-dependency-versions-do-not-edit.txt | (48b6)2025-07-03, (b9c3)2025-07-03
+ 1 | - 1 | go.mod | (c351)2025-07-04
+ 2 | - 2 | go.sum | (c351)2025-07-04
+ 457 | - 0 | pkg/bindings/abigen/bind.go | (a0a5)2025-07-03
+ 376 | - 0 | pkg/bindings/abigen/bindv2.go | (a0a5)2025-07-03
+ 12 | - 0 | pkg/bindings/abigen/go.mod | (a0a5)2025-07-03
+ 22 | - 0 | pkg/bindings/abigen/go.sum | (a0a5)2025-07-03
+ 487 | - 0 | pkg/bindings/abigen/source.go.tpl | (a0a5)2025-07-03
+ 238 | - 0 | pkg/bindings/abigen/source2.go.tpl | (a0a5)2025-07-03
+ 136 | - 0 | pkg/bindings/abigen/template.go | (a0a5)2025-07-03
+ 95 | - 0 | pkg/bindings/bindgen.go | (a0a5)2025-07-03
+ 52 | - 0 | pkg/bindings/common.go | (a0a5)2025-07-03
+ 75 | - 0 | pkg/bindings/go.mod | (a0a5)2025-07-03
+ 268 | - 0 | pkg/bindings/go.sum | (a0a5)2025-07-03
+ 340 | - 0 | pkg/bindings/sourcecre.go.tpl | (a0a5)2025-07-03
+ 2 | - 4 | pkg/chains/legacyevm/chain.go | (c351)2025-07-04
+ 10 | - 5 | pkg/chains/tron/txm.go | (c351)2025-07-04
                    c351643e0b0608bb8733f8df23a7f44d3ac1f089
                    
                    Use Fixed energy value for Tron (#122)
                
a0a58c5a65c6912bfa0725b450d24293c24024ec EVM Bindings Generator (#115) * EVM Bindings Generator * copied over abigen from geth * Added exported GenerateBindings function * Updated template to return Promises * Organized file and added additional methods for testing purposes * Bindings tests * removed QueryTrackedLogs * cleanup * revoved abigen tests * Added separate go modules * fixed mockery issues * Added licensing * addressed feedback * removed WriteReport functionality * run generate
48b65d3e5b984ba3344ed6f6e7d11cbcd341325d Workflow Registry contract tweaks and additional test coverage (#129)
b9c3251289ac43a7bee0a4e915877aa455531db8 Added new view function to the WorkflowRegistry contract (#128) Function renaming Changed getWorkflow to getWorkflowById
#: 3

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-07-04main

99.87 - Go
0.09 - Makefile
0.02 - Shell
0.02 - Dockerfile
proto: 10
yaml: 2
go: 41
yml: 1
+    2 | -    2 | .github/workflows/publish.yml | (ee65)2025-07-02
+ 2 | - 0 | app/ante/ante.go | (2d82)2025-07-02
+ 25 | - 2 | app/keepers/keepers.go | (6bcf)2025-07-02
+ 112 | - 99 | client/docs/swagger-ui/swagger.yaml | (d3d8)2025-07-04, (1017)2025-07-04
+ 6 | - 8 | proto/babylon/btcstaking/v1/btcstaking.proto | (d3d8)2025-07-04, (1017)2025-07-04
+ 6 | - 4 | proto/babylon/btcstaking/v1/events.proto | (d3d8)2025-07-04, (1017)2025-07-04
+ 5 | - 5 | proto/babylon/btcstaking/v1/packet.proto | (d3d8)2025-07-04, (1017)2025-07-04
+ 2 | - 4 | proto/babylon/btcstaking/v1/query.proto | (d3d8)2025-07-04
+ 2 | - 2 | proto/babylon/btcstaking/v1/tx.proto | (d3d8)2025-07-04
+ 2 | - 2 | proto/babylon/btcstkconsumer/v1/query.proto | (d3d8)2025-07-04
+ 12 | - 12 | proto/babylon/finality/v1/tx.proto | (6bcf)2025-07-02
+ 7 | - 0 | wasmbinding/bindings/msg.go | (6bcf)2025-07-02
+ 52 | - 2 | wasmbinding/wasm.go | (6bcf)2025-07-02
+ 4 | - 4 | x/btcstaking/client/cli/tx.go | (d3d8)2025-07-04
+ 1 | - 1 | x/btcstaking/keeper/btc_consumer_delegations.go | (1017)2025-07-04
+ 18 | - 18 | x/btcstaking/keeper/btc_delegations.go | (1017)2025-07-04
+ 41 | - 27 | x/btcstaking/keeper/finality_providers.go | (d3d8)2025-07-04, (6bcf)2025-07-02
+ 13 | - 2 | x/btcstaking/keeper/genesis.go | (88bb)2025-07-02
+ 5 | - 7 | x/btcstaking/keeper/msg_server.go | (1017)2025-07-04
+ 3 | - 3 | x/btcstaking/types/btc_delegation.go | (1017)2025-07-04
+ 4 | - 4 | x/btcstaking/types/btc_slashing_tx.go | (1017)2025-07-04
+ 1 | - 1 | x/btcstaking/types/btc_staking_consumer_events.go | (d3d8)2025-07-04
+ 1 | - 1 | x/btcstaking/types/btc_undelegation.go | (1017)2025-07-04
+ 122 | - 124 | x/btcstaking/types/btcstaking.pb.go | (d3d8)2025-07-04, (1017)2025-07-04
+ 3 | - 3 | x/btcstaking/types/errors.go | (1017)2025-07-04
+ 1 | - 1 | x/btcstaking/types/events.go | (d3d8)2025-07-04
+ 100 | - 98 | x/btcstaking/types/events.pb.go | (d3d8)2025-07-04, (1017)2025-07-04
+ 83 | - 83 | x/btcstaking/types/packet.pb.go | (d3d8)2025-07-04, (1017)2025-07-04
+ 1 | - 1 | x/btcstaking/types/query.go | (d3d8)2025-07-04
+ 140 | - 142 | x/btcstaking/types/query.pb.go | (d3d8)2025-07-04
+ 105 | - 105 | x/btcstaking/types/tx.pb.go | (d3d8)2025-07-04
+ 2 | - 2 | x/btcstkconsumer/keeper/finality_provider_registry.go | (d3d8)2025-07-04
+ 3 | - 3 | x/btcstkconsumer/types/genesis.go | (d3d8)2025-07-04
+ 1 | - 1 | x/btcstkconsumer/types/query.go | (d3d8)2025-07-04
+ 90 | - 89 | x/btcstkconsumer/types/query.pb.go | (d3d8)2025-07-04
+ 35 | - 0 | x/finality/keeper/evidence.go | (6bcf)2025-07-02
+ 13 | - 28 | x/finality/keeper/msg_server.go | (6bcf)2025-07-02
+ 1 | - 1 | x/finality/keeper/power_dist_change.go | (1017)2025-07-04
+ 40 | - 17 | x/finality/types/msg.go | (6bcf)2025-07-02
+ 188 | - 194 | x/finality/types/tx.pb.go | (6bcf)2025-07-02
+ 5 | - 3 | x/incentive/keeper/msg_server.go | (2d82)2025-07-02
+ 61 | - 1 | x/incentive/keeper/refund_tx_decorator.go | (2d82)2025-07-02
+ 2 | - 1 | x/incentive/keeper/refundable_msg_index.go | (2d82)2025-07-02
+ 2 | - 1 | x/incentive/types/expected_keepers.go | (2d82)2025-07-02
+ 13 | - 1 | x/zoneconcierge/keeper/ibc_packet_btc_staking_consumer_event.go | (88bb)2025-07-02
+ 12 | - 13 | x/zoneconcierge/keeper/ibc_packet_btc_timestamp.go | (4861)2025-07-03
                    d3d81178dc38c172edaf5651c72b296bb9371a48
                    
                    chore: rename consumer_id to bsn_id for finality providers (#1295)

At the moment, every finality provider is associated with a "Consumer
ID". This might make sense in the case of "consumer BSNs", but in the
case of Babylon Genesis (a BSN itself), we are storing the Babylon
Genesis chain ID as the "Consumer ID" of the finality provider. This
makes the "consumer" term a very loaded one, which I recommend we only
use for BSNs that consume information from Babylon Genesis (and
therefore not all BSNs).

In the case of finality providers, I believe "BSN ID" is a better term
to associate them with (as it covers both Babylon Genesis and consumer
BSNs). Created a PR to do this renaming.

Note: the PR tries to avoid modifying all instances of "consumer",
especially ones that are not related to the finality provider structures
and definitely not touching the x/zoneconcierge and x/btcstkconsumer
modules. Given that the x/btcstkconsumer module is going to act as a
registry for "consumer BSNs" and x/zoneconcierge interacts with
"consumer BSNs", I think this terminology is fine for those modules.
There might be left overs associated with finality providers on
x/btcstkconsumer, but they can be cleaned up when we transition finality
providers to x/btcstaking.
                
1017ce9b0dc2c375cbc9f52c4f42a11cd9c2b0a4 chore: Use correct multi-staking terminology (#1292)
48617fb852e9cae4ea7ea38c80793cdcb6f2668c fix(zoneconcierge): use the k value for synchronising BTC headers with Cosmos BSNs (#1285) Closes - https://github.com/babylonlabs-io/babylon/issues/1239
2d8224851f59fe3ba4677fa70bfde3aea65853b4 chore(incentive): Add `anteHandler` to avoid fee grants on refundable tx (#1062)
ee65933bf6ea8084de3ac275d205aba61b517e09 change publish workflow to point to v3 (#1272)
88bb845e8b285987b65fbeedf99187a4b24f2756 fix(zoneconcierge): sort map keys before iterating to avoid AppHash errors (#1273) Due to the nature of map iterating in Go being indeterministic we need to first sort the map by it's keys. Closes https://github.com/babylonlabs-io/babylon/issues/1251
6bcf2428a25b2fabb0987be2d21e4257b424056b rollup: equivocation e2e test for rollup BSN (#1271) Part of https://github.com/babylonlabs-io/pm/issues/412 This PR adds e2e test for equivocation in the rollup BSN contract, in particular the handling of equivocation evidence sent from the CosmWasm contract. This includes - [x] Adjust e2e and scripts due to repo renaming - [x] Add e2e for equivocation - [x] Custom message handler for EquivocationEvidence - [x] Add full validations for the EquivocationEvidence handler, and fix unit test (#1253) - [x] Update consumer FP status upon slashing (#948) - [x] Fix equivocation evidence submission (this requires https://github.com/babylonlabs-io/rollup-bsn-contracts/issues/19) Resolves #1253 Resolves #948 TODO before merging: - [x] merge https://github.com/babylonlabs-io/rollup-bsn-contracts/pull/23
#: 4

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-07-04main

98.42 - Go
0.67 - Shell
0.56 - Makefile
0.36 - Dockerfile
go: 2
+    1 | -   11 | internal/v2/service/bsn.go | (8763)2025-07-04
+ 2 | - 0 | internal/v2/service/finality_provider.go | (cc28)2025-07-04
                    8763edb44901335cee866216fa294dd78f8262e6
                    
                    Remove babylon bsn from /v2/bsn (#344)
                
cc28e648c2fe1792f627413498b22636f1e8d1c8 Add bsn_id field to finality provider response in /v2/finality-providers (#343)
#: 5

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-07-04main

97.46 - TypeScript
1.67 - HTML
0.84 - JavaScript
0.03 - CSS
json: 4
+  326 | -  701 | package-lock.json | (a36e)2025-07-04, (1ffa)2025-07-02
+ 2 | - 2 | package.json | (a36e)2025-07-04, (1ffa)2025-07-02
                    a36e64ae19588b905c1fe29bae7e5e4105060456
                    
                    fix: update dependencies in package-lock.json, npm audit fix (#409)
                
1ffa4702ac57f46af6da53c12ad25db13d63fa3f fix: update @tomo-inc/wallet-connect-sdk and related dependencies to version 0.3.24 and bump @tomo-inc/tomo-wallet-provider to version 1.1.19 (#408)
#: 6

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-07-04main

98.06 - Go
0.75 - Dockerfile
0.61 - Shell
0.57 - Makefile
go: 5
+   21 | -    2 | internal/clients/bbnclient/bbnclient.go | (4e64)2025-07-04
+ 1 | - 0 | internal/clients/bbnclient/interface.go | (4e64)2025-07-04
+ 6 | - 0 | internal/clients/bbnclient/metrics.go | (4e64)2025-07-04
+ 10 | - 12 | internal/db/model/bsn.go | (4e64)2025-07-04
+ 42 | - 0 | internal/services/global_params.go | (4e64)2025-07-04
                    4e64727022aed71e36ec673f18a80cf4ff6d800b
                    
                    Store bbn bsn in bsn collections (#241)
                
#: 7

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-07-04main

79 - Go
20.96 - PureBasic
0.02 - Shell
0.01 - Dockerfile
0.01 - Just
yml: 2
go: 2
+   16 | -    8 | .github/workflows/build.yml | (36e2)2025-07-04
+ 2 | - 2 | Taskfile.yml | (36e2)2025-07-04
+ 1 | - 1 | examples/long_term_scheduled_transactions/main.go | (36e2)2025-07-04
+ 24 | - 9 | sdk/ethereum_flow.go | (6777)2025-07-04
                    36e23d267127d36f4a492f751d680c0c3f53c321
                    
                    ci: Use non-admin account & reenable tests (#1424)

* experimental

Signed-off-by: Ivan Ivanov 

* fix: set key

Signed-off-by: Ivan Ivanov 

* re-enable tests

Signed-off-by: Ivan Ivanov 

* chore: address PR feedback

Signed-off-by: Ivan Ivanov 

* chore: unskip tests

Signed-off-by: Ivan Ivanov 

* chore: refactor

Signed-off-by: Ivan Ivanov 

* chore: fix tests

Signed-off-by: Ivan Ivanov 

---------

Signed-off-by: Ivan Ivanov 
                
6777c963c6b71f675c2ed760a449eb58d62d36d9 test: Jumbo Transactions (#1428) * test: jumbo transactions Signed-off-by: Ivan Ivanov * chore: deprecate EthereumFlow Signed-off-by: Ivan Ivanov --------- Signed-off-by: Ivan Ivanov
#: 8

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

84.18 - Go
11.12 - C
2.68 - 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
csv: 1
json: 1
yml: 8
sum: 1
mod: 1
go: 66
+    7 | -    4 | .github/matic-cli-config.yml | (81ca)2025-07-03
+ 7 | - 7 | .github/workflows/ci.yml | (81ca)2025-07-03
+ 1 | - 1 | .github/workflows/go.yml | (81ca)2025-07-03
+ 1 | - 1 | .github/workflows/govulncheck.yml | (81ca)2025-07-03
+ 1 | - 1 | .github/workflows/packager_deb.yml | (81ca)2025-07-03
+ 3 | - 3 | .github/workflows/release.yml | (041c)2025-07-04, (3421)2025-07-03, (81ca)2025-07-03
+ 3 | - 0 | builder/files/genesis-amoy.json | (81ca)2025-07-03
+ 11 | - 9 | cmd/geth/main.go | (81ca)2025-07-03
+ 9 | - 0 | cmd/utils/bor_flags.go | (81ca)2025-07-03
+ 22 | - 0 | cmd/utils/flags.go | (81ca)2025-07-03
+ 5 | - 0 | consensus/bor/api.go | (81ca)2025-07-03
+ 202 | - 15 | consensus/bor/bor.go | (81ca)2025-07-03
+ 19 | - 5 | consensus/bor/heimdall.go | (81ca)2025-07-03
+ 9 | - 9 | consensus/bor/heimdall/checkpoint/checkpoint_v1.go | (81ca)2025-07-03
+ 89 | - 0 | consensus/bor/heimdall/checkpoint/checkpoint_v2.go | (81ca)2025-07-03
+ 278 | - 82 | consensus/bor/heimdall/client.go | (81ca)2025-07-03
+ 28 | - 20 | consensus/bor/heimdall/metrics.go | (81ca)2025-07-03
+ 9 | - 9 | consensus/bor/heimdall/milestone/milestone_v1.go | (81ca)2025-07-03
+ 98 | - 0 | consensus/bor/heimdall/milestone/milestone_v2.go | (81ca)2025-07-03
+ 41 | - 1 | consensus/bor/heimdall/span/span.go | (81ca)2025-07-03
+ 10 | - 18 | consensus/bor/heimdall/span/spanner.go | (81ca)2025-07-03
+ 15 | - 12 | consensus/bor/heimdallapp/checkpoint.go | (81ca)2025-07-03
+ 4 | - 6 | consensus/bor/heimdallapp/client.go | (81ca)2025-07-03
+ 19 | - 43 | consensus/bor/heimdallapp/milestone.go | (81ca)2025-07-03
+ 4 | - 76 | consensus/bor/heimdallapp/span.go | (81ca)2025-07-03
+ 8 | - 7 | consensus/bor/heimdallapp/state_sync.go | (81ca)2025-07-03
+ 3 | - 3 | consensus/bor/heimdallgrpc/checkpoint_v1.go | (81ca)2025-07-03
+ 100 | - 0 | consensus/bor/heimdallgrpc/checkpoint_v2.go | (81ca)2025-07-03
+ 39 | - 15 | consensus/bor/heimdallgrpc/client.go | (81ca)2025-07-03
+ 3 | - 3 | consensus/bor/heimdallgrpc/milestone_v1.go | (81ca)2025-07-03
+ 82 | - 0 | consensus/bor/heimdallgrpc/milestone_v2.go | (81ca)2025-07-03
+ 24 | - 3 | consensus/bor/heimdallgrpc/span_v1.go | (81ca)2025-07-03
+ 76 | - 0 | consensus/bor/heimdallgrpc/span_v2.go | (81ca)2025-07-03
+ 5 | - 2 | consensus/bor/heimdallgrpc/state_sync_v1.go | (81ca)2025-07-03
+ 71 | - 0 | consensus/bor/heimdallgrpc/state_sync_v2.go | (81ca)2025-07-03
+ 191 | - 0 | consensus/bor/heimdallws/client.go | (81ca)2025-07-03
+ 61 | - 0 | consensus/bor/heimdallws/subscription.go | (81ca)2025-07-03
+ 2 | - 1 | consensus/bor/span.go | (81ca)2025-07-03
+ 177 | - 19 | consensus/bor/span_store.go | (81ca)2025-07-03
+ 27 | - 3 | consensus/bor/valset/validator.go | (81ca)2025-07-03
+ 1 | - 0 | consensus/bor/valset/validator_set.go | (81ca)2025-07-03
+ 9 | - 1 | core/rawdb/schema.go | (81ca)2025-07-03
+ 78 | - 39 | eth/backend.go | (8eaf)2025-07-03, (27ce)2025-07-03, (81ca)2025-07-03
+ 21 | - 2 | eth/bor_api_backend.go | (81ca)2025-07-03
+ 34 | - 1 | eth/bor_checkpoint_verifier.go | (81ca)2025-07-03
+ 25 | - 2 | eth/downloader/whitelist/milestone.go | (81ca)2025-07-03
+ 8 | - 0 | eth/downloader/whitelist/service.go | (81ca)2025-07-03
+ 18 | - 4 | eth/ethconfig/config.go | (81ca)2025-07-03
+ 13 | - 6 | eth/ethconfig/gen_config.go | (81ca)2025-07-03
+ 123 | - 38 | eth/handler_bor.go | (8eaf)2025-07-03, (27ce)2025-07-03, (81ca)2025-07-03, (8c42)2025-07-02
+ 111 | - 0 | eth/tracers/data.csv | (81ca)2025-07-03
+ 9 | - 0 | ethclient/bor_ethclient.go | (81ca)2025-07-03
+ 147 | - 88 | go.mod | (81ca)2025-07-03
+ 472 | - 2826 | go.sum | (81ca)2025-07-03
+ 122 | - 0 | heimdall-migration-monitor/monitor.go | (81ca)2025-07-03
+ 12 | - 0 | internal/cli/server/api_service.go | (81ca)2025-07-03
+ 3 | - 0 | internal/cli/server/chains/amoy.go | (81ca)2025-07-03
+ 11 | - 8 | internal/cli/server/command.go | (81ca)2025-07-03
+ 5 | - 0 | internal/cli/server/config.go | (81ca)2025-07-03
+ 6 | - 0 | internal/cli/server/flags.go | (81ca)2025-07-03
+ 6 | - 0 | internal/cli/server/server.go | (81ca)2025-07-03
+ 1 | - 0 | internal/ethapi/backend.go | (81ca)2025-07-03
+ 9 | - 0 | internal/ethapi/bor_api.go | (81ca)2025-07-03
+ 8 | - 7 | miner/fake_miner.go | (81ca)2025-07-03
+ 1 | - 0 | miner/worker.go | (81ca)2025-07-03
+ 31 | - 15 | params/config.go | (81ca)2025-07-03
+ 8 | - 8 | params/version.go | (8eaf)2025-07-03, (27ce)2025-07-03, (81ca)2025-07-03, (aaf4)2025-07-03
+ 1 | - 1 | rpc/handler.go | (81ca)2025-07-03
                    041ced5e297b86f6d4ec49a5361542f129d35935
                    
                    Merge pull request #1612 from maticnetwork/use_larger_runner

Use larger runner for goreleaser
                
34213fc40d41cf2d3308b9dfa74c3cfd823ccadc Use larger runner for goreleaser
8eaf4bbc2528b2ef408edb6fd54a808886dd4795 Merge pull request #1611 from maticnetwork/milestone_whitelist_hotfix Fix milestone whitelist delay on restart
27cebc65602871989be12a655812a786f8084c74 Fix milestone whitelist delay on restart This is to fix a problem when the node is stuck at a loop when it is initially started and trying to whitelist the first milestone. Instead of tracking all the block from the genesis, the metrics should just update the from the start block in the milestone.
81caac836e818bf4be6489b011e5c08569bb3189 Merge pull request #1610 from maticnetwork/v2.2.4-beta-candidate Merge v2.2.4 beta candidate to master
aaf4797a259de3a02e9a4b7099298b3a1579deff params: update version
8c42d84e416d5e368a6eaa5a9088a35737c8c23b eth: added a check to prevent panic in bor handler (#1608)
#: 9

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-07-04main

96.16 - Java
2.01 - Solidity
1.42 - HTML
0.21 - Shell
0.1 - Dockerfile
0.07 - ANTLR
0.02 - Python
0.02 - Batchfile
proto: 1
java: 35
yaml: 4
kts: 1
+   17 | -    3 | .github/workflows/node-zxc-build-release-artifact.yaml | (6774)2025-07-03
+ 15 | - 2 | .github/workflows/zxc-tck-regression.yaml | (1145)2025-07-03, (44a1)2025-07-03
+ 2 | - 1 | .github/workflows/zxcron-promote-build-candidate.yaml | (e10d)2025-07-02
+ 12 | - 0 | hapi/hedera-protobuf-java-api/src/main/proto/services/state/roster/roster_state.proto | (c6d0)2025-07-02
+ 0 | - 2 | hedera-node/hedera-addressbook-service-impl/src/main/java/com/hedera/node/app/service/addressbook/impl/AddressBookServiceImpl.java | (c6d0)2025-07-02
+ 0 | - 58 | hedera-node/hedera-addressbook-service-impl/src/main/java/com/hedera/node/app/service/addressbook/impl/schemas/AddressBookTransplantSchema.java | (c6d0)2025-07-02
+ 0 | - 26 | hedera-node/hedera-addressbook-service-impl/src/main/java/com/hedera/node/app/service/addressbook/impl/schemas/V057AddressBookSchema.java | (c6d0)2025-07-02
+ 1 | - 1 | hedera-node/hedera-addressbook-service-impl/src/main/java/module-info.java | (c6d0)2025-07-02
+ 1 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/roster/schemas/RosterTransplantSchema.java | (c6d0)2025-07-02
+ 26 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/HandleWorkflow.java | (c6d0)2025-07-02
+ 131 | - 30 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/record/SystemTransactions.java | (c6d0)2025-07-02
+ 1 | - 1 | hedera-node/hedera-config/src/main/java/com/hedera/node/config/data/BlockNodeConnectionConfig.java | (392e)2025-07-03
+ 0 | - 22 | hedera-node/hedera-config/src/main/java/com/hedera/node/config/data/ContractsConfig.java | (f8dc)2025-07-04
+ 1 | - 1 | hedera-node/hedera-config/src/main/java/com/hedera/node/config/data/SchedulingConfig.java | (c6d0)2025-07-02
+ 3 | - 6 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/exec/systemcontracts/has/isauthorized/IsAuthorizedCall.java | (f160)2025-07-04
+ 1 | - 1 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/utils/ConversionUtils.java | (f160)2025-07-04
+ 1 | - 1 | hiero-dependency-versions/build.gradle.kts | (2d10)2025-07-03
+ 7 | - 2 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/ConsensusEventCreatorImpl.java | (f12a)2025-07-03
+ 13 | - 9 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/DefaultEventCreationManager.java | (f12a)2025-07-03
+ 2 | - 5 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/pool/TransactionPoolMetrics.java | (f12a)2025-07-03
+ 12 | - 10 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/pool/TransactionPoolNexus.java | (f12a)2025-07-03
+ 4 | - 5 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/rules/BackpressureRule.java | (f12a)2025-07-03
+ 7 | - 6 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/rules/MaximumRateRule.java | (f12a)2025-07-03
+ 13 | - 9 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/tipset/TipsetEventCreator.java | (f12a)2025-07-03
+ 3 | - 4 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/tipset/TipsetMetrics.java | (f12a)2025-07-03
+ 10 | - 9 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/tipset/TipsetWeightCalculator.java | (f12a)2025-07-03
+ 3 | - 1 | platform-sdk/consensus-event-creator/src/main/java/module-info.java | (f12a)2025-07-03
+ 11 | - 3 | platform-sdk/consensus-event-creator/src/main/java/org/hiero/consensus/event/creator/ConsensusEventCreator.java | (f12a)2025-07-03
+ 6 | - 0 | platform-sdk/consensus-utility/src/main/java/org/hiero/consensus/roster/ReadableRosterStore.java | (c6d0)2025-07-02
+ 4 | - 0 | platform-sdk/consensus-utility/src/main/java/org/hiero/consensus/roster/ReadableRosterStoreImpl.java | (c6d0)2025-07-02
+ 6 | - 0 | platform-sdk/consensus-utility/src/main/java/org/hiero/consensus/roster/WritableRosterStore.java | (c6d0)2025-07-02
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/metrics/extensions/PhaseTimer.java | (f12a)2025-07-03
+ 7 | - 7 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/metrics/extensions/PhaseTimerBuilder.java | (f12a)2025-07-03
+ 4 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/builder/PlatformBuilder.java | (f12a)2025-07-03
+ 12 | - 3 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/builder/PlatformComponentBuilder.java | (f12a)2025-07-03
+ 11 | - 9 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/orphan/DefaultOrphanBuffer.java | (f12a)2025-07-03
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/SyncGossipModular.java | (f12a)2025-07-03
+ 9 | - 17 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/sync/SyncManagerImpl.java | (f12a)2025-07-03
+ 1 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/metrics/RoundHandlingMetrics.java | (f12a)2025-07-03
+ 10 | - 0 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/wiring/PlatformWiring.java | (0600)2025-07-02
                    abe5b6a1234d773a8e4490a734b53fc99dec39dd
                    
                    docs: Added turtle-environment.md plus some minor improvements (#20016)

Signed-off-by: Michael Heinrichs 
                
f8dc5baa00bda958dfd3d0f181acef71affe4f15 chore: Remove unused Contracts configurations (#15631) Signed-off-by: Stanimir Stoyanov
f160a68b2064adb9716a6afe93cd56081f318c0b fix: Check for deleted accounts in `ConversionUtils.accountNumberForEvmReference` (#19641) Signed-off-by: Stanimir Stoyanov
cfcecf23e4019bede932cf4fc8d12308704f26ae fix: Mark some Jumbo Txn HAPI tests as repeatable (#20008) Signed-off-by: Stanimir Stoyanov
11453a6cd2688cd3cc8f2738337d17b12411dd26 chore: Set color to grey if the TCK tests are cancelled (#20022) Signed-off-by: Roger Barker
f12a0d42b06b62dfcede8060f08e7e599ab09897 chore: Remove PlatformContext from EventCreator (#19986) Signed-off-by: Michael Heinrichs Co-authored-by: Maxi Tartaglia <[email protected]>
2d1048f1692f14755ed6bc18947dfd324e2ccf57 build(deps): bump helidon from 4.2.2 to 4.2.3 in /hiero-dependency-versions (#19625) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Brandt
6759d208b65356d0442658a90d9de592eeaf54fa chore: Basic Capabilities API for Otter (#20005) Signed-off-by: Michael Heinrichs
44a1473cae2a51e1a11a5176cde801969a25555a chore: Report TCK regression test to CITR Detailed Test Reports Channel (#20018) Signed-off-by: Roger Barker
6774b8551eac40e51086add9ab5fcc97903ba89c chore: Fix build-release-artifact to grab the commit sha properly (#20015) Signed-off-by: Roger Barker
c102393d4a3f857cc36b784930d2c9077d0c962c test: Remove flaky test (#20000) Signed-off-by: Michael Heinrichs
03ede64e098a75be665bc56f0420fe8cfffdc4ca test: Restrict evm rotation acct names to strict subsets (#19976) Signed-off-by: Matt Hess
392e80c7afd61867c2136afd53e642b215db34d5 chore: update `BlockNodeConnection.md` to follow the implementation (#19903) Signed-off-by: Petar Tonev
2bbd88b7ef85b3353e6b9f1cd54a8987cf902cfc chore: Modify defaults on SDPT controller to align with 1hr smoke test (#20011) Signed-off-by: Roger Barker
1f4163e8b0ba49ab8c07e14ebefc0997815b61bc docs: Added Otter architecture page (#19984) Signed-off-by: Michael Heinrichs
dbf478509748fae6cf73a7ba5de9ccfa0c96a2c7 test: disable Atomic Ethereum tests (#19989) Signed-off-by: Valentin Tronkov <[email protected]>
e10d5fdc00cff6c87b65da899e4cae9658e20151 chore: Add required build-tag input to the trigger mechanism for SDLT (#19980) Signed-off-by: Roger Barker
7764f944d750e7404f6f6d2cc18b190a4a424e27 docs: Otter Framework README (#19907) Signed-off-by: Michael Heinrichs
c6d08cde669c921e13e1437de9d38c3849c9cad1 fix: Marks nodes deleted if not present in `override-network.json` (#19847) Signed-off-by: Neeharika-Sompalli
2a230e4b6622f9ec862456a5c5a16ddd57499f16 test: Edge cases - Smart Contracts Service Tests Part 2 (#19956) Signed-off-by: Valentin Tronkov <[email protected]>
1a550b21b383f3cd1f3d0b40be1fbeb37c29c921 test: Edge cases - Smart Contracts Service Tests Part 1 (#19915) Signed-off-by: Valentin Tronkov <[email protected]>
0600f8b2a891c90f2f189abd1539d9a7273a2585 chore: Set up remaining continuous assertions (#19885) Signed-off-by: Michael Heinrichs
#: 10

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-07-04main

json: 1
+   19 | -    0 | operators/0xB5Fd2A21B155bcf304F45117BF55755104027355/info.json | (f7e8)2025-07-04
                    f7e87dac3cb566d0a205600787644b94011ad150
                    
                    Merge pull request #293 from ethxhash/main

Add metadata for operator xHash 0xB5Fd2A21B155bcf304F45117BF55755104027355
                
#: 11

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-07-04main

71.11 - TypeScript
22.23 - Solidity
2.66 - Move
2.5 - JavaScript
1.23 - Rust
0.22 - Shell
0.02 - Dockerfile
0.02 - Makefile
0.01 - Handlebars
solhintignore: 3
move: 12
eslintrc: 3
json: 63
ts: 13
eslintignore: 3
js: 3
adoc: 3
npmignore: 3
backup: 3
txt: 3
toml: 12
gitignore: 7
gitattributes: 3
prettierignore: 3
example: 3
+   24 | -    0 | cross-chain/sui/.eslintignore | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 54 | - 0 | cross-chain/sui/.eslintrc | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 55 | - 1 | cross-chain/sui/.gitignore | (36ab)2025-07-04, (921f)2025-07-04, (5c36)2025-07-04, (3445)2025-07-03
+ 9 | - 0 | cross-chain/sui/.mocharc.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 276 | - 0 | cross-chain/sui/.npmignore | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 900 | - 0 | cross-chain/sui/.openzeppelin/mainnet.json | (36ab)2025-07-04, (921f)2025-07-04, (db82)2025-07-04
+ 900 | - 0 | cross-chain/sui/.openzeppelin/sepolia.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 27 | - 0 | cross-chain/sui/.prettierignore | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 33 | - 0 | cross-chain/sui/.prettierrc.js | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 21 | - 0 | cross-chain/sui/.solhint.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 6 | - 0 | cross-chain/sui/.solhintignore | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 3 | - 0 | cross-chain/sui/.tsconfig-eslint.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 255 | - 0 | cross-chain/sui/README.adoc | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 87 | - 0 | cross-chain/sui/deploy_helpers/wormhole_chains.ts | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 159 | - 0 | cross-chain/sui/deploy_l1/00_deploy_sui_btc_depositor_wormhole.ts | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 57 | - 0 | cross-chain/sui/deploy_l1/01_transfer_sui_btc_depositor_wormhole_ownership.ts | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 108 | - 0 | cross-chain/sui/deploy_l2/.env.example | (36ab)2025-07-04, (921f)2025-07-04, (5c36)2025-07-04
+ 6 | - 0 | cross-chain/sui/deploy_l2/.gitattributes | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 24 | - 0 | cross-chain/sui/deploy_l2/.gitignore | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 51 | - 0 | cross-chain/sui/deploy_l2/Move.deploy.toml | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 54 | - 0 | cross-chain/sui/deploy_l2/Move.devnet.toml | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 48 | - 0 | cross-chain/sui/deploy_l2/Move.mainnet.toml | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 69 | - 0 | cross-chain/sui/deploy_l2/Move.toml | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 69 | - 0 | cross-chain/sui/deploy_l2/Move.toml.backup | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 801 | - 0 | cross-chain/sui/deploy_l2/deployment_output.txt | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 102 | - 0 | cross-chain/sui/deploy_l2/mainnet_deployment.json | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 864 | - 0 | cross-chain/sui/deploy_l2/package-lock.json | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 54 | - 0 | cross-chain/sui/deploy_l2/package.json | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 627 | - 0 | cross-chain/sui/deploy_l2/sources/bitcoin_depositor/bitcoin_depositor.move | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 111 | - 0 | cross-chain/sui/deploy_l2/sources/gateway/helpers.move | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 2793 | - 0 | cross-chain/sui/deploy_l2/sources/gateway/wormhole_gateway.move | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 1065 | - 0 | cross-chain/sui/deploy_l2/sources/token/tbtc.move | (36ab)2025-07-04, (921f)2025-07-04, (ce6f)2025-07-04
+ 9 | - 0 | cross-chain/sui/external/mainnet/Bridge.json | (36ab)2025-07-04, (921f)2025-07-04, (db82)2025-07-04
+ 9 | - 0 | cross-chain/sui/external/mainnet/TBTCVault.json | (36ab)2025-07-04, (921f)2025-07-04, (db82)2025-07-04
+ 9 | - 0 | cross-chain/sui/external/mainnet/TokenBridge.json | (36ab)2025-07-04, (921f)2025-07-04, (db82)2025-07-04
+ 9 | - 0 | cross-chain/sui/external/mainnet/Wormhole.json | (36ab)2025-07-04, (921f)2025-07-04, (db82)2025-07-04
+ 9 | - 0 | cross-chain/sui/external/sepolia/Bridge.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 9 | - 0 | cross-chain/sui/external/sepolia/TBTCVault.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 9 | - 0 | cross-chain/sui/external/sepolia/TokenBridge.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 9 | - 0 | cross-chain/sui/external/sepolia/Wormhole.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 9 | - 0 | cross-chain/sui/external/suiMainnet/SuiWormholeGateway.json | (36ab)2025-07-04, (921f)2025-07-04, (db82)2025-07-04
+ 314 | - 2 | cross-chain/sui/hardhat.config.ts | (36ab)2025-07-04, (921f)2025-07-04, (db82)2025-07-04, (3445)2025-07-03
+ 231 | - 0 | cross-chain/sui/package.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 15 | - 0 | cross-chain/sui/slither.config.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 24 | - 0 | cross-chain/sui/tsconfig.export.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
+ 33 | - 0 | cross-chain/sui/tsconfig.json | (36ab)2025-07-04, (921f)2025-07-04, (3445)2025-07-03
                    3e5cbd43359e6d6ed798420f93f61e7a47e5a2b4
                    
                    Typescript/Update SUI mainnet configuration (#879)

## Summary
This PR updates the TypeScript SDK with the deployed SUI mainnet
addresses for tBTC integration.

## Changes
- Update mainnet-config.ts with production deployment addresses:
- Package ID:
0x77045f1b9f811a7a8fb9ebd085b5b0c55c5cb0d1520ff55f7037f89b5da9f5f1
- Receiver State:
0x164f463fdc60bbbff19c30ad9597ea7123c643d3671e9719cd982e3912176d94
- Gateway State:
0x76eb72899418719b2db5fbc12f5fb42e93bb75f67116420f5dbf971dd31fe7f7
- Token State:
0x2ff31492339e06859132b8db199f640ca37a5dc8ab1713782c4372c678f2f85c
  - L1 BTCDepositorWormhole: 0xb810AbD43d8FCFD812d6FEB14fefc236E92a341A
- Update testnet addresses in documentation files:
  - MOVE_CONTRACT_VERIFICATION.md: Update package reference
  - README.md: Update testnet shared object IDs and package addresses

## Status
The mainnet configuration is now complete and ready for production use.
The isMainnetConfigured() function will return true, enabling mainnet
functionality in the SDK.

## Testing
Mainnet deployment has been verified with successful cross-chain
transfers.
                
c1751336ecdfbe8997739a088f2c1568bd8feaae refactor: update mainnet test case for SUI module ### Summary This commit modifies the test case for loading the mainnet configuration in the SUI module. The previous test, which expected a rejection due to the mainnet not being supported, has been updated to reflect the successful loading of the mainnet configuration. ### Changes - Revised the test case to check for successful loading of mainnet configuration instead of throwing an error. - Added assertions to verify the presence of specific properties in the loaded configuration. These changes ensure that the test suite accurately reflects the current state of the mainnet configuration for the SUI integration.
435c8327cbfb4c1bbb767fe44ef728b22f748091 feat: update mainnet configuration for SUI tBTC integration ### Summary This commit enhances the mainnet configuration for the SUI tBTC integration by updating contract addresses and package IDs to reflect the latest deployment details. ### Changes - Updated `MAINNET_CONFIG` with new package ID and shared object IDs for mainnet deployment. - Revised `MAINNET_L1_CONFIG` to include the correct Ethereum mainnet L1 Bitcoin Depositor address. - Removed outdated configuration checklist comments to streamline the file. These updates ensure the configuration aligns with the current deployment status and improves clarity for future development.
36aba5f5952dfb8ed7ecfd0c32fc808955420552 Merge branch 'main' into typescript/sui-bitcoin-depositor-deployment
921f40f12c71b0c7631ac738c6ce74374a6d3293 Cross-chain/Sui Bitcoin Depositor Deployment (#878) ## Summary This PR introduces SUI blockchain support for tBTC cross-chain functionality using Wormhole as the messaging protocol. ## Changes - Add complete SUI cross-chain implementation in cross-chain/sui/ - L1 Bitcoin Depositor contract (BTCDepositorWormhole) for Ethereum - L2 Move modules: BitcoinDepositor, Gateway, and TBTC token - Deployment scripts for both L1 and L2 - Comprehensive test suite including unit and integration tests - Add deployment artifacts for mainnet and Sepolia networks ## Key Components - L1 Depositor: Handles Bitcoin deposits on Ethereum and bridges tBTC to SUI via Wormhole - SUI Gateway: Manages wrapped token redemption and canonical tBTC minting on SUI - Direct Minting: Enables Bitcoin deposits to mint tBTC directly on SUI without intermediate steps ## Testing - Extensive Move test suite covering all modules - Integration tests for cross-chain message passing - Deployment verified on both testnet and mainnet ## Deployment Status - Mainnet: Deployed and operational - L1 BTCDepositorWormhole: 0xb810AbD43d8FCFD812d6FEB14fefc236E92a341A - SUI Package: 0x77045f1b9f811a7a8fb9ebd085b5b0c55c5cb0d1520ff55f7037f89b5da9f5f1 - Sepolia: Deployed for testing
b81855815b4e093beb85f46943e86785b88f66ff Merge branch 'main' into cross-chain/sui-bitcoin-depositor-deployment
5c36ddd54067c136372d60e56efbef7371107eac chore: update .gitignore and add example environment configuration for L2 deployment ### Summary This commit modifies the `.gitignore` file to remove unnecessary environment variable patterns and introduces a new example environment configuration file for L2 deployment. ### Changes - Updated `.gitignore` to exclude only the main `.env` file. - Added `deploy_l2/.env.example` to provide a template for environment variables needed for L2 deployment, including configurations for Ethereum and SUI networks. These changes streamline the project setup for developers working on L2 integrations.
ce6f50a8537eb924a9a8a1b22949547537994b57 feat: add initial deployment files and configuration for L2 tBTC integration ### Summary This commit introduces the foundational files and configurations necessary for deploying the L2 tBTC integration on the Sui blockchain. It includes essential deployment scripts, configuration files, and documentation to facilitate cross-chain functionality. ### Changes - Added `.gitattributes` and `.gitignore` for repository management. - Created deployment output file to capture deployment results and warnings. - Introduced `Move.deploy.toml`, `Move.mainnet.toml`, and other configuration files for managing contract dependencies and addresses. - Added scripts for initializing the gateway and managing trusted emitters. - Included documentation for the Bitcoin Depositor and Gateway contracts, detailing their functionality and usage. These additions lay the groundwork for further development and testing of the tBTC integration on Sui.
db822d20d46e14713ccfc4f237063e431bc895de feat: enhance mainnet deployment configuration and add new contract addresses ### Summary This commit updates the Hardhat configuration for the SUI project to include additional deployment paths and updates the mainnet contract addresses. It also introduces new JSON files for various contracts deployed on the mainnet, enhancing the project's cross-chain capabilities. ### Changes - Updated `hardhat.config.ts` to include the new `suiMainnet` deployment path. - Changed the mainnet deployer address for consistency. - Added new deployment JSON files for `SuiBTCDepositorWormhole`, `Bridge`, `TBTCVault`, `TokenBridge`, and `Wormhole`. - Created a new `.chainId` file to specify the mainnet chain ID. - Introduced a new `SuiWormholeGateway` JSON file for the corresponding contract address. These updates facilitate better management of contract deployments and improve the overall structure of the SUI integration.
24384ef01fc9aa7044c768753d9e8eb7e5acc65e feat: add support to crosschain redemption in sdk (#861) ### feat: Add support to cross-chain redemptions in SDK This PR introduces support for cross-chain redemptions within the tBTC SDK. A new `RedemptionsService` has been added to manage and abstract the complexity of redemption operations, including both standard and cross-chain redemptions. ### Summary of Changes - **New `RedemptionsService`**: A dedicated service at `typescript/src/services/redemptions/redemptions-service.ts` has been created to handle all redemption-related logic. - **Cross-Chain Redemption Flow**: The SDK now supports initiating redemptions from L2 chains (like Arbitrum and Base) and processing them on L1 (Ethereum). - **New SDK Methods**: - `requestCrossChainRedemption`: Allows users to request a redemption directly from a supported L2 chain. It interacts with the `L2BitcoinRedeemer` contract on the respective L2. - `relayRedemptionRequestToL1`: A method used by the redemption service to relay a validated redemption request from an L2 to the `L1BitcoinRedeemer` contract on Ethereum for final processing. - **New Contract Abstractions**: - `L1BitcoinRedeemer`: A handle for the L1 contract that processes redemption requests relayed from L2s. - `L2BitcoinRedeemer`: Implementations for each supported L2 (e.g., `ArbitrumL2BitcoinRedeemer`) that initiate the cross-chain redemption process, typically via a messaging bridge like Wormhole. ### How it Works 1. A user calls `requestCrossChainRedemption` from the `RedemptionsService`, specifying the amount, their Bitcoin address, and the source L2 chain. 2. The service calls the `requestRedemption` function on the `L2BitcoinRedeemer` contract on the specified L2. 3. The `L2BitcoinRedeemer` contract sends a message (e.g., via Wormhole) to the L1. 4. An off-chain service monitors for these messages. Once a message is observed and verified, the service calls `relayRedemptionRequestToL1`. 5. `relayRedemptionRequestToL1` calls the `requestRedemption` function on the `L1BitcoinRedeemer` contract on Ethereum. 6. The `L1BitcoinRedeemer` contract then proceeds with the standard tBTC redemption logic on L1, ultimately releasing the BTC to the user. This new functionality provides a more seamless experience for users on L2s, allowing them to redeem their tBTC without needing to manually bridge assets to Ethereum first.
3445a822015df98d8a097daa4f6503ea4b9cefe2 chore: initialize SUI project structure with configuration files and deployment scripts ### Summary This commit sets up the foundational structure for the SUI integration of the tBTC v2 SDK. It includes essential configuration files, deployment scripts, and project settings necessary for cross-chain functionality. ### Changes - Added ESLint, Prettier, and Solhint configuration files for code quality and formatting. - Created a Hardhat configuration file for managing deployments and network settings. - Introduced deployment scripts for the SUI BTC Depositor Wormhole contract. - Established a README file detailing the project and its deployment process. - Included necessary ignore files for build artifacts and environment variables. This setup will facilitate further development and testing of the SUI integration.
4fc8c97e965762dda20befdec00b09c114ba5259 chore: update redemptions service doc
ce94ac3eb905f7d44d249be3749f5cd1ae72a241 refactor: update nonce uniqueness logic Co-authored-by: piotr-roslaniec <[email protected]>
06df45a311ebf242a24cae346d1365c77db79bcc refactor: add wormhole chain ids constant
3d4d118dfbf74667995a94627a0e03c7aa30e043 chore: update SUI testnet package and state addresses - Updated the package address for the SUI Move contracts to `0x3d78316ce8ee3fe48d7ff85cdc2d0df9d459f43d802d96f58f7b59984c2dd3ae`. - Revised shared object addresses for ReceiverState, GatewayState, and TokenState to reflect the latest testnet configuration.
#: 12

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

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
js: 2
toml: 19
rs: 79
+ 1373 | - 1372 | Cargo.toml | (7397)2025-07-04, (de28)2025-07-04, (93d9)2025-07-04, (50dc)2025-07-04, (d454)2025-07-03
+ 8 | - 1 | launch-configs/fork/prepare-state-for-zombienet.js | (7397)2025-07-04, (93d9)2025-07-04
+ 0 | - 1 | pallets/configuration/Cargo.toml | (8cc8)2025-07-04
+ 1 | - 1 | pallets/configuration/src/lib.rs | (8cc8)2025-07-04
+ 1 | - 1 | pallets/liquidity-mining/Cargo.toml | (7900)2025-07-04
+ 2 | - 10 | pallets/liquidity-mining/src/lib.rs | (7900)2025-07-04
+ 1 | - 1 | pallets/omnipool-liquidity-mining/Cargo.toml | (7900)2025-07-04
+ 30 | - 15 | pallets/omnipool-liquidity-mining/src/lib.rs | (7900)2025-07-04
+ 9 | - 0 | pallets/omnipool-liquidity-mining/src/weights.rs | (7900)2025-07-04
+ 42 | - 2 | pallets/parameters/Cargo.toml | (7397)2025-07-04, (93d9)2025-07-04
+ 52 | - 0 | pallets/parameters/src/lib.rs | (7397)2025-07-04, (93d9)2025-07-04
+ 1 | - 1 | pallets/xyk-liquidity-mining/Cargo.toml | (7900)2025-07-04
+ 24 | - 12 | pallets/xyk-liquidity-mining/src/lib.rs | (7900)2025-07-04
+ 15 | - 0 | pallets/xyk-liquidity-mining/src/weights.rs | (7900)2025-07-04
+ 1 | - 1 | runtime/adapters/Cargo.toml | (7900)2025-07-04
+ 25 | - 7 | runtime/adapters/src/lib.rs | (7900)2025-07-04
+ 9 | - 7 | runtime/hydradx/Cargo.toml | (7397)2025-07-04, (243c)2025-07-04, (93d9)2025-07-04, (7900)2025-07-04, (50dc)2025-07-04, (d454)2025-07-03
+ 14 | - 4 | runtime/hydradx/src/assets.rs | (7900)2025-07-04
+ 176 | - 0 | runtime/hydradx/src/benchmarking/omnipool_liquidity_mining.rs | (7900)2025-07-04
+ 112 | - 4 | runtime/hydradx/src/benchmarking/xyk_liquidity_mining.rs | (7900)2025-07-04
+ 1 | - 4 | runtime/hydradx/src/evm/aave_trade_executor.rs | (7900)2025-07-04
+ 150 | - 3 | runtime/hydradx/src/governance/tracks.rs | (7397)2025-07-04, (93d9)2025-07-04, (8cc8)2025-07-04
+ 7 | - 10 | runtime/hydradx/src/lib.rs | (7397)2025-07-04, (243c)2025-07-04, (93d9)2025-07-04, (8cc8)2025-07-04, (7900)2025-07-04, (50dc)2025-07-04, (d454)2025-07-03
+ 3 | - 1 | runtime/hydradx/src/system.rs | (7397)2025-07-04, (a583)2025-07-04, (7900)2025-07-04
+ 9 | - 6 | runtime/hydradx/src/weights/cumulus_pallet_parachain_system.rs | (7900)2025-07-04
+ 19 | - 16 | runtime/hydradx/src/weights/cumulus_pallet_xcmp_queue.rs | (7900)2025-07-04
+ 33 | - 30 | runtime/hydradx/src/weights/frame_system.rs | (7900)2025-07-04
+ 20 | - 17 | runtime/hydradx/src/weights/orml_tokens.rs | (7900)2025-07-04
+ 15 | - 12 | runtime/hydradx/src/weights/orml_vesting.rs | (7900)2025-07-04
+ 20 | - 17 | runtime/hydradx/src/weights/pallet_asset_registry.rs | (7900)2025-07-04
+ 29 | - 26 | runtime/hydradx/src/weights/pallet_balances.rs | (7900)2025-07-04
+ 11 | - 8 | runtime/hydradx/src/weights/pallet_bonds.rs | (7900)2025-07-04
+ 29 | - 26 | runtime/hydradx/src/weights/pallet_circuit_breaker.rs | (7900)2025-07-04
+ 7 | - 4 | runtime/hydradx/src/weights/pallet_claims.rs | (7900)2025-07-04
+ 50 | - 47 | runtime/hydradx/src/weights/pallet_collator_selection.rs | (7900)2025-07-04
+ 67 | - 64 | runtime/hydradx/src/weights/pallet_collective_council.rs | (7900)2025-07-04
+ 66 | - 59 | runtime/hydradx/src/weights/pallet_collective_technical_committee.rs | (7900)2025-07-04
+ 23 | - 20 | runtime/hydradx/src/weights/pallet_conviction_voting.rs | (7900)2025-07-04
+ 25 | - 20 | runtime/hydradx/src/weights/pallet_currencies.rs | (7900)2025-07-04
+ 29 | - 24 | runtime/hydradx/src/weights/pallet_dca.rs | (7900)2025-07-04
+ 80 | - 77 | runtime/hydradx/src/weights/pallet_democracy.rs | (7900)2025-07-04
+ 22 | - 22 | runtime/hydradx/src/weights/pallet_dispatcher.rs | (7900)2025-07-04
+ 12 | - 9 | runtime/hydradx/src/weights/pallet_duster.rs | (7900)2025-07-04
+ 8 | - 5 | runtime/hydradx/src/weights/pallet_dynamic_evm_fee.rs | (7900)2025-07-04
+ 46 | - 43 | runtime/hydradx/src/weights/pallet_elections_phragmen.rs | (7900)2025-07-04
+ 30 | - 27 | runtime/hydradx/src/weights/pallet_ema_oracle.rs | (7900)2025-07-04
+ 18 | - 15 | runtime/hydradx/src/weights/pallet_evm_accounts.rs | (7900)2025-07-04
+ 25 | - 25 | runtime/hydradx/src/weights/pallet_hsm.rs | (7900)2025-07-04
+ 85 | - 86 | runtime/hydradx/src/weights/pallet_identity.rs | (7900)2025-07-04
+ 44 | - 41 | runtime/hydradx/src/weights/pallet_lbp.rs | (7900)2025-07-04
+ 15 | - 10 | runtime/hydradx/src/weights/pallet_liquidation.rs | (7900)2025-07-04
+ 25 | - 22 | runtime/hydradx/src/weights/pallet_message_queue.rs | (7900)2025-07-04
+ 36 | - 33 | runtime/hydradx/src/weights/pallet_multisig.rs | (7900)2025-07-04
+ 48 | - 45 | runtime/hydradx/src/weights/pallet_omnipool.rs | (7900)2025-07-04
+ 76 | - 57 | runtime/hydradx/src/weights/pallet_omnipool_liquidity_mining.rs | (7900)2025-07-04
+ 17 | - 14 | runtime/hydradx/src/weights/pallet_otc.rs | (7900)2025-07-04
+ 8 | - 5 | runtime/hydradx/src/weights/pallet_otc_settlements.rs | (7900)2025-07-04
+ 49 | - 46 | runtime/hydradx/src/weights/pallet_preimage.rs | (7900)2025-07-04
+ 53 | - 50 | runtime/hydradx/src/weights/pallet_proxy.rs | (7900)2025-07-04
+ 66 | - 63 | runtime/hydradx/src/weights/pallet_referenda.rs | (7900)2025-07-04
+ 16 | - 13 | runtime/hydradx/src/weights/pallet_referrals.rs | (7900)2025-07-04
+ 31 | - 28 | runtime/hydradx/src/weights/pallet_route_executor.rs | (7900)2025-07-04
+ 89 | - 66 | runtime/hydradx/src/weights/pallet_stableswap.rs | (7900)2025-07-04
+ 15 | - 12 | runtime/hydradx/src/weights/pallet_staking.rs | (7900)2025-07-04
+ 27 | - 24 | runtime/hydradx/src/weights/pallet_state_trie_migration.rs | (7900)2025-07-04
+ 9 | - 6 | runtime/hydradx/src/weights/pallet_timestamp.rs | (7900)2025-07-04
+ 29 | - 26 | runtime/hydradx/src/weights/pallet_tips.rs | (7900)2025-07-04
+ 21 | - 18 | runtime/hydradx/src/weights/pallet_transaction_multi_payment.rs | (7900)2025-07-04
+ 11 | - 8 | runtime/hydradx/src/weights/pallet_transaction_pause.rs | (7900)2025-07-04
+ 21 | - 18 | runtime/hydradx/src/weights/pallet_treasury.rs | (7900)2025-07-04
+ 21 | - 18 | runtime/hydradx/src/weights/pallet_utility.rs | (7900)2025-07-04
+ 20 | - 17 | runtime/hydradx/src/weights/pallet_whitelist.rs | (7900)2025-07-04
+ 44 | - 41 | runtime/hydradx/src/weights/pallet_xcm.rs | (7900)2025-07-04
+ 38 | - 35 | runtime/hydradx/src/weights/pallet_xyk.rs | (7900)2025-07-04
+ 103 | - 64 | runtime/hydradx/src/weights/pallet_xyk_liquidity_mining.rs | (7900)2025-07-04
+ 32 | - 37 | runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs | (7900)2025-07-04
+ 79 | - 108 | runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_generic.rs | (7900)2025-07-04
+ 2 | - 1 | traits/Cargo.toml | (7900)2025-07-04
                    7397097a44bb9818930bb160222263fe21182b3c
                    
                    Merge pull request #1123 from galacticcouncil/fast_enact_testnet

feat: pallet-parameters and fast OpenGov on testnet
                
243c375c1e92ca652aed9370de8fc7505cac171c versions
de28b9a78bb0f069a003574cd51c0cf7c3d3c2c6 Merge branch 'master' into fast_enact_testnet
a5839ed1d31979021c24c3c03efa703e410d9482 runtime config
93d99ab2639ad70e5e54423cc0564a369671edd0 Rename to pallet-parameters
8cc8c9599ebeff1ea3a310ab7d02cebab8807678 review comments
79003e20044ac098b1dbc056ede6693fca6d915c Merge branch 'master' into fast_enact_testnet
50dca0695cf138f66a5493764c4451079072f359 Merge pull request #1145 from galacticcouncil/bump_sdk_patch5 chore: Bump polkadot-sdk to stable2409-patch5
d454a807d86f242773f181f41bf2d522dc1df421 Bump polkadot-sdk to stable2409-patch5
e8158c5004246025a62d63bc72abfcf6f5883f46 Merge pull request #1143 from galacticcouncil/fix/stableswap-integration-test test: reduce accepted difference in stableswap integration test
#: 13

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

99.71 - TypeScript
0.2 - HTML
0.08 - JavaScript
ts: 94
tsx: 98
json: 5
graphql: 3
+   20 | -    1 | schema.squid.graphql | (7d8d)2025-07-03
+ 0 | - 116 | src/api/accountBalances.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 10 | - 10 | src/api/borrow.ts | (0b19)2025-07-04, (acb3)2025-07-04
+ 262 | - 232 | src/api/deposits.ts | (0f84)2025-07-04, (4ff7)2025-07-04, (b947)2025-07-04, (e3c9)2025-07-04
+ 12 | - 6 | src/api/evm.ts | (0b19)2025-07-04, (4604)2025-07-04
+ 32 | - 30 | src/api/external/bifrost.ts | (0b19)2025-07-04, (5eed)2025-07-04, (acb3)2025-07-04
+ 30 | - 20 | src/api/external/ethereum.ts | (0b19)2025-07-04, (5eed)2025-07-04, (acb3)2025-07-04
+ 8 | - 8 | src/api/farms.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 7 | - 9 | src/api/omnipool.ts | (7d8d)2025-07-03
+ 4 | - 4 | src/api/payments.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 5 | - 5 | src/api/pools.ts | (7d8d)2025-07-03
+ 4 | - 0 | src/api/spotPrice.ts | (0f84)2025-07-04, (2dc1)2025-07-04, (e3c9)2025-07-04
+ 5 | - 8 | src/api/volume.ts | (7d8d)2025-07-03
+ 30 | - 0 | src/components/Layout/Header/banners/HeaderBanners.tsx | (bc45)2025-07-04, (1f9c)2025-07-04, (351c)2025-07-04
+ 336 | - 10 | src/components/Layout/Header/banners/LiquidityPositionsBanner.tsx | (0f84)2025-07-04, (0a10)2025-07-04, (bc45)2025-07-04, (1f9c)2025-07-04, (3f3a)2025-07-04, (351c)2025-07-04
+ 2 | - 0 | src/components/Layout/Header/menu/HeaderMenu.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 21 | - 3 | src/components/WarningMessage/WarningMessage.utils.ts | (bc45)2025-07-04, (1f9c)2025-07-04, (351c)2025-07-04
+ 6 | - 6 | src/graphql/__generated__/squid/gql.ts | (b176)2025-07-04, (b258)2025-07-04
+ 10 | - 5 | src/graphql/__generated__/squid/graphql.ts | (b176)2025-07-04, (b258)2025-07-04, (7d8d)2025-07-03
+ 10 | - 2 | src/i18n/locales/en/translations.json | (0f84)2025-07-04, (bc45)2025-07-04, (1f9c)2025-07-04, (351c)2025-07-04, (57ab)2025-07-04
+ 4 | - 4 | src/sections/assets/AssetsModal.utils.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 14 | - 4 | src/sections/lending/components/transactions/Emode/EmodeButton.tsx | (0b19)2025-07-04, (4604)2025-07-04
+ 6 | - 2 | src/sections/lending/hooks/app-data-provider/BackgroundDataProvider.tsx | (0b19)2025-07-04, (acb3)2025-07-04
+ 36 | - 2 | src/sections/lending/hooks/useRefetchMarketData.ts | (0b19)2025-07-04, (5eed)2025-07-04, (4604)2025-07-04
+ 52 | - 52 | src/sections/lending/store/poolSelectors.ts | (0b19)2025-07-04, (acb3)2025-07-04
+ 76 | - 42 | src/sections/lending/store/poolSlice.ts | (0b19)2025-07-04, (5eed)2025-07-04, (d489)2025-07-04, (acb3)2025-07-04
+ 19 | - 13 | src/sections/lending/store/root.ts | (0b19)2025-07-04, (5eed)2025-07-04, (acb3)2025-07-04
+ 26 | - 8 | src/sections/lending/ui-config/misc.ts | (0b19)2025-07-04, (5eed)2025-07-04, (acb3)2025-07-04
+ 12 | - 2 | src/sections/lending/ui/money-market/MoneyMarketBanner.tsx | (0b19)2025-07-04, (4604)2025-07-04
+ 18 | - 4 | src/sections/lending/ui/table/borrow-assets/BorrowAssetsTable.utils.tsx | (0b19)2025-07-04, (4604)2025-07-04
+ 86 | - 88 | src/sections/lending/ui/table/borrowed-assets/BorrowedAssetsTable.utils.tsx | (0b19)2025-07-04, (4604)2025-07-04
+ 34 | - 44 | src/sections/lending/ui/table/supplied-assets/SuppliedAssetsTable.utils.tsx | (0b19)2025-07-04, (4604)2025-07-04
+ 4 | - 4 | src/sections/lending/ui/table/supply-assets/SupplyAssetModal.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 22 | - 2 | src/sections/lending/ui/table/supply-assets/SupplyAssetsTable.utils.tsx | (0b19)2025-07-04, (4604)2025-07-04
+ 299 | - 314 | src/sections/pools/PoolsPage.utils.ts | (0f84)2025-07-04, (aeac)2025-07-04, (5e37)2025-07-04, (26b7)2025-07-04, (e3c9)2025-07-04, (7d8d)2025-07-03
+ 6 | - 6 | src/sections/pools/farms/components/claimAllDropdown/ClaimAllDropdown.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/pools/farms/modals/join/JoinFarmsModal.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 12 | - 8 | src/sections/pools/farms/position/FarmingPosition.utils.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 25 | - 25 | src/sections/pools/header/PoolsHeaderTotal.tsx | (7d8d)2025-07-03
+ 5 | - 4 | src/sections/pools/header/StablePoolsTotal.tsx | (7d8d)2025-07-03
+ 16 | - 14 | src/sections/pools/modals/AddLiquidity/AddLiquidity.utils.ts | (0f84)2025-07-04, (57ab)2025-07-04, (e3c9)2025-07-04
+ 120 | - 70 | src/sections/pools/modals/AddLiquidity/AddLiquidityForm.tsx | (0f84)2025-07-04, (57ab)2025-07-04
+ 6 | - 6 | src/sections/pools/modals/CreateXYKPool/CreateXYKPoolForm.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 45 | - 39 | src/sections/pools/modals/RemoveLiquidity/RemoveLiquidity.utils.tsx | (bc45)2025-07-04, (1f9c)2025-07-04, (66a1)2025-07-04
+ 4 | - 4 | src/sections/pools/modals/RemoveLiquidity/RemoveXYKLiquidityForm.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 0 | - 2 | src/sections/pools/pool/Pool.styled.ts | (7d8d)2025-07-03, (2df0)2025-07-03
+ 10 | - 26 | src/sections/pools/pool/Pool.tsx | (7d8d)2025-07-03, (2df0)2025-07-03
+ 7 | - 15 | src/sections/pools/pool/details/PoolDetails.tsx | (aeac)2025-07-04, (5e37)2025-07-04, (26b7)2025-07-04, (7d8d)2025-07-03
+ 4 | - 4 | src/sections/pools/pool/xykPosition/XYKPosition.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 2 | - 2 | src/sections/pools/sections/MyLiquidity.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 280 | - 80 | src/sections/pools/stablepool/transfer/AddStablepoolLiquidity.tsx | (0f84)2025-07-04, (2e2e)2025-07-04, (57ab)2025-07-04, (e3c9)2025-07-04
+ 80 | - 24 | src/sections/pools/stablepool/transfer/AddStablepoolLiquidity.utils.ts | (0f84)2025-07-04, (57ab)2025-07-04
+ 4 | - 6 | src/sections/pools/stablepool/transfer/TransferModal.tsx | (0f84)2025-07-04, (57ab)2025-07-04, (e3c9)2025-07-04
+ 3 | - 3 | src/sections/pools/table/PoolsTable.utils.tsx | (0f84)2025-07-04, (e3c9)2025-07-04, (7d8d)2025-07-03
+ 4 | - 4 | src/sections/referrals/components/CodeForm/CodeForm.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/staking/StakingPage.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/stats/StatsPage.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 8 | - 4 | src/sections/stats/sections/overview/StatsOverview.utils.ts | (b176)2025-07-04, (b258)2025-07-04
+ 2 | - 0 | src/sections/stats/sections/overview/api.squid.graphql | (b176)2025-07-04, (b258)2025-07-04
+ 4 | - 4 | src/sections/trade/sections/bonds/BondsTable.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/trade/sections/bonds/components/WhyBonds.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/trade/sections/otc/modals/FillOrder.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/trade/sections/otc/modals/PartialFillOrder.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/trade/sections/otc/modals/PlaceOrder.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 2 | - 2 | src/sections/transaction/ReviewTransaction.tsx | (0f84)2025-07-04, (bc89)2025-07-04
+ 4 | - 4 | src/sections/transaction/ReviewTransactionAuthorTip.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 18 | - 4 | src/sections/transaction/ReviewTransactionForm.tsx | (0b19)2025-07-04, (4604)2025-07-04
+ 4 | - 4 | src/sections/transaction/ReviewTransactionForm.utils.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 10 | - 4 | src/sections/wallet/assets/WalletAssets.tsx | (7d8d)2025-07-03, (7a01)2025-07-03
+ 4 | - 4 | src/sections/wallet/assets/WalletAssets.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 11 | - 9 | src/sections/wallet/assets/farmingPositions/WalletFarmingPositions.utils.tsx | (0f84)2025-07-04, (9f01)2025-07-04, (e3c9)2025-07-04
+ 76 | - 0 | src/sections/wallet/assets/header/WalletAssetsHeader.tsx | (7d8d)2025-07-03, (7a01)2025-07-03
+ 35 | - 39 | src/sections/wallet/assets/hydraPositions/data/WalletAssetsHydraPositionsData.utils.tsx | (0f84)2025-07-04, (9f01)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/wallet/assets/table/data/WalletAssetsTableData.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 10 | - 6 | src/sections/wallet/strategy/CurrentDeposit/CurrentDeposit.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 6 | - 6 | src/sections/wallet/strategy/NewDepositForm/NewDepositAssetSelector.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/wallet/strategy/NewDepositForm/NewDepositForm.form.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/wallet/strategy/NewDepositForm/NewDepositForm.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/wallet/transfer/WalletTransferAssetSelect.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/wallet/transfer/onchain/WalletTransferSectionOnchain.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/wallet/transfer/onchain/WalletTransferSectionOnchain.utils.ts | (0f84)2025-07-04, (e3c9)2025-07-04
+ 4 | - 4 | src/sections/wallet/vesting/WalletVestingSchedule.tsx | (0f84)2025-07-04, (e3c9)2025-07-04
+ 2 | - 2 | src/sections/web3-connect/signer/EthereumSigner.ts | (0b19)2025-07-04, (ad0c)2025-07-04
+ 7 | - 7 | src/state/store.ts | (7d8d)2025-07-03
+ 0 | - 3 | src/utils/constants.ts | (aeac)2025-07-04, (5e37)2025-07-04, (26b7)2025-07-04
+ 4 | - 6 | src/utils/queryKeys.ts | (0f84)2025-07-04, (e3c9)2025-07-04
                    b176011beecd345afe00670c20dc67d599cca7ca
                    
                    Merge pull request #2538 from galacticcouncil/fix/fees

Fix swap fees
                
b258283a0ea435f06ff3cf5ef2a138cf6fa337ba Fix swap fees
0b19173fe530dfa1c9d51303c66e50b82de78b92 Merge pull request #2532 from galacticcouncil/fix/mm-data-without-bind Show MM data without account binding, GETH Net APY
ad0cc959bab545f119ad5076295ce80168c5c6a3 Add extra gas to native EVM txs
5eedcd81d73ca3ec048daa789bc3f885338cb2e4 Address PR comments
d489bda01ce3153aeaa1023ce6ac787125d56b1d remove debug
acb30c96a29666ca57ac98a7c29897d9bf7fea8b Add config for assets with external apy sources
4604db4fcbb94030ac98c6c5cba9432e1765e471 Show MM data without account bound
0f8469d7fc886ffa1b93f0c4995caf4fcd63c5cc Merge pull request #2535 from galacticcouncil/fix/erc20-volume GETH improvements
0a10662e4ad6a594ac5710aeafcd4ce4ad1be6ca fix lint
bc453da19a433339aa5dc8b0ae99803a6c978cc8 Merge branch 'master' into fix/erc20-volume
1f9c204c136fa7ddcbc59fda44ce7a27cef48de2 Merge pull request #2536 from galacticcouncil/fix/withdraw-non-tradable Enable withdrawing non-tradable assets
9f01de5c14603ef37051e89d08d7f24ca0e1ceff address PR comments
3f3a0f40712fca2393d5e057076cc2a3fcdc1973 add liq positons check
351cdcc3fea9d0b6a891815f81bb50c996431fd1 add banner
aeac9fffd1aa3c326f440c5083721c06fbde889e Merge branch 'master' into fix/erc20-volume
66a1b37b0f51d61263a803fbb5e61ad97049b156 Enable withdrawing non-tradable assets
2e2e8554e295bbfa443434e16e83f20332a83b1a add health factor
5e37c42dd500df8b0e9d3d5503d9558ed2825d92 Merge pull request #2530 from galacticcouncil/fix/3-pool-enabled Enable 3-pool
26b72ff780d1ee6ee0736af7dbe6cc371e51d692 Enable 3-pool
7486ebdd0a8995a2f32f6c0821300125f8a19911 Merge branch 'master' into fix/erc20-volume
bc89a3af9e10af5babf13da5eb353bc1ae9af917 fix closing errors
57abde94615041ff9db3bdd69c13a291fc5dc680 enable GETH adding to stablepool
2dc1c05f6a30526b90a054f7d318f3417231e021 keep previous data for spot price
4ff7d8ece872ff63ee506ece489bae6859e71aaf refetch on action
b9476687757ddc280d87fb969d687dbf74398f77 display My Liquidity tab
e3c9519f29e12eaf94b6d4b02282f7f6c9c20e33 separate balances and positions
7d8dbd3db3c7f16c5120015cee85310bb7dd50ce Merge pull request #2522 from galacticcouncil/fix/erc20-volume Fix erc20 volume
2df09324114aeebb2412e443013cc271daa1f1c2 fix styling
7a0131802e33c0f0e661f1bfd0ca1ed2df1f76fc add skeleton
#: 14

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

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
js: 2
toml: 19
rs: 79
+ 1373 | - 1372 | Cargo.toml | (7397)2025-07-04, (de28)2025-07-04, (93d9)2025-07-04, (50dc)2025-07-04, (d454)2025-07-03
+ 8 | - 1 | launch-configs/fork/prepare-state-for-zombienet.js | (7397)2025-07-04, (93d9)2025-07-04
+ 0 | - 1 | pallets/configuration/Cargo.toml | (8cc8)2025-07-04
+ 1 | - 1 | pallets/configuration/src/lib.rs | (8cc8)2025-07-04
+ 1 | - 1 | pallets/liquidity-mining/Cargo.toml | (7900)2025-07-04
+ 2 | - 10 | pallets/liquidity-mining/src/lib.rs | (7900)2025-07-04
+ 1 | - 1 | pallets/omnipool-liquidity-mining/Cargo.toml | (7900)2025-07-04
+ 30 | - 15 | pallets/omnipool-liquidity-mining/src/lib.rs | (7900)2025-07-04
+ 9 | - 0 | pallets/omnipool-liquidity-mining/src/weights.rs | (7900)2025-07-04
+ 42 | - 2 | pallets/parameters/Cargo.toml | (7397)2025-07-04, (93d9)2025-07-04
+ 52 | - 0 | pallets/parameters/src/lib.rs | (7397)2025-07-04, (93d9)2025-07-04
+ 1 | - 1 | pallets/xyk-liquidity-mining/Cargo.toml | (7900)2025-07-04
+ 24 | - 12 | pallets/xyk-liquidity-mining/src/lib.rs | (7900)2025-07-04
+ 15 | - 0 | pallets/xyk-liquidity-mining/src/weights.rs | (7900)2025-07-04
+ 1 | - 1 | runtime/adapters/Cargo.toml | (7900)2025-07-04
+ 25 | - 7 | runtime/adapters/src/lib.rs | (7900)2025-07-04
+ 9 | - 7 | runtime/hydradx/Cargo.toml | (7397)2025-07-04, (243c)2025-07-04, (93d9)2025-07-04, (7900)2025-07-04, (50dc)2025-07-04, (d454)2025-07-03
+ 14 | - 4 | runtime/hydradx/src/assets.rs | (7900)2025-07-04
+ 176 | - 0 | runtime/hydradx/src/benchmarking/omnipool_liquidity_mining.rs | (7900)2025-07-04
+ 112 | - 4 | runtime/hydradx/src/benchmarking/xyk_liquidity_mining.rs | (7900)2025-07-04
+ 1 | - 4 | runtime/hydradx/src/evm/aave_trade_executor.rs | (7900)2025-07-04
+ 150 | - 3 | runtime/hydradx/src/governance/tracks.rs | (7397)2025-07-04, (93d9)2025-07-04, (8cc8)2025-07-04
+ 7 | - 10 | runtime/hydradx/src/lib.rs | (7397)2025-07-04, (243c)2025-07-04, (93d9)2025-07-04, (8cc8)2025-07-04, (7900)2025-07-04, (50dc)2025-07-04, (d454)2025-07-03
+ 3 | - 1 | runtime/hydradx/src/system.rs | (7397)2025-07-04, (a583)2025-07-04, (7900)2025-07-04
+ 9 | - 6 | runtime/hydradx/src/weights/cumulus_pallet_parachain_system.rs | (7900)2025-07-04
+ 19 | - 16 | runtime/hydradx/src/weights/cumulus_pallet_xcmp_queue.rs | (7900)2025-07-04
+ 33 | - 30 | runtime/hydradx/src/weights/frame_system.rs | (7900)2025-07-04
+ 20 | - 17 | runtime/hydradx/src/weights/orml_tokens.rs | (7900)2025-07-04
+ 15 | - 12 | runtime/hydradx/src/weights/orml_vesting.rs | (7900)2025-07-04
+ 20 | - 17 | runtime/hydradx/src/weights/pallet_asset_registry.rs | (7900)2025-07-04
+ 29 | - 26 | runtime/hydradx/src/weights/pallet_balances.rs | (7900)2025-07-04
+ 11 | - 8 | runtime/hydradx/src/weights/pallet_bonds.rs | (7900)2025-07-04
+ 29 | - 26 | runtime/hydradx/src/weights/pallet_circuit_breaker.rs | (7900)2025-07-04
+ 7 | - 4 | runtime/hydradx/src/weights/pallet_claims.rs | (7900)2025-07-04
+ 50 | - 47 | runtime/hydradx/src/weights/pallet_collator_selection.rs | (7900)2025-07-04
+ 67 | - 64 | runtime/hydradx/src/weights/pallet_collective_council.rs | (7900)2025-07-04
+ 66 | - 59 | runtime/hydradx/src/weights/pallet_collective_technical_committee.rs | (7900)2025-07-04
+ 23 | - 20 | runtime/hydradx/src/weights/pallet_conviction_voting.rs | (7900)2025-07-04
+ 25 | - 20 | runtime/hydradx/src/weights/pallet_currencies.rs | (7900)2025-07-04
+ 29 | - 24 | runtime/hydradx/src/weights/pallet_dca.rs | (7900)2025-07-04
+ 80 | - 77 | runtime/hydradx/src/weights/pallet_democracy.rs | (7900)2025-07-04
+ 22 | - 22 | runtime/hydradx/src/weights/pallet_dispatcher.rs | (7900)2025-07-04
+ 12 | - 9 | runtime/hydradx/src/weights/pallet_duster.rs | (7900)2025-07-04
+ 8 | - 5 | runtime/hydradx/src/weights/pallet_dynamic_evm_fee.rs | (7900)2025-07-04
+ 46 | - 43 | runtime/hydradx/src/weights/pallet_elections_phragmen.rs | (7900)2025-07-04
+ 30 | - 27 | runtime/hydradx/src/weights/pallet_ema_oracle.rs | (7900)2025-07-04
+ 18 | - 15 | runtime/hydradx/src/weights/pallet_evm_accounts.rs | (7900)2025-07-04
+ 25 | - 25 | runtime/hydradx/src/weights/pallet_hsm.rs | (7900)2025-07-04
+ 85 | - 86 | runtime/hydradx/src/weights/pallet_identity.rs | (7900)2025-07-04
+ 44 | - 41 | runtime/hydradx/src/weights/pallet_lbp.rs | (7900)2025-07-04
+ 15 | - 10 | runtime/hydradx/src/weights/pallet_liquidation.rs | (7900)2025-07-04
+ 25 | - 22 | runtime/hydradx/src/weights/pallet_message_queue.rs | (7900)2025-07-04
+ 36 | - 33 | runtime/hydradx/src/weights/pallet_multisig.rs | (7900)2025-07-04
+ 48 | - 45 | runtime/hydradx/src/weights/pallet_omnipool.rs | (7900)2025-07-04
+ 76 | - 57 | runtime/hydradx/src/weights/pallet_omnipool_liquidity_mining.rs | (7900)2025-07-04
+ 17 | - 14 | runtime/hydradx/src/weights/pallet_otc.rs | (7900)2025-07-04
+ 8 | - 5 | runtime/hydradx/src/weights/pallet_otc_settlements.rs | (7900)2025-07-04
+ 49 | - 46 | runtime/hydradx/src/weights/pallet_preimage.rs | (7900)2025-07-04
+ 53 | - 50 | runtime/hydradx/src/weights/pallet_proxy.rs | (7900)2025-07-04
+ 66 | - 63 | runtime/hydradx/src/weights/pallet_referenda.rs | (7900)2025-07-04
+ 16 | - 13 | runtime/hydradx/src/weights/pallet_referrals.rs | (7900)2025-07-04
+ 31 | - 28 | runtime/hydradx/src/weights/pallet_route_executor.rs | (7900)2025-07-04
+ 89 | - 66 | runtime/hydradx/src/weights/pallet_stableswap.rs | (7900)2025-07-04
+ 15 | - 12 | runtime/hydradx/src/weights/pallet_staking.rs | (7900)2025-07-04
+ 27 | - 24 | runtime/hydradx/src/weights/pallet_state_trie_migration.rs | (7900)2025-07-04
+ 9 | - 6 | runtime/hydradx/src/weights/pallet_timestamp.rs | (7900)2025-07-04
+ 29 | - 26 | runtime/hydradx/src/weights/pallet_tips.rs | (7900)2025-07-04
+ 21 | - 18 | runtime/hydradx/src/weights/pallet_transaction_multi_payment.rs | (7900)2025-07-04
+ 11 | - 8 | runtime/hydradx/src/weights/pallet_transaction_pause.rs | (7900)2025-07-04
+ 21 | - 18 | runtime/hydradx/src/weights/pallet_treasury.rs | (7900)2025-07-04
+ 21 | - 18 | runtime/hydradx/src/weights/pallet_utility.rs | (7900)2025-07-04
+ 20 | - 17 | runtime/hydradx/src/weights/pallet_whitelist.rs | (7900)2025-07-04
+ 44 | - 41 | runtime/hydradx/src/weights/pallet_xcm.rs | (7900)2025-07-04
+ 38 | - 35 | runtime/hydradx/src/weights/pallet_xyk.rs | (7900)2025-07-04
+ 103 | - 64 | runtime/hydradx/src/weights/pallet_xyk_liquidity_mining.rs | (7900)2025-07-04
+ 32 | - 37 | runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs | (7900)2025-07-04
+ 79 | - 108 | runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_generic.rs | (7900)2025-07-04
+ 2 | - 1 | traits/Cargo.toml | (7900)2025-07-04
                    7397097a44bb9818930bb160222263fe21182b3c
                    
                    Merge pull request #1123 from galacticcouncil/fast_enact_testnet

feat: pallet-parameters and fast OpenGov on testnet
                
243c375c1e92ca652aed9370de8fc7505cac171c versions
de28b9a78bb0f069a003574cd51c0cf7c3d3c2c6 Merge branch 'master' into fast_enact_testnet
a5839ed1d31979021c24c3c03efa703e410d9482 runtime config
93d99ab2639ad70e5e54423cc0564a369671edd0 Rename to pallet-parameters
8cc8c9599ebeff1ea3a310ab7d02cebab8807678 review comments
79003e20044ac098b1dbc056ede6693fca6d915c Merge branch 'master' into fast_enact_testnet
50dca0695cf138f66a5493764c4451079072f359 Merge pull request #1145 from galacticcouncil/bump_sdk_patch5 chore: Bump polkadot-sdk to stable2409-patch5
d454a807d86f242773f181f41bf2d522dc1df421 Bump polkadot-sdk to stable2409-patch5
e8158c5004246025a62d63bc72abfcf6f5883f46 Merge pull request #1143 from galacticcouncil/fix/stableswap-integration-test test: reduce accepted difference in stableswap integration test
#: 15

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-07-04main

99.02 - Solidity
0.98 - JavaScript
sol: 2
+  801 | -    0 | contracts/payloads/IGP101/PayloadIGP101.sol | (6bcc)2025-07-04
+ 2 | - 0 | contracts/payloads/common/constants.sol | (6bcc)2025-07-04
                    6bcce807429ed3c6cd3adbea28d6e8b6fe8b33cc
                    
                    Merge pull request #116 from Instadapp/igp-101

igp-101
                
#: 16

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-07-04main

99.39 - TypeScript
0.46 - JavaScript
0.09 - Shell
0.05 - CSS
ts: 11
yml: 2
json: 10
+    8 | -    0 | .github/actions/setup-playwright/action.yml | (65a4)2025-07-03
+ 23 | - 0 | .github/actions/setup/action.yml | (65a4)2025-07-03
+ 1193 | - 297 | e2e/specs/stateless/registerName.spec.ts | (f102)2025-07-04, (ee92)2025-07-04, (75f0)2025-07-04, (7972)2025-07-03, (b7c7)2025-07-03, (aefb)2025-07-03, (6c82)2025-07-03, (cc61)2025-07-03, (c64b)2025-07-03, (d766)2025-07-03, (9c55)2025-07-03
+ 1 | - 1 | public/locales/ru/address.json | (429b)2025-07-04
+ 25 | - 24 | public/locales/ru/common.json | (429b)2025-07-04
+ 4 | - 4 | public/locales/ru/dnssec.json | (429b)2025-07-04, (9d9a)2025-07-03
+ 1 | - 1 | public/locales/ru/error.json | (429b)2025-07-04
+ 39 | - 39 | public/locales/ru/profile.json | (429b)2025-07-04, (9d9a)2025-07-03
+ 10 | - 10 | public/locales/ru/register.json | (429b)2025-07-04
+ 2 | - 2 | public/locales/ru/settings.json | (429b)2025-07-04
+ 49 | - 49 | public/locales/ru/transactionFlow.json | (429b)2025-07-04
                    429bcf63b132de3a272ceddb6fddcab19ccc77db
                    
                    Merge pull request #1022 from ensdomains/improve-ru

Improve ru
                
f102f6d7709e99563d4e2be3eca0f840efaf696a Merge branch 'main' into improve-ru
ee924741d1f9c949e9e02ae57f2fa9c757f22716 Merge pull request #1021 from ensdomains/test/gas-estimates e2e-stateless: adds gas estimate checks for disconnected state
75f068073a4629ad1a97c51f7571d68662f7726d re-added commented out step
79727d9c46c90a798bc98afc61a64164a0fb33cd clean up hanging console log
b7c7df60e9d0016bc04245b9422290d8895db711 clean up changes
aefb0c57d45e01911ef910f6fadbda3157fca1c6 move test out of the serial loop
6c82500052376cf7d1f347a37d2e43f511b4e34b another test
cc61cfbd07550c345bc677047222c52a26a06b6f another test to see what the state of the page is
9d9a8b8b1f69b61d496c83c9b4516545de339683 fix
c64be0edc4281bd875fc2bed09251e080db0b7cd another test log the state of the page
d766a8818e97905f4591afa5536882ed6226a942 another test
9c5536ee1fce6663fd5a8c357f92be252e8db181 testing how ci will handle removing a check
65a45a36bd9e3a247731d3b6f704dfdfc02a2d47 Merge branch 'main' into improve-ru
#: 17

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

49.39 - C++
48.97 - C
0.49 - Rust
0.34 - M4
0.32 - Python
0.2 - Shell
0.13 - Jupyter Notebook
0.11 - Makefile
0.02 - Dockerfile
0.02 - Batchfile
0.01 - LLVM
0.01 - Emacs Lisp
cpp: 80
h: 73
filters: 2
txt: 2
+   12 | -    2 | Builds/VisualStudio/stellar-core.vcxproj.filters | (9819)2025-07-04, (a5ce)2025-07-03
+ 2 | - 8 | src/bucket/BucketListSnapshotBase.h | (5dcb)2025-07-03, (356d)2025-07-03
+ 4 | - 4 | src/bucket/HotArchiveBucketIndex.h | (9819)2025-07-04, (a5ce)2025-07-03
+ 9 | - 0 | src/crypto/SHA.cpp | (7c67)2025-07-02
+ 4 | - 0 | src/crypto/SHA.h | (7c67)2025-07-02
+ 11 | - 5 | src/herder/Herder.h | (da47)2025-07-02, (d790)2025-07-02, (a553)2025-07-02
+ 45 | - 25 | src/herder/HerderImpl.cpp | (da47)2025-07-02, (d790)2025-07-02, (a553)2025-07-02
+ 12 | - 10 | src/herder/HerderImpl.h | (da47)2025-07-02, (d790)2025-07-02, (a553)2025-07-02
+ 76 | - 0 | src/herder/TransactionQueue.cpp | (da47)2025-07-02, (a553)2025-07-02
+ 20 | - 0 | src/herder/TransactionQueue.h | (da47)2025-07-02, (a553)2025-07-02
+ 4 | - 4 | src/herder/TxQueueLimiter.cpp | (da47)2025-07-02, (2456)2025-07-02
+ 115 | - 33 | src/herder/Upgrades.cpp | (9819)2025-07-04, (a5ce)2025-07-03, (00a1)2025-07-03, (3b12)2025-07-03, (3ec1)2025-07-03
+ 2 | - 2 | src/herder/Upgrades.h | (00a1)2025-07-03, (3ec1)2025-07-03
+ 618 | - 256 | src/ledger/InMemorySorobanState.cpp | (9819)2025-07-04, (a5ce)2025-07-03, (5dcb)2025-07-03, (356d)2025-07-03, (ece6)2025-07-03, (8041)2025-07-03, (d08b)2025-07-02
+ 270 | - 128 | src/ledger/InMemorySorobanState.h | (9819)2025-07-04, (a5ce)2025-07-03, (5dcb)2025-07-03, (356d)2025-07-03, (ece6)2025-07-03, (8041)2025-07-03, (d08b)2025-07-02
+ 4 | - 2 | src/ledger/LedgerCloseMetaFrame.cpp | (9819)2025-07-04, (a5ce)2025-07-03
+ 68 | - 16 | src/ledger/LedgerManager.h | (9819)2025-07-04, (a5ce)2025-07-03, (5dcb)2025-07-03, (356d)2025-07-03, (ece6)2025-07-03, (8041)2025-07-03, (d08b)2025-07-02, (da47)2025-07-02, (4db4)2025-07-02, (d790)2025-07-02, (de74)2025-07-02
+ 595 | - 246 | src/ledger/LedgerManagerImpl.cpp | (9819)2025-07-04, (a5ce)2025-07-03, (ece6)2025-07-03, (8041)2025-07-03, (d08b)2025-07-02, (da47)2025-07-02, (4db4)2025-07-02, (d790)2025-07-02, (a553)2025-07-02, (de74)2025-07-02, (7c67)2025-07-02
+ 163 | - 33 | src/ledger/LedgerManagerImpl.h | (9819)2025-07-04, (a5ce)2025-07-03, (ece6)2025-07-03, (8041)2025-07-03, (d08b)2025-07-02, (da47)2025-07-02, (4db4)2025-07-02, (d790)2025-07-02, (de74)2025-07-02
+ 41 | - 21 | src/ledger/LedgerTxn.cpp | (ece6)2025-07-03, (8041)2025-07-03, (d08b)2025-07-02
+ 10 | - 4 | src/ledger/LedgerTxn.h | (ece6)2025-07-03, (8041)2025-07-03
+ 8 | - 2 | src/ledger/LedgerTxnImpl.h | (ece6)2025-07-03, (8041)2025-07-03
+ 54 | - 2 | src/ledger/LedgerTypeUtils.cpp | (9819)2025-07-04, (a5ce)2025-07-03
+ 8 | - 0 | src/ledger/LedgerTypeUtils.h | (9819)2025-07-04, (a5ce)2025-07-03
+ 301 | - 245 | src/ledger/NetworkConfig.cpp | (9819)2025-07-04, (a5ce)2025-07-03, (00a1)2025-07-03, (3b12)2025-07-03, (c615)2025-07-03, (da47)2025-07-02, (259e)2025-07-02
+ 101 | - 79 | src/ledger/NetworkConfig.h | (9819)2025-07-04, (a5ce)2025-07-03, (00a1)2025-07-03, (3b12)2025-07-03, (c615)2025-07-03, (da47)2025-07-02, (259e)2025-07-02
+ 6 | - 4 | src/main/ApplicationImpl.cpp | (ece6)2025-07-03, (8041)2025-07-03, (4db4)2025-07-02, (de74)2025-07-02
+ 2 | - 2 | src/main/CommandHandler.cpp | (9819)2025-07-04, (a5ce)2025-07-03
+ 24 | - 20 | src/rust/src/dep-trees/p23-expect.txt | (9819)2025-07-04, (55a3)2025-07-03
+ 4 | - 2 | src/simulation/ApplyLoad.cpp | (9819)2025-07-04, (a5ce)2025-07-03
+ 144 | - 100 | src/simulation/LoadGenerator.cpp | (9819)2025-07-04, (a5ce)2025-07-03
+ 6 | - 4 | src/simulation/LoadGenerator.h | (9819)2025-07-04, (a5ce)2025-07-03
+ 60 | - 20 | src/simulation/TxGenerator.cpp | (9819)2025-07-04, (a5ce)2025-07-03
+ 4 | - 0 | src/simulation/TxGenerator.h | (9819)2025-07-04, (a5ce)2025-07-03
+ 6 | - 8 | src/transactions/ExtendFootprintTTLOpFrame.cpp | (9819)2025-07-04, (a5ce)2025-07-03, (5dcb)2025-07-03, (356d)2025-07-03
+ 2 | - 4 | src/transactions/InvokeHostFunctionOpFrame.cpp | (5dcb)2025-07-03, (356d)2025-07-03
+ 225 | - 198 | src/transactions/ParallelApplyUtils.cpp | (54a9)2025-07-03, (39b1)2025-07-03, (5dcb)2025-07-03, (356d)2025-07-03, (ece6)2025-07-03, (8041)2025-07-03, (7c67)2025-07-02
+ 221 | - 147 | src/transactions/ParallelApplyUtils.h | (5dcb)2025-07-03, (356d)2025-07-03, (ece6)2025-07-03, (8041)2025-07-03, (7c67)2025-07-02
+ 4 | - 6 | src/transactions/RestoreFootprintOpFrame.cpp | (9819)2025-07-04, (a5ce)2025-07-03, (5dcb)2025-07-03, (356d)2025-07-03
+ 5 | - 14 | src/transactions/TransactionFrame.cpp | (7c67)2025-07-02
+ 6 | - 10 | src/transactions/TransactionFrameBase.h | (9819)2025-07-04, (a5ce)2025-07-03
+ 7 | - 11 | src/transactions/TransactionMeta.cpp | (7c67)2025-07-02
+ 5 | - 9 | src/transactions/TransactionMeta.h | (7c67)2025-07-02
+ 10 | - 30 | src/transactions/TransactionUtils.cpp | (9819)2025-07-04, (a5ce)2025-07-03
+ 2 | - 4 | src/transactions/TransactionUtils.h | (9819)2025-07-04, (a5ce)2025-07-03
+ 4 | - 2 | src/util/ProtocolVersion.h | (9819)2025-07-04, (a5ce)2025-07-03
+ 48 | - 0 | src/util/TxResource.cpp | (da47)2025-07-02, (2456)2025-07-02
+ 2 | - 0 | src/util/TxResource.h | (da47)2025-07-02, (2456)2025-07-02
                    9819d1b3bcfc13c60dcf88a948811fd2f96e7eef
                    
                    Track Soroban in-memory state size and store it in p23. (#4809)

# Description

This adds the state size tracking mechanism to InMemorySorobanState. The
size includes the size of the parsed Wasm modules and thus has to be
recomputed on the protocol and relevant setting upgrades. We'll start
tracking the state size as soon as we're in Soroban protocol, but will
only use it in p23. Because of that we can use p23 host to compute the
memory cost for contract code entries eagerly.

This does a few non-trivial things on upgrades:

- When we perform a memory cost settings upgrade (even in p22) we
recompute the contract code in-memory size. If we are in p23+, we also
fill the state size window with the current in-memory state size.
- When we upgrade to p23, we immediately fill the state size window with
the current in-memory state size, but don't recompute the contract code
size (it's already up to date)
- When we upgrade to p24+, we recompute the contract code size and fill
the state window with the current in-memory state size

All these cases are covered in the respective new tests.

There is also a bunch of test-related TODOs here that can be addressed
later - they shouldn't influence the change coverage significantly.

# 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)
                
55a3bc29f03c6ef8dea6fdefcab89de9608c749d Bump Soroban env to rc2
a5ce7add47a1bb9a0070d945f7adc95112beca07 Track Soroban in-memory state size and store it in p23. This adds the state size tracking mechanism to InMemorySorobanState. The size includes the size of the parsed Wasm modules and thus has to be recomputed on the protocol and relevant setting upgrades. We'll start tracking the state size as soon as we're in Soroban protocol, but will only use it in p23. Because of that we can use p23 host to compute the memory cost for contract code entries eagerly. This does a few non-trivial things on upgrades: - When we perform a memory cost settings upgrade (even in p22) we recompute the contract code in-memory size. If we are in p23+, we also fill the state size window with the current in-memory state size. - When we upgrade to p23, we immediately fill the state size window with the current in-memory state size, but don't recompute the contract code size (it's already up to date) - When we upgrade to p24+, we recompute the contract code size and fill the state window with the current in-memory state size All these cases, as well as the size tracking itself, are covered in the respective new tests.
54a9c7676e7f3a055d96432cf9c084426841475f Change some fatal asserts to just throws that become internal errors (#4814) A bunch of new asserts I added in ParallelApplyUtils.cpp are really nonfatal / should probably just abort the tx with an internal error.
39b164a38b61e7e38aeb46e1321db02690168741 Change some fatal asserts to just throws that become internal errors
5dcbb78ac2c56b085430f55f026bc5c7b79eeeb4 Add some snapshot ledger-number asserts to parallel apply (#4813) This just adds a bunch of asserts that all the snapshot ledger numbers in the parallel apply subsystem are the same, and are 1 less than the ledger number we're applying. (Also fixes a couple comments and removes an unused parameter I noticed while browsing code)
00a177e1934e436ee3fd4a4b328956b3241982a4 Fix state size window upgrade (#4811) # Description Fixes state size window on settings upgrade and updates `loadFromLedger` to use read only `LedgerSnapshots`. Also contains some misc updates. # 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)
356d6c51e3e5b23c4ffdc21a7a0a6ec34cdc07a1 Add some snapshot ledger-number asserts to parallel apply
3b12834cdd15158a64c1670a329465791b67c87d Move maybeUpdateBucketListWindowSize
1399ea2d1f83dfe97eacdea305362bf705879c68 Update test tx meta
3ec12aaa7780797c6d58ceb244131522e77f47a7 Update state size window on upgrade
c615cefb6fbb6db61fe0c2d65fcc99e32f450318 Use LedgerTxnReadOnly in loadFromLedger
00a67f192ef3138f492f310d32072df2a398f2ed Add test
ece6fbe8aa57f63643e897296130970c730eac30 Use Soroban in-memory State (#4810) # Description Uses the soroban state cache in the serial and parallel apply paths. In order to get more confidence in the new in-memory soroban state map, this PR uses the map in all protocol versions by replacing the BucketList lookup in `LedgerTxnRoot` for soroban types. Additionally, the parallel apply path uses the cache. In the initial state map design, I tried to avoid storing the LedgerEntry for TTLs, but I didn't realize we need the lastModifiedLedgerSeq value of TTLs for meta generation. To cut down on memory overhead, I store the lastModifiedLedgerSeq and liveUntilLedgerSeq explicitly instead of the full TTL LedgerEntry and reconstruct the LedgerEntry manually when queried. This is to avoid redundantly storing the keyHash of the TTL since we already store it as the key to our map. Rebased on https://github.com/stellar/stellar-core/pull/4807 # 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)
8041aad9da33a5b0ae3d5324ee7186a53f359ddb Use in-memory state for parallel apply
d08b79126e2c6f7cbff32464b31302ed790602e6 Use InMemorySorobanState cache for ltx loads
da4753528f1ac165c4245aebb30a532ca82eb686 Clear tx queue on upgrade (#4804) # Description Resolves #4740 This change clears and rebuilds the Soroban TX queue whenever a protocol upgrade and network config upgrade occurs, as the queue may no longer be valid with the updated values. I also spotted a minor bug where some valid network config upgrade values would cause an overflow and core to throw. This isn't a vulnerability, since tier 1 would need to vote on very large network config values, but it occurred in a test, so I've added an explicit check. # 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)
4db4809f06278bb199211ce2920a6a6f0173de12 Add thread invariance to ApplyState (#4808)
d79069900c2b094cad7b1ba8e13231f9aeefd307 Cleanup and fixes
2456506e74b0c35f40f6880675f4a8ab136f936b Add saturating multiply for tx queue limits
a55354b1ad845b14a1e60845b9cb29ce97068b31 Reset and rebuild soroban tx queue on network upgrades
259e282c68bfa22687177ed68660cebbc87fe6fc Fix typo
de7435e677c2ab18307d15a30cd987c23e5ccd6a Add thread invariance to apply state
7c671a69f571fee2ec73b5523c0bfc1f7671ed9b Parallel-apply refactor round 5 (#4807) This is just more refactoring of the parallel apply path (It is an extension of https://github.com/stellar/stellar-core/pull/4805 which is still in the merge queue, just look at the last 2 changes here) - sinking more free functions into members of the thread helper and removing use of `getLiveEntry` entirely - factoring out the repeated and slightly error-prone PRNG sub-seeding sequence
#: 18

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-07-04main

99.86 - Rust
0.14 - Makefile
toml: 2
rs: 2
+   18 | -   18 | Cargo.toml | (35ff)2025-07-04, (45ee)2025-07-03
+ 16 | - 16 | soroban-sdk/src/token.rs | (7970)2025-07-03, (767c)2025-07-03
                    35ff7aaecedd38056a131843a7a657b1ddc9e684
                    
                    Bump version to 23.0.0-rc.2.1 (#1485)

### What
Bump version to 23.0.0-rc.2.1, creating release branch.

### Why
Triggered by @dmkozh in
https://github.com/stellar/rs-soroban-sdk/actions/runs/16062964756.

### What is next

See the release instructions for a full rundown on the release process:
https://github.com/stellar/actions/blob/main/README-rust-release.md

Commit any changes to the `release/v23.0.0-rc.2.1` branch that are
needed in this release.

If this is a regular release releasing from `main`, merge this PR when
ready, and after merging, create a release for this version by going to
this link:
https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v23.0.0-rc.2.1&title=23.0.0-rc.2.1

If this is a backport or patch release of a past version, see the
release instructions. When ready to release this branch create a release
by going to this link:

https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v23.0.0-rc.2.1&title=23.0.0-rc.2.1&target=release/v23.0.0-rc.2.1

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dmytro Kozhevin 
                
79709204a46f8050e7cb498af5c4c473b13223bc Revert "Update transfer for MuxedAddress (#1481)" (#1483) This reverts commit 767c718952bc4f345a5b4866ae98568885829225. Undoing this for now so we can figure out a better interface.
45ee1cd6eaa5a071663bf5def381a2d490f87224 Bump version to 23.0.0-rc.2 (#1482) ### What Bump version to 23.0.0-rc.2, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/16060190882. ### What is next See the release instructions for a full rundown on the release process: https://github.com/stellar/actions/blob/main/README-rust-release.md Commit any changes to the `release/v23.0.0-rc.2` branch that are needed in this release. If this is a regular release releasing from `main`, merge this PR when ready, and after merging, create a release for this version by going to this link: https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v23.0.0-rc.2&title=23.0.0-rc.2 If this is a backport or patch release of a past version, see the release instructions. When ready to release this branch create a release by going to this link: https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v23.0.0-rc.2&title=23.0.0-rc.2&target=release/v23.0.0-rc.2 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh
767c718952bc4f345a5b4866ae98568885829225 Update transfer for MuxedAddress (#1481) ### What Resolves #1480 https://github.com/stellar/soroban-examples/pull/376 is what the update to the token example looks like.
#: 19

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-07-04main

94.67 - Rust
2.92 - MDX
1.09 - TypeScript
0.4 - Makefile
0.37 - Inno Setup
0.3 - Shell
0.21 - Nix
0.04 - JavaScript
rs: 1
+    1 | -    1 | cmd/soroban-cli/src/commands/tx/new/payment.rs | (f86d)2025-07-04
                    f86d63b4d76989ab860a75dbb6b90a1ffd0dd23e
                    
                    Improve payment amount parameter description (#2056)

* Improve payment amount parameter description

- Clarify that amount is specified in stroops
- Add explanation of stroop to asset conversion (1 stroop = 0.0000001 of asset)
- Update both source code comment and generated documentation
- Example: 1 XLM = 10_000_000 stroops

* Generate docs.

---------

Co-authored-by: Nando Vieira 
                
#: 20

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-07-04main

93.87 - Rust
5.92 - TeX
0.17 - Shell
0.04 - HTML
                    a50f13302a4a40be2a7f369de78b99fdf05f255f
                    
                    fix GitHub pages links in README (#188)
                
#: 21

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

97.66 - JavaScript
0.99 - TypeScript
0.71 - Shell
0.23 - Ruby
0.18 - Kotlin
0.07 - Nix
0.07 - Swift
0.07 - Makefile
0.01 - Java
0.01 - C
nix: 1
json: 4
patch: 1
js: 49
po: 3
pot: 1
+    1 | -    1 | flake.nix | (b1cd)2025-07-04
+ 359 | - 213 | locale/da/texts.po | (b1cd)2025-07-04
+ 394 | - 227 | locale/pt-br/texts.po | (b1cd)2025-07-04
+ 360 | - 214 | locale/ru-ru/texts.po | (b1cd)2025-07-04
+ 360 | - 213 | locale/texts.pot | (b1cd)2025-07-04
+ 190 | - 565 | package-lock.json | (b1cd)2025-07-04, (3a65)2025-07-03
+ 12 | - 8 | package.json | (b1cd)2025-07-04, (3a65)2025-07-03
+ 39 | - 0 | patches/@hathor+wallet-lib+2.6.0.patch | (b1cd)2025-07-04
+ 11 | - 4 | src/App.js | (b1cd)2025-07-04
+ 107 | - 0 | src/actions.js | (b1cd)2025-07-04
+ 93 | - 45 | src/components/AmountTextInput.js | (b1cd)2025-07-04
+ 351 | - 0 | src/components/BackdropModal.js | (b1cd)2025-07-04
+ 4 | - 2 | src/components/CopyClipboard.js | (b1cd)2025-07-04
+ 24 | - 26 | src/components/GlobalErrorModal.js | (b1cd)2025-07-04
+ 24 | - 17 | src/components/HathorModal.js | (b1cd)2025-07-04
+ 14 | - 21 | src/components/ModalBase.js | (b1cd)2025-07-04
+ 2 | - 2 | src/components/NanoContract/NanoContractTransactionActionListItem.js | (b1cd)2025-07-04
+ 22 | - 7 | src/components/NewPaymentRequest.js | (b1cd)2025-07-04
+ 5 | - 5 | src/components/PushTxDetailsModal.js | (b1cd)2025-07-04
+ 26 | - 21 | src/components/Reown/ApproveRejectModal.js | (b1cd)2025-07-04
+ 46 | - 3 | src/components/Reown/ConnectModal.js | (b1cd)2025-07-04
+ 32 | - 0 | src/components/Reown/CreateNanoContractCreateTokenTxModal.js | (b1cd)2025-07-04
+ 77 | - 0 | src/components/Reown/CreateNanoContractCreateTokenTxRequest.js | (b1cd)2025-07-04
+ 14 | - 53 | src/components/Reown/CreateTokenModal.js | (b1cd)2025-07-04
+ 40 | - 31 | src/components/Reown/CreateTokenRequest.js | (b1cd)2025-07-04
+ 51 | - 0 | src/components/Reown/InsufficientFundsModal.js | (b1cd)2025-07-04
+ 567 | - 0 | src/components/Reown/NanoContract/BaseNanoContractRequest.js | (b1cd)2025-07-04
+ 10 | - 6 | src/components/Reown/NanoContract/DappContainer.js | (b1cd)2025-07-04
+ 114 | - 22 | src/components/Reown/NanoContract/NanoContractActions.js | (b1cd)2025-07-04
+ 31 | - 29 | src/components/Reown/NanoContract/NanoContractMethodArgs.js | (b1cd)2025-07-04
+ 14 | - 71 | src/components/Reown/NanoContract/NewNanoContractTransactionModal.js | (b1cd)2025-07-04
+ 22 | - 438 | src/components/Reown/NanoContract/NewNanoContractTransactionRequest.js | (b1cd)2025-07-04
+ 96 | - 0 | src/components/Reown/NanoContract/SignedDataDisplay.js | (b1cd)2025-07-04
+ 30 | - 92 | src/components/Reown/ReownModal.js | (b1cd)2025-07-04
+ 117 | - 0 | src/components/Reown/RequestConfirmationModal.js | (b1cd)2025-07-04
+ 30 | - 0 | src/components/Reown/SendTransactionModal.js | (b1cd)2025-07-04
+ 509 | - 0 | src/components/Reown/SendTransactionRequest.js | (b1cd)2025-07-04
+ 13 | - 72 | src/components/Reown/SignMessageModal.js | (b1cd)2025-07-04
+ 182 | - 19 | src/components/Reown/SignOracleDataRequest.js | (b1cd)2025-07-04
+ 18 | - 0 | src/components/Reown/theme.js | (b1cd)2025-07-04
+ 4 | - 1 | src/components/TokenSelect.js | (b1cd)2025-07-04
+ 46 | - 53 | src/components/TxDetailsModal.js | (b1cd)2025-07-04
+ 11 | - 3 | src/constants.js | (b1cd)2025-07-04
+ 114 | - 0 | src/hooks/navigation.js | (b1cd)2025-07-04
+ 96 | - 2 | src/reducers/reducer.js | (b1cd)2025-07-04
+ 234 | - 99 | src/sagas/reown.js | (b1cd)2025-07-04
+ 2 | - 2 | src/sagas/tokens.js | (b1cd)2025-07-04
+ 132 | - 145 | src/screens/BackupWords.js | (b1cd)2025-07-04
+ 156 | - 125 | src/screens/CreateTokenAmount.js | (b1cd)2025-07-04
+ 138 | - 148 | src/screens/CreateTokenConfirm.js | (b1cd)2025-07-04
+ 15 | - 7 | src/screens/MainScreen.js | (b1cd)2025-07-04
+ 7 | - 1 | src/screens/PaymentRequestDetail.js | (b1cd)2025-07-04
+ 53 | - 0 | src/screens/Reown/CreateNanoContractCreateTokenTxScreen.js | (b1cd)2025-07-04
+ 49 | - 0 | src/screens/Reown/SendTransactionRequestScreen.js | (b1cd)2025-07-04
+ 131 | - 150 | src/screens/SendAmountInput.js | (b1cd)2025-07-04
+ 108 | - 115 | src/screens/SendConfirmScreen.js | (b1cd)2025-07-04
+ 48 | - 19 | src/utils.js | (b1cd)2025-07-04
                    b1cd043b27a2a605c80a7d27025d6d90b763d915
                    
                    refactor: big int (#658)
                
3a6523ad89914254e544f33ce060a4a73be67163 Merge pull request #692 from HathorNetwork/chore/update-react-sentry
#: 22

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

92.09 - TypeScript
7.02 - JavaScript
0.74 - Python
0.11 - Nix
0.05 - Shell
0.01 - Makefile
json: 4
ts: 1
+    4 | -    4 | package-lock.json | (1117)2025-07-04, (47e5)2025-07-04
+ 2 | - 2 | package.json | (1117)2025-07-04, (47e5)2025-07-04
+ 24 | - 2 | src/utils/numbers.ts | (6b13)2025-07-04
                    1117c5e7703c331117e630baba349ebe7b49de61
                    
                    chore: bump package to v2.6.0 (#892)
                
47e5868cae69252ccc4352b29f6254cf4992a052 chore: bump package to v2.5.2 (#891)
6b13dcfbc83baca7034fccb8fe3f720e9f203235 fix: use fallback for hermes to format integer values (#890)
#: 23

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

99.58 - Python
0.22 - Shell
0.12 - Makefile
0.05 - Dockerfile
0.02 - Nix
py: 2
+    2 | -    2 | hathor/nanocontracts/resources/state.py | (eab4)2025-07-04
+ 1 | - 1 | hathor/transaction/resources/mining.py | (eab4)2025-07-04
                    eab464af3396656bb276ad6685b19a5a54e6d94c
                    
                    chore: Adjust '/nano_contract/state' and '/get_block_template' rate limits (#1310)
                
#: 24

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-07-04main

75.84 - Rust
14.78 - TypeScript
5.98 - Go
2.49 - Lean
0.78 - Shell
0.09 - JavaScript
0.02 - Dockerfile
0.01 - Python
0.01 - HTML
yaml: 2
json: 1
+    1 | -    1 | examples/browser/nextjs/package.json | (db37)2025-07-03
+ 13 | - 166 | pnpm-lock.yaml | (db37)2025-07-03, (fff6)2025-07-03
                    d6b497188f96c84e86813549201af2e6fc55bddf
                    
                    chore: update readme (#1853)

* wip

* wip

* wip
                
db37aa3c107b6e7ab5873b93a8b79a11b464bb6e build(deps): bump @solana/wallet-adapter-react from 0.15.38 to 0.15.39 (#1839) Bumps [@solana/wallet-adapter-react](https://github.com/anza-xyz/wallet-adapter) from 0.15.38 to 0.15.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" dependency-version: 0.15.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>
fff60d7edd99100edd747205a5b462f76ec8c306 build(deps-dev): bump @types/chai from 5.0.1 to 5.2.2 (#1841) Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 5.0.1 to 5.2.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: "@types/chai" dependency-version: 5.2.2 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>
#: 25

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

98.21 - Go
0.99 - Solidity
0.5 - JavaScript
0.16 - Makefile
0.08 - HTML
0.03 - Shell
0.02 - Dockerfile
yaml: 6
go: 154
+    3 | -    0 | .github/workflows/gosec.yaml | (974f)2025-07-04
+ 3 | - 0 | .github/workflows/license-check.yaml | (974f)2025-07-04
+ 1 | - 0 | .github/workflows/on-pull-request.yaml | (484f)2025-07-04
+ 4 | - 4 | .github/workflows/publish-docker-images.yaml | (974f)2025-07-04
+ 1 | - 1 | api/account_types.go | (f35c)2025-07-04
+ 41 | - 34 | api/accounts/accounts.go | (f35c)2025-07-04, (00b7)2025-07-04, (aff5)2025-07-04, (e79c)2025-07-04
+ 4 | - 4 | api/accounts/types.go | (aff5)2025-07-04, (e79c)2025-07-04
+ 1 | - 2 | api/admin/admin.go | (f11c)2025-07-04
+ 7 | - 10 | api/admin/apilogs/api_logs.go | (b5d6)2025-07-04, (f35c)2025-07-04
+ 5 | - 16 | api/admin/health/health.go | (b5d6)2025-07-04, (f35c)2025-07-04
+ 11 | - 10 | api/admin/loglevel/log_level.go | (b5d6)2025-07-04, (f35c)2025-07-04, (00b7)2025-07-04
+ 31 | - 2 | api/admin_types.go | (b5d6)2025-07-04, (f35c)2025-07-04
+ 3 | - 2 | api/api.go | (00b7)2025-07-04
+ 16 | - 15 | api/blocks/blocks.go | (f35c)2025-07-04, (00b7)2025-07-04
+ 1 | - 1 | api/blocks_types.go | (f35c)2025-07-04
+ 19 | - 18 | api/debug/debug.go | (f11c)2025-07-04, (f35c)2025-07-04, (00b7)2025-07-04
+ 1 | - 1 | api/debug_types.go | (f35c)2025-07-04
+ 2 | - 2 | api/doc/thor.yaml | (d8f0)2025-07-04, (f4c9)2025-07-04
+ 20 | - 13 | api/events/events.go | (f35c)2025-07-04, (00b7)2025-07-04, (aff5)2025-07-04
+ 8 | - 8 | api/events/types.go | (aff5)2025-07-04
+ 1 | - 1 | api/events_types.go | (f35c)2025-07-04
+ 13 | - 38 | api/fees/data.go | (7ee0)2025-07-04, (df59)2025-07-04
+ 8 | - 7 | api/fees/fees.go | (f35c)2025-07-04, (00b7)2025-07-04, (df59)2025-07-04
+ 1 | - 1 | api/fees_types.go | (f35c)2025-07-04
+ 1 | - 15 | api/log_level_types.go | (b5d6)2025-07-04, (f35c)2025-07-04
+ 1 | - 1 | api/metrics.go | (00b7)2025-07-04
+ 2 | - 2 | api/middleware/metrics.go | (f11c)2025-07-04
+ 70 | - 0 | api/middleware/middleware.go | (f11c)2025-07-04
+ 50 | - 0 | api/middleware/request_logger.go | (f11c)2025-07-04
+ 14 | - 49 | api/node/node.go | (f35c)2025-07-04, (00b7)2025-07-04, (5448)2025-07-04
+ 1 | - 1 | api/node_types.go | (f35c)2025-07-04
+ 14 | - 13 | api/subscriptions/beat2_reader.go | (f35c)2025-07-04, (00b7)2025-07-04
+ 14 | - 13 | api/subscriptions/beat_reader.go | (f35c)2025-07-04, (00b7)2025-07-04
+ 4 | - 3 | api/subscriptions/block_reader.go | (f35c)2025-07-04, (00b7)2025-07-04
+ 8 | - 7 | api/subscriptions/event_reader.go | (f35c)2025-07-04, (00b7)2025-07-04
+ 16 | - 15 | api/subscriptions/subscriptions.go | (f35c)2025-07-04, (00b7)2025-07-04
+ 8 | - 7 | api/subscriptions/transfer_reader.go | (f35c)2025-07-04, (00b7)2025-07-04
+ 1 | - 1 | api/subscriptions_types.go | (f35c)2025-07-04
+ 25 | - 24 | api/transactions/transactions.go | (f35c)2025-07-04, (00b7)2025-07-04, (5448)2025-07-04
+ 15 | - 13 | api/transactions/transactions_converter.go | (f35c)2025-07-04, (00b7)2025-07-04, (5448)2025-07-04
+ 1 | - 1 | api/transactions_types.go | (f35c)2025-07-04
+ 20 | - 14 | api/transfers/transfers.go | (f35c)2025-07-04, (00b7)2025-07-04, (aff5)2025-07-04
+ 7 | - 7 | api/transfers/types.go | (aff5)2025-07-04
+ 1 | - 1 | api/transfers_types.go | (f35c)2025-07-04
+ 12 | - 13 | api/types/account_types.go | (00b7)2025-07-04
+ 3 | - 3 | api/types/blocks_types.go | (00b7)2025-07-04
+ 1 | - 1 | api/types/debug_types.go | (00b7)2025-07-04
+ 4 | - 15 | api/types/events_types.go | (00b7)2025-07-04
+ 1 | - 1 | api/types/fees_types.go | (00b7)2025-07-04
+ 1 | - 1 | api/types/log_level_types.go | (00b7)2025-07-04
+ 1 | - 1 | api/types/node_types.go | (00b7)2025-07-04
+ 10 | - 19 | api/types/subscriptions_types.go | (00b7)2025-07-04
+ 7 | - 17 | api/types/transactions_types.go | (00b7)2025-07-04
+ 4 | - 5 | api/types/trensfers_types.go | (00b7)2025-07-04
+ 2 | - 2 | api/utils/revisions.go | (df59)2025-07-04
+ 2 | - 2 | cmd/thor/httpserver/admin_server.go | (f11c)2025-07-04, (f35c)2025-07-04
+ 82 | - 47 | cmd/thor/httpserver/api_server.go | (f11c)2025-07-04, (f35c)2025-07-04
+ 1 | - 1 | cmd/thor/httpserver/metrics.go | (f35c)2025-07-04
+ 1 | - 1 | cmd/thor/httpserver/metrics_server.go | (f35c)2025-07-04
+ 1 | - 53 | cmd/thor/httpserver/request_logger.go | (f11c)2025-07-04, (f35c)2025-07-04
+ 12 | - 19 | cmd/thor/main.go | (f11c)2025-07-04, (f35c)2025-07-04
+ 18 | - 3 | cmd/thor/node/ascii_art.go | (a2c7)2025-07-04
+ 18 | - 13 | cmd/thor/node/node.go | (a2c7)2025-07-04
+ 1 | - 10 | cmd/thor/node/packer_loop.go | (a2c7)2025-07-04
+ 6 | - 0 | cmd/thor/p2p/bootstrap.go | (8a6d)2025-07-04
+ 2 | - 2 | cmd/thor/solo/solo.go | (1604)2025-07-04
+ 133 | - 5 | cmd/thor/sync_logdb.go | (c794)2025-07-04, (85d7)2025-07-04
+ 22 | - 99 | cmd/thor/utils.go | (c794)2025-07-04, (f11c)2025-07-04, (f35c)2025-07-04
+ 13 | - 136 | consensus/upgrade/galactica/galactica.go | (7ee0)2025-07-04, (1604)2025-07-04, (b75c)2025-07-04, (00ae)2025-07-04, (93da)2025-07-04, (9e10)2025-07-04, (df59)2025-07-04
+ 16 | - 16 | consensus/validator.go | (00ae)2025-07-04, (df59)2025-07-04
+ 1 | - 2 | logdb/logdb.go | (d8f0)2025-07-04
+ 25 | - 33 | packer/flow.go | (00ae)2025-07-04, (df59)2025-07-04
+ 4 | - 10 | packer/packer.go | (b75c)2025-07-04, (00ae)2025-07-04, (df59)2025-07-04
+ 17 | - 13 | runtime/resolved_tx.go | (00ae)2025-07-04, (93da)2025-07-04, (9e10)2025-07-04, (df59)2025-07-04
+ 39 | - 37 | runtime/runtime.go | (aa91)2025-07-04, (00ae)2025-07-04, (93da)2025-07-04, (9e10)2025-07-04, (df59)2025-07-04
+ 58 | - 63 | thorclient/httpclient/client.go | (f35c)2025-07-04, (00b7)2025-07-04
+ 58 | - 64 | thorclient/thorclient.go | (f35c)2025-07-04, (00b7)2025-07-04, (aff5)2025-07-04
+ 23 | - 24 | thorclient/wsclient/client.go | (f35c)2025-07-04, (00b7)2025-07-04
+ 102 | - 42 | tx/transaction.go | (00ae)2025-07-04, (93da)2025-07-04, (9e10)2025-07-04
+ 2 | - 9 | tx/tx_dynamic_fee.go | (9e10)2025-07-04
+ 8 | - 0 | tx/tx_legacy.go | (9e10)2025-07-04
+ 44 | - 0 | txpool/basefee_cache.go | (1604)2025-07-04
+ 2 | - 1 | txpool/metrics.go | (96d8)2025-07-04, (75be)2025-07-04
+ 45 | - 22 | txpool/tx_object.go | (1604)2025-07-04, (aa91)2025-07-04, (df59)2025-07-04
+ 104 | - 74 | txpool/tx_pool.go | (1604)2025-07-04, (96d8)2025-07-04, (aa91)2025-07-04, (fba0)2025-07-04, (00ae)2025-07-04, (df59)2025-07-04, (75be)2025-07-04
+ 2 | - 47 | txpool/validation.go | (aa91)2025-07-04, (00ae)2025-07-04, (df59)2025-07-04
                    974f2c5e74857702b98266d7299a84dce471b9c7
                    
                    update workflow permissions (#1147)
                
c7948d65864b17cd91ca6bc5e41ac04786addf14 add v2 suffix to logsdb path (#1145) * add v2 suffix to logsdb path * verify log db using the overall log index of block
564b47ecac8f5804ba2fafe7ada4750e42902bbf chore: using last e2e repo commit for 2.3.1
b5290dd8e96be93d6901073a4d31d3cbeed7ed25 Potential fix for code scanning alert no. 142: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
d8f075cd3b5ee97eb6f7138ca7bfabe168e06bf3 LogIndex and TransferIndex per block instead of per transaction (#1140) * Apply LogIndex TransferIndex on block * update api doc * Update api/doc/thor.yaml Co-authored-by: libotony --------- Co-authored-by: libotony
8a6de9171c7a7fc204dc8709d345f105271e8be7 add newly deployed bootnodes (#1141)
febdd6a6092c7be3072635a6844c74dc42eeb742 update hosting-a-node.md (#1136) add health endpoint description and usage.
a2c754bd40c88f43570ca7a83f50309dda21c489 add post process block hook in node && move ascii art into it (#1132)
484f7d5f1a964b29144441b60517bce65db376bd fix(gha): fork repo for rosetta (#1139) * cloning fork repo for rosetta * cloning fork repo for rosetta
f11c00f04e47211405f32ed2c639375159e77432 move http middlewares to api package (#1130)
7ee000af4a12ab1b667bf035f1b0d75336cf7256 use receipt to calculate effective priority gas price in fees history API (#1127)
1604f83dee9db47c4be1e41c8aee40d9744a572c txpool: add basefee cache (#1126)
b5d6d17f68cba9b68846c55eeef1ddca3dc86139 tidy up admin server types (#1128)
96d8c0d5f89b8f585c70f79ebe6087924b51a9a3 Add bad tx metric (#1124) * Add bad tx metric * PR comment fix * PR comment fix * increment instead of decrement
f4c99aa26c6c3748def35bfd900afa09c0382dec Update version to v2.3.1 (#1125)
aa916e644d835b3320635766317e52fa7359a552 improve txpool validation logic (#1120)
85d7453c08ceb72c32836a414a8fc0ee69a75c3a Use static type checking vs reflect.DeepEqual (#1118) * Use static type checking vs reflect.DeepEqual * lint
f35c299a306cfbd08137c6d0c2a2d56bf1b01192 Moving api to cmd/thor/httpserver (#1121) * Rename package and remove thorclient * Refactor types into separate package * refactor to server * refactor revert * Moving api to cmd/thor/httpserver * pr comments --------- Co-authored-by: vanjatomic
00b76de5a60f1afee6c05a126373c5c012aa46fa Vanja/chore/586 move away thorclient api folder tests to other folder create utilit (#1110) * Rename package and remove thorclient * Refactor types into separate package * refactor to server * refactor revert
fba0c94bca3b479db1edb13f68d24421767108f5 fix tx pool metric recording (#1119) * fix tx pool metric recording * Add test
b75c30e53b184db53f2a880993e6e0f8d31b80ad make CalcBaseFee accept all range of parent header (#1114)
00ae3b0b72b975f7c497686ca2578aa7dd371ad9 move gasprice to basefee check to runtime (#1113)
93da90601110036604068b88526afec26f368fa6 add effectivePriorityFeePerGas in tx package (#1111)
544837dfcdd6cb0d574d80a048bf8aa902558767 Remove duplicated code (#1108)
9e10f5cb22d844803032cd271889a0642c203f95 add effectiveGasPrice in tx (#1100)
aff5b9ac60d8982d9b12e59f0b676caa9a96cc4c api: reject request body with null in slice (#1087)
df5977ccf6a408cbd7b390c3e794cb47b5783301 rename package fork to upgrade (#1099)
e79c35bdfce6b5e6f2d934e9961773b2687679cb fix: use pointers for account balances (#1082)
615fc3b11d86f8bd08e0fbe2a66e3ba6b3874b1a chore: fallback commit/branch for external repos (#1093) * added fallback commit/branch for external repos * added fallback commit/branch for external repos * added fallback commit/branch for external repos
75be40422046680b09cba9549e0c6ccdfd353677 add metrics for legacy and dynamic transactions (#1083) * add metrics for legacy and dynamic transactions * fix bug * add type label * fix wrong value * fix tests * remove `total` label * apply suggestions --------- Co-authored-by: Pedro Gomes
#: 26

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

97.01 - Go
1.2 - Shell
0.9 - Solidity
0.84 - TypeScript
0.05 - Dockerfile
yml: 4
go: 5
+    1 | -    1 | .github/workflows/bench.yml | (7d37)2025-07-04
+ 1 | - 1 | .github/workflows/publish_antithesis_images.yml | (7d37)2025-07-04
+ 1 | - 1 | .github/workflows/publish_docker.yml | (7d37)2025-07-04
+ 176 | - 0 | Taskfile.yml | (7d37)2025-07-04
+ 3 | - 1 | core/genesis.go | (53da)2025-07-02
+ 41 | - 33 | params/config_extra.go | (53da)2025-07-02
+ 2 | - 2 | params/extras/config.go | (53da)2025-07-02
+ 4 | - 4 | params/extras/network_upgrades.go | (53da)2025-07-02
+ 69 | - 55 | plugin/evm/vm.go | (53da)2025-07-02
                    7d37829a8452acf5b563a46ee7e94829f2e7802b
                    
                    Move CI tasks to Taskfile.yml (#1610)

Co-authored-by: Ceyhun Onur 
                
faf25051ed7fd51cacba44d0eee16365ae6d0abd remove Windows CI tests (#1612)
53da01769617d1df42243d7c818a2399f70edf34 Parse genesis (#1607) Co-authored-by: Stephen Buttolph
#: 27

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-07-04main

39.86 - Go
22.69 - Kotlin
18.14 - TypeScript
8.61 - Java
7.62 - Solidity
1.12 - MDX
0.57 - SCSS
0.27 - Shell
0.23 - Python
0.19 - JavaScript
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
yaml: 2
json: 2
yml: 1
scss: 67
xml: 6
js: 1
toml: 1
mjs: 1
tsx: 16
java: 2
ts: 6
+    2 | -    0 | .github/workflows/bridge-ui-publish.yml | (06c2)2025-07-02
+ 35 | - 13 | besu-plugins/linea-sequencer/sequencer/src/main/java/net/consensys/linea/rpc/methods/LineaEstimateGas.java | (30e1)2025-07-03
+ 7 | - 1 | besu-plugins/linea-sequencer/sequencer/src/main/java/net/consensys/linea/sequencer/txpoolvalidation/validators/SimulationValidator.java | (30e1)2025-07-03
+ 1 | - 1 | bridge-ui/next.config.mjs | (06c2)2025-07-02
+ 2 | - 0 | bridge-ui/package.json | (06c2)2025-07-02
+ 1 | - 7 | bridge-ui/src/app/(layerswap)/centralized-exchange/page.module.scss | (06c2)2025-07-02
+ 1 | - 7 | bridge-ui/src/app/(main)/bridge-aggregator/page.module.scss | (06c2)2025-07-02
+ 1 | - 7 | bridge-ui/src/app/(main)/buy/page.module.scss | (06c2)2025-07-02
+ 5 | - 28 | bridge-ui/src/app/(main)/faq/page.module.scss | (06c2)2025-07-02
+ 0 | - 6 | bridge-ui/src/app/(main)/faq/page.tsx | (06c2)2025-07-02
+ 1 | - 7 | bridge-ui/src/app/(main)/native-bridge/page.module.scss | (06c2)2025-07-02
+ 3 | - 9 | bridge-ui/src/app/(main)/page.module.scss | (06c2)2025-07-02
+ 1 | - 1 | bridge-ui/src/app/(main)/page.tsx | (06c2)2025-07-02
+ 6 | - 16 | bridge-ui/src/app/RootLayout.tsx | (06c2)2025-07-02
+ 42 | - 0 | bridge-ui/src/app/api-v1/revalidate/route.ts | (06c2)2025-07-02
+ 3 | - 3 | bridge-ui/src/components/bridge/amount/amount.module.scss | (06c2)2025-07-02
+ 1 | - 1 | bridge-ui/src/components/bridge/balance/balance.module.scss | (06c2)2025-07-02
+ 6 | - 6 | bridge-ui/src/components/bridge/bridge-layout/skeleton/skeleton.module.scss | (06c2)2025-07-02
+ 1 | - 1 | bridge-ui/src/components/bridge/bridge-two-logo/bridge-two-logo.module.scss | (06c2)2025-07-02
+ 4 | - 4 | bridge-ui/src/components/bridge/claiming/bridge-mode/bridge-mode.module.scss | (06c2)2025-07-02
+ 5 | - 5 | bridge-ui/src/components/bridge/claiming/claiming.module.scss | (06c2)2025-07-02
+ 12 | - 12 | bridge-ui/src/components/bridge/claiming/estimated-time/estimated-time.module.scss | (06c2)2025-07-02
+ 21 | - 21 | bridge-ui/src/components/bridge/claiming/fees/with-fees/with-fees.module.scss | (06c2)2025-07-02
+ 3 | - 3 | bridge-ui/src/components/bridge/claiming/manual-claim/manual-claim.module.scss | (06c2)2025-07-02
+ 10 | - 10 | bridge-ui/src/components/bridge/claiming/received-amount/received-amount.module.scss | (06c2)2025-07-02
+ 1 | - 1 | bridge-ui/src/components/bridge/claiming/skeleton/skeleton.module.scss | (06c2)2025-07-02
+ 3 | - 3 | bridge-ui/src/components/bridge/currency-dropdown/currency-dropdown.module.scss | (06c2)2025-07-02
+ 15 | - 15 | bridge-ui/src/components/bridge/destination-address/destination-address.module.scss | (06c2)2025-07-02
+ 1 | - 1 | bridge-ui/src/components/bridge/faq-help/faq-help.module.scss | (06c2)2025-07-02
+ 8 | - 8 | bridge-ui/src/components/bridge/form/bridge-form.module.scss | (06c2)2025-07-02
+ 3 | - 3 | bridge-ui/src/components/bridge/from-chain/from-chain.module.scss | (06c2)2025-07-02
+ 4 | - 4 | bridge-ui/src/components/bridge/modal/across-fees/across-fees.module.scss | (06c2)2025-07-02
+ 2 | - 2 | bridge-ui/src/components/bridge/modal/advanced-settings/advanced-settings.module.scss | (06c2)2025-07-02
+ 2 | - 2 | bridge-ui/src/components/bridge/modal/confirm-destination-address/confirm-destination-address.module.scss | (06c2)2025-07-02
+ 8 | - 8 | bridge-ui/src/components/bridge/modal/destination-address/destination-address.module.scss | (06c2)2025-07-02
+ 18 | - 18 | bridge-ui/src/components/bridge/modal/gas-fees/gas-fees-list/gas-fees-list-item/gas-fees-list-item.module.scss | (06c2)2025-07-02
+ 5 | - 5 | bridge-ui/src/components/bridge/modal/gas-fees/gas-fees-list/gas-fees-list.module.scss | (06c2)2025-07-02
+ 2 | - 2 | bridge-ui/src/components/bridge/modal/manual-claim/manual-claim.module.scss | (06c2)2025-07-02
+ 1 | - 1 | bridge-ui/src/components/bridge/modal/select-network/network-details/network-details.module.scss | (06c2)2025-07-02
+ 2 | - 2 | bridge-ui/src/components/bridge/modal/select-network/select-network.module.scss | (06c2)2025-07-02
+ 3 | - 3 | bridge-ui/src/components/bridge/modal/token-modal/token-details/token-details.module.scss | (06c2)2025-07-02
+ 2 | - 2 | bridge-ui/src/components/bridge/modal/token-modal/token-modal.module.scss | (06c2)2025-07-02
+ 6 | - 6 | bridge-ui/src/components/bridge/modal/transaction-confirmed/transaction-confirmed.module.scss | (06c2)2025-07-02
+ 2 | - 2 | bridge-ui/src/components/bridge/submit/submit.module.scss | (06c2)2025-07-02
+ 5 | - 5 | bridge-ui/src/components/bridge/swap-chain/swap-chain.module.scss | (06c2)2025-07-02
+ 3 | - 3 | bridge-ui/src/components/bridge/to-chain/to-chain.module.scss | (06c2)2025-07-02
+ 4 | - 5 | bridge-ui/src/components/bridge/token-list/token-list.module.scss | (06c2)2025-07-02
+ 9 | - 9 | bridge-ui/src/components/bridge/transaction-history/list-transaction/item/item.module.scss | (06c2)2025-07-02
+ 4 | - 4 | bridge-ui/src/components/bridge/transaction-history/modal/transaction-details/transaction-details.module.scss | (06c2)2025-07-02
+ 6 | - 6 | bridge-ui/src/components/bridge/transaction-history/no-transaction/no-transaction.module.scss | (06c2)2025-07-02
+ 1 | - 1 | bridge-ui/src/components/bridge/transaction-history/skeleton-loader/skeleton-loader.module.scss | (06c2)2025-07-02
+ 34 | - 34 | bridge-ui/src/components/bridge/transaction-history/transaction-history.module.scss | (06c2)2025-07-02
+ 2 | - 2 | bridge-ui/src/components/bridge/transaction-history/transaction-not-connected/transaction-not-connected.module.scss | (06c2)2025-07-02
+ 25 | - 26 | bridge-ui/src/components/bridge/wrong-network/wrong-network.module.scss | (06c2)2025-07-02
+ 0 | - 355 | bridge-ui/src/components/header/data.js | (06c2)2025-07-02
+ 109 | - 152 | bridge-ui/src/components/header/desktop-navigation/desktop-navigation.module.scss | (06c2)2025-07-02
+ 71 | - 60 | bridge-ui/src/components/header/desktop-navigation/index.tsx | (06c2)2025-07-02
+ 5 | - 5 | bridge-ui/src/components/header/header-connect/header-connect.module.scss | (06c2)2025-07-02
+ 0 | - 12 | bridge-ui/src/components/header/header.mobile.module.scss | (06c2)2025-07-02
+ 78 | - 50 | bridge-ui/src/components/header/header.module.scss | (06c2)2025-07-02
+ 79 | - 14 | bridge-ui/src/components/header/index.tsx | (06c2)2025-07-02
+ 95 | - 103 | bridge-ui/src/components/header/mobile-navigation/index.tsx | (06c2)2025-07-02
+ 35 | - 28 | bridge-ui/src/components/header/mobile-navigation/mobile-navigation.module.scss | (06c2)2025-07-02
+ 2 | - 6 | bridge-ui/src/components/internal-nav/internal-nav.module.scss | (06c2)2025-07-02
+ 9 | - 9 | bridge-ui/src/components/internal-nav/item/item.module.scss | (06c2)2025-07-02
+ 45 | - 41 | bridge-ui/src/components/layouts/Layout.tsx | (c9e9)2025-07-04, (06c2)2025-07-02
+ 26 | - 10 | bridge-ui/src/components/layouts/layout.module.scss | (06c2)2025-07-02
+ 2 | - 2 | bridge-ui/src/components/lifi/widget/index.tsx | (06c2)2025-07-02
+ 16 | - 0 | bridge-ui/src/components/list-your-app/index.tsx | (06c2)2025-07-02
+ 40 | - 0 | bridge-ui/src/components/list-your-app/list-your-app.module.scss | (06c2)2025-07-02
+ 8 | - 8 | bridge-ui/src/components/modal/first-time-visit/first-time-visit.module.scss | (06c2)2025-07-02
+ 5 | - 4 | bridge-ui/src/components/modal/modal.module.scss | (06c2)2025-07-02
+ 34 | - 9 | bridge-ui/src/components/page-back/index.tsx | (c9e9)2025-07-04, (06c2)2025-07-02
+ 32 | - 4 | bridge-ui/src/components/page-back/page-back.module.scss | (c9e9)2025-07-04, (06c2)2025-07-02
+ 4 | - 4 | bridge-ui/src/components/setting/setting.module.scss | (06c2)2025-07-02
+ 48 | - 0 | bridge-ui/src/components/side-bar-mobile/index.tsx | (06c2)2025-07-02
+ 66 | - 0 | bridge-ui/src/components/side-bar-mobile/side-bar-mobile.module.scss | (06c2)2025-07-02
+ 120 | - 0 | bridge-ui/src/components/side-bar/index.tsx | (06c2)2025-07-02
+ 116 | - 0 | bridge-ui/src/components/side-bar/side-bar.module.scss | (06c2)2025-07-02
+ 3 | - 3 | bridge-ui/src/components/top-banner/top-banner.module.scss | (06c2)2025-07-02
+ 5 | - 5 | bridge-ui/src/components/ui/button/button.module.scss | (06c2)2025-07-02
+ 2 | - 0 | bridge-ui/src/components/ui/image/image.module.scss | (06c2)2025-07-02
+ 60 | - 0 | bridge-ui/src/components/ui/image/index.tsx | (06c2)2025-07-02
+ 4 | - 4 | bridge-ui/src/components/ui/toggle-switch/toggle-switch.module.scss | (06c2)2025-07-02
+ 6 | - 6 | bridge-ui/src/components/ui/tooltip/tooltip.module.scss | (06c2)2025-07-02
+ 27 | - 7 | bridge-ui/src/contexts/web3.context.tsx | (06c2)2025-07-02
+ 77 | - 103 | bridge-ui/src/scss/app.scss | (06c2)2025-07-02
+ 1 | - 0 | bridge-ui/src/services/index.ts | (06c2)2025-07-02
+ 47 | - 0 | bridge-ui/src/services/navData.ts | (06c2)2025-07-02
+ 2 | - 2 | bridge-ui/src/types/ui.ts | (06c2)2025-07-02
+ 1 | - 0 | bridge-ui/src/utils/index.ts | (c9e9)2025-07-04
+ 4 | - 0 | bridge-ui/src/utils/utils.ts | (c9e9)2025-07-04
+ 2 | - 1 | contracts/package.json | (243f)2025-07-03
+ 7 | - 21 | docker/config/l1-node/el/log4j.xml | (b981)2025-07-02
+ 9 | - 32 | docker/config/l2-node-besu/log4j.xml | (b981)2025-07-02
+ 10 | - 30 | docker/config/linea-besu-sequencer/log4j.xml | (b981)2025-07-02
+ 4 | - 14 | docker/config/shomei/log4j.xml | (b981)2025-07-02
+ 7 | - 23 | docker/config/traces-node/log4j.xml | (b981)2025-07-02
+ 8 | - 26 | docker/config/zkbesu-shomei/log4j.xml | (b981)2025-07-02
+ 1 | - 1 | gradle/libs.versions.toml | (30e1)2025-07-03
+ 285 | - 604 | pnpm-lock.yaml | (243f)2025-07-03, (06c2)2025-07-02
                    c9e96f9d9736b948f1211b5b4d8dc75ed988446f
                    
                    chore(bridge-ui): remove back button on homepage (#1241)
                
30e14532de6746a2cf64c467dd10909caf2c92e4 Chore: update Besu to 25.7.0-linea1 (#1236) Signed-off-by: Fabio Di Fabio
243f964f1c0924146975ea899fb9f1b67eefebc6 [Chore] Bump hardhat v2.25.0 (#1238) * bump hardhat * bump gas reporter * move placement of dependency
b9815783f06b26b843834142e254a1d1531ac5ca Chore: cleanup and simplify log4j conf for Besus running in e2e tests (#1235) Signed-off-by: Fabio Di Fabio
06c22f2c4731eaef0d6c699af3cfdd027d3db0e9 feat(bridge-ui): update Bridge design to match Hub (#1168) * feat: update Bridge ui to match Hub * chore: update sidebar * chore: update image remotePatterns * ci: update node version for bridge-ui-publish.yml * chore: update remotePatterns * chore: update sidebar links * chore: update sidebar * chore: some css improvements * fix: update dockerfile --------- Co-authored-by: Victorien Gauch <[email protected]> Co-authored-by: VGau
#: 28

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

94.66 - Kotlin
5.34 - JavaScript
json: 17
+    1 | -    1 | _data/chains/eip155-1000000003.json | (1deb)2025-07-03
+ 25 | - 0 | _data/chains/eip155-100610.json | (b908)2025-07-03
+ 25 | - 0 | _data/chains/eip155-121212.json | (8a10)2025-07-04
+ 25 | - 0 | _data/chains/eip155-121213.json | (8a10)2025-07-04
+ 25 | - 0 | _data/chains/eip155-121214.json | (8a10)2025-07-04
+ 25 | - 0 | _data/chains/eip155-121215.json | (8a10)2025-07-04
+ 1 | - 4 | _data/chains/eip155-140.json | (474b)2025-07-03
+ 1 | - 4 | _data/chains/eip155-1660990954.json | (8028)2025-07-03
+ 1 | - 1 | _data/chains/eip155-747474.json | (c298)2025-07-03
+ 25 | - 0 | _data/chains/eip155-7531.json | (8a10)2025-07-04
+ 25 | - 0 | _data/chains/eip155-7532.json | (8a10)2025-07-04
+ 33 | - 0 | _data/chains/eip155-98964.json | (bd06)2025-07-03
+ 4 | - 4 | _data/icons/eteria.json | (474b)2025-07-03
+ 8 | - 0 | _data/icons/monsoon.json | (b908)2025-07-03
+ 8 | - 0 | _data/icons/pay1.json | (bd06)2025-07-03
+ 8 | - 0 | _data/icons/pay1scan.json | (bd06)2025-07-03
+ 8 | - 0 | _data/icons/rome.json | (8a10)2025-07-04
                    8a109690ba91e0754674965cf91bdc16a28c9b62
                    
                    Adds Rome chains (#7425)

* adds rome devnet and testnet chains

* adds chain names

* updates rpc urls

* updates block explorer urls

* updates chains

---------

Co-authored-by: Sanjeev Kumar 
                
474bf8f1d1c1266678dabc9ba9f0be9ae2ce8490 Eteria Mainnet Information Update (#7467) * Update eip155-140.json * Rename eternal.json to eteria.json * Update eip155-140.json * Update eip155-140.json * Update eteria.json * Add files via upload * Delete _data/iconsDownload/bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve 已上传新的文件bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y.png来代替此文件 * Rename bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y.png to bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y --------- Co-authored-by: Frederik Bolding
80280981b7d4297fb88f58f89ad319a6c3ac9f86 Remove RPC link from Status Network Sepolia - chainId: 1660990954 (#7445) * remove wss endpoint from Status Network Sepolia * prettier fix --------- Co-authored-by: Frederik Bolding
b9084c382336e3df6c9a748aeade8d708c9c37d0 feat: add Monsoon chain (#7423) Co-authored-by: Frederik Bolding
c298f54745de4917e62c55a151d9b30f5a284624 feat: remove unused RPC (#7474) Co-authored-by: Frederik Bolding
bd0600ef4879eb8bbd708226ef0d359bfd690af5 Add pay1 chain (#7408) * Add pay1 chain * Add pay1 chain * Add pay1 chain * Add pay1 chain
1deb739273a52692279e109e6dc6a6c07187b373 Fix RPC URL in DeInfra Devnet3 configuration (#7483) * Add deinfra devnet * Fix naming conventions in DeInfra Devnet3 and add DeInfra Mainnet configuration * Fix formatting of faucet URL in DeInfra Devnet3 configuration * Fix RPC URL in DeInfra Devnet3 configuration --------- Co-authored-by: cleverfox
#: 29

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-07-04develop

99.03 - Go
0.47 - PLpgSQL
0.25 - Shell
0.12 - Makefile
0.05 - Dockerfile
0.03 - Solidity
0.03 - Python
0.02 - Nix
0.01 - JavaScript
0 - HTML
0 - WebAssembly
yaml: 3
json: 1
yml: 8
sql: 1
sum: 11
mod: 12
go: 91
github/CODEOWNERS: 1
+    0 | -    1 | .github/CODEOWNERS | (dc74)2025-07-03
+ 0 | - 21 | .github/actions/detect-solidity-file-changes/action.yml | (dc74)2025-07-03
+ 0 | - 35 | .github/actions/detect-solidity-readonly-file-changes/action.yml | (dc74)2025-07-03
+ 0 | - 31 | .github/actions/install-solidity-foundry/action.yml | (dc74)2025-07-03
+ 0 | - 31 | .github/actions/setup-hardhat/action.yaml | (dc74)2025-07-03
+ 0 | - 103 | .github/actions/validate-artifact-scope/action.yaml | (dc74)2025-07-03
+ 1 | - 1 | .github/workflows/build-publish.yml | (391a)2025-07-02
+ 7 | - 94 | .github/workflows/ci-core.yml | (405d)2025-07-02
+ 1 | - 1 | .github/workflows/docker-build.yml | (391a)2025-07-02
+ 1 | - 1 | .github/workflows/flakeguard.yml | (405d)2025-07-02
+ 1 | - 2 | .github/workflows/go-mod-cache.yml | (405d)2025-07-02
+ 60 | - 0 | core/capabilities/ccip/ccipton/addresscodec.go | (6c2e)2025-07-03
+ 1 | - 0 | core/capabilities/ccip/common/addresscodec.go | (6c2e)2025-07-03
+ 1 | - 0 | core/capabilities/ccip/oraclecreator/plugin.go | (1c06)2025-07-02
+ 1 | - 1 | core/capabilities/fakes/consensus.go | (b460)2025-07-02
+ 145 | - 26 | core/capabilities/fakes/consensus_nodag.go | (b2c7)2025-07-04, (99ea)2025-07-04, (b460)2025-07-02
+ 2 | - 1 | core/capabilities/fakes/evm_chain.go | (99ea)2025-07-04
+ 4 | - 15 | core/capabilities/fakes/http_action.go | (99ea)2025-07-04, (b460)2025-07-02
+ 2 | - 1 | core/capabilities/fakes/manual_cron_trigger.go | (99ea)2025-07-04
+ 2 | - 1 | core/capabilities/fakes/manual_http_trigger.go | (99ea)2025-07-04
+ 4 | - 2 | core/capabilities/launcher.go | (27b3)2025-07-03
+ 18 | - 10 | core/capabilities/remote/executable/server.go | (27b3)2025-07-03
+ 4 | - 0 | core/capabilities/remote/types/types.go | (27b3)2025-07-03
+ 1 | - 1 | core/capabilities/webapi/outgoing_connector_handler.go | (fd46)2025-07-04
+ 1 | - 1 | core/capabilities/webapi/trigger/trigger.go | (fd46)2025-07-04
+ 1 | - 0 | core/cmd/shell.go | (dae5)2025-07-02
+ 7 | - 0 | core/services/chainlink/application.go | (99ea)2025-07-04
+ 1 | - 1 | core/services/functions/connector_handler.go | (fd46)2025-07-04
+ 3 | - 1 | core/services/gateway/api/codec.go | (fd46)2025-07-04
+ 11 | - 24 | core/services/gateway/api/jsonrpccodec.go | (fd46)2025-07-04
+ 3 | - 3 | core/services/gateway/connectionmanager.go | (fd46)2025-07-04
+ 2 | - 2 | core/services/gateway/connector/connector.go | (fd46)2025-07-04
+ 2 | - 2 | core/services/gateway/gateway.go | (fd46)2025-07-04
+ 2 | - 2 | core/services/gateway/handlers/capabilities/handler.go | (fd46)2025-07-04
+ 12 | - 10 | core/services/gateway/handlers/common/message_util.go | (fd46)2025-07-04
+ 2 | - 2 | core/services/gateway/handlers/functions/handler.functions.go | (fd46)2025-07-04
+ 6 | - 5 | core/services/gateway/handlers/handler.dummy.go | (fd46)2025-07-04
+ 4 | - 3 | core/services/gateway/handlers/handler.go | (fd46)2025-07-04
+ 7 | - 7 | core/services/gateway/handlers/vault/service.go | (fd46)2025-07-04
+ 2 | - 0 | core/services/ocr2/delegate.go | (1c06)2025-07-02
+ 3 | - 2 | core/services/ocr2/plugins/vault/handler.go | (fd46)2025-07-04
+ 2 | - 2 | core/services/relay/evm/cap_encoder.go | (b2c7)2025-07-04
+ 73 | - 28 | core/services/relay/evm/target_strategy.go | (f309)2025-07-02
+ 5 | - 2 | core/services/relay/evm/write_target.go | (f309)2025-07-02
+ 31 | - 7 | core/services/standardcapabilities/delegate.go | (99ea)2025-07-04
+ 4 | - 1 | core/services/standardcapabilities/standard_capabilities.go | (99ea)2025-07-04
+ 1 | - 1 | core/services/workflows/cmd/cre/main.go | (996d)2025-07-02
+ 2 | - 1 | core/services/workflows/cmd/cre/utils/runner.go | (996d)2025-07-02
+ 32 | - 2 | core/services/workflows/cmd/cre/utils/standalone_engine.go | (b2c7)2025-07-04, (b460)2025-07-02, (996d)2025-07-02
+ 1 | - 1 | core/services/workflows/cmd/cre/utils/standard_capabilities.go | (99ea)2025-07-04
+ 5 | - 1 | core/services/workflows/v2/capability_executor.go | (4046)2025-07-03, (c75c)2025-07-02
+ 25 | - 0 | core/store/migrate/migrations/0271_remove_duplicated_filters_solana.sql | (61fd)2025-07-03
+ 6 | - 0 | deployment/ccip/changeset/v1_5_1/commonconfig.go | (e973)2025-07-04
+ 11 | - 0 | deployment/ccip/changeset/v1_5_1/cs_deploy_token_pools.go | (e973)2025-07-04
+ 7 | - 0 | deployment/ccip/changeset/v1_5_1/cs_fast_transfer_token_pools.go | (e973)2025-07-04
+ 257 | - 0 | deployment/ccip/changeset/v1_5_1/cs_hybrid_token_pool_groups.go | (e973)2025-07-04
+ 32 | - 0 | deployment/ccip/operation/evm/v1_5_1/ops_fast_transfer_token_pool.go | (e973)2025-07-04
+ 56 | - 0 | deployment/ccip/operation/evm/v1_5_1/ops_hybrid_token_pool.go | (e973)2025-07-04
+ 4 | - 0 | deployment/ccip/sequence/evm/v1_5_1/seq_fast_transfer_token_pool.go | (e973)2025-07-04
+ 57 | - 0 | deployment/ccip/sequence/evm/v1_5_1/seq_hybrid_token_pool.go | (e973)2025-07-04
+ 391 | - 189 | deployment/ccip/shared/bindings/fast_transfer_token_pool_wrapper.go | (e973)2025-07-04
+ 5203 | - 0 | deployment/ccip/shared/bindings/hybrid_with_external_minter_fast_transfer_token_pool/hybrid_with_external_minter_fast_transfer_token_pool.go | (e973)2025-07-04
+ 6 | - 0 | deployment/ccip/shared/bindings/hybrid_with_external_minter_fast_transfer_token_pool/hybrid_with_external_minter_fast_transfer_token_pool_metadata.go | (e973)2025-07-04
+ 2 | - 0 | deployment/ccip/shared/stateview/evm/state.go | (e973)2025-07-04
+ 9 | - 0 | deployment/ccip/shared/stateview/state.go | (e973)2025-07-04
+ 2 | - 0 | deployment/ccip/shared/token_pools.go | (e973)2025-07-04
+ 1 | - 0 | deployment/ccip/shared/types.go | (e973)2025-07-04
+ 6 | - 2 | deployment/common/opsutils/evm.go | (2d51)2025-07-02
+ 1 | - 1 | deployment/data-feeds/changeset/jd_delete_jobs.go | (099d)2025-07-02
+ 8 | - 0 | deployment/data-feeds/changeset/jd_propose_wf_jobs_v2.go | (099d)2025-07-02
+ 1 | - 0 | deployment/data-feeds/changeset/types/types.go | (099d)2025-07-02
+ 14 | - 3 | deployment/data-feeds/offchain/jd.go | (099d)2025-07-02
+ 11 | - 18 | deployment/environment/devenv/chain.go | (c392)2025-07-02
+ 7 | - 7 | deployment/go.mod | (fd46)2025-07-04, (99ea)2025-07-04, (61fd)2025-07-03, (4b72)2025-07-03, (b460)2025-07-02, (f309)2025-07-02
+ 14 | - 14 | deployment/go.sum | (fd46)2025-07-04, (99ea)2025-07-04, (61fd)2025-07-03, (4b72)2025-07-03, (b460)2025-07-02, (f309)2025-07-02
+ 1 | - 1 | deployment/keystone/changeset/contracts.go | (e7d0)2025-07-04
+ 16 | - 14 | deployment/keystone/changeset/deploy_ocr3.go | (e7d0)2025-07-04
+ 41 | - 34 | deployment/keystone/changeset/internal/deploy.go | (e7d0)2025-07-04
+ 1 | - 1 | deployment/keystone/changeset/internal/forwarder_deployer.go | (e7d0)2025-07-04
+ 25 | - 18 | deployment/keystone/changeset/internal/types.go | (e7d0)2025-07-04
+ 51 | - 0 | deployment/keystone/changeset/operations/contracts/add_capabilites_op.go | (e7d0)2025-07-04
+ 79 | - 0 | deployment/keystone/changeset/operations/contracts/config_workflow_registry_seq.go | (e7d0)2025-07-04
+ 160 | - 0 | deployment/keystone/changeset/operations/contracts/configure_capabilities_registry_seq.go | (e7d0)2025-07-04
+ 187 | - 0 | deployment/keystone/changeset/operations/contracts/configure_forwarders_seq.go | (e7d0)2025-07-04
+ 90 | - 0 | deployment/keystone/changeset/operations/contracts/configure_ocr3_op.go | (e7d0)2025-07-04
+ 45 | - 0 | deployment/keystone/changeset/operations/contracts/deploy_capability_registry_op.go | (e7d0)2025-07-04
+ 104 | - 0 | deployment/keystone/changeset/operations/contracts/deploy_contracts_seq.go | (e7d0)2025-07-04
+ 41 | - 0 | deployment/keystone/changeset/operations/contracts/deploy_forwarder_op.go | (e7d0)2025-07-04
+ 65 | - 0 | deployment/keystone/changeset/operations/contracts/deploy_forwarders_seq.go | (e7d0)2025-07-04
+ 45 | - 0 | deployment/keystone/changeset/operations/contracts/deploy_ocr3_op.go | (e7d0)2025-07-04
+ 46 | - 0 | deployment/keystone/changeset/operations/contracts/deploy_workflow_registry_op.go | (e7d0)2025-07-04
+ 90 | - 0 | deployment/keystone/changeset/operations/contracts/register_dons_op.go | (e7d0)2025-07-04
+ 66 | - 0 | deployment/keystone/changeset/operations/contracts/register_nodes_op.go | (e7d0)2025-07-04
+ 60 | - 0 | deployment/keystone/changeset/operations/contracts/register_nops_op.go | (e7d0)2025-07-04
+ 6 | - 0 | deployment/keystone/changeset/operations/contracts/types.go | (e7d0)2025-07-04
+ 90 | - 0 | deployment/keystone/changeset/operations/contracts/update_allowed_dons_op.go | (e7d0)2025-07-04
+ 96 | - 0 | deployment/keystone/changeset/operations/contracts/update_authorized_addresses_op.go | (e7d0)2025-07-04
+ 71 | - 0 | deployment/keystone/changeset/workflowregistry/strategies.go | (e7d0)2025-07-04
+ 7 | - 7 | go.mod | (fd46)2025-07-04, (99ea)2025-07-04, (61fd)2025-07-03, (6c2e)2025-07-03, (b460)2025-07-02, (f309)2025-07-02
+ 12 | - 12 | go.sum | (fd46)2025-07-04, (99ea)2025-07-04, (61fd)2025-07-03, (b460)2025-07-02, (f309)2025-07-02
+ 1 | - 1 | package.json | (b024)2025-07-02
+ 1 | - 0 | plugins/cmd/capabilities/log-event-trigger/main.go | (99ea)2025-07-04
+ 1 | - 1 | plugins/plugins.public.yaml | (61fd)2025-07-03
                    e7d02a731c12e77d83fc3765027e8e855030e834
                    
                    Simplify local CRE setup with Operations API (#18178)

* Encapsulates `StartBlockchains` logic

* CRE-480 - Structures contract deployment seq

* CRE-480 - Implements keystone contracts deployment seq

* CRE-480 - Fixes lint

* CRE-480 - Fixes lint

* CRE-480 - Fixes lint

* CRE-480 - Fixes nil pointer

* CRE-480 - Fixes lint

* CRE-478 - Renames var

* Refactors topology logic on local CRE setup (#18207)

* CRE-481 - refactors build topology logic

* CRE-481 - Renames var

* CRE-484 - Adds Funding CL Nodes Operation (#18259)

* CRE-484 - properly locates contracts ops/seqs

* CRE-484 - adds funding CL nodes op

* CRE-484 - Fixes funding CL nodes op

* CRE-484 - Fixes lint

* Implement setup job/create job seq/op (#18278)

* CRE-482 - Implements seq for jobs creation with jd

* CRE-482 - Fixes lint

* CRE-482 - Sets up infra on normal funcs

* CRE-483 - Implement Keystone contracts config op/seq (#18343)

* CRE-483 - Implements seq to config workflow registry

* CRE-483 - Implements cap reg config

* CRE-483 - Implements forwarder + ocr3 configs op/seq

* CRE-483 - Refactors keystone setup for local CRE

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Refactors config forwarders seq

* CRE-483 - Fixes lint

* CRE-483 - PR review

* CRE-483 - Fixes merge conflicts leftovers

* CRE-483 - Fixes merge conflicts leftovers

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes lint

* CRE-483 - Fixes tests

* CRE-483 - Fixes tests

* CRE-483 - Fixes tests

* CRE-483 - Fixes tests

* CRE-483 - Fixes tests

* CRE-483 - Fixes tests

* CRE-483 - Fixes tests

* update 2 CI test configs + correctly pass check timeout

* add chain selector to configure forwarders input to ensure uniqueness

* revert ci tests config change

---------

Co-authored-by: Bartek Tofel 
                
fd46f197ff15211ba3d5597e8ee8a364e9143994 Bump common-chainlink version (#18478) * Bump common to 9c693c79b285f27ede6473188fc5933a40cd988f * Add changeset * More fixes * More test fixes * Use newer common version * Regen mocks * Fix lint issues * Fix more tests * Bump to main branch version * Fix 2 more lint issues * Undo erroneous change * Remove invalid test * Additional fix
b2c75ab7013a2296f713cd12da34399bee933574 [CRE-533] Real signatures in fake consensus capability (#18469) * [CRE-533] Real signatures in fake consensus capability * Fixes chainlink version in CI --------- Co-authored-by: Adam Hamrick
e97396787b3d6540d52ccfc094a32d3d16352f10 Hybrid pool support for fast transfer (#18312) * Add support for HybridWithExternalMinterFastTransferTokenPool in CCIP fast transfer functionality * Refactor fast transfer pool wrappers and add tests * Fix linting issues * Fix tests * PR comments
99ead59050d3c9661e6fd5331c8efa762ea74da0 Add keystore service to standardcapabilities delegate (#18274) * Add keystore service to standardcapabilities delegate * Update chainlink-common version, fix trigger initialise func * fix nil pointer * fix lint * update gomodtidies * add p2p key use * undo removal of function * Update core/capabilities/integration_tests/keystone/contracts_setup.go Co-authored-by: Copilot <[email protected]> * lowercase getSignerStringFromOCRKeyBundle * add error for no p2p key * fix merge conflict * lint * add changeset * add error check * lint * lint * lint * lint * Update chainlink-common, use single account signer. * resolve merge conflict * resolve merge conflict 2 * resolve merge conflict 2 * Fixes chainlink version in CI --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Adam Hamrick
41148b5e07fc6fbfa665cebcd4518b3c11d85105 [DX-1316] do not run local CRE test for arm64 (#18480) * install librdkafka for arm64, notify about failures in a different channel * export extra CGO_LDFLAGS and CGO_ENABLED flags for arm runner * delete static linux archives * run delete after downloading dependencies * one more try * and one more * do not run CLI on arm64
84df1c4ae6fd81246500d3dee9c9f50347ef0b98 use correct chainlink_version in CRE tests (#18482) * use correct chainlink_version in CRE tests * run integration tests in MQ if there are relevant changes * remove test- prefix from chainlink_version for other products * use reusable workflow that uses new CL image tags * use test- image for Solana * use workflow SHA from main branch * do not run Solana test in the MQ * trigger again
1d22b7e8f9f52d4e1725bffaf9eb49d1132152d2 Add test- prefix for E2E test images (#18472)
27b33ed9cc1bb9fcffcfc93c325a308b7df50b1e [PRODCRE-529] Customizable hashing in remote Executable Server (#18457)
4046770018aa9fc2caab45b32218550bdd80ee1a fix(engine/v2): pass callbackID as stepRef (#18373) * fix(engine/v2): pass callbackID as stepRef * fix: lint use Itoa
61fd9968039c2ce8f227bef33b0d4b3772420e19 Add migration to remove duplicates for solana CR (#18446) * add rm duplicated filters solana migration * add rm duplicated filters solana migration * fix query * add subquery alias * tidy
e21ab9f183c2759caf4023e7a15f599ee100d02f [DX-1299] download gh cli cre setup (#18466) * 1st doc update, better usage description for the cli * rename docs.md to README.md * update README.md, add automatic installation and configuration of the GH CLI
6c2e545bdac6a016aecba8bf81cfcf7530af7699 add address codec for TON (#18335) * add address codec for TON * uncomment tests for oracleID * update gomod * mod tidy
6a99f387c40fa6d1c763b4617627663bde6ab3e7 [DX-1241] use docker service name as chip-ingress address (#18459) use docker service name as chip-ingress address
dc7482d93f1fb693e604309946c1e4848255f2c8 Remove old solidity related CI (#18438) rm CI
4b721769b1e0476edffa28561a6a5e47dfd41fd8 [CLD-420]: fix: bump cldf to v0.16.0 (#18445) fix: bump cldf to v0.16.0 Bringing in the latest SignHash function on EVM chain Changelog: https://github.com/smartcontractkit/chainlink-deployments-framework/blob/main/CHANGELOG.md JIRA: https://smartcontract-it.atlassian.net/browse/CLD-420
b460524296b1953603c8c71293c107ba6d29388f [CRE-533] Update Fake Consensus to support mode-switch and report-gen (#18456)
f30911d90bfb52704d1f138206c08da319c0f50f update target strategy with biling related calls (#18448) * update target strategy with biling related calls * fix test * fix decimal * fix decimal * bump framework * handle overflow
b0242b2d0a9bfb3cf0822249df0109c617fc4d36 chore: update release changelog for v2.26.0 (#18455) Bump version and update CHANGELOG for core v2.26.0 Signed-off-by: HashWrangler
d06716be5e747750f89e149f288852507d8be2d8 chore: skip Solana's GrantRoleTimelock changeset test (#18454)
c39229afb0f6e3fa3f7f5b17016098654293cfe6 add an optional field for precompiled solana artifacts (#18432)
405d7d32118a2cf143a91ffdba107c8f7bf04029 chore: cleanup ci-core (#18062) * chore: cleanup flakeguard in ci-core * chore: do not change modtime, remove gocache env var * fix: flakeguard on schedules, more comparison nonsense * fix: send-to-splunk action * test: enable flakeguard * fix: pass secrets to send-to-splunk * fix: configuration * chore: cleanup flakeguard * fix: adjust gotestsum * fix: dont run sonarqube scan on cancelled workflows * chore: update gotestsum to 1.12.3 * test: output formatting * test: output formatting 2 * fix: output format
2d5104c005cd45e9c745b2d4d76947b21104a84f Remove default retries from RetryDeploymentWithGasBoost (#18451)
1c060750f69cf3e12599371cecc461ed009d095f CCIP-6116 Enabling detailed OCR telemetry for CCIP OCR instances (#18369) * Setting EnableTransmissionTelemetry=true for all CCIP plugins (both OCR2 and OCR3) * Setting EnableTransmissionTelemetry=true for all CCIP plugins (both OCR2 and OCR3) * Setting EnableTransmissionTelemetry=true for all CCIP plugins (both OCR2 and OCR3) * Setting EnableTransmissionTelemetry=true for all CCIP plugins (both OCR2 and OCR3)
099db39a96e5a9a959227b73b01ea2c9a6a0d35a fix job deletion env bug (#18440)
996ded86ab9f9dfc4b3ee91cbb5c88f04a5ed088 allow overriding workflow name in standalone engine (#18441) * allow overriding workflow name in standalone engine * add workflow name to 'Run' * fix failing test * update main.go
dae58308ddd65e8eb4981826833087381e15f9e0 [DX-1118] add support for local beholder (#18368) * local CTF replaces + insecure chip ingress connection * update deps * fix imports and lints * update docker compose url * fix local config * remove local replace * update docs * bump chip ingres dep version * requires pre-build hook to mod vendor * linter * track in DX whether docker image was build during startup * update docs * connect beholder to existing network * update docs, bump CTF version, add prints to start beholder command * use latest docker-compose for chip ingress * update go.md * fix lints * do not staticcheck a whole file * silence lint --------- Co-authored-by: krehermann <[email protected]>
391ab339aa0de0ded40548c87a818b01d4b0af3b Install private plugins on CCIP images (#18400)
c75cbc00e6d2f919313bb1022ff4c8d33e4e7f89 change the get config error case to a log instead of a hard error (#18443)
093bb88ad01ec4dde5232600eaacf6fb0c9a7b17 [DX-1221] make sure capabilities binaries are executable before copying them to containers (#18418) make sure capabilities binaries are executable before copying them to containers
#: 30

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-07-04main

50.5 - TypeScript
23.97 - Go
11.65 - Rust
5.23 - Move
4.86 - Solidity
1.69 - Python
1.12 - Shell
0.46 - JavaScript
0.2 - Starlark
0.19 - Makefile
0.11 - Dockerfile
0.01 - HTML
yml: 1
txt: 1
ts: 1
go: 14
mainnet: 1
+    1 | -    0 | .github/workflows/build.yml | (e5ee)2025-07-04
+ 3 | - 0 | cspell-custom-words.txt | (befd)2025-07-02
+ 23 | - 0 | ethereum/env/.env.plume.mainnet | (25ec)2025-07-02
+ 8 | - 8 | node/hack/governor/src/index.ts | (a15b)2025-07-02
+ 11 | - 11 | node/pkg/governor/devnet_config.go | (a15b)2025-07-02
+ 7 | - 7 | node/pkg/governor/flow_cancel_tokens.go | (a15b)2025-07-02
+ 1656 | - 1656 | node/pkg/governor/generated_mainnet_tokens.go | (a15b)2025-07-02
+ 38 | - 39 | node/pkg/governor/governor.go | (a15b)2025-07-02
+ 41 | - 41 | node/pkg/governor/mainnet_chains.go | (a15b)2025-07-02, (cef1)2025-07-02
+ 1 | - 1 | node/pkg/governor/mainnet_tokens.go | (a15b)2025-07-02
+ 75 | - 75 | node/pkg/governor/manual_tokens.go | (a15b)2025-07-02
+ 0 | - 11 | node/pkg/supervisor/supervisor_support.go | (08e2)2025-07-02
+ 1 | - 1 | node/pkg/watchers/evm/chain_config.go | (25ec)2025-07-02
+ 202 | - 0 | sdk/chainid_generator.go | (befd)2025-07-02
+ 384 | - 0 | sdk/vaa/chainid_generated.go | (befd)2025-07-02
+ 1 | - 375 | sdk/vaa/structs.go | (befd)2025-07-02, (25ec)2025-07-02
                    e5ee3b45eb7e0828aba6e5bae84ff25f75a61ddd
                    
                    ci: add cspell to lint script (#4421)

* ci: add cspell to lint script

Runs `cspell` (if installed) as part of local linting.

* add comment to keep in sync with the lint script
                
2fd8476fb38b7e7f0981d5b68d67f95b0b5ec1ca Node: Audit protobuf chain IDs (#4419) * Node: Audit protobuf chain IDs * Code review rework
befd9a6b29b51cf6c89e16ab1400aca77a249277 sdk: Auto-generate ChainID methods (#4402) * sdk: Auto-generate ChainID methods * document the process to add a new chainid * rebase to ensure codex is included in auto-generated list * ci: add chainid to spellcheck * fix formatting * mention proto and watcher changes * add cspell * autogenerate plume
08e2080f1f7459ff9a3211d8b341af8db3d98246 node(cleanup): remove unused supervisor code (#4388) - Removes test helpers for the super visor. The supervisor's tests are based on the upstream repo (documented in UPSTREAM.md). They were removed in 585a22cf5919ef14172b33f0655a057d07a700ed. As a result, these helpers functions are unused. - Remove `Command` function as it is not used in the codebase.
a15ba9ff4da0d700d7b3ae4ae80ecba2e608a57f governor: export chainList and tokenList (#4411)
25ecd01bf7f5ce6e744f6a300b56dc2cdf7e65e6 Plume mainnet (#4417) * Plume mainnet --Wormhole Core Addresses -------------------------------------------------- | Setup address | 0xe74F20a5A07921f63F2d55B8aE6d14f4AD490938 | | Implementation address | 0x32b3b68e9f053E724Da0A9e57F062BFaE6695350 | | Wormhole address | 0xaBf89de706B583424328B54dD05a8fC986750Da8 | ----------------------------------------------------------------------------- Verifying prod plume... Verifying EVM chain ID for prod plume ✓ Verifying finality values for prod plume ✓ Verifying contract address for prod plume ✓ * remove comment
cef1ee33babc7c28eb79e5bf5a878f18c02bb3c5 node: Reduce Governor limits for Blast and XLayer (#4416)
#: 31

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-07-04main

92.7 - C
2.23 - Python
1.46 - SystemVerilog
0.79 - Shell
0.79 - C++
0.64 - Assembly
0.51 - Makefile
0.37 - Rust
0.28 - CodeQL
0.09 - Lua
0.06 - Tcl
0.05 - Go
0.01 - Vim Script
0.01 - TypeScript
0 - JavaScript
0 - CSS
c: 46
py: 2
h: 12
yml: 2
mk: 2
ql: 3
sh: 1
json: 1
toml: 4
gitignore: 1
+   34 | -    4 | .github/workflows/doxygen.yml | (cc60)2025-07-03, (65da)2025-07-02
+ 0 | - 78 | contrib/codeql/nightly/AccountDerefBeforeModify.ql | (583f)2025-07-02
+ 24 | - 0 | contrib/codeql/nightly/AllocaCallInLoop.ql | (583f)2025-07-02
+ 19 | - 4 | contrib/codeql/nightly/TrivialMemcpy.ql | (583f)2025-07-02
+ 3 | - 0 | contrib/doxygen/.gitignore | (66b8)2025-07-02
+ 44 | - 0 | contrib/doxygen/build.sh | (66b8)2025-07-02
+ 1 | - 1 | contrib/offline-replay/offline_replay.toml | (5de7)2025-07-02
+ 10 | - 10 | contrib/repair-analysis/report.py | (df4f)2025-07-03
+ 2 | - 2 | src/app/fdctl/config/default.toml | (e345)2025-07-02, (87ca)2025-07-02
+ 2 | - 3 | src/app/firedancer/callbacks.c | (583f)2025-07-02, (a37a)2025-07-02
+ 1 | - 1 | src/app/firedancer/config/default.toml | (e345)2025-07-02
+ 1 | - 4 | src/app/firedancer/topology.c | (a37a)2025-07-02
+ 0 | - 1 | src/app/firedancer/topology.h | (a37a)2025-07-02
+ 3 | - 11 | src/app/ledger/main.c | (a37a)2025-07-02
+ 14 | - 16 | src/app/shared/boot/fd_boot.c | (df38)2025-07-03
+ 6 | - 5 | src/app/shared/commands/mem.c | (df38)2025-07-03
+ 6 | - 5 | src/app/shared/commands/monitor/monitor.c | (df38)2025-07-03
+ 6 | - 5 | src/app/shared/commands/netconf.c | (df38)2025-07-03
+ 6 | - 5 | src/app/shared/commands/ready.c | (df38)2025-07-03
+ 1 | - 0 | src/app/shared/commands/run/run.c | (df38)2025-07-03
+ 6 | - 5 | src/app/shared/commands/set_identity.c | (df38)2025-07-03
+ 1 | - 0 | src/app/shared/commands/version.c | (df38)2025-07-03
+ 1 | - 0 | src/app/shared/fd_action.h | (df38)2025-07-03
+ 0 | - 1 | src/app/shared/fd_config.h | (a37a)2025-07-02
+ 0 | - 1 | src/app/shared/fd_config_parse.c | (a37a)2025-07-02
+ 2 | - 2 | src/app/shredcap/main.c | (a37a)2025-07-02
+ 1 | - 1 | src/ballet/bn254/fd_bn254.c | (900f)2025-07-03
+ 2 | - 1 | src/disco/bundle/Local.mk | (f5e1)2025-07-03, (51ea)2025-07-03
+ 58 | - 73 | src/disco/bundle/fd_bundle_client.c | (f5e1)2025-07-03, (51ea)2025-07-03
+ 3 | - 8 | src/disco/bundle/fd_bundle_tile.c | (7447)2025-07-03, (f5e1)2025-07-03, (51ea)2025-07-03, (583f)2025-07-02
+ 55 | - 1 | src/disco/bundle/fd_bundle_tile_private.h | (f5e1)2025-07-03, (51ea)2025-07-03
+ 86 | - 0 | src/disco/bundle/fuzz_bundle_client.c | (f5e1)2025-07-03
+ 24 | - 12 | src/disco/gui/fd_gui.c | (6b70)2025-07-03, (22d5)2025-07-03
+ 4 | - 3 | src/disco/gui/fd_gui.h | (6b70)2025-07-03
+ 1 | - 1 | src/disco/gui/fd_gui_printf.c | (6b70)2025-07-03
+ 3 | - 4 | src/disco/gui/fd_gui_tile.c | (6b70)2025-07-03, (22d5)2025-07-03
+ 1 | - 0 | src/disco/quic/fd_quic_tile.c | (b887)2025-07-03
+ 0 | - 10 | src/disco/shred/fd_shred_tile.c | (5f03)2025-07-02
+ 3 | - 3 | src/discof/shredcap/fd_shredcap_tile.c | (583f)2025-07-02
+ 4 | - 4 | src/discof/tower/fd_tower_tile.c | (583f)2025-07-02
+ 1 | - 1 | src/flamenco/runtime/context/fd_exec_slot_ctx.c | (583f)2025-07-02
+ 4 | - 137 | src/flamenco/runtime/fd_blockstore.c | (a37a)2025-07-02
+ 2 | - 78 | src/flamenco/runtime/fd_blockstore.h | (a37a)2025-07-02
+ 3 | - 6 | src/flamenco/runtime/fd_blockstore_tool.c | (a37a)2025-07-02
+ 1 | - 184 | src/flamenco/runtime/fd_rocksdb.c | (a37a)2025-07-02
+ 0 | - 17 | src/flamenco/runtime/fd_rocksdb.h | (a37a)2025-07-02
+ 3 | - 0 | src/flamenco/runtime/program/fd_address_lookup_table_program.c | (bf8d)2025-07-03
+ 3 | - 3 | src/flamenco/runtime/program/fd_vote_program.c | (1b32)2025-07-04
+ 1 | - 0 | src/flamenco/runtime/sysvar/fd_sysvar_slot_history.c | (a799)2025-07-02
+ 4 | - 7 | src/flamenco/types/fd_types.c | (a799)2025-07-02
+ 2 | - 0 | src/flamenco/types/fd_types.h | (a799)2025-07-02
+ 0 | - 1 | src/flamenco/types/fd_types.json | (a799)2025-07-02
+ 0 | - 12 | src/flamenco/types/fd_types_custom.c | (a799)2025-07-02
+ 0 | - 3 | src/flamenco/types/fd_types_custom.h | (a799)2025-07-02
+ 205 | - 24 | src/flamenco/types/gen_stubs.py | (a799)2025-07-02
+ 3 | - 3 | src/flamenco/vm/syscall/fd_vm_syscall_util.c | (e3d2)2025-07-02
+ 1 | - 1 | src/util/tmpl/fd_sort.c | (900f)2025-07-03
+ 1 | - 1 | src/waltz/grpc/fd_grpc_client.c | (6d1e)2025-07-03
+ 3 | - 1 | src/waltz/grpc/fd_grpc_codec.c | (51ea)2025-07-03
+ 0 | - 1 | src/waltz/h2/fd_h2_conn.c | (51ea)2025-07-03
+ 4 | - 3 | src/waltz/h2/fd_h2_stream.h | (51ea)2025-07-03
+ 46 | - 0 | src/waltz/http/fd_url.c | (51ea)2025-07-03
+ 6 | - 0 | src/waltz/http/fd_url.h | (51ea)2025-07-03
                    1b3272aaccc621ea3befdef5e21e01805d6fb690
                    
                    runtime: side effect free max calc
                
6b70fd0b4a08aab66b91d1219c65a02e389d60e1 gui: add bounds check to peer messages
900ff73f2fe9794d40ffc8d2ff30559cc8df2c66 chore: fix some minor issues in the comments Signed-off-by: sellskin
22d5092b7aae61cddaa8c59e7233a2ff1e636b90 gui: nits fix typos + remove tautological check. Apart from that the PACK_BANK link is trusted, so no need for any sz validation
df4f1b80f850310054be00dcd5898b7c7c2b0918 Update report.py
df38ec93f9ee856e8d7081498469e9d3d2b82a83 app: only certain subcommands require config
bf8d499f5d4169104083fd0e66f6ac99961570ce flamenco: add missing err check in extend_lookup_table
744770568bedf23cfcdc0b02d3e74983a862f84c bundle: disable HTTP/2 pings
f5e167394fa3cc107597674e5e3a79f9598e0a28 bundle: simple client fuzzer
6d1e884793c8495001532917a267b6805d437dea bundle: fix 'stream map corrupt' bug
51ea97eddd0b424994b20cb74b72f6c66ad2c5bf bundle: improve test coverage
cc608ab8bea8a25f1609feb845b2aa28f2facc06 doxygen: CI fixes
b887419aeb9f33ea17acb30204bb2511b6d85aa8 quic: fix infrequent metrics (stem lazy bug)
65da37fe3304c13cea137f20340d911e71f50fd0 doxygen: CI
66b88efaf209a5a29353c6f4b8e50d37e0a49744 doxygen: add initial config
5f034083af80a8ea3dbc8a698c9452aefdce7a86 disco: shred tile unprivileged_init update
5de7eb6a7b8ecb6261c7f88ffa3f96eb0cbb1bef flamenco: increase max_banks
583f64a93988fb3a7dd1b4e9e33d5156e24dc8cd codeql chores update queries, delte obsolte queries, fix findings, add back simpler version of alloca in loop
a37a2f6b3358f576f27d7fe9a335e8fcc549e9ec removed obsolete transaction map
a7996e68dcd2cb9166572e2a34b40555d49ea152 flameco,types: Fix invariant check for BitVectors
e3d24f9d3bbc133e9d4de9f3bb08ca661885bff7 vm: replace github links to master branch with permalinks
e3459002dcbb2beb6eed37456d3ee4ef0f5b215d poh: default lagged leader start to false
87caa71832b949e74e7731ac6f75722fc3473f05 Increase default bundle buffer size
#: 32

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-07-04main

70.43 - TypeScript
27.14 - Solidity
1.11 - JavaScript
0.93 - Dockerfile
0.33 - Shell
0.06 - Makefile
ts: 42
js: 3
yaml: 3
json: 10
+   12 | -    0 | docs/package.json | (870d)2025-07-04
+ 1 | - 0 | examples/mint-burn-oft-adapter/.eslintrc.js | (d103)2025-07-02
+ 14 | - 6 | examples/mint-burn-oft-adapter/hardhat.config.ts | (d103)2025-07-02
+ 57 | - 59 | examples/mint-burn-oft-adapter/layerzero.config.ts | (d103)2025-07-02
+ 4 | - 1 | examples/mint-burn-oft-adapter/package.json | (8641)2025-07-02, (d103)2025-07-02
+ 242 | - 0 | examples/mint-burn-oft-adapter/tasks/sendEvm.ts | (d103)2025-07-02
+ 109 | - 0 | examples/mint-burn-oft-adapter/tasks/sendOFT.ts | (d103)2025-07-02
+ 4 | - 0 | examples/mint-burn-oft-adapter/tasks/types.ts | (d103)2025-07-02
+ 52 | - 4 | examples/mint-burn-oft-adapter/tasks/utils.ts | (870d)2025-07-04, (d103)2025-07-02
+ 121 | - 0 | examples/oapp-solana/docs/move.layerzero.config.ts | (4066)2025-07-04
+ 325 | - 0 | examples/oapp-solana/tasks/aptos/aptosEndpointV2.ts | (4066)2025-07-04
+ 66 | - 0 | examples/oapp-solana/tasks/aptos/aptosSdkFactory.ts | (4066)2025-07-04
+ 54 | - 0 | examples/oapp-solana/tasks/aptos/aptosSignerFactory.ts | (4066)2025-07-04
+ 3 | - 0 | examples/oapp-solana/tasks/aptos/index.ts | (4066)2025-07-04
+ 17 | - 2 | examples/oapp-solana/tasks/common/utils.ts | (4066)2025-07-04
+ 14 | - 1 | examples/oapp-solana/tasks/common/wire.ts | (4066)2025-07-04
+ 2 | - 5 | examples/oapp/hardhat.config.ts | (870d)2025-07-04
+ 2 | - 23 | examples/oapp/layerzero.config.ts | (870d)2025-07-04
+ 1 | - 0 | examples/oapp/package.json | (870d)2025-07-04
+ 1 | - 0 | examples/oft-adapter/.eslintrc.js | (d103)2025-07-02
+ 8 | - 12 | examples/oft-adapter/hardhat.config.ts | (870d)2025-07-04, (d103)2025-07-02
+ 62 | - 70 | examples/oft-adapter/layerzero.config.ts | (870d)2025-07-04, (d103)2025-07-02
+ 4 | - 1 | examples/oft-adapter/package.json | (8641)2025-07-02, (d103)2025-07-02
+ 242 | - 0 | examples/oft-adapter/tasks/sendEvm.ts | (d103)2025-07-02
+ 109 | - 0 | examples/oft-adapter/tasks/sendOFT.ts | (d103)2025-07-02
+ 4 | - 0 | examples/oft-adapter/tasks/types.ts | (d103)2025-07-02
+ 52 | - 4 | examples/oft-adapter/tasks/utils.ts | (870d)2025-07-04, (d103)2025-07-02
+ 121 | - 0 | examples/oft-solana/docs/move.layerzero.config.ts | (4066)2025-07-04
+ 1 | - 0 | examples/oft-upgradeable/.eslintrc.js | (870d)2025-07-04
+ 8 | - 11 | examples/oft-upgradeable/hardhat.config.ts | (870d)2025-07-04
+ 42 | - 50 | examples/oft-upgradeable/layerzero.config.ts | (870d)2025-07-04
+ 2 | - 0 | examples/oft-upgradeable/package.json | (870d)2025-07-04
+ 242 | - 0 | examples/oft-upgradeable/tasks/sendEvm.ts | (870d)2025-07-04
+ 108 | - 0 | examples/oft-upgradeable/tasks/sendOFT.ts | (870d)2025-07-04
+ 4 | - 0 | examples/oft-upgradeable/tasks/types.ts | (870d)2025-07-04
+ 48 | - 0 | examples/oft-upgradeable/tasks/utils.ts | (870d)2025-07-04
+ 2 | - 2 | examples/oft/deploy/MyOFT.ts | (870d)2025-07-04
+ 2 | - 5 | examples/oft/hardhat.config.ts | (870d)2025-07-04, (d103)2025-07-02
+ 3 | - 24 | examples/oft/layerzero.config.ts | (870d)2025-07-04
+ 3 | - 1 | examples/oft/package.json | (8641)2025-07-02, (d103)2025-07-02
+ 242 | - 0 | examples/oft/tasks/sendEvm.ts | (d103)2025-07-02
+ 108 | - 0 | examples/oft/tasks/sendOFT.ts | (d103)2025-07-02
+ 4 | - 0 | examples/oft/tasks/types.ts | (d103)2025-07-02
+ 52 | - 4 | examples/oft/tasks/utils.ts | (870d)2025-07-04, (d103)2025-07-02
+ 2 | - 1 | packages/devtools-move/package.json | (6a5d)2025-07-02
+ 41 | - 7 | packages/devtools-move/tasks/move/utils/config.ts | (6a5d)2025-07-02
+ 98 | - 14 | pnpm-lock.yaml | (870d)2025-07-04, (d103)2025-07-02
+ 1 | - 0 | pnpm-workspace.yaml | (870d)2025-07-04
                    870deb27374119b447cbe64bfb9293ac0e6fe4f1
                    
                    DEVREL-549 docs: example READMEs specs + examples/oft README revamp (#1596)
                
406663f22c727239d80d64789bbe7f850f5f2d72 [INT-419] Solana OApp Aptos compatibility patch (#1599)
6a5d25e37dc1342a483842f77a01c869283f100d INT-406: fix move CLI version checks (#1593) Co-authored-by: alexanderliteplo
8641261d98d23bca325d19b93e8aed566d37718e 🚀 Version packages (#1597) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
d10329134b224ddb73badfffdce6e811b60ac0be DEVREL-518 Feat: add send task to oft (#1561)
#: 33

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-07-04main

78 - Java
18.51 - Python
1.77 - Shell
1.72 - Dockerfile
xml: 1
docker-compose-preprod: 1
docker-compose-profile-advanced-level: 2
docker-compose: 1
+    1 | -    1 | .env.docker-compose | (181a)2025-07-04
+ 1 | - 1 | .env.docker-compose-preprod | (181a)2025-07-04
+ 21 | - 0 | .env.docker-compose-profile-advanced-level | (931e)2025-07-02
+ 21 | - 0 | docker/.env.docker-compose-profile-advanced-level | (931e)2025-07-02
+ 1 | - 1 | pom.xml | (181a)2025-07-04
                    181a357b5fa30e90f4e2f750443af4622c499a72
                    
                    chore: prepare 1.2.11 (#523)

* chore: update pom.xml

* fix: fork gnu config node build (#522)

* fix: node image fork for config

* fix: single docker image fork config files

* chore: update node to 10.4.1 (#524)

* fix: fix lmdb linking
                
931ee747687fdebd0e893dc69784041f34ac5972 feat: Add advanced profile for Docker Compose (#519)
#: 34

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

84.02 - Go
5.57 - JavaScript
3.78 - Solidity
2.81 - Shell
2.13 - Rust
1.33 - Python
0.2 - Makefile
0.12 - Dockerfile
0.05 - HCL
                    95803bb98a303005629e15f3f5b4d7718e6ba1b3
                    
                    Add occ test for pointers (#2224)
                
#: 35

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

87.25 - Go
12.75 - Solidity
mod: 2
go: 128
sum: 2
+    2 | -    0 | commontypes/types.go | (d054)2025-07-03, (3202)2025-07-03
+ 8 | - 8 | go.mod | (d054)2025-07-03, (3202)2025-07-03
+ 8 | - 8 | go.sum | (d054)2025-07-03, (3202)2025-07-03
+ 186 | - 0 | internal/ringbuffer/ringbuffer.go | (d054)2025-07-03, (3202)2025-07-03
+ 16 | - 0 | internal/util/generic.go | (d054)2025-07-03, (3202)2025-07-03
+ 360 | - 0 | networking/internal/ocrendpointv3/responselimit/checker.go | (d054)2025-07-03, (3202)2025-07-03
+ 110 | - 0 | networking/internal/ocrendpointv3/responselimit/policies.go | (d054)2025-07-03, (3202)2025-07-03
+ 62 | - 0 | networking/internal/ocrendpointv3/types/types.go | (d054)2025-07-03, (3202)2025-07-03
+ 56 | - 0 | networking/ocr3_1_peer.go | (d054)2025-07-03, (3202)2025-07-03
+ 1208 | - 0 | networking/ocr_endpoint_v3.go | (d054)2025-07-03, (3202)2025-07-03
+ 86 | - 0 | networking/peer_v2.go | (d054)2025-07-03, (3202)2025-07-03
+ 0 | - 0 | offchainreporting2plus/internal/common/minheap/minheap.go | (d054)2025-07-03, (3202)2025-07-03
+ 8 | - 8 | offchainreporting2plus/internal/common/plugin_caller.go | (d054)2025-07-03, (3202)2025-07-03
+ 0 | - 0 | offchainreporting2plus/internal/common/pool/pool.go | (d054)2025-07-03, (3202)2025-07-03
+ 0 | - 0 | offchainreporting2plus/internal/common/ringbuffer/ringbuffer.go | (d054)2025-07-03, (3202)2025-07-03
+ 2 | - 2 | offchainreporting2plus/internal/common/scheduler/scheduler.go | (d054)2025-07-03, (3202)2025-07-03
+ 464 | - 0 | offchainreporting2plus/internal/managed/limits/ocr3_1_limits.go | (d054)2025-07-03, (3202)2025-07-03
+ 4 | - 2 | offchainreporting2plus/internal/managed/managed_mercury_oracle.go | (d054)2025-07-03, (3202)2025-07-03
+ 578 | - 0 | offchainreporting2plus/internal/managed/managed_ocr3_1_oracle.go | (d054)2025-07-03, (3202)2025-07-03
+ 4 | - 2 | offchainreporting2plus/internal/managed/managed_ocr3_oracle.go | (d054)2025-07-03, (3202)2025-07-03
+ 6 | - 2 | offchainreporting2plus/internal/ocr3/protocol/messagebuffer.go | (d054)2025-07-03, (3202)2025-07-03
+ 6 | - 4 | offchainreporting2plus/internal/ocr3/protocol/outcome_generation.go | (d054)2025-07-03, (3202)2025-07-03
+ 2 | - 2 | offchainreporting2plus/internal/ocr3/protocol/outcome_generation_follower.go | (d054)2025-07-03, (3202)2025-07-03
+ 2 | - 2 | offchainreporting2plus/internal/ocr3/protocol/outcome_generation_leader.go | (d054)2025-07-03, (3202)2025-07-03
+ 10 | - 6 | offchainreporting2plus/internal/ocr3/protocol/transmission.go | (d054)2025-07-03, (3202)2025-07-03
+ 518 | - 0 | offchainreporting2plus/internal/ocr3_1/blobtypes/types.go | (d054)2025-07-03, (3202)2025-07-03
+ 294 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/blob_endpoint.go | (d054)2025-07-03, (3202)2025-07-03
+ 1850 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/blob_exchange.go | (d054)2025-07-03, (3202)2025-07-03
+ 64 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/db.go | (d054)2025-07-03, (3202)2025-07-03
+ 482 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/event.go | (d054)2025-07-03, (3202)2025-07-03
+ 178 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/kv.go | (d054)2025-07-03, (3202)2025-07-03
+ 1046 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/message.go | (d054)2025-07-03, (3202)2025-07-03
+ 64 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/messagebuffer.go | (d054)2025-07-03, (3202)2025-07-03
+ 200 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/metrics.go | (d054)2025-07-03, (3202)2025-07-03
+ 168 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/network.go | (d054)2025-07-03, (3202)2025-07-03
+ 924 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/oracle.go | (d054)2025-07-03, (3202)2025-07-03
+ 842 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/outcome_generation.go | (d054)2025-07-03, (3202)2025-07-03
+ 2802 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/outcome_generation_follower.go | (d054)2025-07-03, (3202)2025-07-03
+ 1236 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/outcome_generation_leader.go | (d054)2025-07-03, (3202)2025-07-03
+ 716 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/pacemaker.go | (d054)2025-07-03, (3202)2025-07-03
+ 136 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/queue/queue.go | (d054)2025-07-03, (3202)2025-07-03
+ 14 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/round_context.go | (d054)2025-07-03, (3202)2025-07-03
+ 1540 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/signed_data.go | (d054)2025-07-03, (3202)2025-07-03
+ 734 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/state_block_synchronization.go | (d054)2025-07-03, (3202)2025-07-03
+ 742 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/state_persistence.go | (d054)2025-07-03, (3202)2025-07-03
+ 16 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/state_tree_synchronization.go | (d054)2025-07-03, (3202)2025-07-03
+ 32 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/telemetry.go | (d054)2025-07-03, (3202)2025-07-03
+ 578 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/transmission.go | (d054)2025-07-03, (3202)2025-07-03
+ 56 | - 0 | offchainreporting2plus/internal/ocr3_1/protocol/types.go | (d054)2025-07-03, (3202)2025-07-03
+ 448 | - 0 | offchainreporting2plus/internal/ocr3_1/serialization/offchainreporting3_1_db.pb.go | (d054)2025-07-03, (3202)2025-07-03
+ 7354 | - 0 | offchainreporting2plus/internal/ocr3_1/serialization/offchainreporting3_1_messages.pb.go | (d054)2025-07-03, (3202)2025-07-03
+ 1674 | - 0 | offchainreporting2plus/internal/ocr3_1/serialization/offchainreporting3_1_telemetry.pb.go | (d054)2025-07-03, (3202)2025-07-03
+ 2478 | - 0 | offchainreporting2plus/internal/ocr3_1/serialization/serialization.go | (d054)2025-07-03, (3202)2025-07-03
+ 2 | - 0 | offchainreporting2plus/internal/ocr3_1/serialization/telemetry.go | (d054)2025-07-03, (3202)2025-07-03
+ 258 | - 0 | offchainreporting2plus/internal/shim/ocr3_1_database.go | (d054)2025-07-03, (3202)2025-07-03
+ 838 | - 0 | offchainreporting2plus/internal/shim/ocr3_1_key_value_store.go | (d054)2025-07-03, (3202)2025-07-03
+ 192 | - 0 | offchainreporting2plus/internal/shim/ocr3_1_reporting_plugin.go | (d054)2025-07-03, (3202)2025-07-03
+ 804 | - 0 | offchainreporting2plus/internal/shim/ocr3_1_serializing_endpoint.go | (d054)2025-07-03, (3202)2025-07-03
+ 116 | - 0 | offchainreporting2plus/internal/shim/ocr3_1_telemetry_sender.go | (d054)2025-07-03, (3202)2025-07-03
+ 68 | - 0 | offchainreporting2plus/ocr3_1types/blob.go | (d054)2025-07-03, (3202)2025-07-03
+ 54 | - 0 | offchainreporting2plus/ocr3_1types/db.go | (d054)2025-07-03, (3202)2025-07-03
+ 164 | - 0 | offchainreporting2plus/ocr3_1types/kv.go | (d054)2025-07-03, (3202)2025-07-03
+ 532 | - 0 | offchainreporting2plus/ocr3_1types/plugin.go | (d054)2025-07-03, (3202)2025-07-03
+ 158 | - 0 | offchainreporting2plus/oracle.go | (d054)2025-07-03, (3202)2025-07-03
+ 300 | - 0 | offchainreporting2plus/types/network.go | (d054)2025-07-03, (3202)2025-07-03
+ 58 | - 2 | offchainreporting2plus/types/types.go | (d054)2025-07-03, (3202)2025-07-03
                    d054fa589c01c532360592467663a34301d35f7f
                    
                    Merge pull request #115 from smartcontractkit/copy-cb8e5eb65c417703b7d35c96a95b9e13a2d14020

Copy cb8e5eb65c417703b7d35c96a95b9e13a2d14020


Co-authored-by: Kostis Karantias 
Co-authored-by: Philipp Schindler <[email protected]>
Co-authored-by: stchrysa 
                
3202604a6661233b09a4c335feb71a49f7cf5c50 Improvements: - Move to go1.24 - OCR3.1 alpha Based on cb8e5eb65c417703b7d35c96a95b9e13a2d14020 Co-authored-by: Kostis Karantias Co-authored-by: Philipp Schindler <[email protected]> Co-authored-by: stchrysa
ac7eac4f28faf57dc3b979f931d4c64d85c345c5 Update README
#: 36

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

66.69 - TypeScript
33.23 - Rust
0.04 - Shell
0.04 - JavaScript
json: 7
yml: 1
ts: 20
toml: 5
rs: 72
js: 2
+    0 | -    1 | .github/actions/anchor/action.yml | (979b)2025-07-03
+ 45 | - 1 | Anchor.toml | (2509)2025-07-03
+ 1 | - 1 | legacy-sdk/cli/package.json | (6383)2025-07-03
+ 1 | - 1 | legacy-sdk/cli/src/commands/initialize_tick_array.ts | (2509)2025-07-03
+ 2 | - 2 | legacy-sdk/cli/src/commands/open_position.ts | (2509)2025-07-03
+ 1 | - 1 | legacy-sdk/whirlpool/package.json | (6383)2025-07-03
+ 4 | - 4 | legacy-sdk/whirlpool/src/impl/whirlpool-client-impl.ts | (2509)2025-07-03
+ 27 | - 11 | legacy-sdk/whirlpool/src/impl/whirlpool-impl.ts | (2509)2025-07-03
+ 1 | - 0 | legacy-sdk/whirlpool/src/instructions/index.ts | (2509)2025-07-03
+ 59 | - 0 | legacy-sdk/whirlpool/src/instructions/initialize-dynamic-tick-array-ix.ts | (2509)2025-07-03
+ 7 | - 0 | legacy-sdk/whirlpool/src/ix.ts | (2509)2025-07-03
+ 39 | - 6 | legacy-sdk/whirlpool/src/network/public/parsing.ts | (2509)2025-07-03
+ 49 | - 1 | legacy-sdk/whirlpool/src/types/public/anchor-types.ts | (2509)2025-07-03
+ 1 | - 0 | legacy-sdk/whirlpool/src/whirlpool-client.ts | (2509)2025-07-03
+ 1 | - 1 | programs/whirlpool/Cargo.toml | (6383)2025-07-03
+ 1 | - 1 | programs/whirlpool/package.json | (6383)2025-07-03
+ 3 | - 0 | programs/whirlpool/src/errors.rs | (2509)2025-07-03
+ 26 | - 5 | programs/whirlpool/src/instructions/decrease_liquidity.rs | (2509)2025-07-03
+ 15 | - 0 | programs/whirlpool/src/instructions/idl_include.rs | (2509)2025-07-03
+ 37 | - 9 | programs/whirlpool/src/instructions/increase_liquidity.rs | (2509)2025-07-03
+ 110 | - 0 | programs/whirlpool/src/instructions/initialize_dynamic_tick_array.rs | (2509)2025-07-03
+ 2 | - 2 | programs/whirlpool/src/instructions/initialize_tick_array.rs | (2509)2025-07-03
+ 4 | - 0 | programs/whirlpool/src/instructions/mod.rs | (2509)2025-07-03
+ 10 | - 1 | programs/whirlpool/src/instructions/open_bundled_position.rs | (2509)2025-07-03
+ 7 | - 0 | programs/whirlpool/src/instructions/open_position.rs | (2509)2025-07-03
+ 7 | - 0 | programs/whirlpool/src/instructions/open_position_with_metadata.rs | (2509)2025-07-03
+ 7 | - 0 | programs/whirlpool/src/instructions/open_position_with_token_extensions.rs | (2509)2025-07-03
+ 51 | - 0 | programs/whirlpool/src/instructions/reset_position_range.rs | (2509)2025-07-03
+ 3 | - 5 | programs/whirlpool/src/instructions/swap.rs | (2509)2025-07-03
+ 8 | - 10 | programs/whirlpool/src/instructions/two_hop_swap.rs | (2509)2025-07-03
+ 11 | - 6 | programs/whirlpool/src/instructions/update_fees_and_rewards.rs | (2509)2025-07-03
+ 26 | - 5 | programs/whirlpool/src/instructions/v2/decrease_liquidity.rs | (2509)2025-07-03
+ 37 | - 9 | programs/whirlpool/src/instructions/v2/increase_liquidity.rs | (2509)2025-07-03
+ 6 | - 11 | programs/whirlpool/src/instructions/v2/swap.rs | (2509)2025-07-03
+ 11 | - 15 | programs/whirlpool/src/instructions/v2/two_hop_swap.rs | (2509)2025-07-03
+ 27 | - 1 | programs/whirlpool/src/lib.rs | (2509)2025-07-03
+ 170 | - 22 | programs/whirlpool/src/manager/liquidity_manager.rs | (2509)2025-07-03
+ 1 | - 0 | programs/whirlpool/src/manager/mod.rs | (2509)2025-07-03
+ 39 | - 39 | programs/whirlpool/src/manager/swap_manager.rs | (2509)2025-07-03
+ 445 | - 0 | programs/whirlpool/src/manager/tick_array_manager.rs | (2509)2025-07-03
+ 2 | - 2 | programs/whirlpool/src/manager/tick_manager.rs | (2509)2025-07-03
+ 1054 | - 0 | programs/whirlpool/src/state/dynamic_tick_array.rs | (2509)2025-07-03
+ 429 | - 0 | programs/whirlpool/src/state/fixed_tick_array.rs | (2509)2025-07-03
+ 8 | - 0 | programs/whirlpool/src/state/mod.rs | (2509)2025-07-03
+ 19 | - 499 | programs/whirlpool/src/state/tick.rs | (2509)2025-07-03
+ 855 | - 0 | programs/whirlpool/src/state/tick_array.rs | (2509)2025-07-03
+ 73 | - 0 | programs/whirlpool/src/state/zeroed_tick_array.rs | (2509)2025-07-03
+ 121 | - 593 | programs/whirlpool/src/util/sparse_swap.rs | (2509)2025-07-03
+ 26 | - 27 | programs/whirlpool/src/util/swap_tick_sequence.rs | (2509)2025-07-03
+ 2 | - 2 | rust-sdk/client/Cargo.toml | (6383)2025-07-03, (2509)2025-07-03
+ 8 | - 1 | rust-sdk/client/codama.js | (2509)2025-07-03
+ 1 | - 1 | rust-sdk/client/package.json | (6383)2025-07-03
+ 35 | - 0 | rust-sdk/client/src/core_types/dynamic_tick_array.rs | (2509)2025-07-03
+ 25 | - 0 | rust-sdk/client/src/core_types/fixed_tick_array.rs | (2509)2025-07-03
+ 2 | - 0 | rust-sdk/client/src/core_types/mod.rs | (2509)2025-07-03
+ 79 | - 15 | rust-sdk/client/src/core_types/tick_array.rs | (2509)2025-07-03
+ 1 | - 2 | rust-sdk/client/src/gpa/adaptive_fee_tier.rs | (2509)2025-07-03
+ 40 | - 0 | rust-sdk/client/src/gpa/dynamic_tick_array.rs | (2509)2025-07-03
+ 1 | - 2 | rust-sdk/client/src/gpa/fee_tier.rs | (2509)2025-07-03
+ 40 | - 0 | rust-sdk/client/src/gpa/fixed_tick_array.rs | (2509)2025-07-03
+ 1 | - 1 | rust-sdk/client/src/gpa/lock_config.rs | (2509)2025-07-03
+ 4 | - 0 | rust-sdk/client/src/gpa/mod.rs | (2509)2025-07-03
+ 1 | - 2 | rust-sdk/client/src/gpa/oracle.rs | (2509)2025-07-03
+ 2 | - 5 | rust-sdk/client/src/gpa/position.rs | (2509)2025-07-03
+ 1 | - 2 | rust-sdk/client/src/gpa/position_bundle.rs | (2509)2025-07-03
+ 50 | - 14 | rust-sdk/client/src/gpa/tick_array.rs | (2509)2025-07-03
+ 1 | - 2 | rust-sdk/client/src/gpa/token_badge.rs | (2509)2025-07-03
+ 1 | - 3 | rust-sdk/client/src/gpa/whirlpool.rs | (2509)2025-07-03
+ 1 | - 3 | rust-sdk/client/src/gpa/whirlpools_config.rs | (2509)2025-07-03
+ 4 | - 3 | rust-sdk/client/src/gpa/whirlpools_config_extension.rs | (2509)2025-07-03
+ 3 | - 0 | rust-sdk/client/src/lib.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/adaptive_fee_tier.rs | (2509)2025-07-03
+ 8 | - 0 | rust-sdk/client/src/state/dynamic_tick_array.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/fee_tier.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/fixed_tick_array.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/lock_config.rs | (2509)2025-07-03
+ 31 | - 0 | rust-sdk/client/src/state/mod.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/oracle.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/position.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/position_bundle.rs | (2509)2025-07-03
+ 341 | - 0 | rust-sdk/client/src/state/tick_array.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/token_badge.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/whirlpool.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/whirlpools_config.rs | (2509)2025-07-03
+ 1 | - 0 | rust-sdk/client/src/state/whirlpools_config_extension.rs | (2509)2025-07-03
+ 1 | - 1 | rust-sdk/whirlpool/Cargo.toml | (6383)2025-07-03
+ 1 | - 1 | rust-sdk/whirlpool/package.json | (6383)2025-07-03
+ 10 | - 6 | rust-sdk/whirlpool/src/create_pool.rs | (2509)2025-07-03
+ 5 | - 3 | rust-sdk/whirlpool/src/decrease_liquidity.rs | (2509)2025-07-03
+ 5 | - 3 | rust-sdk/whirlpool/src/harvest.rs | (2509)2025-07-03
+ 11 | - 9 | rust-sdk/whirlpool/src/increase_liquidity.rs | (2509)2025-07-03
+ 6 | - 3 | rust-sdk/whirlpool/src/swap.rs | (2509)2025-07-03
+ 0 | - 2 | rust-sdk/whirlpool/src/token.rs | (2509)2025-07-03
+ 8 | - 1 | ts-sdk/client/codama.js | (2509)2025-07-03
+ 1 | - 1 | ts-sdk/client/package.json | (6383)2025-07-03
+ 69 | - 0 | ts-sdk/client/src/gpa/dynamicTickArray.ts | (2509)2025-07-03
+ 69 | - 0 | ts-sdk/client/src/gpa/fixedTickArray.ts | (2509)2025-07-03
+ 1 | - 1 | ts-sdk/client/src/gpa/index.ts | (2509)2025-07-03
+ 36 | - 40 | ts-sdk/client/src/gpa/tickArray.ts | (2509)2025-07-03
+ 1 | - 0 | ts-sdk/client/src/index.ts | (2509)2025-07-03
+ 7 | - 0 | ts-sdk/client/src/state/dynamicTickArray.ts | (2509)2025-07-03
+ 2 | - 0 | ts-sdk/client/src/state/index.ts | (2509)2025-07-03
+ 219 | - 0 | ts-sdk/client/src/state/tickArray.ts | (2509)2025-07-03
+ 1 | - 1 | ts-sdk/whirlpool/package.json | (6383)2025-07-03
+ 5 | - 4 | ts-sdk/whirlpool/src/createPool.ts | (2509)2025-07-03
+ 8 | - 6 | ts-sdk/whirlpool/src/increaseLiquidity.ts | (2509)2025-07-03
                    14bde355d3d0d364be11d490776891dbf0b08e07
                    
                    Cargo.lock files update (#998)

* Cargo.lock files are updated

* changeset
                
63833e8214cbf77d2bfb7aa927a0daafe190ac1e Publish Packages
979bfc86ca010f568605e12fcc5dabfd57e8b625 remove solana airdrop command (devnet is halted) (#997)
2509ad9d9894a38c922e6e84a6a3a9de5e9ccd2d Dynamic TickArray (#970) * Squash commit from variable-tas-release This commit squashes the changes from the branch variable-tas-release. The branch variable-tas-release is based on the original branch wjthieme/variable-tas. Co-authored-by: yugure-orca <[email protected]> * changeset * Fix and test (#982) * changeset update * Update Cargo.lock --------- Co-authored-by: Will <[email protected]> Co-authored-by: Calin <[email protected]>
#: 37

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

99.46 - Go
0.42 - Shell
0.1 - Solidity
0.03 - Dockerfile
yml: 1
+    1 | -    5 | .github/workflows/ci.yml | (cfd3)2025-07-02
                    be170fa58647bf670164020df5e8229d56757832
                    
                    cut v0.15.1 in release.md (#1032)

Signed-off-by: Ceyhun Onur 
                
36b84a76df7ab51b3ec41b4344a255a3c2057c49 chore: move evm config markdown (#1030) Signed-off-by: Owen
6b5d08f6caaef0f2c1fcaf70fc2b3ddbeed69aa0 feat: c-chain config markdown (#1027)
cfd37ff90c018a86e89048feff25af4a98132141 Remove Widnows CI tests (#1028)
#: 38

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

53.84 - JavaScript
35.99 - Solidity
4.93 - Ruby
4.84 - Python
0.34 - Shell
0.06 - Makefile
sol: 3
+    1 | -    1 | contracts/utils/cryptography/signers/MultiSignerERC7913Upgradeable.sol | (036a)2025-07-03
+ 12 | - 8 | contracts/utils/cryptography/signers/MultiSignerERC7913WeightedUpgradeable.sol | (d3a8)2025-07-03, (9771)2025-07-03
                    d3a84f4f51f2a8e5b1c89777c0a8733dc94e0eba
                    
                    Transpile 0aaa23e57
                
3ed256117076c13e43fe6f644523ca6115f4fe19 Transpile 5936cd802
9771e9651e627fe25a860b010ab04484f7cae4d5 Transpile 292b3542f
036a25c4a545352646b25eef494cd22ee9b6c316 Transpile 6e14ecc01
#: 39

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

93.52 - TypeScript
4.35 - CSS
1.98 - JavaScript
0.15 - HTML
json: 11
ico: 1
gz: 1
js: 2
txt: 2
ts: 10
gitignore: 1
+    0 | -    1 | .gitignore | (29b8)2025-07-02
+ 0 | - 0 | .yarn/install-state.gz | (29b8)2025-07-02
+ 1 | - 1 | biome.json | (29b8)2025-07-02
+ 143 | - 0 | docs/docs.json | (29b8)2025-07-02
+ 0 | - 0 | docs/favicon.ico | (29b8)2025-07-02
+ 196 | - 0 | docs/llms-full.txt | (29b8)2025-07-02
+ 33 | - 0 | docs/llms.txt | (29b8)2025-07-02
+ 3 | - 1 | package.json | (29b8)2025-07-02
+ 9 | - 2 | packages/ledger/package.json | (29b8)2025-07-02
+ 4766 | - 1 | packages/mcp-server/coverage.json | (29b8)2025-07-02
+ 7 | - 4 | packages/mcp-server/jest.config.js | (29b8)2025-07-02
+ 2 | - 1 | packages/mcp-server/package.json | (dc47)2025-07-03, (29b8)2025-07-02
+ 1 | - 1 | packages/mcp-server/src/core/chains.ts | (29b8)2025-07-02
+ 1 | - 1 | packages/mcp-server/src/core/config.ts | (29b8)2025-07-02
+ 4 | - 4 | packages/mcp-server/src/core/services/balance.ts | (29b8)2025-07-02
+ 1 | - 1 | packages/mcp-server/src/core/services/tokens.ts | (29b8)2025-07-02
+ 4 | - 0 | packages/mcp-server/src/mintlify/config.ts | (29b8)2025-07-02
+ 1 | - 0 | packages/mcp-server/src/mintlify/index.ts | (29b8)2025-07-02
+ 87 | - 0 | packages/mcp-server/src/mintlify/search.ts | (29b8)2025-07-02
+ 28 | - 0 | packages/mcp-server/src/mintlify/types.ts | (29b8)2025-07-02
+ 24 | - 0 | packages/mcp-server/src/mintlify/utils.ts | (29b8)2025-07-02
+ 5 | - 0 | packages/mcp-server/src/server/server.ts | (29b8)2025-07-02
+ 7 | - 1 | packages/precompiles/package.json | (29b8)2025-07-02
+ 9 | - 2 | packages/registry/package.json | (29b8)2025-07-02
+ 6 | - 2 | packages/sei-global-wallet/package.json | (29b8)2025-07-02
+ 0 | - 9 | typedoc.base.json | (29b8)2025-07-02
+ 0 | - 23 | typedoc.config.js | (29b8)2025-07-02
                    dc47417cb3fefa2a452b9d031791271342149387
                    
                    Version Packages (#268)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
                
29b8c157355b1eaa07b2166b2bccd8e83cba681f Docs & MCP docs context (#265) * Added initial mintlify pages * Added new docs and a tool to MCP server to read from the docs * Updated install state * Added changeset * Removed typedoc config files * Added missing dependency
#: 40

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

97.03 - Go
2.26 - Shell
0.49 - Makefile
0.1 - Ruby
0.08 - Python
0.04 - Dockerfile
mod: 1
go: 1
sum: 1
+    1 | -    1 | go.mod | (f39b)2025-07-02
+ 2 | - 2 | go.sum | (f39b)2025-07-02
+ 1 | - 1 | utils/bank.go | (c8ab)2025-07-03
                    c8ab5422af8161d9d72f07677dea10fa95d2eb42
                    
                    Merge pull request #930 from neutron-org/fix/sanitize_coins

Fix SanitizeCoins logic
                
f39b4a15cf04f8ea6d812d188bfb9e94eb2398c0 upd wasmd
#: 41

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

97.38 - JavaScript
2.19 - TypeScript
0.39 - Solidity
0.02 - Dockerfile
0.01 - Shell
yaml: 2
json: 1
yml: 6
+    3 | -    3 | .github/workflows/build.yml | (7281)2025-07-03
+ 1 | - 1 | .github/workflows/common_js.yml | (7281)2025-07-03
+ 1 | - 1 | .github/workflows/pages.yml | (7281)2025-07-03
+ 1 | - 1 | .github/workflows/pr_check.yml | (7281)2025-07-03
+ 3 | - 3 | .github/workflows/publish_release.yaml | (7281)2025-07-03
+ 2 | - 2 | .github/workflows/react_native.yml | (7281)2025-07-03
+ 1 | - 1 | .github/workflows/renovate.yml | (7281)2025-07-03
+ 1 | - 1 | packages/cryptography/package.json | (d9cc)2025-07-02
+ 65 | - 72 | packages/cryptography/pnpm-lock.yaml | (d9cc)2025-07-02
                    7281dfacc2fc2103a1016ef5e018f95c7c14b3ec
                    
                    chore(deps): bump step-security/harden-runner from 2.12.1 to 2.12.2 (#3188)

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
                
4ed84b8dab1a15edce8ab21837118f5c3a5fb137 docs: migration to using hiero/sdk v3 package (#3207) Signed-off-by: Ivaylo Nikolov
7d15f2b4231b7557a86a5a3f0f36f128630a4cf2 docs: add JSDoc pages to README.md (#3204) Signed-off-by: Ivaylo Nikolov
d9cc43c00bddf3ce246809cf55dc0408dec98fc3 chore(deps-dev): bump @types/node from 22.15.29 to 24.0.8 in /packages/cryptography (#3190) Signed-off-by: dependabot[bot] Signed-off-by: ivaylonikolov7 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ivaylonikolov7
#: 42

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

54.59 - TypeScript
31.36 - Vue
12.11 - JavaScript
1.44 - SCSS
0.35 - Shell
0.08 - Dockerfile
0.05 - Smarty
0.02 - HTML
tpl: 1
yaml: 22
+    6 | -    1 | charts/transaction-tool/Chart.yaml | (cb8d)2025-07-03
+ 0 | - 16625 | charts/transaction-tool/crds/cnpg-1.24.1.yaml | (cb8d)2025-07-03
+ 1 | - 1 | charts/transaction-tool/templates/_helpers.tpl | (cb8d)2025-07-03
+ 3 | - 3 | charts/transaction-tool/templates/api-deployment.yaml | (cb8d)2025-07-03
+ 3 | - 3 | charts/transaction-tool/templates/chain-deployment.yaml | (cb8d)2025-07-03
+ 3 | - 3 | charts/transaction-tool/templates/notifications-deployment.yaml | (cb8d)2025-07-03
+ 0 | - 13 | charts/transaction-tool/templates/pgsql-cluster.yaml | (cb8d)2025-07-03
+ 28 | - 56 | charts/transaction-tool/templates/secrets.yaml | (cb8d)2025-07-03
+ 12 | - 0 | charts/transaction-tool/templates/stackgres/SGInstanceProfile-coordinator.yaml | (cb8d)2025-07-03
+ 12 | - 0 | charts/transaction-tool/templates/stackgres/SGInstanceProfile-worker.yaml | (cb8d)2025-07-03
+ 15 | - 0 | charts/transaction-tool/templates/stackgres/SGObjectStorage.yaml | (cb8d)2025-07-03
+ 9 | - 0 | charts/transaction-tool/templates/stackgres/SGPoolingConfig-coordinator.yaml | (cb8d)2025-07-03
+ 9 | - 0 | charts/transaction-tool/templates/stackgres/SGPoolingConfig-worker.yaml | (cb8d)2025-07-03
+ 9 | - 0 | charts/transaction-tool/templates/stackgres/SGPostgresConfig-coordinator.yaml | (cb8d)2025-07-03
+ 9 | - 0 | charts/transaction-tool/templates/stackgres/SGPostgresConfig-worker.yaml | (cb8d)2025-07-03
+ 9 | - 0 | charts/transaction-tool/templates/stackgres/SGPostgresConfig.yaml | (cb8d)2025-07-03
+ 15 | - 0 | charts/transaction-tool/templates/stackgres/SGScript-coordinator.yaml | (cb8d)2025-07-03
+ 15 | - 0 | charts/transaction-tool/templates/stackgres/SGScript-worker.yaml | (cb8d)2025-07-03
+ 9 | - 0 | charts/transaction-tool/templates/stackgres/SGShardedCluster.yaml | (cb8d)2025-07-03
+ 8 | - 0 | charts/transaction-tool/templates/stackgres/ServiceAccount.yaml | (cb8d)2025-07-03
+ 227 | - 0 | charts/transaction-tool/values-dev.yaml | (cb8d)2025-07-03
+ 459 | - 0 | charts/transaction-tool/values-prod.yaml | (cb8d)2025-07-03
+ 38 | - 24 | charts/transaction-tool/values.yaml | (cb8d)2025-07-03
                    cb8de5e0599803d66188eaeb55c2947fd01c4460
                    
                    Init stackgres (#1696)

Signed-off-by: Shezaan T 
                
#: 43

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

97.14 - TypeScript
1.35 - JavaScript
0.78 - EJS
0.59 - CSS
0.14 - HTML
yaml: 2
json: 4
html: 2
ts: 114
tsx: 171
+    3 | -    0 | .github/workflows/publish.yaml | (d9e1)2025-07-03, (223e)2025-07-03
+ 0 | - 28 | 404.html | (d9e1)2025-07-03
+ 1 | - 1 | e2e/constants/staking.ts | (8c4a)2025-07-02
+ 2 | - 2 | e2e/unbonding.spec.ts | (8c4a)2025-07-02
+ 2 | - 2 | e2e/withdrawing.spec.ts | (8c4a)2025-07-02
+ 1 | - 0 | index.html | (223e)2025-07-03
+ 43 | - 0 | package-lock.json | (d9e1)2025-07-03, (223e)2025-07-03
+ 2 | - 0 | package.json | (d9e1)2025-07-03, (223e)2025-07-03
+ 3 | - 3 | sentry.client.config.ts | (8c4a)2025-07-02
+ 13 | - 10 | src/main.tsx | (d9e1)2025-07-03, (8c4a)2025-07-02
+ 2 | - 16 | src/not-found.tsx | (d9e1)2025-07-03, (8c4a)2025-07-02
+ 9 | - 0 | src/ui/baby/index.tsx | (d9e1)2025-07-03
+ 1 | - 1 | src/ui/common/api/apiWrapper.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/error/index.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/getBsn.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/getDelegations.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/getDelegationsV2.ts | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/api/getFinalityProviders.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/api/getFinalityProvidersV2.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/api/getNetworkInfo.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/getStats.ts | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/api/getSystemStats.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/getUnbondingEligibility.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/healthCheckClient.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/httpStatusCodes.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/api/logTermAcceptance.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/api/postFilterOrdinals.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/postUnbonding.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/api/verifyBTCAddress.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Alerts/Alert.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Banner/Banner.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Common/AuthGuard/index.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Common/Body/index.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Common/GridTable/components/TCell.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Common/GridTable/components/THead.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Common/GridTable/index.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Common/GridTable/types.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Common/GridTable/utils.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Common/Hint/index.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Container/Container.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Delegations/Activity.tsx | (8c4a)2025-07-02
+ 12 | - 12 | src/ui/common/components/Delegations/Delegation.tsx | (8c4a)2025-07-02
+ 7 | - 7 | src/ui/common/components/Delegations/DelegationActions.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Delegations/DelegationList/NoDelegations.tsx | (8c4a)2025-07-02
+ 5 | - 5 | src/ui/common/components/Delegations/DelegationList/components/ActionButton.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Delegations/DelegationList/components/Amount.tsx | (8c4a)2025-07-02
+ 13 | - 13 | src/ui/common/components/Delegations/DelegationList/components/DelegationModal.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Delegations/DelegationList/components/FinalityProviderMoniker.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Delegations/DelegationList/components/Inception.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Delegations/DelegationList/components/Overflow.tsx | (8c4a)2025-07-02
+ 9 | - 9 | src/ui/common/components/Delegations/DelegationList/components/SlashingContent.tsx | (8c4a)2025-07-02
+ 8 | - 8 | src/ui/common/components/Delegations/DelegationList/components/Status.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Delegations/DelegationList/components/TxHash.tsx | (8c4a)2025-07-02
+ 10 | - 7 | src/ui/common/components/Delegations/DelegationList/index.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Delegations/DelegationList/utils.ts | (8c4a)2025-07-02
+ 19 | - 19 | src/ui/common/components/Delegations/Delegations.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Delegations/components/DelegationCell.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Error/GenericError.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/FAQ/FAQ.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/FAQ/Section.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/FAQ/data/questions.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Footer/Footer.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Hash/Hash.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Header/Header.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Header/SimplifiedHeader.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Loading/Loading.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Logo/Icon.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Logo/Logo.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Logo/SmallLogo.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Menu/MenuButton.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Menu/MenuContent.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Modals/CancelFeedbackModal.tsx | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/components/Modals/ClaimRewardModal.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Modals/ClaimStatusModal/ClaimStatusModal.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Modals/ClaimStatusModal/SuccessContent.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Modals/ConfirmationModal.tsx | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/components/Modals/ErrorModal.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Modals/InfoModal.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Modals/MultistakingModal/MultistakingStartModal.tsx | (8c4a)2025-07-02
+ 9 | - 9 | src/ui/common/components/Modals/PreviewModal.tsx | (8c4a)2025-07-02
+ 9 | - 9 | src/ui/common/components/Modals/PreviewMultistakingModal.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Modals/RegistrationModal/RegistrationEndModal.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Modals/RegistrationModal/RegistrationStartModal.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Modals/ResponsiveDialog.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Modals/SignDetailsModal.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Modals/SignModal/SignModal.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Modals/SignModal/Step.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Modals/SlashingModal.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Modals/StakeModal.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Modals/SubmitModal.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Modals/SuccessFeedbackModal.tsx | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/components/Modals/UnbondModal.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Modals/VerificationModal.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Modals/WalletDisconnectModal.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Modals/WithdrawModal.tsx | (8c4a)2025-07-02
+ 19 | - 11 | src/ui/common/components/Multistaking/BsnFinalityProviderField/BsnFinalityProviderField.tsx | (b4d4)2025-07-02, (8c4a)2025-07-02
+ 5 | - 5 | src/ui/common/components/Multistaking/BsnFinalityProviderField/BsnFinalityProviderItem.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Multistaking/BsnFinalityProviderField/SelectedProvidersList.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Multistaking/ChainSelectionModal/ChainSelectionModal.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Multistaking/CounterButton.tsx | (8c4a)2025-07-02
+ 5 | - 93 | src/ui/common/components/Multistaking/FinalityProviderField/FinalityProviderField.tsx | (b4d4)2025-07-02, (8c4a)2025-07-02
+ 3 | - 49 | src/ui/common/components/Multistaking/FinalityProviderField/FinalityProviderItem.tsx | (b4d4)2025-07-02, (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Multistaking/FinalityProviderField/FinalityProviderModal.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Multistaking/FinalityProviderField/FinalityProviders.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Multistaking/FinalityProviders/FinalityProviderFilter.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Multistaking/FinalityProviders/FinalityProviderSearch.tsx | (8c4a)2025-07-02
+ 5 | - 5 | src/ui/common/components/Multistaking/FinalityProviders/FinalityProviderTable.tsx | (8c4a)2025-07-02
+ 6 | - 6 | src/ui/common/components/Multistaking/MultistakingForm/AmountBalanceInfo.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Multistaking/MultistakingForm/AmountSubsection.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Multistaking/MultistakingForm/BTCFeeRate.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Multistaking/MultistakingForm/ConnectButton.tsx | (8c4a)2025-07-02
+ 21 | - 0 | src/ui/common/components/Multistaking/MultistakingForm/FeesSection.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Multistaking/MultistakingForm/FormAlert.tsx | (8c4a)2025-07-02
+ 17 | - 18 | src/ui/common/components/Multistaking/MultistakingForm/MultistakingForm.tsx | (b4d4)2025-07-02, (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Multistaking/MultistakingForm/MultistakingFormWrapper.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Multistaking/MultistakingForm/SubSection.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Multistaking/MultistakingForm/SubmitButton.tsx | (8c4a)2025-07-02
+ 24 | - 25 | src/ui/common/components/Multistaking/MultistakingModal/MultistakingModal.tsx | (b4d4)2025-07-02, (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/NetworkBadge/NetworkBadge.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Notification/DetailsButton.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Notification/FloatingTopBar.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Notification/IconWrapper.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Notification/Notification.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Notification/NotificationContainer.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Notification/NotificationText.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Notification/NotificationTitle.tsx | (8c4a)2025-07-02
+ 10 | - 10 | src/ui/common/components/PersonalBalance/PersonalBalance.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Section/Section.tsx | (8c4a)2025-07-02
+ 5 | - 5 | src/ui/common/components/SignDetails/SignDetails.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Stakers/Staker.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Staking/DelegationForm/components/AmountField.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Staking/DelegationForm/components/BBNFeeAmount.tsx | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/components/Staking/DelegationForm/components/BTCFeeAmount.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Staking/DelegationForm/components/BTCFeeRate.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/DelegationForm/components/FeeItem.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/DelegationForm/components/FeeSection.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Staking/DelegationForm/components/InfoAlert.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/DelegationForm/components/Overlay.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Staking/DelegationForm/components/SubmitButton.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/DelegationForm/components/TermField.tsx | (8c4a)2025-07-02
+ 5 | - 5 | src/ui/common/components/Staking/DelegationForm/components/Total.tsx | (8c4a)2025-07-02
+ 9 | - 9 | src/ui/common/components/Staking/DelegationForm/index.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/FeeModal/components/CustomLabel.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/FeeModal/components/Label.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/FeeModal/components/WarningTooltip.tsx | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/components/Staking/FeeModal/index.tsx | (8c4a)2025-07-02
+ 5 | - 5 | src/ui/common/components/Staking/FinalityProviders/FinalityProviderColumns.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Staking/FinalityProviders/FinalityProviderFilter.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/FinalityProviders/FinalityProviderLogo.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Staking/FinalityProviders/FinalityProviderSearch.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/components/Staking/FinalityProviders/FinalityProviderTable.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/FinalityProviders/FinalityProviderTableStatusView.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/FinalityProviders/FinalityProviders.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Staking/FinalityProviders/components/FPInfo.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/Form/States/Message.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/components/Staking/Form/States/WalletNotConnected.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Staking/Form/validation/validation.ts | (8c4a)2025-07-02
+ 6 | - 6 | src/ui/common/components/Staking/StakingForm.tsx | (8c4a)2025-07-02
+ 10 | - 10 | src/ui/common/components/Staking/StakingModal/index.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Stats/ActionComponent.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/Stats/StatItem.tsx | (8c4a)2025-07-02
+ 6 | - 6 | src/ui/common/components/Stats/Stats.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/components/Stats/icons/index.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/components/ThemeToggle/ThemeToggle.tsx | (8c4a)2025-07-02
+ 8 | - 8 | src/ui/common/components/Wallet/Connect.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/index.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/network/bbn.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/network/bbn/bsn-devnet.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/network/bbn/canary.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/network/bbn/devnet.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/network/bbn/edge-devnet.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/network/bbn/mainnet.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/network/bbn/urlUtils.ts | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/config/network/btc.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/network/index.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/config/screen-breakpoints.ts | (8c4a)2025-07-02
+ 5 | - 5 | src/ui/common/constants.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/constants/endpoints.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/constants/errorMessages.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/constants/index.ts | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/context/Error/ErrorProvider.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/context/Error/errors/clientError.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/context/Error/errors/index.ts | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/context/Error/errors/serverError.ts | (8c4a)2025-07-02
+ 0 | - 5 | src/ui/common/context/SearchParamsProvider.tsx | (d9e1)2025-07-03, (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/context/api/StakingStatsProvider.tsx | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/context/rpc/BbnRpcProvider.tsx | (8c4a)2025-07-02
+ 8 | - 8 | src/ui/common/context/wallet/BTCWalletProvider.tsx | (8c4a)2025-07-02
+ 7 | - 7 | src/ui/common/context/wallet/CosmosWalletProvider.tsx | (8c4a)2025-07-02
+ 7 | - 7 | src/ui/common/context/wallet/WalletConnectionProvider.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/errors/codes.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/errors/index.ts | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/global-error.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/hooks/client/api/useBTCBalance.ts | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/hooks/client/api/useBsn.ts | (8c4a)2025-07-02
+ 7 | - 7 | src/ui/common/hooks/client/api/useDelegations.ts | (8c4a)2025-07-02
+ 7 | - 7 | src/ui/common/hooks/client/api/useDelegationsV2.ts | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/hooks/client/api/useFinalityProviders.ts | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/hooks/client/api/useFinalityProvidersV2.ts | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/hooks/client/api/useNetworkFees.ts | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/hooks/client/api/useNetworkInfo.ts | (8c4a)2025-07-02
+ 9 | - 9 | src/ui/common/hooks/client/api/useOrdinals.ts | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/hooks/client/api/usePrices.ts | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/hooks/client/api/useSystemStats.ts | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/hooks/client/api/useUTXOs.ts | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/hooks/client/rpc/mutation/useBbnTransaction.ts | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/hooks/client/rpc/mutation/useSigningStargateClient.ts | (8c4a)2025-07-02
+ 6 | - 6 | src/ui/common/hooks/client/rpc/queries/useBbnQuery.ts | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/hooks/client/rpc/useRpcErrorHandler.ts | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/hooks/client/useClient.ts | (8c4a)2025-07-02
+ 11 | - 11 | src/ui/common/hooks/services/useDelegationService.ts | (8c4a)2025-07-02
+ 9 | - 9 | src/ui/common/hooks/services/useRegistrationService.ts | (8c4a)2025-07-02
+ 6 | - 6 | src/ui/common/hooks/services/useRewardsService.ts | (8c4a)2025-07-02
+ 6 | - 6 | src/ui/common/hooks/services/useStakingManagerService.ts | (8c4a)2025-07-02
+ 13 | - 13 | src/ui/common/hooks/services/useStakingService.ts | (8c4a)2025-07-02
+ 8 | - 8 | src/ui/common/hooks/services/useTransactionService.ts | (8c4a)2025-07-02
+ 10 | - 10 | src/ui/common/hooks/services/useV1TransactionService.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/hooks/storage/useDelegationStorage.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/hooks/useBreakpoint.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/hooks/useCurrentTime.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/hooks/useDI.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/hooks/useEventBus.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/hooks/useFormError.ts | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/hooks/useHealthCheck.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/hooks/useLogger.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/hooks/useNotification.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/hooks/useSentryUser.ts | (8c4a)2025-07-02
+ 20 | - 17 | src/ui/common/layout.tsx | (d9e1)2025-07-03, (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/not-found.tsx | (8c4a)2025-07-02
+ 4 | - 11 | src/ui/common/page.tsx | (d9e1)2025-07-03, (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/providers.tsx | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/services/healthCheckService.ts | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/state/BalanceState.tsx | (8c4a)2025-07-02
+ 7 | - 7 | src/ui/common/state/DelegationState.tsx | (8c4a)2025-07-02
+ 5 | - 5 | src/ui/common/state/DelegationV2State.tsx | (8c4a)2025-07-02
+ 8 | - 8 | src/ui/common/state/FinalityProviderBsnState.tsx | (d9e1)2025-07-03, (8c4a)2025-07-02
+ 8 | - 8 | src/ui/common/state/FinalityProviderState.tsx | (d9e1)2025-07-03, (8c4a)2025-07-02
+ 9 | - 6 | src/ui/common/state/MultistakingState.tsx | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/state/RewardState.tsx | (8c4a)2025-07-02
+ 16 | - 13 | src/ui/common/state/StakingState.tsx | (8c4a)2025-07-02
+ 4 | - 4 | src/ui/common/state/index.tsx | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/api.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/api/healthCheck.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/bsn.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/delegations.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/types/delegationsV2.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/errors.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/fee.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/finalityProviders.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/network.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/networkInfo.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/services/healthCheck.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/stakingParams.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/types/stakingStats.ts | (8c4a)2025-07-02
+ 21 | - 32 | src/ui/common/utils/FeatureFlagService.ts | (d9e1)2025-07-03, (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/utils/bbn.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/utils/btc.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/utils/buffer.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/utils/chunkArray.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/utils/delegations/fee.ts | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/utils/delegations/index.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/utils/delegations/slashing.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/utils/fetch.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/utils/formTransforms.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/utils/formatBTCTvl.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/utils/formatCurrency.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/utils/getFeeRateFromMempool.ts | (8c4a)2025-07-02
+ 3 | - 3 | src/ui/common/utils/getPrices.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/utils/getStakingTerm.ts | (8c4a)2025-07-02
+ 2 | - 2 | src/ui/common/utils/getState.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/utils/index.ts | (8c4a)2025-07-02
+ 0 | - 0 | src/ui/common/utils/isStakingSignReady.ts | (8c4a)2025-07-02
+ 1 | - 1 | src/ui/common/utils/local_storage/calculateDelegationsDiff.ts | (8c4a)2025-07-02
+ 16 | - 0 | src/ui/router.tsx | (d9e1)2025-07-03
+ 1 | - 0 | src/vite-env.d.ts | (223e)2025-07-03
+ 35 | - 25 | vite.config.ts | (d9e1)2025-07-03, (223e)2025-07-03
                    d9e1082835a9e7ccbc1f67cbc79674b5802ce5ca
                    
                    feat: add react-router (#1200)

* feat: add react-router

* feat: add baby staking FF
                
223e50c471ea9e9603442bf6ece4c901b7a7b821 feat: add GA (#1199) * feat: add GA * feat: add canonical
b4d44583b0d6511722d7a1abd0c1dbb699193187 feat: remove phase 2.5 components (#1198)
8c4af195be44374f428a51153ecc3e8d099e1e78 refactor: add common folder (#1197) * refactor: add common folder * fix: tests
#: 44

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

99.97 - Rust
0.03 - Makefile
toml: 1
json: 1
yml: 1
rs: 2
adoc: 13
+    1 | -    1 | docs/antora.yml | (659f)2025-07-03
+ 9 | - 5 | docs/modules/ROOT/nav.adoc | (659f)2025-07-03
+ 98 | - 0 | docs/modules/ROOT/pages/helpers/default-impl-macro.adoc | (659f)2025-07-03
+ 22 | - 9 | docs/modules/ROOT/pages/index.adoc | (659f)2025-07-03
+ 0 | - 54 | docs/modules/ROOT/pages/tokens/fungible.adoc | (659f)2025-07-03
+ 147 | - 0 | docs/modules/ROOT/pages/tokens/fungible/fungible.adoc | (659f)2025-07-03
+ 200 | - 0 | docs/modules/ROOT/pages/tokens/fungible/sac-admin-generic.adoc | (659f)2025-07-03
+ 125 | - 0 | docs/modules/ROOT/pages/tokens/fungible/sac-admin-wrapper.adoc | (659f)2025-07-03
+ 2 | - 2 | docs/modules/ROOT/pages/tokens/non-fungible/nft-consecutive.adoc | (659f)2025-07-03
+ 2 | - 2 | docs/modules/ROOT/pages/tokens/non-fungible/nft-enumerable.adoc | (659f)2025-07-03
+ 30 | - 14 | docs/modules/ROOT/pages/tokens/non-fungible/non-fungible.adoc | (659f)2025-07-03
+ 114 | - 0 | docs/modules/ROOT/pages/utils/access/access-control.adoc | (659f)2025-07-03
+ 102 | - 0 | docs/modules/ROOT/pages/utils/access/ownable.adoc | (659f)2025-07-03
+ 209 | - 0 | docs/modules/ROOT/pages/utils/crypto.adoc | (659f)2025-07-03
+ 17 | - 15 | docs/package-lock.json | (659f)2025-07-03
+ 4 | - 2 | examples/nft-access-control/src/contract.rs | (659f)2025-07-03
+ 0 | - 1 | packages/contract-utils/macro-helpers/Cargo.toml | (a268)2025-07-03
+ 4 | - 2 | packages/tokens/non-fungible/src/extensions/royalties/storage.rs | (659f)2025-07-03
                    659fcabdc0e4712254dfebe4f45efd54f49826e9
                    
                    Antora docs (#253)

* antora docs wip, and event for royalties

* access control docs

* crypto antora docs

* default impl macro antora docs

* antora yml version bump

---------

Co-authored-by: Boyan Barakov <[email protected]>
                
a2686386dbe07f5a52fb4410c4ab316366e7245d release preparations (#331) * add audit report RC3 and change file names * update README * macro-helpers crate type * royalty snapshots --------- Co-authored-by: brozorec <[email protected]>
#: 45

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

80.75 - Go
18.42 - Rust
0.39 - Shell
0.33 - Makefile
0.07 - Dockerfile
0.02 - Python
0.01 - Jinja
go: 51
+    2 | -    2 | go/beacon/api/vrf.go | (68ff)2025-07-02, (e4da)2025-07-02
+ 2 | - 2 | go/common/grpc/service.go | (68ff)2025-07-02, (e4da)2025-07-02
+ 4 | - 4 | go/consensus/cometbft/abci/system.go | (3539)2025-07-03, (5c46)2025-07-03
+ 30 | - 16 | go/consensus/cometbft/api/api.go | (3539)2025-07-03, (cc1b)2025-07-03
+ 328 | - 36 | go/consensus/cometbft/cometbft.go | (3539)2025-07-03, (c659)2025-07-03
+ 8 | - 0 | go/consensus/cometbft/config/config.go | (3539)2025-07-03, (c659)2025-07-03
+ 192 | - 0 | go/consensus/cometbft/crypto/merkle/merkle.go | (3539)2025-07-03, (5c46)2025-07-03
+ 132 | - 132 | go/consensus/cometbft/full/common.go | (3539)2025-07-03, (c659)2025-07-03, (cc1b)2025-07-03, (0839)2025-07-03, (5c46)2025-07-03
+ 12 | - 2 | go/consensus/cometbft/full/full.go | (3539)2025-07-03, (cc1b)2025-07-03
+ 126 | - 46 | go/consensus/cometbft/full/services.go | (3539)2025-07-03, (a348)2025-07-03
+ 6 | - 6 | go/consensus/cometbft/light/block.go | (3539)2025-07-03, (2a15)2025-07-03
+ 1702 | - 0 | go/consensus/cometbft/stateless/core.go | (3539)2025-07-03, (c659)2025-07-03
+ 46 | - 0 | go/consensus/cometbft/stateless/provider.go | (3539)2025-07-03, (c659)2025-07-03
+ 22 | - 0 | go/consensus/cometbft/stateless/prune.go | (3539)2025-07-03, (c659)2025-07-03
+ 238 | - 0 | go/consensus/cometbft/stateless/service.go | (3539)2025-07-03, (c659)2025-07-03
+ 632 | - 0 | go/consensus/cometbft/stateless/services.go | (3539)2025-07-03, (c659)2025-07-03
+ 2 | - 2 | go/governance/api/sanity_check.go | (68ff)2025-07-02, (e4da)2025-07-02
+ 2 | - 2 | go/oasis-node/cmd/node/node.go | (3539)2025-07-03, (dd3f)2025-07-03
+ 2 | - 2 | go/p2p/error/error.go | (68ff)2025-07-02, (e4da)2025-07-02
+ 16 | - 32 | go/runtime/host/provisioner/provisioner.go | (3539)2025-07-03, (dd3f)2025-07-03
+ 2 | - 2 | go/staking/api/api.go | (68ff)2025-07-02, (e4da)2025-07-02
+ 2 | - 2 | go/staking/api/token/prettyprint.go | (68ff)2025-07-02, (e4da)2025-07-02
+ 2 | - 2 | go/storage/mkvs/node/node.go | (68ff)2025-07-02, (e4da)2025-07-02
+ 2 | - 2 | go/worker/storage/p2p/sync/protocol.go | (68ff)2025-07-02, (e4da)2025-07-02
                    35393c2d7d9f9b2362415a8fe5a5396525f13c0f
                    
                    Merge pull request #6235 from oasisprotocol/peternose/feature/stateless-client

go/consensus/cometbft: Add stateless client node
                
cb10f6284093ac93ba84bde9e43fabdfaf9964af go/oasis-test-runner/scenario: Test stateless client
c6594e03e0b11f356715d0bcf82fe7d6965109ba go/consensus/cometbft: Add stateless client node
dd3fbf73b7b2110952a224a8f02ff72455805090 go/runtime/host/provisioner: Create host info from genesis document Reading host info from the status is unreliable and may fail during startup on stateless client nodes, as no peers may be available yet to fetch and verify the latest epoch.
cc1ba03066d47c835a56b23e2e3224d496b3ae25 go/consensus/cometbft: Switch to Protobuf encoding for block metadata Block metadata now uses Protobuf encoding for the block header and the last commit. This change addresses an issue with CBOR encoding, which stripped milliseconds from timestamps, preventing light clients from verifying them.
a3489209a688b0409a8cd1a76ec05af8c4ec0df9 go/consensus/cometbft/full: Create event filter
0839e34b4fa2150b575f3ebdbdca9d0280b61870 go/consensus/cometbft/full: Extract function for transaction results
5c46ccf52c0863a604cbc3b62d9c3482b42eead3 go/consensus/cometbft/crypto/merkle: Create helper functions
2a1557a0ca40398c9d9004c4e8dc17e2110c73da go: Organize and refactor code
db5ae6b79ba4dc36a2f8b69d1394554d82c09274 Merge pull request #6250 from oasisprotocol/amela/fix/node-metrics-docs docs/oasis-node: Fix Configuring in Pull Mode
233fdd1bf4423cb44a85cd9b6224296f3099d157 docs/oasis-node: Fix Configuring in Pull Mode
68fff91f3684cfc9b359c75ec4cafe3a5cb1110f Merge pull request #6249 from ianlv/master chore: fix some minor issues in the comments
e4da44dec7ca0f4574080942ec3e0aa2b5f852ce chore: fix some minor issues in the comments Signed-off-by: ianlv
#: 46

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

84.49 - Solidity
12.7 - Python
2.01 - Ruby
0.53 - Shell
0.26 - Makefile
json: 10
toml: 1
yml: 6
conf: 25
patch: 3
diff: 2
sol: 52
spec: 20
gitignore: 2
+   64 | -   10 | .github/workflows/certora-ATokenWithDelegation.yml | (95d1)2025-07-03, (bd06)2025-07-03
+ 38 | - 48 | .github/workflows/certora-basic.yml | (95d1)2025-07-03, (bd06)2025-07-03
+ 48 | - 57 | .github/workflows/certora-stata.yml | (95d1)2025-07-03, (bd06)2025-07-03
+ 3 | - 1 | .gitignore | (95d1)2025-07-03
+ 54 | - 0 | certora/atoken-with-delegation/applyHarness.patch | (95d1)2025-07-03
+ 30 | - 0 | certora/atoken-with-delegation/conf/AToken-problematic-rules.conf | (95d1)2025-07-03
+ 27 | - 0 | certora/atoken-with-delegation/conf/AToken.conf | (95d1)2025-07-03
+ 28 | - 0 | certora/atoken-with-delegation/conf/index_EQ_1.conf | (95d1)2025-07-03
+ 32 | - 0 | certora/atoken-with-delegation/conf/rayMulDiv.conf | (95d1)2025-07-03
+ 27 | - 0 | certora/atoken-with-delegation/conf/token-v3-community.conf | (95d1)2025-07-03
+ 28 | - 0 | certora/atoken-with-delegation/conf/token-v3-delegate-HL-rules.conf | (95d1)2025-07-03
+ 28 | - 0 | certora/atoken-with-delegation/conf/token-v3-delegate-basic.conf | (95d1)2025-07-03
+ 32 | - 0 | certora/atoken-with-delegation/conf/token-v3-delegate-invariants.conf | (95d1)2025-07-03
+ 30 | - 0 | certora/atoken-with-delegation/conf/token-v3-erc20.conf | (95d1)2025-07-03
+ 28 | - 0 | certora/atoken-with-delegation/conf/token-v3-general.conf | (95d1)2025-07-03
+ 247 | - 88 | certora/atoken-with-delegation/harness/ATokenWithDelegation_Harness.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 96 | - 47 | certora/atoken-with-delegation/harness/DummyERC20Impl.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 7 | - 2 | certora/atoken-with-delegation/harness/DummyERC20_aTokenUnderlying.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 106 | - 49 | certora/atoken-with-delegation/harness/SimpleERC20.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 105 | - 75 | certora/atoken-with-delegation/harness/SymbolicLendingPoolL1.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 2 | - 0 | certora/atoken-with-delegation/munged/.gitignore | (95d1)2025-07-03
+ 144 | - 0 | certora/atoken-with-delegation/specs/AToken-problematic-rules.spec | (95d1)2025-07-03
+ 314 | - 0 | certora/atoken-with-delegation/specs/AToken.spec | (95d1)2025-07-03
+ 103 | - 0 | certora/atoken-with-delegation/specs/base_token_v3.spec | (95d1)2025-07-03
+ 110 | - 0 | certora/atoken-with-delegation/specs/index_EQ_1.spec | (95d1)2025-07-03
+ 243 | - 0 | certora/atoken-with-delegation/specs/invariants-core.spec | (95d1)2025-07-03
+ 23 | - 0 | certora/atoken-with-delegation/specs/rayMulDiv.spec | (95d1)2025-07-03
+ 361 | - 0 | certora/atoken-with-delegation/specs/token-v3-community.spec | (95d1)2025-07-03
+ 409 | - 0 | certora/atoken-with-delegation/specs/token-v3-delegate-HL-rules.spec | (95d1)2025-07-03
+ 925 | - 0 | certora/atoken-with-delegation/specs/token-v3-delegate-basic.spec | (95d1)2025-07-03
+ 332 | - 0 | certora/atoken-with-delegation/specs/token-v3-delegate-invariants.spec | (95d1)2025-07-03
+ 433 | - 0 | certora/atoken-with-delegation/specs/token-v3-erc20.spec | (95d1)2025-07-03
+ 242 | - 0 | certora/atoken-with-delegation/specs/token-v3-general.spec | (95d1)2025-07-03
+ 31 | - 31 | certora/basic/applyHarness.patch | (95d1)2025-07-03
+ 2 | - 2 | certora/basic/conf/AToken.conf | (95d1)2025-07-03
+ 2 | - 2 | certora/basic/conf/EModeConfiguration.conf | (95d1)2025-07-03
+ 2 | - 3 | certora/basic/conf/NEW-pool-no-summarizations.conf | (95d1)2025-07-03
+ 2 | - 2 | certora/basic/conf/NEW-pool-simple-properties.conf | (95d1)2025-07-03
+ 2 | - 2 | certora/basic/conf/ReserveConfiguration.conf | (95d1)2025-07-03
+ 2 | - 2 | certora/basic/conf/UserConfiguration.conf | (95d1)2025-07-03
+ 2 | - 2 | certora/basic/conf/VariableDebtToken.conf | (95d1)2025-07-03
+ 2 | - 2 | certora/basic/conf/stableRemoved.conf | (95d1)2025-07-03
+ 10 | - 3 | certora/basic/harness/ATokenHarness.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 9 | - 11 | certora/basic/harness/PoolHarness.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 10 | - 12 | certora/basic/harness/PoolInstanceHarness.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 4 | - 20 | certora/basic/harness/ReserveConfigurationHarness.sol | (95d1)2025-07-03
+ 26 | - 4 | certora/basic/harness/UserConfigurationHarness.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 8 | - 2 | certora/basic/harness/VariableDebtTokenHarness.sol | (95d1)2025-07-03, (bd06)2025-07-03
+ 1 | - 1 | certora/basic/specs/AToken.spec | (95d1)2025-07-03
+ 1 | - 1 | certora/basic/specs/NEW-pool-base.spec | (95d1)2025-07-03
+ 0 | - 18 | certora/basic/specs/NEW-pool-no-summarizations.spec | (95d1)2025-07-03
+ 2 | - 17 | certora/basic/specs/ReserveConfiguration.spec | (95d1)2025-07-03
+ 6 | - 5 | certora/basic/specs/UserConfiguration.spec | (95d1)2025-07-03
+ 1 | - 1 | certora/basic/specs/VariableDebtToken.spec | (95d1)2025-07-03
+ 4 | - 3 | certora/basic/specs/aux/aToken.spec | (95d1)2025-07-03
+ 2 | - 2 | certora/basic/specs/stableRemoved.spec | (95d1)2025-07-03
+ 32 | - 32 | certora/stata/applyHarness.patch | (95d1)2025-07-03
+ 3 | - 3 | certora/stata/conf/verifyAToken.conf | (95d1)2025-07-03
+ 3 | - 3 | certora/stata/conf/verifyDoubleClaim.conf | (95d1)2025-07-03
+ 3 | - 3 | certora/stata/conf/verifyERC4626.conf | (95d1)2025-07-03
+ 3 | - 3 | certora/stata/conf/verifyERC4626DepositSummarization.conf | (95d1)2025-07-03
+ 3 | - 3 | certora/stata/conf/verifyERC4626Extended.conf | (95d1)2025-07-03
+ 3 | - 3 | certora/stata/conf/verifyERC4626MintDepositSummarization.conf | (95d1)2025-07-03
+ 3 | - 3 | certora/stata/conf/verifyStataToken.conf | (95d1)2025-07-03
+ 107 | - 0 | docs/3.4/appendix/ATokenWithDelegation.diff | (95d1)2025-07-03
+ 165 | - 0 | docs/3.4/appendix/BaseDelegation.diff | (95d1)2025-07-03
+ 23 | - 1 | foundry.toml | (95d1)2025-07-03
+ 1 | - 2 | medusa.json | (95d1)2025-07-03
+ 18 | - 9 | snapshots/AToken.transfer.json | (95d1)2025-07-03
+ 8 | - 0 | snapshots/ATokenWithDelegation.transfer.json | (95d1)2025-07-03
+ 12 | - 12 | snapshots/Pool.Getters.json | (95d1)2025-07-03
+ 29 | - 23 | snapshots/Pool.Operations.json | (95d1)2025-07-03
+ 5 | - 0 | snapshots/Pool.OperationsComposition.json | (95d1)2025-07-03
+ 8 | - 4 | snapshots/Pool.Setters.json | (95d1)2025-07-03
+ 14 | - 14 | snapshots/ProtocolDataProvider.json | (95d1)2025-07-03
+ 5 | - 5 | snapshots/StataTokenV2.json | (95d1)2025-07-03
+ 4 | - 4 | snapshots/WrappedTokenGatewayV3.json | (95d1)2025-07-03
+ 0 | - 255 | src/contracts/dependencies/openzeppelin/contracts/SafeCast.sol | (95d1)2025-07-03
+ 0 | - 66 | src/contracts/dependencies/openzeppelin/upgradeability/Initializable.sol | (95d1)2025-07-03
+ 38 | - 45 | src/contracts/helpers/AaveProtocolDataProvider.sol | (95d1)2025-07-03
+ 1 | - 1 | src/contracts/helpers/L2Encoder.sol | (95d1)2025-07-03
+ 3 | - 17 | src/contracts/helpers/UiPoolDataProviderV3.sol | (95d1)2025-07-03
+ 0 | - 8 | src/contracts/helpers/WalletBalanceProvider.sol | (95d1)2025-07-03
+ 1 | - 1 | src/contracts/helpers/WrappedTokenGatewayV3.sol | (95d1)2025-07-03
+ 22 | - 10 | src/contracts/instances/ATokenInstance.sol | (95d1)2025-07-03
+ 61 | - 0 | src/contracts/instances/ATokenWithDelegationInstance.sol | (95d1)2025-07-03
+ 10 | - 1 | src/contracts/instances/L2PoolInstance.sol | (95d1)2025-07-03
+ 6 | - 1 | src/contracts/instances/PoolConfiguratorInstance.sol | (95d1)2025-07-03
+ 12 | - 3 | src/contracts/instances/PoolInstance.sol | (95d1)2025-07-03
+ 12 | - 8 | src/contracts/instances/VariableDebtTokenInstance.sol | (95d1)2025-07-03
+ 1 | - 1 | src/contracts/protocol/configuration/ACLManager.sol | (95d1)2025-07-03
+ 6 | - 4 | src/contracts/protocol/configuration/PoolAddressesProviderRegistry.sol | (95d1)2025-07-03
+ 6 | - 6 | src/contracts/protocol/pool/L2Pool.sol | (95d1)2025-07-03
+ 152 | - 143 | src/contracts/protocol/pool/Pool.sol | (95d1)2025-07-03
+ 40 | - 104 | src/contracts/protocol/pool/PoolConfigurator.sol | (95d1)2025-07-03
+ 11 | - 5 | src/contracts/protocol/pool/PoolStorage.sol | (95d1)2025-07-03
+ 64 | - 41 | src/contracts/protocol/tokenization/AToken.sol | (95d1)2025-07-03
+ 122 | - 0 | src/contracts/protocol/tokenization/ATokenWithDelegation.sol | (95d1)2025-07-03
+ 22 | - 17 | src/contracts/protocol/tokenization/VariableDebtToken.sol | (95d1)2025-07-03
+ 5 | - 3 | src/contracts/protocol/tokenization/base/DebtTokenBase.sol | (95d1)2025-07-03
+ 9 | - 0 | src/contracts/protocol/tokenization/base/DelegationMode.sol | (95d1)2025-07-03
+ 31 | - 24 | src/contracts/protocol/tokenization/base/IncentivizedERC20.sol | (95d1)2025-07-03
+ 12 | - 13 | src/contracts/protocol/tokenization/base/MintableIncentivizedERC20.sol | (95d1)2025-07-03
+ 17 | - 43 | src/contracts/protocol/tokenization/base/ScaledBalanceTokenBase.sol | (95d1)2025-07-03
+ 442 | - 0 | src/contracts/protocol/tokenization/delegation/BaseDelegation.sol | (95d1)2025-07-03
+ 1 | - 1 | src/contracts/rewards/RewardsController.sol | (95d1)2025-07-03
+ 1 | - 1 | src/contracts/rewards/RewardsDistributor.sol | (95d1)2025-07-03
+ 2 | - 2 | src/contracts/rewards/transfer-strategies/TransferStrategyBase.sol | (95d1)2025-07-03
                    95d1cc33b6f6dc607392613f11f3fda0d7824fb5
                    
                    Merge pull request #129 from bgd-labs/v3.4.0

V3.4.0
                
2f25963ee90401ada6ba4e3ea11084b6029200e4 fix: add changeset
bd060d5c12daf43729afe2b8fd578b3487add910 fix: linting issues
#: 47

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

46.3 - Solidity
45.17 - JavaScript
4.13 - Ruby
4.06 - Python
0.29 - Shell
0.05 - Makefile
sol: 5
+    1 | -    1 | contracts/utils/cryptography/signers/MultiSignerERC7913.sol | (6e14)2025-07-03
+ 12 | - 8 | contracts/utils/cryptography/signers/MultiSignerERC7913Weighted.sol | (0aaa)2025-07-03, (292b)2025-07-03
+ 26 | - 26 | contracts/utils/structs/EnumerableMap.sol | (6e14)2025-07-03
+ 42 | - 42 | contracts/utils/structs/EnumerableSet.sol | (5936)2025-07-03
                    0aaa23e57df7eb0949a1d9ae90742c85f771a7cf
                    
                    Minimize pragma for MultiSignerERC7913Weighted.sol (#5778)
                
5936cd8025f4a70ee0a63f39ad28f825abd1fe9c Improve naming consystency in EnumerableSet (#5776)
292b3542fc5bb42399d838a8587e0e5025fb1575 Do not emit an event when setSignerWeight is a no-op (#5775)
6e14ecc01ab0dd79758b6d5611ed696b26fbdb05 Fix typos in release-5.4 (#5777)
#: 48

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

99.71 - Solidity
0.29 - TypeScript
sol: 1
+    6 | -    0 | contracts/Folio.sol | (3c33)2025-07-02
                    3809ad2603801969b031d57475970466ebc36a7d
                    
                    document nanoUSD offchain usage
                
3c337ae8c8f2cc452fa684ddb369c21ac4990724 add view for getting token price in auction
#: 49

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

GitHub Url: github.com/defisaver/defisaver-v3-contracts
GitHub History Url: github.com/defisaver/defisaver-v3-contracts/commits
2025-07-03main

52.61 - Solidity
47.34 - JavaScript
0.03 - Python
0.02 - Shell
js: 1
sol: 54
json: 12
+ 1328 | - 1277 | addresses/arbitrum.json | (7cb6)2025-07-03, (2bd1)2025-07-03, (5e23)2025-07-03
+ 911 | - 869 | addresses/base.json | (7cb6)2025-07-03, (2bd1)2025-07-03, (5e23)2025-07-03
+ 143 | - 71 | addresses/mainnet.json | (7cb6)2025-07-03, (2bd1)2025-07-03
+ 985 | - 956 | addresses/optimism.json | (7cb6)2025-07-03, (2bd1)2025-07-03, (5e23)2025-07-03
+ 105 | - 4 | cmd/registry-cli.js | (2bd1)2025-07-03
+ 3 | - 2 | contracts/actions/aaveV3/AaveV3ATokenPayback.sol | (7cb6)2025-07-03
+ 5 | - 4 | contracts/actions/aaveV3/AaveV3Borrow.sol | (7cb6)2025-07-03
+ 5 | - 4 | contracts/actions/aaveV3/AaveV3CollateralSwitch.sol | (7cb6)2025-07-03
+ 3 | - 2 | contracts/actions/aaveV3/AaveV3DelegateCredit.sol | (7cb6)2025-07-03
+ 5 | - 4 | contracts/actions/aaveV3/AaveV3Payback.sol | (7cb6)2025-07-03
+ 3 | - 2 | contracts/actions/aaveV3/AaveV3SetEMode.sol | (7cb6)2025-07-03
+ 7 | - 6 | contracts/actions/aaveV3/AaveV3Supply.sol | (7cb6)2025-07-03
+ 3 | - 2 | contracts/actions/aaveV3/AaveV3Withdraw.sol | (7cb6)2025-07-03
+ 1 | - 0 | contracts/actions/aaveV3/GhoClaimAAVE.sol | (7cb6)2025-07-03
+ 3 | - 0 | contracts/actions/aaveV3/GhoUnstake.sol | (7cb6)2025-07-03
+ 3 | - 11 | contracts/actions/aaveV3/helpers/AaveV3Helper.sol | (7cb6)2025-07-03
+ 2 | - 0 | contracts/actions/aaveV3/helpers/ArbitrumAaveV3Addresses.sol | (7cb6)2025-07-03
+ 2 | - 0 | contracts/actions/aaveV3/helpers/BaseAaveV3Addresses.sol | (7cb6)2025-07-03
+ 2 | - 0 | contracts/actions/aaveV3/helpers/MainnetAaveV3Addresses.sol | (7cb6)2025-07-03
+ 2 | - 0 | contracts/actions/aaveV3/helpers/OptimismAaveV3Addresses.sol | (7cb6)2025-07-03
+ 70 | - 0 | contracts/actions/aaveV3/umbrella/UmbrellaClaimRewards.sol | (7cb6)2025-07-03
+ 158 | - 0 | contracts/actions/aaveV3/umbrella/UmbrellaStake.sol | (7cb6)2025-07-03
+ 130 | - 0 | contracts/actions/aaveV3/umbrella/UmbrellaUnstake.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/fluid/logic/dex/FluidBorrowDexLogic.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/fluid/logic/dex/FluidPaybackDexLogic.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/fluid/logic/dex/FluidSupplyDexLogic.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/fluid/logic/dex/FluidWithdrawDexLogic.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/fluid/logic/liquidity/FluidBorrowLiquidityLogic.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/fluid/logic/liquidity/FluidPaybackLiquidityLogic.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/fluid/logic/liquidity/FluidSupplyLiquidityLogic.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/fluid/logic/liquidity/FluidWithdrawLiquidityLogic.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/fluid/vaultT1/FluidVaultT1Adjust.sol | (7cb6)2025-07-03
+ 0 | - 1 | contracts/actions/morpho/aaveV3/MorphoAaveV3Supply.sol | (7cb6)2025-07-03
+ 7 | - 6 | contracts/actions/spark/SparkBorrow.sol | (7cb6)2025-07-03
+ 2 | - 2 | contracts/actions/spark/SparkClaimRewards.sol | (7cb6)2025-07-03
+ 7 | - 6 | contracts/actions/spark/SparkCollateralSwitch.sol | (7cb6)2025-07-03
+ 16 | - 14 | contracts/actions/spark/SparkDelegateCredit.sol | (7cb6)2025-07-03
+ 3 | - 3 | contracts/actions/spark/SparkDelegateWithSig.sol | (7cb6)2025-07-03
+ 8 | - 8 | contracts/actions/spark/SparkPayback.sol | (7cb6)2025-07-03
+ 72 | - 0 | contracts/actions/spark/SparkSPKClaim.sol | (2bd1)2025-07-03
+ 5 | - 4 | contracts/actions/spark/SparkSetEMode.sol | (7cb6)2025-07-03
+ 8 | - 9 | contracts/actions/spark/SparkSpTokenPayback.sol | (7cb6)2025-07-03
+ 9 | - 8 | contracts/actions/spark/SparkSupply.sol | (7cb6)2025-07-03
+ 5 | - 4 | contracts/actions/spark/SparkSwapBorrowRateMode.sol | (7cb6)2025-07-03
+ 5 | - 5 | contracts/actions/spark/SparkWithdraw.sol | (7cb6)2025-07-03
+ 10 | - 18 | contracts/actions/spark/helpers/SparkHelper.sol | (7cb6)2025-07-03
+ 3 | - 3 | contracts/actions/spark/helpers/SparkRatioHelper.sol | (7cb6)2025-07-03
+ 160 | - 0 | contracts/actions/summerfi/SFApproveTokens.sol | (2bd1)2025-07-03
+ 10 | - 0 | contracts/actions/summerfi/helpers/ArbitrumSFAddresses.sol | (2bd1)2025-07-03
+ 10 | - 0 | contracts/actions/summerfi/helpers/BaseSFAddresses.sol | (2bd1)2025-07-03
+ 10 | - 0 | contracts/actions/summerfi/helpers/MainnetSFAddresses.sol | (2bd1)2025-07-03
+ 10 | - 0 | contracts/actions/summerfi/helpers/OptimismSFAddresses.sol | (2bd1)2025-07-03
+ 9 | - 0 | contracts/actions/summerfi/helpers/SFHelper.sol | (2bd1)2025-07-03
+ 31 | - 0 | contracts/utils/DFSLib.sol | (7cb6)2025-07-03
+ 0 | - 17 | contracts/utils/math/DFSMath.sol | (7cb6)2025-07-03
+ 247 | - 86 | contracts/views/AaveV3View.sol | (7cb6)2025-07-03
+ 1 | - 1 | contracts/views/AaveView.sol | (7cb6)2025-07-03
+ 35 | - 52 | contracts/views/LSVView.sol | (7cb6)2025-07-03
+ 55 | - 58 | contracts/views/SparkView.sol | (7cb6)2025-07-03
+ 15 | - 0 | package.json | (2bd1)2025-07-03
                    7cb6310875bfe362791cec216f8838f3471ced5e
                    
                    Merge pull request #477 from defisaver/feat/aave-umbrella

feat: aave umbrella & 3.4 upgrade
                
2bd195a4b1e1da343cfd792e0e245bead2365503 Merge branch 'main' into feat/aave-umbrella
5e236e2ed577deefa53c51fcef49bde5f3c48dc4 chore: add aave v3 view addresses
#: 50

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-07-03dev

99.57 - TypeScript
0.43 - Dockerfile
ts: 74
json: 31
+    8 | -    8 | package.json | (65bb)2025-07-03, (fbff)2025-07-03
+ 2 | - 2 | packages/block-sync-monitor/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/block-sync-monitor/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/block-sync-monitor/src/service/job.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/block-sync-monitor/src/service/observer.service.spec.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/block-sync-monitor/src/service/observer.service.ts | (fbff)2025-07-03
+ 3 | - 3 | packages/deposit-analyzer/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/deposit-analyzer/src/index.ts | (fbff)2025-07-03
+ 3 | - 3 | packages/deposit-analyzer/src/service/event.service.spec.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/deposit-analyzer/src/service/event.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/deposit-analyzer/src/service/job.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/deposit-analyzer/src/service/submit.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/deposit-analyzer/src/service/summarize.service.spec.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/deposit-analyzer/src/service/summarize.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/indexer-event-watcher/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/indexer-event-watcher/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer-event-watcher/src/service/event.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer-event-watcher/src/service/indexer.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer-event-watcher/src/service/job.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/indexer-monitor/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/indexer-monitor/src/constants.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer-monitor/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer-monitor/src/service/indexer.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer-monitor/src/service/job.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer-monitor/src/service/monitor.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/indexer/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/indexer/src/constants.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer/src/controllers/indexer.controller.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer/src/routes/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer/src/routes/indexer.route.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer/src/routes/proxy.route.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer/src/services/indexer.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/indexer/src/services/proxy.service.ts | (fbff)2025-07-03
+ 3 | - 3 | packages/messenger-relayer/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/messenger-relayer/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/messenger-relayer/src/service/decode.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/messenger-relayer/src/service/job.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/messenger-relayer/src/service/messenger.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/messenger-relayer/src/service/submit.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/mint-executor/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/mint-executor/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/mint-executor/src/service/event.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/mint-executor/src/service/interval.service.spec.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/mint-executor/src/service/interval.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/mint-executor/src/service/job.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/mint-executor/src/service/mint.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/mint-executor/src/service/process.service.spec.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/mint-executor/src/service/process.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/mint-executor/src/service/transfer.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/predicate/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/predicate/src/controllers/predicate.controller.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/predicate/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/predicate/src/routes/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/predicate/src/services/predicate.service.ts | (fbff)2025-07-03
+ 7 | - 7 | packages/shared/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 2 | - 2 | packages/token-map-register/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/token-map-register/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token-map-register/src/service/event.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token-map-register/src/service/job.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token-map-register/src/service/map.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/token-metadata-sync/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/token-metadata-sync/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token-metadata-sync/src/service/image.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token-metadata-sync/src/service/job.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token-metadata-sync/src/service/market.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token-metadata-sync/src/service/token.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/token/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/token/src/controllers/tokenMaps.controller.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token/src/controllers/tokenPrices.controller.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token/src/routes/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token/src/routes/utils.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token/src/services/tokenMaps.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/token/src/services/tokenPrices.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/tx-map-cleaner/package.json | (fbff)2025-07-03
+ 1 | - 1 | packages/tx-map-cleaner/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/tx-map-cleaner/src/service/job.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/tx-map/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/tx-map/src/controllers/txMap.controller.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/tx-map/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/tx-map/src/routes/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/tx-map/src/routes/txMap.route.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/tx-map/src/services/txMap.service.ts | (fbff)2025-07-03
+ 2 | - 2 | packages/wallet-observer/package.json | (a28a)2025-07-03, (fbff)2025-07-03
+ 1 | - 1 | packages/wallet-observer/src/constants.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/wallet-observer/src/index.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/wallet-observer/src/service/job.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/wallet-observer/src/service/observer.service.ts | (fbff)2025-07-03
+ 1 | - 1 | packages/wallet-observer/src/type.ts | (fbff)2025-07-03
                    65bb948752bea3b72474f2159f024a6f9a0e29d0
                    
                    v1.0.1
                
a28a597df478530ea699ab69559f847ec21c9cd3 update modules (#130)
fbff23e6de357d9111c9b6e7254ef045b517c68b rename intmax2-function (#129)
#: 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-07-03master

99.21 - Go
0.65 - Shell
0.05 - Solidity
0.04 - Dockerfile
0.04 - Nix
go: 15
mod: 1
sum: 1
yml: 4
+   16 | -    1 | .github/workflows/ci.yml | (66a9)2025-07-03, (4202)2025-07-02
+ 158 | - 150 | .golangci.yml | (4202)2025-07-02
+ 6 | - 0 | Taskfile.yml | (66a9)2025-07-03
+ 1 | - 1 | api/admin/service.go | (4202)2025-07-02
+ 2 | - 2 | go.mod | (1d57)2025-07-03
+ 4 | - 4 | go.sum | (1d57)2025-07-03
+ 1 | - 1 | message/internal_msg_builder.go | (4202)2025-07-02
+ 1 | - 5 | network/network.go | (4202)2025-07-02
+ 205 | - 0 | simplex/block.canoto.go | (1d57)2025-07-03
+ 94 | - 0 | simplex/block.go | (1d57)2025-07-03
+ 14 | - 8 | snow/engine/snowman/block/block_context_vm.canoto.go | (1d57)2025-07-03
+ 1 | - 1 | vms/avm/txs/executor/syntactic_verifier.go | (4202)2025-07-02
+ 3 | - 4 | vms/components/avax/utxo_id.go | (4202)2025-07-02
+ 3 | - 4 | vms/nftfx/transfer_operation.go | (4202)2025-07-02
+ 1 | - 1 | vms/platformvm/txs/create_chain_tx.go | (4202)2025-07-02
+ 4 | - 4 | vms/platformvm/txs/validator.go | (4202)2025-07-02
+ 3 | - 4 | vms/propertyfx/mint_operation.go | (4202)2025-07-02
+ 3 | - 4 | vms/secp256k1fx/credential.go | (4202)2025-07-02
+ 3 | - 4 | vms/secp256k1fx/mint_operation.go | (4202)2025-07-02
+ 3 | - 4 | vms/secp256k1fx/mint_output.go | (4202)2025-07-02
                    66a9447132fcc059d4c02901944b971ba07c8f99
                    
                    Load Framework 2 (#3996)

Signed-off-by: rodrigo <[email protected]>
Co-authored-by: Joshua Kim <[email protected]>
                
1d578b7828f19b51f51a4aa1b07d41e29f0e2d01 Simplex VerifiedBlock and BlockDeserializer (#4009) Signed-off-by: Sam Liokumovich <[email protected]> Co-authored-by: Stephen Buttolph
4202054bbec0beae916b4d224453c4fb1f1c5256 Update golangci-lint to v2 (#4037) Signed-off-by: Joshua Kim <[email protected]>
#: 52

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

93.89 - Rust
2.51 - Python
1.54 - TypeScript
0.9 - Clarity
0.56 - Shell
0.28 - Makefile
0.15 - Dockerfile
0.13 - PLpgSQL
0.03 - Nix
0.02 - JavaScript
rs: 11
+   15 | -   52 | signer/src/block_observer.rs | (32e9)2025-07-02
+ 1 | - 1 | signer/src/context/signer_state.rs | (32e9)2025-07-02
+ 6 | - 0 | signer/src/error.rs | (cd37)2025-07-02
+ 192 | - 77 | signer/src/stacks/api.rs | (32e9)2025-07-02
+ 1 | - 0 | signer/src/storage/mod.rs | (32e9)2025-07-02
+ 24 | - 3 | signer/src/storage/model.rs | (cd37)2025-07-02, (32e9)2025-07-02
+ 3 | - 0 | signer/src/storage/postgres/read.rs | (32e9)2025-07-02
+ 3 | - 3 | signer/src/transaction_coordinator.rs | (32e9)2025-07-02
+ 15 | - 1 | signer/src/transaction_signer.rs | (cd37)2025-07-02, (32e9)2025-07-02
                    3781b758f97598a8fee698395ba7c531bcbc6b09
                    
                    chore: introduce make fix command (#1748)

## Description

I widely use `cargo clippy --fix`, it can easily eliminate all unused
imports or other machine-applicable clippy lints. However, I don't
remember sometimes whole long command we use for clippy in CI, which
makes me open our Makefile, copy command from it, edit adding --fix
flag, which is annoying. This PR aims to solve the problem.

Closes: no issue

## Changes

Added two new Makefile commands:

`make fix` -- runs `cargo fmt` and `clippy --fix` for all targets we
need. If you have any uncommited changes it will bail and only `cargo
fmt` will be runned.
`make fix-uncommited` -- same as above, but this command won't bail if
you have any uncommited changes and will perform it's work.

## Note

I'm not sure if we need both versions of the command since I usually
don't afraid to run clippy on uncommited changes if same for you then
probably we want just one command.

## Testing Information

It is developer tools, no testing needed. I tryied them locally and it
seems they do what they should.

## Checklist:

- [x] I have performed a self-review of my code

---------

Co-authored-by: Copilot <[email protected]>
                
cd37a43dd972c57ae5631708bad5801e5378f018 [feat] allow one pre-sign request per block (#1757) ## Description Closes: #1750 ## Changes Now tx signer event loop stores block refs of 6 last for which it processed pre-sign request, and don't process it again for them. Added new global constant `BITCOIN_DELAY_BLOCKS = 6` which represent canonical bitcoin confirmation delay. ## Testing Information Added test for new functionality ## Checklist: - [x] I have performed a self-review of my code - [x] My changes generate no new warnings - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged and published in downstream modules --------- Co-authored-by: Copilot <[email protected]>
32e9f850ded911ffd9ddb189dbfa2cdaafc526bc feat: use stacks core for signer set data (#1734) ## Description Closes https://github.com/stacks-sbtc/sbtc/issues/1733 ## Changes * Replace the `StacksInteract::get_current_signer_set` method with a `StacksInteract::get_current_signer_set_info` method, that returns the signer set, the aggregate key, and the signature threshold from the registry. * Use the new `StacksInteract::get_current_signer_set_info` function in the block observer to update the state. ## Testing Information I repurposed one of our existing tests after this change and spun up devenv to make sure that everything still worked as expected. ## Checklist: - [ ] I have performed a self-review of my code
#: 53

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

49.12 - TypeScript
47.74 - Rust
2.81 - Solidity
0.28 - Shell
0.03 - Dockerfile
0.03 - Handlebars
yaml: 1
json: 4
txt: 3
toml: 4
rs: 129
+   14 | -   17 | biome.json | (f75e)2025-07-03
+ 1 | - 1 | node/Cargo.toml | (26a2)2025-07-02
+ 1 | - 1 | node/cli-opt/Cargo.toml | (26a2)2025-07-02
+ 1 | - 1 | node/cli/Cargo.toml | (26a2)2025-07-02
+ 1 | - 1 | node/service/Cargo.toml | (26a2)2025-07-02
+ 2 | - 2 | node/service/src/lib.rs | (9712)2025-07-03
+ 28 | - 29 | package.json | (f75e)2025-07-03
+ 1 | - 1 | pallets/moonbeam-foreign-assets/src/lib.rs | (9712)2025-07-03
+ 2659 | - 3528 | pnpm-lock.yaml | (f75e)2025-07-03
+ 61 | - 0 | runtime-diffs/moonbase/3800.txt | (e40a)2025-07-03
+ 67 | - 0 | runtime-diffs/moonbeam/3800.txt | (e40a)2025-07-03
+ 67 | - 0 | runtime-diffs/moonriver/3800.txt | (e40a)2025-07-03
+ 1 | - 1 | runtime/moonbase/src/lib.rs | (2f89)2025-07-03
+ 6 | - 6 | runtime/moonbase/src/weights/cumulus_pallet_parachain_system.rs | (d7df)2025-07-02
+ 16 | - 16 | runtime/moonbase/src/weights/cumulus_pallet_xcmp_queue.rs | (d7df)2025-07-02
+ 30 | - 30 | runtime/moonbase/src/weights/frame_system.rs | (d7df)2025-07-02
+ 18 | - 18 | runtime/moonbase/src/weights/frame_system_extensions.rs | (d7df)2025-07-02
+ 8 | - 8 | runtime/moonbase/src/weights/pallet_asset_manager.rs | (d7df)2025-07-02
+ 79 | - 73 | runtime/moonbase/src/weights/pallet_assets.rs | (d7df)2025-07-02
+ 4 | - 4 | runtime/moonbase/src/weights/pallet_author_inherent.rs | (d7df)2025-07-02
+ 12 | - 12 | runtime/moonbase/src/weights/pallet_author_mapping.rs | (d7df)2025-07-02
+ 4 | - 4 | runtime/moonbase/src/weights/pallet_author_slot_filter.rs | (d7df)2025-07-02
+ 27 | - 27 | runtime/moonbase/src/weights/pallet_balances.rs | (d7df)2025-07-02
+ 97 | - 73 | runtime/moonbase/src/weights/pallet_collective_open_tech_committee_collective.rs | (d7df)2025-07-02
+ 91 | - 67 | runtime/moonbase/src/weights/pallet_collective_treasury_council_collective.rs | (d7df)2025-07-02
+ 20 | - 20 | runtime/moonbase/src/weights/pallet_conviction_voting.rs | (d7df)2025-07-02
+ 19 | - 19 | runtime/moonbase/src/weights/pallet_crowdloan_rewards.rs | (d7df)2025-07-02
+ 4 | - 4 | runtime/moonbase/src/weights/pallet_evm.rs | (d7df)2025-07-02
+ 100 | - 100 | runtime/moonbase/src/weights/pallet_identity.rs | (d7df)2025-07-02
+ 22 | - 22 | runtime/moonbase/src/weights/pallet_message_queue.rs | (d7df)2025-07-02
+ 10 | - 10 | runtime/moonbase/src/weights/pallet_moonbeam_foreign_assets.rs | (d7df)2025-07-02
+ 26 | - 26 | runtime/moonbase/src/weights/pallet_moonbeam_orbiters.rs | (d7df)2025-07-02
+ 31 | - 29 | runtime/moonbase/src/weights/pallet_multiblock_migrations.rs | (d7df)2025-07-02
+ 34 | - 34 | runtime/moonbase/src/weights/pallet_multisig.rs | (d7df)2025-07-02
+ 141 | - 139 | runtime/moonbase/src/weights/pallet_parachain_staking.rs | (d7df)2025-07-02
+ 4 | - 4 | runtime/moonbase/src/weights/pallet_parameters.rs | (d7df)2025-07-02
+ 11 | - 11 | runtime/moonbase/src/weights/pallet_precompile_benchmarks.rs | (d7df)2025-07-02
+ 42 | - 42 | runtime/moonbase/src/weights/pallet_preimage.rs | (d7df)2025-07-02
+ 45 | - 47 | runtime/moonbase/src/weights/pallet_proxy.rs | (d7df)2025-07-02
+ 18 | - 18 | runtime/moonbase/src/weights/pallet_randomness.rs | (d7df)2025-07-02
+ 62 | - 62 | runtime/moonbase/src/weights/pallet_referenda.rs | (d7df)2025-07-02
+ 4 | - 4 | runtime/moonbase/src/weights/pallet_relay_storage_roots.rs | (d7df)2025-07-02
+ 50 | - 50 | runtime/moonbase/src/weights/pallet_scheduler.rs | (d7df)2025-07-02
+ 12 | - 12 | runtime/moonbase/src/weights/pallet_sudo.rs | (d7df)2025-07-02
+ 6 | - 6 | runtime/moonbase/src/weights/pallet_timestamp.rs | (d7df)2025-07-02
+ 4 | - 4 | runtime/moonbase/src/weights/pallet_transaction_payment.rs | (d7df)2025-07-02
+ 20 | - 20 | runtime/moonbase/src/weights/pallet_treasury.rs | (d7df)2025-07-02
+ 18 | - 18 | runtime/moonbase/src/weights/pallet_utility.rs | (d7df)2025-07-02
+ 13 | - 13 | runtime/moonbase/src/weights/pallet_whitelist.rs | (d7df)2025-07-02
+ 42 | - 42 | runtime/moonbase/src/weights/pallet_xcm.rs | (d7df)2025-07-02
+ 20 | - 20 | runtime/moonbase/src/weights/pallet_xcm_transactor.rs | (d7df)2025-07-02
+ 12 | - 12 | runtime/moonbase/src/weights/pallet_xcm_weight_trader.rs | (d7df)2025-07-02
+ 4 | - 4 | runtime/moonbase/src/weights/xcm/generic.rs | (d7df)2025-07-02
+ 1 | - 1 | runtime/moonbeam/src/lib.rs | (2f89)2025-07-03
+ 6 | - 6 | runtime/moonbeam/src/weights/cumulus_pallet_parachain_system.rs | (76f2)2025-07-02
+ 16 | - 16 | runtime/moonbeam/src/weights/cumulus_pallet_xcmp_queue.rs | (76f2)2025-07-02
+ 32 | - 32 | runtime/moonbeam/src/weights/frame_system.rs | (76f2)2025-07-02
+ 18 | - 18 | runtime/moonbeam/src/weights/frame_system_extensions.rs | (76f2)2025-07-02
+ 8 | - 8 | runtime/moonbeam/src/weights/pallet_asset_manager.rs | (76f2)2025-07-02
+ 71 | - 73 | runtime/moonbeam/src/weights/pallet_assets.rs | (76f2)2025-07-02
+ 4 | - 4 | runtime/moonbeam/src/weights/pallet_author_inherent.rs | (76f2)2025-07-02
+ 12 | - 12 | runtime/moonbeam/src/weights/pallet_author_mapping.rs | (76f2)2025-07-02
+ 4 | - 4 | runtime/moonbeam/src/weights/pallet_author_slot_filter.rs | (76f2)2025-07-02
+ 25 | - 25 | runtime/moonbeam/src/weights/pallet_balances.rs | (76f2)2025-07-02
+ 12 | - 12 | runtime/moonbeam/src/weights/pallet_bridge_grandpa.rs | (76f2)2025-07-02
+ 54 | - 37 | runtime/moonbeam/src/weights/pallet_bridge_messages.rs | (76f2)2025-07-02
+ 13 | - 15 | runtime/moonbeam/src/weights/pallet_bridge_parachains.rs | (76f2)2025-07-02
+ 96 | - 72 | runtime/moonbeam/src/weights/pallet_collective_open_tech_committee_collective.rs | (76f2)2025-07-02
+ 90 | - 66 | runtime/moonbeam/src/weights/pallet_collective_treasury_council_collective.rs | (76f2)2025-07-02
+ 20 | - 20 | runtime/moonbeam/src/weights/pallet_conviction_voting.rs | (76f2)2025-07-02
+ 19 | - 19 | runtime/moonbeam/src/weights/pallet_crowdloan_rewards.rs | (76f2)2025-07-02
+ 4 | - 4 | runtime/moonbeam/src/weights/pallet_evm.rs | (76f2)2025-07-02
+ 100 | - 100 | runtime/moonbeam/src/weights/pallet_identity.rs | (76f2)2025-07-02
+ 22 | - 22 | runtime/moonbeam/src/weights/pallet_message_queue.rs | (76f2)2025-07-02
+ 16 | - 16 | runtime/moonbeam/src/weights/pallet_moonbeam_foreign_assets.rs | (76f2)2025-07-02
+ 26 | - 26 | runtime/moonbeam/src/weights/pallet_moonbeam_orbiters.rs | (76f2)2025-07-02
+ 31 | - 29 | runtime/moonbeam/src/weights/pallet_multiblock_migrations.rs | (76f2)2025-07-02
+ 36 | - 36 | runtime/moonbeam/src/weights/pallet_multisig.rs | (76f2)2025-07-02
+ 133 | - 131 | runtime/moonbeam/src/weights/pallet_parachain_staking.rs | (76f2)2025-07-02
+ 4 | - 4 | runtime/moonbeam/src/weights/pallet_parameters.rs | (76f2)2025-07-02
+ 11 | - 11 | runtime/moonbeam/src/weights/pallet_precompile_benchmarks.rs | (76f2)2025-07-02
+ 41 | - 41 | runtime/moonbeam/src/weights/pallet_preimage.rs | (76f2)2025-07-02
+ 60 | - 60 | runtime/moonbeam/src/weights/pallet_proxy.rs | (76f2)2025-07-02
+ 18 | - 18 | runtime/moonbeam/src/weights/pallet_randomness.rs | (76f2)2025-07-02
+ 62 | - 62 | runtime/moonbeam/src/weights/pallet_referenda.rs | (76f2)2025-07-02
+ 4 | - 4 | runtime/moonbeam/src/weights/pallet_relay_storage_roots.rs | (76f2)2025-07-02
+ 50 | - 50 | runtime/moonbeam/src/weights/pallet_scheduler.rs | (76f2)2025-07-02
+ 8 | - 8 | runtime/moonbeam/src/weights/pallet_timestamp.rs | (76f2)2025-07-02
+ 4 | - 4 | runtime/moonbeam/src/weights/pallet_transaction_payment.rs | (76f2)2025-07-02
+ 21 | - 21 | runtime/moonbeam/src/weights/pallet_treasury.rs | (76f2)2025-07-02
+ 18 | - 18 | runtime/moonbeam/src/weights/pallet_utility.rs | (76f2)2025-07-02
+ 19 | - 19 | runtime/moonbeam/src/weights/pallet_whitelist.rs | (76f2)2025-07-02
+ 42 | - 42 | runtime/moonbeam/src/weights/pallet_xcm.rs | (76f2)2025-07-02
+ 30 | - 30 | runtime/moonbeam/src/weights/pallet_xcm_transactor.rs | (76f2)2025-07-02
+ 17 | - 17 | runtime/moonbeam/src/weights/pallet_xcm_weight_trader.rs | (76f2)2025-07-02
+ 4 | - 4 | runtime/moonbeam/src/weights/xcm/generic.rs | (76f2)2025-07-02
+ 1 | - 1 | runtime/moonriver/src/lib.rs | (2f89)2025-07-03
+ 6 | - 6 | runtime/moonriver/src/weights/cumulus_pallet_parachain_system.rs | (2f2b)2025-07-02
+ 16 | - 16 | runtime/moonriver/src/weights/cumulus_pallet_xcmp_queue.rs | (2f2b)2025-07-02
+ 32 | - 32 | runtime/moonriver/src/weights/frame_system.rs | (2f2b)2025-07-02
+ 18 | - 18 | runtime/moonriver/src/weights/frame_system_extensions.rs | (2f2b)2025-07-02
+ 8 | - 8 | runtime/moonriver/src/weights/pallet_asset_manager.rs | (2f2b)2025-07-02
+ 78 | - 78 | runtime/moonriver/src/weights/pallet_assets.rs | (2f2b)2025-07-02
+ 4 | - 4 | runtime/moonriver/src/weights/pallet_author_inherent.rs | (2f2b)2025-07-02
+ 12 | - 12 | runtime/moonriver/src/weights/pallet_author_mapping.rs | (2f2b)2025-07-02
+ 4 | - 4 | runtime/moonriver/src/weights/pallet_author_slot_filter.rs | (2f2b)2025-07-02
+ 26 | - 26 | runtime/moonriver/src/weights/pallet_balances.rs | (2f2b)2025-07-02
+ 12 | - 12 | runtime/moonriver/src/weights/pallet_bridge_grandpa.rs | (2f2b)2025-07-02
+ 144 | - 124 | runtime/moonriver/src/weights/pallet_bridge_messages.rs | (2f2b)2025-07-02
+ 15 | - 13 | runtime/moonriver/src/weights/pallet_bridge_parachains.rs | (2f2b)2025-07-02
+ 105 | - 81 | runtime/moonriver/src/weights/pallet_collective_open_tech_committee_collective.rs | (2f2b)2025-07-02
+ 112 | - 88 | runtime/moonriver/src/weights/pallet_collective_treasury_council_collective.rs | (2f2b)2025-07-02
+ 20 | - 20 | runtime/moonriver/src/weights/pallet_conviction_voting.rs | (2f2b)2025-07-02
+ 19 | - 19 | runtime/moonriver/src/weights/pallet_crowdloan_rewards.rs | (2f2b)2025-07-02
+ 4 | - 4 | runtime/moonriver/src/weights/pallet_evm.rs | (2f2b)2025-07-02
+ 100 | - 100 | runtime/moonriver/src/weights/pallet_identity.rs | (2f2b)2025-07-02
+ 25 | - 25 | runtime/moonriver/src/weights/pallet_message_queue.rs | (2f2b)2025-07-02
+ 14 | - 14 | runtime/moonriver/src/weights/pallet_moonbeam_foreign_assets.rs | (2f2b)2025-07-02
+ 26 | - 26 | runtime/moonriver/src/weights/pallet_moonbeam_orbiters.rs | (2f2b)2025-07-02
+ 31 | - 29 | runtime/moonriver/src/weights/pallet_multiblock_migrations.rs | (2f2b)2025-07-02
+ 40 | - 40 | runtime/moonriver/src/weights/pallet_multisig.rs | (2f2b)2025-07-02
+ 132 | - 132 | runtime/moonriver/src/weights/pallet_parachain_staking.rs | (2f2b)2025-07-02
+ 4 | - 4 | runtime/moonriver/src/weights/pallet_parameters.rs | (2f2b)2025-07-02
+ 11 | - 11 | runtime/moonriver/src/weights/pallet_precompile_benchmarks.rs | (2f2b)2025-07-02
+ 39 | - 39 | runtime/moonriver/src/weights/pallet_preimage.rs | (2f2b)2025-07-02
+ 48 | - 48 | runtime/moonriver/src/weights/pallet_proxy.rs | (2f2b)2025-07-02
+ 18 | - 18 | runtime/moonriver/src/weights/pallet_randomness.rs | (2f2b)2025-07-02
+ 62 | - 62 | runtime/moonriver/src/weights/pallet_referenda.rs | (2f2b)2025-07-02
+ 4 | - 4 | runtime/moonriver/src/weights/pallet_relay_storage_roots.rs | (2f2b)2025-07-02
+ 53 | - 53 | runtime/moonriver/src/weights/pallet_scheduler.rs | (2f2b)2025-07-02
+ 8 | - 8 | runtime/moonriver/src/weights/pallet_timestamp.rs | (2f2b)2025-07-02
+ 4 | - 4 | runtime/moonriver/src/weights/pallet_transaction_payment.rs | (2f2b)2025-07-02
+ 26 | - 26 | runtime/moonriver/src/weights/pallet_treasury.rs | (2f2b)2025-07-02
+ 26 | - 26 | runtime/moonriver/src/weights/pallet_utility.rs | (2f2b)2025-07-02
+ 14 | - 14 | runtime/moonriver/src/weights/pallet_whitelist.rs | (2f2b)2025-07-02
+ 42 | - 42 | runtime/moonriver/src/weights/pallet_xcm.rs | (2f2b)2025-07-02
+ 20 | - 20 | runtime/moonriver/src/weights/pallet_xcm_transactor.rs | (2f2b)2025-07-02
+ 17 | - 17 | runtime/moonriver/src/weights/pallet_xcm_weight_trader.rs | (2f2b)2025-07-02
+ 4 | - 4 | runtime/moonriver/src/weights/xcm/generic.rs | (2f2b)2025-07-02
+ 2 | - 2 | typescript-api/biome.json | (f75e)2025-07-03
+ 1 | - 2 | typescript-api/package.json | (f75e)2025-07-03
                    97122d18a97e0bd3f10435fbd4ff4b40a158c227
                    
                    Fix Typos in Documentation and Comments (#3353)
                
f75e8e09da03ad574da7229c0603631d5e80c48e Update npm packages (#3346)
e40a718c2307a64526a568e95b2e619b442d6a77 Notarize runtime upgrade differences: runtime-3800 (#3348) * runtime diff: v0.3800.0 * trigger checks --------- Co-authored-by: manuelmauro <[email protected]> Co-authored-by: Rodrigo Quelhas <[email protected]> Co-authored-by: Manuel Mauro
2f899220beea95093fb2518c26dd7a60bf448570 Update runtime spec version to 3900 (#3351)
26a22d94ebcd864e139cb43084ad340635c7f04c Update client version to 0.47.0 (#3350)
8f8a65e72775536213a131f80aad06a808dae4ce Update the client docker image to moonbeamfoundation/moonbeam:v0.46.0 (#3349)
d7df89e71613acd7db4329d81b6f563144044918 📏 Update Moonbase weights - Runtime 3800 (#3340)
2f2bfe0a7b9beb253546c7315b37b680d9da702a 📏 Update Moonriver weights - Runtime 3800 (#3341)
76f254ac4242b64bc580c3796295f9dc2214644a 📏 Update Moonbeam weights - Runtime 3800 (#3342)
9085221fff39dd5e6b095659bd3401e84eb7e99a Update Rust/TS bindings (#3343) * Update Rust/TS bindings --------- Co-authored-by: RomarQ <[email protected]> Co-authored-by: Rodrigo Quelhas
#: 54

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

43.54 - TypeScript
26.16 - Rust
12.28 - Solidity
5 - MDX
4.93 - Move
3.12 - Cairo
1.75 - SCSS
1.41 - Sway
0.86 - JavaScript
0.41 - Shell
0.27 - CSS
0.11 - Python
0.08 - Dockerfile
0.06 - Nix
0.01 - Makefile
toml: 3
rs: 3
+   41 | -    1 | apps/pyth-lazer-agent/Cargo.toml | (c420)2025-07-03
+ 4 | - 0 | apps/pyth-lazer-agent/clippy.toml | (c420)2025-07-03
+ 1 | - 1 | apps/pyth-lazer-agent/rust-toolchain.toml | (c420)2025-07-03
+ 1 | - 1 | apps/pyth-lazer-agent/src/lazer_publisher.rs | (c420)2025-07-03
+ 4 | - 0 | apps/pyth-lazer-agent/src/main.rs | (c420)2025-07-03
+ 17 | - 1 | apps/pyth-lazer-agent/src/publisher_handle.rs | (c420)2025-07-03
                    c4203db4b85fb4be95f50673b8f1a2c1ef86aa11
                    
                    pyth-lazer-agent readme and clippy config
                
#: 55

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-07-03develop

78.15 - Rust
20.38 - TypeScript
1.02 - JavaScript
0.31 - Shell
0.05 - Handlebars
0.05 - Dockerfile
0.04 - Go
toml: 1
rs: 3
+    1 | -    1 | Cargo.toml | (8d3a)2025-07-03
+ 1 | - 1 | pallets/runtime/develop/src/runtime.rs | (8d3a)2025-07-03
+ 1 | - 1 | pallets/runtime/mainnet/src/runtime.rs | (8d3a)2025-07-03
+ 6 | - 0 | pallets/settlement/src/lib.rs | (8d3a)2025-07-03
                    8d3abf9a7b80dd55f4a129bdf7c5f22012d8b993
                    
                    Block Affirmation Withdrawal After Instruction Locking (#1836)

* Block affirmation withdrawal after instruction locking

* Bump spec version
                
#: 56

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

99.81 - Rust
0.14 - Shell
0.05 - Dockerfile
yml: 1
+    1 | -    1 | .github/workflows/projects.yml | (dea0)2025-07-03
                    dea0bd29233ffebeef0b29fd37b577b03a95f8b4
                    
                    Merge pull request #545 from interlay/dependabot/github_actions/actions/add-to-project-1.0.2

chore(deps): bump actions/add-to-project from 1.0.1 to 1.0.2
                
4a863eeb6483cdeaa861f2fa43720aafc5ca0163 fix(ci): fix download-artifact step If you're using the actions/download-artifact action in your workflow, you need to ignore the build record artifacts if name and pattern inputs are not specified (defaults to download all artifacts of the workflow), otherwise the action will fail Ref: https://github.com/actions/toolkit/pull/1874
#: 57

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

94.53 - Rust
2.68 - TypeScript
2.08 - Clarity
0.55 - Shell
0.08 - Python
0.03 - Nix
0.02 - Dockerfile
0.02 - JavaScript
0.01 - Mustache
0 - RenderScript
rs: 40
yaml: 1
json: 6
alpine-binary: 1
nix: 1
debian-binary: 1
yml: 1
dockerignore: 1
toml: 7
gitignore: 1
default: 2
sh: 1
+    1 | -    1 | .cargo/config.toml | (a558)2025-07-03
+ 1 | - 1 | .github/actions/dockerfiles/Dockerfile.alpine-binary | (a558)2025-07-03
+ 1 | - 1 | .github/actions/dockerfiles/Dockerfile.debian-binary | (a558)2025-07-03
+ 0 | - 245 | .github/workflows/pr-differences-mutants.yml | (a558)2025-07-03
+ 1 | - 0 | .gitignore | (a558)2025-07-03
+ 7 | - 11 | .vscode/settings.json | (a558)2025-07-03
+ 2 | - 2 | Cargo.toml | (a558)2025-07-03
+ 0 | - 1 | contrib/nix/flake.nix | (a558)2025-07-03
+ 30 | - 0 | contrib/tools/config-docs-generator/Cargo.toml | (a558)2025-07-03
+ 149 | - 0 | contrib/tools/config-docs-generator/generate-config-docs.sh | (a558)2025-07-03
+ 9 | - 0 | contrib/tools/config-docs-generator/section_name_mappings.json | (a558)2025-07-03
+ 2792 | - 0 | contrib/tools/config-docs-generator/src/extract_docs.rs | (a558)2025-07-03
+ 1338 | - 0 | contrib/tools/config-docs-generator/src/generate_markdown.rs | (a558)2025-07-03
+ 0 | - 2 | contrib/tools/puppet-chain/.dockerignore | (a558)2025-07-03
+ 0 | - 20 | contrib/tools/puppet-chain/Cargo.toml | (a558)2025-07-03
+ 0 | - 18 | contrib/tools/puppet-chain/config.toml.default | (a558)2025-07-03
+ 0 | - 83 | contrib/tools/puppet-chain/local-leader.toml.default | (a558)2025-07-03
+ 0 | - 489 | contrib/tools/puppet-chain/src/main.rs | (a558)2025-07-03
+ 0 | - 11 | contrib/tools/relay-server/Cargo.toml | (a558)2025-07-03
+ 0 | - 152 | contrib/tools/relay-server/src/http.rs | (a558)2025-07-03
+ 0 | - 22 | contrib/tools/relay-server/src/main.rs | (a558)2025-07-03
+ 0 | - 146 | contrib/tools/relay-server/src/server.rs | (a558)2025-07-03
+ 0 | - 77 | contrib/tools/relay-server/src/state.rs | (a558)2025-07-03
+ 0 | - 24 | contrib/tools/relay-server/src/to_io_result.rs | (a558)2025-07-03
+ 0 | - 56 | contrib/tools/relay-server/src/url.rs | (a558)2025-07-03
+ 3 | - 0 | docs/rpc/api/core-node/get-health-error.example.json | (a558)2025-07-03
+ 15 | - 0 | docs/rpc/api/core-node/get-health-error.schema.json | (a558)2025-07-03
+ 5 | - 0 | docs/rpc/api/core-node/get-health.example.json | (a558)2025-07-03
+ 26 | - 0 | docs/rpc/api/core-node/get-health.schema.json | (a558)2025-07-03
+ 33 | - 0 | docs/rpc/openapi.yaml | (a558)2025-07-03
+ 73 | - 30 | libsigner/src/events.rs | (a558)2025-07-03
+ 0 | - 1 | libsigner/src/http.rs | (a558)2025-07-03
+ 3 | - 3 | libsigner/src/libsigner.rs | (a558)2025-07-03
+ 0 | - 2 | libsigner/src/runloop.rs | (a558)2025-07-03
+ 1 | - 1 | libsigner/src/session.rs | (a558)2025-07-03
+ 9 | - 39 | libsigner/src/v0/messages.rs | (a558)2025-07-03
+ 82 | - 14 | libsigner/src/v0/signer_state.rs | (a558)2025-07-03
+ 4 | - 5 | stacks-common/build.rs | (a558)2025-07-03
+ 1 | - 1 | stacks-common/src/address/c32.rs | (a558)2025-07-03
+ 4 | - 5 | stacks-common/src/address/mod.rs | (a558)2025-07-03
+ 1 | - 1 | stacks-common/src/bitvec.rs | (a558)2025-07-03
+ 2 | - 4 | stacks-common/src/codec/mod.rs | (a558)2025-07-03
+ 3 | - 3 | stacks-common/src/deps_common/bech32/mod.rs | (a558)2025-07-03
+ 5 | - 5 | stacks-common/src/deps_common/bitcoin/blockdata/script.rs | (a558)2025-07-03
+ 8 | - 9 | stacks-common/src/deps_common/bitcoin/network/serialize.rs | (a558)2025-07-03
+ 4 | - 4 | stacks-common/src/deps_common/bitcoin/util/hash.rs | (a558)2025-07-03
+ 1 | - 1 | stacks-common/src/types/chainstate.rs | (a558)2025-07-03
+ 4 | - 4 | stacks-common/src/types/net.rs | (a558)2025-07-03
+ 1 | - 1 | stacks-common/src/util/chunked_encoding.rs | (a558)2025-07-03
+ 3 | - 6 | stacks-common/src/util/hash.rs | (a558)2025-07-03
+ 1 | - 1 | stacks-common/src/util/log.rs | (a558)2025-07-03
+ 1 | - 1 | stacks-common/src/util/lru_cache.rs | (a558)2025-07-03
+ 2 | - 2 | stacks-common/src/util/mod.rs | (a558)2025-07-03
+ 1 | - 1 | stacks-common/src/util/serde_serializers.rs | (a558)2025-07-03
+ 1 | - 1 | stacks-signer/Cargo.toml | (a558)2025-07-03
+ 1 | - 0 | stacks-signer/src/client/mod.rs | (a558)2025-07-03
+ 9 | - 5 | stacks-signer/src/client/stacks_client.rs | (a558)2025-07-03
+ 19 | - 3 | stacks-signer/src/config.rs | (a558)2025-07-03
+ 1 | - 0 | stacks-signer/src/runloop.rs | (a558)2025-07-03
+ 110 | - 1 | stacks-signer/src/signerdb.rs | (a558)2025-07-03
+ 46 | - 8 | stacks-signer/src/v0/signer.rs | (a558)2025-07-03
+ 321 | - 44 | stacks-signer/src/v0/signer_state.rs | (a558)2025-07-03
+ 2 | - 2 | versions.toml | (8a79)2025-07-02
                    a5587d13c51829f49a7645d9484469e5ca891e29
                    
                    Merge pull request #6246 from stacks-network/release/3.1.0.0.13

Merge release/3.1.0.0.13 to master
                
8a79aaa7df0f13dfc5ab0d0d0bcb8201c90bcba2 Merge pull request #6241 from wileyj/chore/changelog_3.0.0.13 Update changelogs for 3.1.0.0.13
#: 58

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

99.13 - Rust
0.83 - Ruby
0.04 - Makefile
toml: 1
+    1 | -    1 | Cargo.toml | (eee8)2025-07-03
                    eee82d4314c715bf971f6c7c85aa81e989b8a19a
                    
                    Bump version to 23.0.0-rc.2 (#461)

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

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

99.73 - Rust
0.26 - Makefile
0.01 - C
0 - RenderScript
toml: 2
+    7 | -    7 | Cargo.toml | (b5b4)2025-07-03
+ 1 | - 1 | soroban-env-host/Cargo.toml | (b5b4)2025-07-03
                    b5b47eb61781d4581d7ff919d6d93d0f0ad41940
                    
                    Bump version to 23.0.0-rc.2 (#1573)

### What
Bump version to 23.0.0-rc.2, creating release branch.

### Why
Triggered by @sisuresh in
https://github.com/stellar/rs-soroban-env/actions/runs/16057666450.

### What is next

See the release instructions for a full rundown on the release process:
https://github.com/stellar/actions/blob/main/README-rust-release.md

Commit any changes to the `release/v23.0.0-rc.2` branch that are needed
in this release.

If this is a regular release releasing from `main`, merge this PR when
ready, and after merging, create a release for this version by going to
this link:
https://github.com/stellar/rs-soroban-env/releases/new?tag=v23.0.0-rc.2&title=23.0.0-rc.2

If this is a backport or patch release of a past version, see the
release instructions. When ready to release this branch create a release
by going to this link:

https://github.com/stellar/rs-soroban-env/releases/new?tag=v23.0.0-rc.2&title=23.0.0-rc.2&target=release/v23.0.0-rc.2

---------

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

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

98.33 - Go
0.96 - Makefile
0.41 - Shell
0.29 - Dockerfile
go: 5
+    2 | -    0 | finality-provider/config/config.go | (ff6b)2025-07-02
+ 21 | - 5 | finality-provider/service/app.go | (ff6b)2025-07-02
+ 40 | - 7 | finality-provider/service/eots_manager_adapter.go | (ff6b)2025-07-02
+ 10 | - 1 | finality-provider/service/fp_instance.go | (ff6b)2025-07-02
+ 54 | - 0 | finality-provider/signingcontext/builder.go | (ff6b)2025-07-02
                    ff6b427d4c88bedcf826ee7cdcae06b2a49e4248
                    
                    chore: signing context (#501)

Reimplements the signingcotext from babylon

---------

Co-authored-by: KonradStaniec 
                
#: 61

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

99.3 - Rust
0.34 - Shell
0.28 - Makefile
0.07 - Python
0.01 - Dockerfile
toml: 1
wasm: 2
rs: 1
+    1 | -    1 | ref-exchange/Cargo.toml | (3128)2025-07-02
+ 15 | - 0 | ref-exchange/src/views.rs | (3128)2025-07-02
+ 0 | - 0 | releases/ref_exchange_release.wasm | (3128)2025-07-02
+ 0 | - 0 | releases/ref_exchange_release_v1912.wasm | (3128)2025-07-02
                    3128ba7e6277aec605135b70a1c51aca3c932097
                    
                    add batch_views (#116)

* add batch_views

---------

Co-authored-by: Marco 
                
#: 62

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-07-02master

96.08 - Haskell
3 - Pact
0.32 - C
0.21 - Dockerfile
0.15 - Nix
0.14 - Python
0.1 - Shell
freeze: 1
yml: 2
hs: 6
cabal: 3
+    2 | -    1 | .github/workflows/applications.yml | (aabf)2025-07-02
+ 1 | - 1 | .github/workflows/release.yml | (7ff4)2025-07-02
+ 1 | - 1 | cabal.project.freeze | (e0ac)2025-07-02
+ 1 | - 1 | chainweb.cabal | (3478)2025-07-02
+ 1 | - 1 | cwtools/cwtools.cabal | (3478)2025-07-02
+ 1 | - 1 | node/chainweb-node.cabal | (3478)2025-07-02
+ 12 | - 6 | src/Chainweb/Pact5/Backend/ChainwebPactDb.hs | (e730)2025-07-02, (498e)2025-07-02
+ 3 | - 0 | src/Chainweb/Version.hs | (c850)2025-07-02
+ 4 | - 0 | src/Chainweb/Version/Guards.hs | (c850)2025-07-02
+ 3 | - 2 | src/Chainweb/Version/Mainnet.hs | (c850)2025-07-02
+ 1 | - 0 | src/Chainweb/Version/RecapDevelopment.hs | (c850)2025-07-02
                    e0acda06fcda6217e2241b728f266199b39bee42
                    
                    update cabal freeze file for release 2.30
                
91c4a6e5f4e93b30ea951dda4016a8aa60d6cb67 update CHANGELOG for release 2.30
3478d5db38c479d9e38cfc358c2ea47c3684f730 update cabal package versions for release 2.30
c8501e6beabac917ea8037712bb793144b6fff82 add fork variant for release 2.30
aabf22f0fd64d4ae505a4c6966b7713dac338b07 Update applications.yml
7ff46302ba845b62b500d8995b20739e469114a2 Update release.yml ghc regex
e730ecf60b66b1b491ec98856558dca9f0413e7d Use unsafeHead to avoid x-partial warning
498e3d8d511e301d81989ec97eb9cb5f87c14fe6 Fix duplicate results from keys function
#: 63

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

GitHub Url: github.com/lidofinance/lido-keys-api
GitHub History Url: github.com/lidofinance/lido-keys-api/commits
2025-07-02develop

99.6 - TypeScript
0.3 - JavaScript
0.1 - Dockerfile
json: 9
gitignore: 1
yml: 12
ts: 135
e2e: 1
js: 2
env: 1
dockerignore: 1
github/CODEOWNERS: 1
+    0 | -    3 | .dockerignore | (3a0a)2025-07-02
+ 1 | - 1 | .eslintrc.js | (3a0a)2025-07-02
+ 1 | - 0 | .github/CODEOWNERS | (3a0a)2025-07-02
+ 86 | - 0 | .github/workflows/build_and_show_hashes.yml | (3a0a)2025-07-02
+ 29 | - 0 | .github/workflows/ci-dev-holesky.yml | (3a0a)2025-07-02
+ 2 | - 2 | .github/workflows/ci-dev.yml | (3a0a)2025-07-02
+ 3 | - 0 | .gitignore | (3a0a)2025-07-02
+ 55 | - 0 | .vscode/launch.json | (3a0a)2025-07-02
+ 15 | - 0 | Dockerfile.e2e | (3a0a)2025-07-02
+ 13 | - 0 | alerts/keys-api-outdated-keys.empty-db.rule.yml | (3a0a)2025-07-02
+ 13 | - 0 | alerts/keys-api-outdated-keys.non-empty-db.rule.yml | (3a0a)2025-07-02
+ 0 | - 13 | alerts/keys-api-outdated-keys.rule.yml | (3a0a)2025-07-02
+ 2 | - 2 | alerts/keys-api-outdated-validators.rule.yml | (3a0a)2025-07-02
+ 0 | - 51 | chronix-init.js | (3a0a)2025-07-02
+ 1 | - 1 | chronix.config.ts | (3a0a)2025-07-02
+ 38 | - 0 | docker-compose.e2e.yml | (3a0a)2025-07-02
+ 11 | - 0 | docker-compose.metrics.yml | (3a0a)2025-07-02
+ 1 | - 1 | docker-compose.yml | (3a0a)2025-07-02
+ 0 | - 11 | jest-e2e-onchain.json | (3a0a)2025-07-02
+ 4 | - 1 | nest-cli.json | (3a0a)2025-07-02
+ 23 | - 23 | package.json | (c4f8)2025-07-02, (7109)2025-07-02, (3a0a)2025-07-02
+ 32 | - 0 | prometheus/alertmanager.yml | (3a0a)2025-07-02
+ 9 | - 0 | prometheus/prometheus.yml | (3a0a)2025-07-02
+ 4 | - 2 | sample.env | (3a0a)2025-07-02
+ 7 | - 0 | src/app/app.module.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/app/index.ts | (3a0a)2025-07-02
+ 0 | - 294 | src/app/simple-dvt-deploy.e2e-chain.ts | (3a0a)2025-07-02
+ 291 | - 11 | src/common/config/config.service.spec.ts | (844e)2025-07-02, (12d1)2025-07-02, (9c48)2025-07-02, (0187)2025-07-02
+ 828 | - 1 | src/common/config/env.validation.spec.ts | (77bd)2025-07-02, (8187)2025-07-02
+ 119 | - 64 | src/common/config/env.validation.ts | (77bd)2025-07-02, (3a0a)2025-07-02, (12d1)2025-07-02
+ 42 | - 0 | src/common/decorators/isAddress.ts | (7ff2)2025-07-02
+ 42 | - 0 | src/common/decorators/isPubkey.ts | (7ff2)2025-07-02
+ 1 | - 0 | src/common/execution-provider/execution-provider.module.ts | (3a0a)2025-07-02
+ 9 | - 0 | src/common/execution-provider/execution-provider.service.ts | (3a0a)2025-07-02
+ 8 | - 0 | src/common/prometheus/prometheus.service.ts | (3a0a)2025-07-02
+ 8 | - 0 | src/common/registry-csm/fetch/key-batch.constants.ts | (3a0a)2025-07-02
+ 140 | - 0 | src/common/registry-csm/fetch/key-batch.fetch.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/common/registry-csm/fetch/key.constants.ts | (3a0a)2025-07-02
+ 21 | - 0 | src/common/registry-csm/fetch/meta.fetch.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/common/registry-csm/fetch/operator.constants.ts | (3a0a)2025-07-02
+ 141 | - 0 | src/common/registry-csm/fetch/operator.fetch.ts | (3a0a)2025-07-02
+ 95 | - 0 | src/common/registry-csm/fetch/registry-fetch.module.ts | (3a0a)2025-07-02
+ 4 | - 0 | src/common/registry-csm/fetch/registry-fetch.service.ts | (3a0a)2025-07-02
+ 21 | - 0 | src/common/registry-csm/fetch/utils/batches.ts | (3a0a)2025-07-02
+ 33 | - 0 | src/common/registry-csm/fetch/utils/split-hex.ts | (3a0a)2025-07-02
+ 13 | - 0 | src/common/registry-csm/index.ts | (3a0a)2025-07-02
+ 240 | - 0 | src/common/registry-csm/main/abstract-registry.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/common/registry-csm/main/constants.ts | (3a0a)2025-07-02
+ 56 | - 0 | src/common/registry-csm/main/key-registry/key-registry.module.ts | (3a0a)2025-07-02
+ 17 | - 0 | src/common/registry-csm/main/key-registry/key-registry.service.ts | (3a0a)2025-07-02
+ 16 | - 0 | src/common/registry-csm/utils/operator.utils.ts | (3a0a)2025-07-02
+ 30 | - 0 | src/common/registry-csm/utils/stream.utils.ts | (3a0a)2025-07-02
+ 26 | - 51 | src/common/registry/fetch/key-batch.fetch.ts | (3a0a)2025-07-02
+ 4 | - 2 | src/common/registry/fetch/key.fetch.ts | (3a0a)2025-07-02
+ 72 | - 42 | src/common/registry/fetch/operator.fetch.ts | (3a0a)2025-07-02
+ 132 | - 0 | src/common/registry/fetch/utils/batches.spec.ts | (3a0a)2025-07-02
+ 21 | - 0 | src/common/registry/fetch/utils/batches.ts | (3a0a)2025-07-02
+ 48 | - 0 | src/common/registry/fetch/utils/split-hex.spec.ts | (3a0a)2025-07-02
+ 33 | - 0 | src/common/registry/fetch/utils/split-hex.ts | (3a0a)2025-07-02
+ 43 | - 14 | src/common/registry/main/abstract-registry.ts | (3a0a)2025-07-02
+ 3 | - 0 | src/common/registry/storage/constants.ts | (3a0a)2025-07-02
+ 4 | - 0 | src/common/registry/storage/key.entity.ts | (3a0a)2025-07-02
+ 19 | - 1 | src/common/registry/storage/key.storage.ts | (3a0a)2025-07-02
+ 4 | - 0 | src/common/registry/storage/operator.entity.ts | (3a0a)2025-07-02
+ 20 | - 1 | src/common/registry/storage/operator.storage.ts | (3a0a)2025-07-02
+ 2 | - 0 | src/common/registry/storage/registry-storage.module.ts | (3a0a)2025-07-02
+ 30 | - 0 | src/common/registry/utils/stream.utils.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/common/streams/index.ts | (3a0a)2025-07-02
+ 30 | - 0 | src/common/streams/streamify.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/http/common/entities/cl-meta.ts | (3a0a)2025-07-02
+ 7 | - 0 | src/http/common/entities/el-block-snapshot.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/http/common/entities/el-meta.ts | (3a0a)2025-07-02
+ 17 | - 13 | src/http/common/entities/key-query.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 7 | - 0 | src/http/common/entities/key.ts | (3a0a)2025-07-02
+ 4 | - 3 | src/http/common/entities/operator-id.ts | (7ff2)2025-07-02
+ 27 | - 7 | src/http/common/entities/operator.ts | (3a0a)2025-07-02
+ 6 | - 0 | src/http/common/entities/pubkey.ts | (7ff2)2025-07-02
+ 3 | - 2 | src/http/common/entities/pubkeys.ts | (7ff2)2025-07-02
+ 21 | - 2 | src/http/common/entities/sr-module.ts | (3a0a)2025-07-02
+ 9 | - 2 | src/http/common/pipeline/module-id-pipe.ts | (7ff2)2025-07-02
+ 36 | - 5 | src/http/db.fixtures.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 1 | - 0 | src/http/el-meta.fixture.ts | (3a0a)2025-07-02
+ 1 | - 1 | src/http/keys/entities/index.ts | (3a0a)2025-07-02
+ 2 | - 1 | src/http/keys/entities/keys.response.ts | (3a0a)2025-07-02
+ 22 | - 10 | src/http/keys/keys.controller.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 369 | - 173 | src/http/keys/keys.e2e-spec.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 5 | - 3 | src/http/keys/keys.service.ts | (3a0a)2025-07-02
+ 2 | - 0 | src/http/module.fixture.ts | (3a0a)2025-07-02
+ 2 | - 0 | src/http/operator.fixtures.ts | (3a0a)2025-07-02
+ 8 | - 4 | src/http/sr-modules-keys/entities/grouped-by-module-keys.response.ts | (3a0a)2025-07-02
+ 7 | - 4 | src/http/sr-modules-keys/entities/sr-module-keys.response.ts | (3a0a)2025-07-02
+ 17 | - 8 | src/http/sr-modules-keys/sr-modules-keys.controller.ts | (3a0a)2025-07-02
+ 583 | - 251 | src/http/sr-modules-keys/sr-modules-keys.e2e-spec.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 38 | - 4 | src/http/sr-modules-operators-keys/entities/sr-module-operators-keys.response.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/http/sr-modules-operators-keys/index.ts | (3a0a)2025-07-02
+ 72 | - 8 | src/http/sr-modules-operators-keys/sr-modules-operators-keys.controller.ts | (3a0a)2025-07-02
+ 392 | - 159 | src/http/sr-modules-operators-keys/sr-modules-operators-keys.e2e-spec.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 51 | - 3 | src/http/sr-modules-operators-keys/sr-modules-operators-keys.service.ts | (3a0a)2025-07-02
+ 10 | - 0 | src/http/sr-modules-operators-keys/sr-modules-operators-keys.types.ts | (3a0a)2025-07-02
+ 4 | - 2 | src/http/sr-modules-operators/entities/grouped-by-module-operators.response.ts | (3a0a)2025-07-02
+ 8 | - 5 | src/http/sr-modules-operators/entities/sr-module-operator.response.ts | (3a0a)2025-07-02
+ 7 | - 4 | src/http/sr-modules-operators/entities/sr-module-operators.response.ts | (3a0a)2025-07-02
+ 8 | - 9 | src/http/sr-modules-operators/sr-modules-operators.controller.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 230 | - 108 | src/http/sr-modules-operators/sr-modules-operators.e2e-spec.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 1 | - 1 | src/http/sr-modules-validators/entities/exit-validator.ts | (3a0a)2025-07-02
+ 3 | - 3 | src/http/sr-modules-validators/entities/exit-validators.response.ts | (3a0a)2025-07-02
+ 2 | - 3 | src/http/sr-modules-validators/entities/exits-presign-message.reponse.ts | (3a0a)2025-07-02
+ 2 | - 2 | src/http/sr-modules-validators/entities/exits-presign-message.ts | (3a0a)2025-07-02
+ 3 | - 3 | src/http/sr-modules-validators/entities/query.ts | (7ff2)2025-07-02
+ 2 | - 2 | src/http/sr-modules-validators/sr-modules-validators.controller.ts | (3a0a)2025-07-02
+ 557 | - 316 | src/http/sr-modules-validators/sr-modules-validators.e2e-spec.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 4 | - 0 | src/http/sr-modules/entities/sr-modules.response.ts | (3a0a)2025-07-02
+ 4 | - 4 | src/http/sr-modules/sr-modules.controller.ts | (3a0a)2025-07-02
+ 55 | - 26 | src/http/sr-modules/sr-modules.e2e-spec.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 3 | - 0 | src/http/status/entities/status.ts | (3a0a)2025-07-02
+ 1 | - 1 | src/jobs/jobs.service.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/jobs/keys-update/keys-update.constants.ts | (3a0a)2025-07-02
+ 21 | - 0 | src/jobs/keys-update/keys-update.interfaces.ts | (3a0a)2025-07-02
+ 3 | - 2 | src/jobs/keys-update/keys-update.module.ts | (3a0a)2025-07-02
+ 46 | - 62 | src/jobs/keys-update/keys-update.service.ts | (3a0a)2025-07-02
+ 218 | - 0 | src/jobs/keys-update/staking-module-updater.service.ts | (3a0a)2025-07-02
+ 0 | - 2 | src/main.ts | (7ff2)2025-07-02
+ 29 | - 0 | src/migrations/Migration20231225124800.ts | (3a0a)2025-07-02
+ 21 | - 0 | src/migrations/Migration20240904131054.ts | (3a0a)2025-07-02
+ 4 | - 2 | src/mikro-orm.config.ts | (3a0a)2025-07-02
+ 134 | - 0 | src/staking-router-modules/community-module.service.ts | (3a0a)2025-07-02
+ 2 | - 0 | src/staking-router-modules/constants.ts | (3a0a)2025-07-02
+ 94 | - 40 | src/staking-router-modules/contracts/abi/IStakingModule.json | (3a0a)2025-07-02
+ 587 | - 0 | src/staking-router-modules/contracts/abi/csm.json | (3a0a)2025-07-02
+ 12 | - 4 | src/staking-router-modules/contracts/lido-locator/lido-locator.service.ts | (7ff2)2025-07-02, (3a0a)2025-07-02
+ 0 | - 2 | src/staking-router-modules/contracts/staking-module-interface/staking-module-interface.service.ts | (3a0a)2025-07-02
+ 13 | - 6 | src/staking-router-modules/contracts/staking-router/staking-router-fetch.service.ts | (3a0a)2025-07-02
+ 40 | - 22 | src/staking-router-modules/curated-module.service.ts | (3a0a)2025-07-02
+ 1 | - 0 | src/staking-router-modules/index.ts | (3a0a)2025-07-02
+ 4 | - 1 | src/staking-router-modules/staking-module-impl-config.ts | (3a0a)2025-07-02
+ 3 | - 2 | src/staking-router-modules/staking-router.module.ts | (3a0a)2025-07-02
+ 6 | - 9 | src/staking-router-modules/staking-router.service.ts | (3a0a)2025-07-02
+ 4 | - 0 | src/storage/el-meta.entity.ts | (3a0a)2025-07-02
+ 7 | - 1 | src/storage/el-meta.storage.ts | (3a0a)2025-07-02
+ 6 | - 1 | src/storage/sr-module.entity.ts | (3a0a)2025-07-02
+ 11 | - 17 | src/storage/sr-module.storage.e2e-spec.ts | (3a0a)2025-07-02
+ 8 | - 1 | src/storage/sr-module.storage.ts | (3a0a)2025-07-02
+ 2 | - 2 | src/validators/validators.service.ts | (3a0a)2025-07-02
+ 1 | - 1 | tsconfig.build.json | (3a0a)2025-07-02
                    c4f860814b6034c6148faf3bef2ff7741afb7290
                    
                    Merge pull request #328 from lidofinance/major-version-3.0.0

Set major kapi version
                
71098a73778f252192cf3101cb790daa90790dea fix: set major kapi version
7ff2aed492606a24d37a709bcbb7015d05352ea2 Merge pull request #324 from lidofinance/fix/endpoints-req-impr Endpoint validation
77bd87cc11db4a151eefdd1d9190e0b2394057f9 Merge pull request #327 from lidofinance/feat/tests Env validation tests
3a0a8fa5edf9b60eb6d5dbe4d5e9b5ea0d5ef29c Merge branch 'develop' into feat/tests
8187a452b79865e9468a703a11766d81b90c316e fix: validation tests
844e295bac158779aff3121234b6cf96861139c1 Merge branch 'refactor/env-validation' into feat/tests
12d105428573c296654d6404ca08bac166a9a696 Merge pull request #216 from lidofinance/refactor/env-validation refactor!: environment variables validation
9c48ee1119c6eda9917f354e536110cc0ec7b5c9 chore: dedicated `ConfigModule` for tests Add a new dedicated `ConfigModule` for tests. This new module imports the `ConfigService` from the project and has the `ignoreEnvFile` option enabled. It allows the Config service to ignore values of env variables specified in the infrastructure where the unit tests are run.
01871ec6c743b3cd632848b58751a895b6c35be9 chore: read password from file in tests Modify tests that check how the `configService.get` method works if it needs to read the password from the file provided in the value of the `DB_PASSWORD_FILE` env variable. Now these tests create a temporary file with a password before testing the desired behavior (so that the `configService.get` method can read the password from the real file), and then remove this temporary file when the test is complete.
#: 64

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

GitHub Url: github.com/lidofinance/lido-oracle
GitHub History Url: github.com/lidofinance/lido-oracle/commits
2025-07-02develop

99.24 - Python
0.3 - Makefile
0.26 - Dockerfile
0.2 - Shell
yaml: 1
json: 18
py: 72
sh: 3
yml: 2
example: 1
pyi: 2
gitignore: 1
toml: 1
github/CODEOWNERS: 1
+    1 | -    2 | .env.example | (89a3)2025-07-02
+ 0 | - 1 | .github/CODEOWNERS | (89a3)2025-07-02
+ 43 | - 0 | .github/workflows/ci-daily-checks.yml | (89a3)2025-07-02
+ 1 | - 0 | .gitignore | (89a3)2025-07-02
+ 42 | - 0 | .pre-commit-config.yaml | (89a3)2025-07-02
+ 1 | - 1 | assets/AccountingOracle.json | (89a3)2025-07-02
+ 1 | - 1 | assets/Burner.json | (89a3)2025-07-02
+ 1 | - 1 | assets/CSAccounting.json | (89a3)2025-07-02
+ 1 | - 1 | assets/CSFeeDistributor.json | (89a3)2025-07-02
+ 1 | - 1 | assets/CSFeeOracle.json | (89a3)2025-07-02
+ 1 | - 1 | assets/CSModule.json | (89a3)2025-07-02
+ 1 | - 0 | assets/CSParametersRegistry.json | (89a3)2025-07-02
+ 1 | - 0 | assets/CSStrikes.json | (89a3)2025-07-02
+ 1 | - 1 | assets/HashConsensus.json | (89a3)2025-07-02
+ 1 | - 1 | assets/Lido.json | (89a3)2025-07-02
+ 1 | - 1 | assets/LidoLocator.json | (89a3)2025-07-02
+ 1 | - 1 | assets/OracleDaemonConfig.json | (89a3)2025-07-02
+ 1 | - 1 | assets/OracleReportSanityChecker.json | (89a3)2025-07-02
+ 1 | - 1 | assets/StakingRouter.json | (89a3)2025-07-02
+ 1 | - 1 | assets/ValidatorsExitBusOracle.json | (89a3)2025-07-02
+ 1 | - 1 | assets/WithdrawalQueueERC721.json | (89a3)2025-07-02
+ 0 | - 11 | fixtures/common/chainId.json | (89a3)2025-07-02
+ 0 | - 122 | fixtures/common/contracts.json | (89a3)2025-07-02
+ 14 | - 0 | kubo/010-set-conf.sh | (89a3)2025-07-02
+ 5 | - 0 | kubo/020-pin-cids.sh | (89a3)2025-07-02
+ 17 | - 0 | kubo/docker-compose.yml | (89a3)2025-07-02
+ 19 | - 0 | kubo/entrypoint.sh | (89a3)2025-07-02
+ 36 | - 12 | pyproject.toml | (89a3)2025-07-02
+ 14 | - 4 | src/constants.py | (89a3)2025-07-02
+ 21 | - 24 | src/main.py | (89a3)2025-07-02
+ 18 | - 0 | src/metrics/logging.py | (89a3)2025-07-02
+ 0 | - 15 | src/metrics/prometheus/accounting.py | (89a3)2025-07-02
+ 1 | - 9 | src/metrics/prometheus/basic.py | (89a3)2025-07-02
+ 25 | - 35 | src/modules/accounting/accounting.py | (89a3)2025-07-02
+ 1 | - 5 | src/modules/accounting/third_phase/extra_data.py | (89a3)2025-07-02
+ 2 | - 2 | src/modules/accounting/third_phase/types.py | (89a3)2025-07-02
+ 1 | - 1 | src/modules/accounting/types.py | (89a3)2025-07-02
+ 2 | - 2 | src/modules/checks/suites/consensus_node.py | (89a3)2025-07-02
+ 24 | - 3 | src/modules/checks/suites/ipfs.py | (89a3)2025-07-02
+ 217 | - 62 | src/modules/csm/checkpoint.py | (89a3)2025-07-02, (6f08)2025-07-02
+ 77 | - 199 | src/modules/csm/csm.py | (89a3)2025-07-02, (6f08)2025-07-02
+ 316 | - 0 | src/modules/csm/distribution.py | (89a3)2025-07-02
+ 0 | - 0 | src/modules/csm/helpers/__init__.py | (89a3)2025-07-02
+ 82 | - 0 | src/modules/csm/helpers/last_report.py | (89a3)2025-07-02
+ 19 | - 10 | src/modules/csm/log.py | (89a3)2025-07-02
+ 160 | - 41 | src/modules/csm/state.py | (89a3)2025-07-02
+ 104 | - 17 | src/modules/csm/tree.py | (89a3)2025-07-02
+ 50 | - 5 | src/modules/csm/types.py | (89a3)2025-07-02
+ 13 | - 108 | src/modules/ejector/ejector.py | (89a3)2025-07-02
+ 3 | - 3 | src/modules/ejector/sweep.py | (89a3)2025-07-02
+ 1 | - 11 | src/modules/ejector/types.py | (89a3)2025-07-02
+ 46 | - 32 | src/modules/submodules/consensus.py | (89a3)2025-07-02
+ 10 | - 0 | src/modules/submodules/oracle_module.py | (89a3)2025-07-02, (6f08)2025-07-02, (1ce4)2025-07-02
+ 85 | - 51 | src/providers/consensus/client.py | (89a3)2025-07-02
+ 25 | - 19 | src/providers/consensus/types.py | (89a3)2025-07-02
+ 17 | - 0 | src/providers/execution/contracts/cs_accounting.py | (89a3)2025-07-02
+ 2 | - 2 | src/providers/execution/contracts/cs_fee_distributor.py | (89a3)2025-07-02
+ 7 | - 5 | src/providers/execution/contracts/cs_fee_oracle.py | (89a3)2025-07-02
+ 13 | - 14 | src/providers/execution/contracts/cs_module.py | (89a3)2025-07-02
+ 149 | - 0 | src/providers/execution/contracts/cs_parameters_registry.py | (89a3)2025-07-02
+ 38 | - 0 | src/providers/execution/contracts/cs_strikes.py | (89a3)2025-07-02
+ 1 | - 35 | src/providers/execution/contracts/exit_bus_oracle.py | (89a3)2025-07-02
+ 11 | - 9 | src/providers/execution/contracts/lido.py | (89a3)2025-07-02
+ 2 | - 10 | src/providers/execution/contracts/oracle_daemon_config.py | (89a3)2025-07-02
+ 56 | - 19 | src/providers/http_provider.py | (89a3)2025-07-02
+ 1 | - 2 | src/providers/ipfs/__init__.py | (89a3)2025-07-02
+ 0 | - 36 | src/providers/ipfs/dummy.py | (89a3)2025-07-02
+ 0 | - 90 | src/providers/ipfs/gw3.py | (89a3)2025-07-02
+ 82 | - 0 | src/providers/ipfs/kubo.py | (89a3)2025-07-02
+ 1 | - 1 | src/providers/ipfs/multi.py | (89a3)2025-07-02
+ 3 | - 0 | src/providers/ipfs/pinata.py | (89a3)2025-07-02
+ 16 | - 11 | src/providers/keys/client.py | (89a3)2025-07-02
+ 6 | - 9 | src/services/bunker.py | (89a3)2025-07-02
+ 1 | - 12 | src/services/bunker_cases/abnormal_cl_rebase.py | (89a3)2025-07-02
+ 21 | - 112 | src/services/bunker_cases/midterm_slashing_penalty.py | (89a3)2025-07-02
+ 9 | - 113 | src/services/exit_order_iterator.py | (89a3)2025-07-02
+ 4 | - 18 | src/services/safe_border.py | (89a3)2025-07-02
+ 12 | - 152 | src/services/validator_state.py | (89a3)2025-07-02
+ 9 | - 0 | src/utils/api/__init__.py | (89a3)2025-07-02
+ 71 | - 0 | src/utils/api/opsgenie.py | (89a3)2025-07-02
+ 21 | - 0 | src/utils/base64.py | (89a3)2025-07-02
+ 3 | - 1 | src/utils/blockstamp.py | (89a3)2025-07-02
+ 4 | - 3 | src/utils/events.py | (89a3)2025-07-02
+ 41 | - 0 | src/utils/jwt.py | (89a3)2025-07-02
+ 59 | - 0 | src/utils/lazy_object_proxy.py | (89a3)2025-07-02
+ 2 | - 14 | src/utils/slot.py | (89a3)2025-07-02
+ 0 | - 17 | src/utils/types.py | (89a3)2025-07-02
+ 0 | - 24 | src/utils/validator_state.py | (89a3)2025-07-02
+ 2 | - 1 | src/utils/web3converter.py | (89a3)2025-07-02
+ 12 | - 7 | src/variables.py | (89a3)2025-07-02
+ 26 | - 17 | src/web3py/contract_tweak.py | (89a3)2025-07-02
+ 99 | - 75 | src/web3py/extensions/csm.py | (89a3)2025-07-02
+ 9 | - 2 | src/web3py/extensions/fallback.py | (89a3)2025-07-02
+ 3 | - 48 | src/web3py/extensions/lido_validators.py | (89a3)2025-07-02
+ 2 | - 3 | src/web3py/extensions/tx_utils.py | (89a3)2025-07-02
+ 0 | - 98 | src/web3py/middleware.py | (89a3)2025-07-02
+ 0 | - 1 | stubs/lazy_object_proxy/__init__.pyi | (89a3)2025-07-02
+ 0 | - 8 | stubs/lazy_object_proxy/lazy_object_proxy.pyi | (89a3)2025-07-02
                    89a35858e06486eaf2a548db572ebd5868b640dc
                    
                    Merge pull request #685 from lidofinance/feat/oracle-v6

[EPIC] Oracle V6
                
6f0814497a601d718303ff31e7716dfabc757b0c Merge pull request #726 from lidofinance/feat/oracle-v6-csm-fixes feat: oracle v6 csm fixes
1ce497eedfbe54e59af9cff5be002fd5bcdc8254 fix: call healthcheck server pulse with timeout reset to avoid bad container status
#: 65

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

81.35 - Rust
9.13 - Go
6.56 - TypeScript
2.32 - Shell
0.25 - JavaScript
0.2 - Dockerfile
0.18 - Makefile
toml: 1
+    2 | -    2 | contracts/liquid-collateral/Cargo.toml | (0feb)2025-07-02
                    0feb939dd662d1873e916159085bf7983f791205
                    
                    liquid-collateral contract uses workspace version (#277)

* liquid-collateral cotnract uses workspace version

* added changelog entry

* Removed changelog entry
                
#: 66

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

98.84 - TypeScript
0.45 - JavaScript
0.45 - Jsonnet
0.24 - Shell
0.02 - Dockerfile
0.01 - Smarty
json: 2
+    1 | -    1 | package.json | (03d4)2025-07-02
+ 1 | - 1 | packages/sources/onre/package.json | (03d4)2025-07-02
                    03d4c1d6e447e27c57f229cdd98431af9ac1be85
                    
                    Release 1.177.0 (#3923)

* Release 1.177.0 (deletions)

* Release 1.177.0 (.)

* Release 1.177.0 (packages/sources/onre)

---------

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

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-07-02master

85.51 - Solidity
13.81 - Shell
0.68 - JavaScript
                    8db217671eebc445dbe7fb4866fa0eec0caec766
                    
                    Cut release
                
#: 68

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

70.62 - TypeScript
21.53 - Solidity
5.54 - MDX
1.19 - CSS
0.82 - JavaScript
0.16 - Shell
0.13 - HTML
tsx: 27
woff2: 20
html: 18
ts: 107
mp3: 1
json: 36
rsc: 2
css: 2
js: 70
meta: 3
body: 1
yml: 1
next/BUILD_ID: 1
graphql: 1
txt: 3
next/trace: 1
gitignore: 4
sql: 2
prisma: 1
xml: 2
yaml: 5
tsbuildinfo: 1
+    5 | -    1 | .github/workflows/ci.yml | (28f2)2025-07-02
+ 8 | - 2 | packages/api/.gitignore | (28f2)2025-07-02, (eeaf)2025-07-02, (f168)2025-07-02, (9c2d)2025-07-02
+ 40 | - 29 | packages/api/package.json | (5b41)2025-07-02, (2935)2025-07-02, (1a8f)2025-07-02, (9453)2025-07-02, (28f2)2025-07-02, (ff10)2025-07-02, (ccd4)2025-07-02
+ 411 | - 0 | packages/api/prisma/migrations/0_init/migration.sql | (28f2)2025-07-02
+ 410 | - 0 | packages/api/prisma/prisma/migrations/0_init/migration.sql | (28f2)2025-07-02
+ 290 | - 0 | packages/api/prisma/schema.prisma | (28f2)2025-07-02
+ 75 | - 75 | packages/api/schema.graphql | (28f2)2025-07-02
+ 228 | - 116 | packages/api/src/controllers/market.ts | (28f2)2025-07-02
+ 587 | - 460 | packages/api/src/controllers/marketHelpers.ts | (28f2)2025-07-02
+ 16 | - 92 | packages/api/src/db.ts | (28f2)2025-07-02
+ 28 | - 33 | packages/api/src/fixtures.ts | (28f2)2025-07-02
+ 51 | - 28 | packages/api/src/graphql/loaders.ts | (28f2)2025-07-02
+ 115 | - 64 | packages/api/src/graphql/resolvers/CandleResolver.ts | (28f2)2025-07-02
+ 27 | - 29 | packages/api/src/graphql/resolvers/CategoryResolver.ts | (28f2)2025-07-02
+ 60 | - 52 | packages/api/src/graphql/resolvers/MarketGroupResolver.ts | (28f2)2025-07-02
+ 50 | - 34 | packages/api/src/graphql/resolvers/MarketResolver.ts | (28f2)2025-07-02
+ 35 | - 32 | packages/api/src/graphql/resolvers/PositionResolver.ts | (28f2)2025-07-02
+ 62 | - 40 | packages/api/src/graphql/resolvers/ResourceResolver.ts | (28f2)2025-07-02
+ 25 | - 16 | packages/api/src/graphql/resolvers/TransactionResolver.ts | (28f2)2025-07-02
+ 9 | - 9 | packages/api/src/graphql/resolvers/VolumeResolver.ts | (28f2)2025-07-02
+ 0 | - 176 | packages/api/src/graphql/resolvers/mappers.ts | (28f2)2025-07-02
+ 2 | - 0 | packages/api/src/graphql/startApolloServer.ts | (ccd4)2025-07-02
+ 25 | - 8 | packages/api/src/graphql/types/MarketGroupType.ts | (28f2)2025-07-02, (c0f3)2025-07-02
+ 26 | - 3 | packages/api/src/graphql/types/MarketType.ts | (28f2)2025-07-02
+ 314 | - 0 | packages/api/src/graphql/types/PrismaTypes.ts | (28f2)2025-07-02
+ 992 | - 1810 | packages/api/src/graphql/types/generated.ts | (28f2)2025-07-02, (c0f3)2025-07-02, (6e88)2025-07-02, (ccd4)2025-07-02
+ 19 | - 14 | packages/api/src/helpers/epochPnL.ts | (28f2)2025-07-02
+ 58 | - 23 | packages/api/src/helpers/getMarketAndEpoch.ts | (28f2)2025-07-02
+ 56 | - 27 | packages/api/src/helpers/hydrateTransactions.ts | (28f2)2025-07-02
+ 5 | - 5 | packages/api/src/interfaces.ts | (28f2)2025-07-02
+ 0 | - 109 | packages/api/src/migrations/1739555211463-migration.ts | (28f2)2025-07-02
+ 0 | - 19 | packages/api/src/migrations/1740077157112-migration.ts | (28f2)2025-07-02
+ 0 | - 89 | packages/api/src/migrations/1741722842647-migration.ts | (28f2)2025-07-02
+ 0 | - 15 | packages/api/src/migrations/1742424541642-migration.ts | (28f2)2025-07-02
+ 0 | - 11 | packages/api/src/migrations/1743797720926-AddQuestionToEpoch.ts | (28f2)2025-07-02
+ 0 | - 29 | packages/api/src/migrations/1744057447617-migration-AddCategory.ts | (28f2)2025-07-02
+ 0 | - 22 | packages/api/src/migrations/1744128969991-migrations-deleteNullRows.ts | (28f2)2025-07-02
+ 0 | - 13 | packages/api/src/migrations/1744242383226-migration.ts | (28f2)2025-07-02
+ 0 | - 19 | packages/api/src/migrations/1744306101066-migration.ts | (28f2)2025-07-02
+ 0 | - 23 | packages/api/src/migrations/1744647406887-migration.ts | (28f2)2025-07-02
+ 0 | - 17 | packages/api/src/migrations/1744775423017-migration.ts | (28f2)2025-07-02
+ 0 | - 179 | packages/api/src/migrations/1744982099000-migration.ts | (28f2)2025-07-02
+ 0 | - 17 | packages/api/src/migrations/1745101065970-migration.ts | (28f2)2025-07-02
+ 0 | - 13 | packages/api/src/migrations/1745345720815-migration.ts | (28f2)2025-07-02
+ 0 | - 31 | packages/api/src/migrations/1746058665506-CombinedMigrations.ts | (28f2)2025-07-02
+ 0 | - 17 | packages/api/src/migrations/1746122924911-migration.ts | (28f2)2025-07-02
+ 0 | - 17 | packages/api/src/migrations/1746133950445-migration.ts | (28f2)2025-07-02
+ 0 | - 15 | packages/api/src/migrations/1746299208868-migration.ts | (28f2)2025-07-02
+ 0 | - 79 | packages/api/src/migrations/1747333449266-migration.ts | (28f2)2025-07-02
+ 0 | - 13 | packages/api/src/migrations/1747678126170-migration.ts | (28f2)2025-07-02
+ 0 | - 13 | packages/api/src/migrations/1748364303527-migration.ts | (28f2)2025-07-02
+ 0 | - 13 | packages/api/src/migrations/1748528252663-migration.ts | (28f2)2025-07-02
+ 0 | - 22 | packages/api/src/migrations/1748876502530-migration-addStringParamToCacheParam.ts | (28f2)2025-07-02
+ 0 | - 13 | packages/api/src/migrations/1749151918542-migration.ts | (28f2)2025-07-02
+ 0 | - 106 | packages/api/src/models/CacheCandle.ts | (28f2)2025-07-02
+ 0 | - 30 | packages/api/src/models/CacheParam.ts | (28f2)2025-07-02
+ 0 | - 32 | packages/api/src/models/Category.ts | (28f2)2025-07-02
+ 0 | - 37 | packages/api/src/models/CollateralTransfer.ts | (28f2)2025-07-02
+ 0 | - 21 | packages/api/src/models/CryptoPrice.ts | (28f2)2025-07-02
+ 0 | - 56 | packages/api/src/models/Event.ts | (28f2)2025-07-02
+ 0 | - 103 | packages/api/src/models/Market.ts | (28f2)2025-07-02
+ 0 | - 103 | packages/api/src/models/MarketGroup.ts | (28f2)2025-07-02
+ 0 | - 41 | packages/api/src/models/MarketParams.ts | (28f2)2025-07-02
+ 0 | - 29 | packages/api/src/models/MarketPrice.ts | (28f2)2025-07-02
+ 0 | - 117 | packages/api/src/models/Position.ts | (28f2)2025-07-02
+ 0 | - 21 | packages/api/src/models/RenderJob.ts | (28f2)2025-07-02
+ 0 | - 37 | packages/api/src/models/Resource.ts | (28f2)2025-07-02
+ 0 | - 42 | packages/api/src/models/ResourcePrice.ts | (28f2)2025-07-02
+ 0 | - 113 | packages/api/src/models/Transaction.ts | (28f2)2025-07-02
+ 73 | - 84 | packages/api/src/routes/createMarket.ts | (28f2)2025-07-02
+ 14 | - 12 | packages/api/src/routes/crypto-prices.ts | (28f2)2025-07-02
+ 6 | - 4 | packages/api/src/routes/estimate.ts | (28f2)2025-07-02
+ 10 | - 10 | packages/api/src/routes/markets.ts | (28f2)2025-07-02
+ 10 | - 13 | packages/api/src/routes/missing-blocks.ts | (28f2)2025-07-02
+ 89 | - 44 | packages/api/src/routes/positions.ts | (28f2)2025-07-02
+ 13 | - 9 | packages/api/src/routes/quoter.ts | (28f2)2025-07-02
+ 19 | - 14 | packages/api/src/routes/reindex.ts | (28f2)2025-07-02
+ 48 | - 21 | packages/api/src/routes/transactions.ts | (28f2)2025-07-02
+ 12 | - 11 | packages/api/src/routes/updateMarketPrivacy.ts | (28f2)2025-07-02
+ 4 | - 1 | packages/api/src/routes/volume.ts | (28f2)2025-07-02
+ 1 | - 0 | packages/api/src/server.ts | (28f2)2025-07-02
+ 47 | - 26 | packages/api/src/utils/serviceUtil.ts | (28f2)2025-07-02
+ 6 | - 4 | packages/api/src/utils/utils.ts | (28f2)2025-07-02
+ 5 | - 5 | packages/api/src/workers/discordBot.ts | (28f2)2025-07-02
+ 19 | - 6 | packages/api/src/workers/indexers/btcHashIndexer.ts | (28f2)2025-07-02
+ 33 | - 21 | packages/api/src/workers/indexers/btcIndexer.ts | (28f2)2025-07-02
+ 36 | - 19 | packages/api/src/workers/indexers/celestiaIndexer.ts | (28f2)2025-07-02
+ 31 | - 19 | packages/api/src/workers/indexers/ethBlobsIndexer.ts | (28f2)2025-07-02
+ 31 | - 17 | packages/api/src/workers/indexers/evmIndexer.ts | (28f2)2025-07-02
+ 77 | - 12 | packages/api/src/workers/indexers/weatherIndexer.ts | (28f2)2025-07-02
+ 3 | - 3 | packages/api/src/workers/jobs/index.ts | (28f2)2025-07-02
+ 37 | - 27 | packages/api/src/workers/jobs/indexMarkets.ts | (28f2)2025-07-02
+ 5 | - 3 | packages/api/src/workers/jobs/reindexMarket.ts | (28f2)2025-07-02
+ 13 | - 17 | packages/api/src/workers/jobs/reindexMissingBlocks.ts | (28f2)2025-07-02
+ 2 | - 2 | packages/api/src/workers/jobs/reindexResource.ts | (28f2)2025-07-02
+ 7 | - 10 | packages/api/src/workers/worker.ts | (28f2)2025-07-02
+ 0 | - 1 | packages/api/tsconfig.tsbuildinfo | (e116)2025-07-02
+ 0 | - 1 | packages/docs/docs/dist/.vocs/search-index-faae190e.json | (ccd4)2025-07-02
+ 0 | - 6 | packages/docs/docs/dist/assets/audit_reports-DowVNgSh.js | (ccd4)2025-07-02
+ 0 | - 3 | packages/docs/docs/dist/assets/consumers-guide-DNLzKbkq.js | (ccd4)2025-07-02
+ 0 | - 110 | packages/docs/docs/dist/assets/index-5yfz2rA6.js | (ccd4)2025-07-02
+ 0 | - 15 | packages/docs/docs/dist/assets/index-BBcHhDmM.js | (ccd4)2025-07-02
+ 0 | - 153 | packages/docs/docs/dist/assets/l1-implementation-11u6m2mT.js | (ccd4)2025-07-02
+ 0 | - 16 | packages/docs/docs/dist/assets/l2-implementation-etBifGIq.js | (ccd4)2025-07-02
+ 0 | - 15 | packages/docs/docs/dist/assets/market-settlement-FT9VwKXi.js | (ccd4)2025-07-02
+ 0 | - 4 | packages/docs/docs/dist/assets/opportunity-Caew1V3X.js | (ccd4)2025-07-02
+ 0 | - 9 | packages/docs/docs/dist/assets/price-glossary-cIhpSE0W.js | (ccd4)2025-07-02
+ 0 | - 102 | packages/docs/docs/dist/assets/privacy-policy-DWtH1GoP.js | (ccd4)2025-07-02
+ 0 | - 4 | packages/docs/docs/dist/assets/problem-icNE2jgW.js | (ccd4)2025-07-02
+ 0 | - 3 | packages/docs/docs/dist/assets/producers-guide-BUpvTT9P.js | (ccd4)2025-07-02
+ 0 | - 3 | packages/docs/docs/dist/assets/solution-kNbA74D4.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/docs/docs/dist/assets/style-DcUvIjUx.css | (ccd4)2025-07-02
+ 0 | - 169 | packages/docs/docs/dist/assets/terms-of-service-DqTY2PN4.js | (ccd4)2025-07-02
+ 0 | - 5 | packages/docs/docs/dist/assets/token-vault-EOlAKzlj.js | (ccd4)2025-07-02
+ 0 | - 18 | packages/docs/docs/dist/audit_reports/index.html | (ccd4)2025-07-02
+ 0 | - 15 | packages/docs/docs/dist/consumers-guide/index.html | (ccd4)2025-07-02
+ 0 | - 27 | packages/docs/docs/dist/index.html | (ccd4)2025-07-02
+ 0 | - 1 | packages/docs/docs/dist/initializeTheme.iife.js | (ccd4)2025-07-02
+ 0 | - 165 | packages/docs/docs/dist/l1-implementation/index.html | (ccd4)2025-07-02
+ 0 | - 28 | packages/docs/docs/dist/l2-implementation/index.html | (ccd4)2025-07-02
+ 0 | - 656 | packages/docs/docs/dist/llms-full.txt | (ccd4)2025-07-02
+ 0 | - 13 | packages/docs/docs/dist/llms.txt | (ccd4)2025-07-02
+ 0 | - 27 | packages/docs/docs/dist/market-settlement/index.html | (ccd4)2025-07-02
+ 0 | - 16 | packages/docs/docs/dist/opportunity/index.html | (ccd4)2025-07-02
+ 0 | - 21 | packages/docs/docs/dist/price-glossary/index.html | (ccd4)2025-07-02
+ 0 | - 114 | packages/docs/docs/dist/privacy-policy/index.html | (ccd4)2025-07-02
+ 0 | - 16 | packages/docs/docs/dist/problem/index.html | (ccd4)2025-07-02
+ 0 | - 15 | packages/docs/docs/dist/producers-guide/index.html | (ccd4)2025-07-02
+ 0 | - 15 | packages/docs/docs/dist/solution/index.html | (ccd4)2025-07-02
+ 0 | - 181 | packages/docs/docs/dist/terms-of-service/index.html | (ccd4)2025-07-02
+ 0 | - 17 | packages/docs/docs/dist/token-vault/index.html | (ccd4)2025-07-02
+ 1 | - 1 | packages/sapience/package.json | (ccd4)2025-07-02
+ 0 | - 0 | packages/sapience/public/cat-meow.mp3 | (ccd4)2025-07-02
+ 20 | - 0 | packages/sapience/src/app/admin/create/page.tsx | (ccd4)2025-07-02
+ 3 | - 3 | packages/sapience/src/app/forecasting/[chainShortName]/[marketId]/page.tsx | (28f2)2025-07-02
+ 6 | - 3 | packages/sapience/src/app/forecasting/[chainShortName]/page.tsx | (28f2)2025-07-02
+ 7 | - 4 | packages/sapience/src/components/DataDrawer/index.tsx | (28f2)2025-07-02
+ 606 | - 359 | packages/sapience/src/components/admin/CombinedMarketDialog.tsx | (ccd4)2025-07-02
+ 3 | - 3 | packages/sapience/src/components/admin/MarketDeployButton.tsx | (28f2)2025-07-02
+ 932 | - 41 | packages/sapience/src/components/admin/MarketFormFields.tsx | (28f2)2025-07-02, (53ec)2025-07-02, (ccd4)2025-07-02
+ 19 | - 2 | packages/sapience/src/components/admin/MarketGroupDeployButton.tsx | (28f2)2025-07-02
+ 168 | - 2 | packages/sapience/src/components/admin/columns.tsx | (28f2)2025-07-02, (ccd4)2025-07-02
+ 274 | - 17 | packages/sapience/src/components/admin/index.tsx | (ccd4)2025-07-02
+ 1 | - 1 | packages/sapience/src/components/forecasting/MarketGroupChart.tsx | (28f2)2025-07-02
+ 1 | - 1 | packages/sapience/src/components/forecasting/MarketGroupsList.tsx | (28f2)2025-07-02
+ 2 | - 2 | packages/sapience/src/components/forecasting/MarketStatusDisplay.tsx | (28f2)2025-07-02
+ 1 | - 1 | packages/sapience/src/components/forecasting/UserPositionsTable.tsx | (28f2)2025-07-02
+ 6 | - 9 | packages/sapience/src/components/forecasting/forms/PredictForm.tsx | (28f2)2025-07-02
+ 4 | - 3 | packages/sapience/src/components/forecasting/forms/wager/MultipleChoiceWagerForm.tsx | (28f2)2025-07-02
+ 5 | - 8 | packages/sapience/src/components/forecasting/forms/wager/NumericWagerForm.tsx | (28f2)2025-07-02
+ 2 | - 2 | packages/sapience/src/components/forecasting/forms/wager/YesNoWagerForm.tsx | (28f2)2025-07-02
+ 18 | - 2 | packages/sapience/src/components/leaderboard/ProfitCell.tsx | (28f2)2025-07-02
+ 9 | - 9 | packages/sapience/src/components/profile/LpPositionsTable.tsx | (28f2)2025-07-02
+ 27 | - 29 | packages/sapience/src/components/profile/TraderPositionsTable.tsx | (28f2)2025-07-02, (8e89)2025-07-02, (c0f3)2025-07-02
+ 322 | - 45 | packages/sapience/src/components/shared/DateTimePicker.tsx | (ccd4)2025-07-02
+ 1 | - 1 | packages/sapience/src/hooks/forms/useQuoter.ts | (28f2)2025-07-02
+ 1 | - 1 | packages/sapience/src/hooks/graphql/useMarket.ts | (28f2)2025-07-02
+ 4 | - 1 | packages/sapience/src/hooks/graphql/useMarketGroup.ts | (28f2)2025-07-02
+ 1 | - 1 | packages/sapience/src/hooks/graphql/useMarketGroupChartData.ts | (28f2)2025-07-02
+ 29 | - 30 | packages/sapience/src/hooks/graphql/useMarketGroups.ts | (28f2)2025-07-02, (ccd4)2025-07-02
+ 1 | - 3 | packages/sapience/src/hooks/graphql/useMarketLeaderboard.ts | (28f2)2025-07-02
+ 1 | - 1 | packages/sapience/src/hooks/graphql/useMarketPrice.ts | (28f2)2025-07-02
+ 1 | - 1 | packages/sapience/src/hooks/graphql/usePositions.ts | (28f2)2025-07-02
+ 1 | - 1 | packages/ui/hooks/useResources.ts | (28f2)2025-07-02
+ 83 | - 84 | packages/ui/types/graphql.ts | (28f2)2025-07-02
+ 11 | - 1 | packages/ui/types/index.ts | (28f2)2025-07-02
+ 0 | - 1 | packages/website/.next/BUILD_ID | (ccd4)2025-07-02
+ 0 | - 44 | packages/website/.next/app-build-manifest.json | (ccd4)2025-07-02
+ 0 | - 5 | packages/website/.next/app-path-routes-manifest.json | (ccd4)2025-07-02
+ 0 | - 33 | packages/website/.next/build-manifest.json | (ccd4)2025-07-02
+ 0 | - 6 | packages/website/.next/diagnostics/build-diagnostics.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/diagnostics/framework.json | (ccd4)2025-07-02
+ 0 | - 6 | packages/website/.next/export-marker.json | (ccd4)2025-07-02
+ 0 | - 57 | packages/website/.next/images-manifest.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/next-minimal-server.js.nft.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/next-server.js.nft.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/package.json | (ccd4)2025-07-02
+ 0 | - 65 | packages/website/.next/prerender-manifest.json | (ccd4)2025-07-02
+ 0 | - 50 | packages/website/.next/react-loadable-manifest.json | (ccd4)2025-07-02
+ 0 | - 312 | packages/website/.next/required-server-files.json | (ccd4)2025-07-02
+ 0 | - 55 | packages/website/.next/routes-manifest.json | (ccd4)2025-07-02
+ 0 | - 5 | packages/website/.next/server/app-paths-manifest.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/_not-found.html | (ccd4)2025-07-02
+ 0 | - 8 | packages/website/.next/server/app/_not-found.meta | (ccd4)2025-07-02
+ 0 | - 41 | packages/website/.next/server/app/_not-found.rsc | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/_not-found/page.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/_not-found/page.js.nft.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/_not-found/page_client-reference-manifest.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/index.html | (ccd4)2025-07-02
+ 0 | - 7 | packages/website/.next/server/app/index.meta | (ccd4)2025-07-02
+ 0 | - 49 | packages/website/.next/server/app/index.rsc | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/manifest.webmanifest.body | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/manifest.webmanifest.meta | (ccd4)2025-07-02
+ 0 | - 16 | packages/website/.next/server/app/manifest.webmanifest/route.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/manifest.webmanifest/route.js.nft.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js | (ccd4)2025-07-02
+ 0 | - 7456 | packages/website/.next/server/app/page.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/page.js.nft.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/app/page_client-reference-manifest.js | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/server/chunks/168.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/chunks/255.js | (ccd4)2025-07-02
+ 0 | - 35 | packages/website/.next/server/chunks/280.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/chunks/317.js | (ccd4)2025-07-02
+ 0 | - 5 | packages/website/.next/server/chunks/364.js | (ccd4)2025-07-02
+ 0 | - 6 | packages/website/.next/server/chunks/48.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/chunks/545.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/chunks/568.js | (ccd4)2025-07-02
+ 0 | - 3 | packages/website/.next/server/chunks/631.js | (ccd4)2025-07-02
+ 0 | - 5 | packages/website/.next/server/chunks/799.js | (ccd4)2025-07-02
+ 0 | - 5 | packages/website/.next/server/chunks/909.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/chunks/934.js | (ccd4)2025-07-02
+ 0 | - 4 | packages/website/.next/server/functions-config-manifest.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/interception-route-rewrite-manifest.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/middleware-build-manifest.js | (ccd4)2025-07-02
+ 0 | - 6 | packages/website/.next/server/middleware-manifest.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/middleware-react-loadable-manifest.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/next-font-manifest.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/next-font-manifest.json | (ccd4)2025-07-02
+ 0 | - 6 | packages/website/.next/server/pages-manifest.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/pages/404.html | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/pages/500.html | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/pages/_app.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/pages/_app.js.nft.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/pages/_document.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/pages/_document.js.nft.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/pages/_error.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/pages/_error.js.nft.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/server-reference-manifest.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/server-reference-manifest.json | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/server/webpack-runtime.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/136-a9928cc670ad0991.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/27-1803d6602535f68b.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/278.84395ae7c06eb756.js | (ccd4)2025-07-02
+ 0 | - 5 | packages/website/.next/static/chunks/509.3e427893688c4705.js | (ccd4)2025-07-02
+ 0 | - 5 | packages/website/.next/static/chunks/580.938a7bcf23b0ea71.js | (ccd4)2025-07-02
+ 0 | - 3 | packages/website/.next/static/chunks/617.287572e15f1bf744.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/673.b99759f2b71e87ad.js | (ccd4)2025-07-02
+ 0 | - 35 | packages/website/.next/static/chunks/766.705524de3c3dd597.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/7bacdcfc-bbf9a4f30833cd9c.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/883-ab11e02f1f627d42.js | (ccd4)2025-07-02
+ 0 | - 7448 | packages/website/.next/static/chunks/95c363c7-0db87c1990640cab.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/9aa0a16d.10ac0b13f22688c1.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/app/_not-found/page-3d0cb82dc5e67b3d.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/app/layout-13c5459b33f87a84.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/app/manifest.webmanifest/route-09fd6adf66f242da.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/app/not-found-d6f4ce9660fa37b1.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/app/page-e5777cc33569a05a.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/ed8997bb.f4e167ca46ddf7fe.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/framework-47013cd69eea273d.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/main-app-2dec8dd5ec664c7d.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/main-c79e2c350756ccb8.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/pages/_app-7bddc7ea30fce9c6.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/pages/_error-2936edb7fe32d639.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/polyfills-42372ed130431b0a.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/chunks/webpack-d4ede35975b3dab0.js | (ccd4)2025-07-02
+ 0 | - 3 | packages/website/.next/static/css/36300fe0dd681d1d.css | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/1437a347888a4313-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/15f0cb144714f054-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/21d6c94ea510d88f-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/29904e4ad7755c17-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/2d75bfb1fb079dee-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/37cdad6c02cee3ab-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/7c4c2bf8cd694a1f-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/856572ddb2d43885-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/9491bc5f6310f1e7-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/a7183547f84b2392-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/b850aef404ed9426-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/ba40464120cac611-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/bdffa644d8873933-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/bf00c3fda7ab6e41-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/d63f196b846013fe-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/d8425c1fc8687feb-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/e2b7d3539038fa88-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/e6399456675633ca-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/e9e26597089075ac-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 0 | packages/website/.next/static/media/fffd047e70344266-s.p.woff2 | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/pd12wRPzuBzp44vgEwFBY/_buildManifest.js | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/static/pd12wRPzuBzp44vgEwFBY/_ssgManifest.js | (ccd4)2025-07-02
+ 0 | - 17 | packages/website/.next/trace | (ccd4)2025-07-02
+ 0 | - 84 | packages/website/.next/types/app/page.ts | (ccd4)2025-07-02
+ 0 | - 141 | packages/website/.next/types/cache-life.d.ts | (ccd4)2025-07-02
+ 0 | - 1 | packages/website/.next/types/package.json | (ccd4)2025-07-02
+ 0 | - 9 | packages/website/public/robots.txt | (ccd4)2025-07-02
+ 0 | - 5 | packages/website/public/sitemap-0.xml | (ccd4)2025-07-02
+ 0 | - 4 | packages/website/public/sitemap.xml | (ccd4)2025-07-02
+ 43573 | - 43643 | pnpm-lock.yaml | (1a8f)2025-07-02, (7438)2025-07-02, (28f2)2025-07-02, (4fa5)2025-07-02, (ccd4)2025-07-02
                    5b4161ca394cc3b68d1489503213a142a417b80d
                    
                    dependency fix  (#580)
                
2a8b51d9cd1901ac5252be1198bdd9eab20a7e7f Merge branch 'main' into prisma-rollback
2935009a9301d2ef2a8551a239534cd6551bfd9c update
1a8f5e910405617aee72e58828e6c5d9b094e821 fix dependecy (#579)
29dcb0d1b4b23f3918b9fa82dc47a61db252df3f Merge branch 'main' into prisma-rollback
74380af7f771a187f4e4d245f0d4f8247e1d8e83 update
945317270552e3fe98348200ad4fc38c097750f8 fix dependecy
28f22d865a181906c06cf4c9ca89294744d893a7 Prisma (#578)
e1163f86675f768d2eaeb80505d263d7449a5550 ignore
eeaf79af93b623a445bc3cac9b027584d4720e4a ignore
f1687d2dc5c81b946067c9e49435d28c1b115945 update ignore
9c2d3b5afc77fd5ee91b9ef90fb5d3e0aefaf457 update ignore
8e895bc129f2c9ebabe8cf3e891782f35d2732c1 trader table
c0f39911834e8999a218eae2b94928ec7708931b positions
4fa56278498c45c69d80d4e4bb6e6aac4e0968cd lock file
6e88463ad9e8d1b02721864dcce140611bda6055 update
ff104b35ffa522ce0c4db3d58274c5e7a07b3900 fix
53ec3a48f5d144118066174ff8ebfe6354e59278 fix
ccd408a115c69c09aed3724f0b0dc135fd87daa8 merge main
#: 69

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-07-02develop

76.53 - Go
14.6 - TypeScript
7.04 - Rust
0.82 - Shell
0.45 - JavaScript
0.25 - Nix
0.21 - Makefile
0.1 - Dockerfile
go: 2
+   29 | -    3 | pkg/solana/chainreader/event_read_binding.go | (144d)2025-07-02
+ 7 | - 7 | pkg/solana/chainreader/filter.go | (144d)2025-07-02
                    144d99d2d8714976e566cdb73832990bea4c9823
                    
                    add deterministic filter name (#1284)

* add deterministic filter name
                
#: 70

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

94.72 - Cairo
5.26 - Solidity
0.02 - JavaScript
cairo: 1
json: 4
+    4 | -    4 | workspace/apps/staking/contracts/package.json | (a0a3)2025-07-02, (b63b)2025-07-02, (03c7)2025-07-02, (363e)2025-07-02
+ 1 | - 1 | workspace/apps/staking/contracts/src/pool/pool.cairo | (b63b)2025-07-02
                    a0a3fa2d22f09b3c31a1d7b5c3c6c87bc60b51f4
                    
                    feat(staking): pause and unpause staking contract in upgrade_contracts_implementation_v2

Solves #[9502542602](https://starkware.monday.com/boards/6585061474/pulses/9502542602)
                
b63bb60f406f0f414b88de0d443a53ef8e5ab484 chore(staking): delete unused import
03c7b1329f135cd9831f236df84eac13d8f2e54e chore(staking): remove system type enum
363eccb41832dd1e09a036fc5d3020281ba4ec95 chore(staking): remove explicit boolean comparing in asserts
#: 71

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

GitHub Url: github.com/pyth-network/per
GitHub History Url: github.com/pyth-network/per/commits
2025-07-02main

70.66 - Rust
17.52 - Python
10.61 - TypeScript
0.71 - Starlark
0.26 - JavaScript
0.11 - CSS
0.06 - Dockerfile
0.04 - PLpgSQL
0.04 - Shell
py: 1
toml: 3
yaml: 1
rs: 7
+    1 | -    1 | auction-server/Cargo.toml | (c8df)2025-07-02
+ 1 | - 1 | auction-server/api-types/Cargo.toml | (c8df)2025-07-02
+ 2 | - 0 | auction-server/api-types/src/opportunity.rs | (c8df)2025-07-02
+ 5 | - 1 | auction-server/config.sample.yaml | (c8df)2025-07-02
+ 1 | - 1 | auction-server/src/api.rs | (c8df)2025-07-02
+ 15 | - 4 | auction-server/src/config.rs | (c8df)2025-07-02
+ 20 | - 7 | auction-server/src/opportunity/service/get_quote.rs | (c8df)2025-07-02
+ 50 | - 14 | auction-server/src/opportunity/service/mod.rs | (c8df)2025-07-02
+ 7 | - 1 | integration.py | (c8df)2025-07-02
+ 2 | - 2 | sdk/rust/Cargo.toml | (c8df)2025-07-02
+ 2 | - 2 | sdk/rust/src/lib.rs | (c8df)2025-07-02
+ 6 | - 7 | sdk/rust/src/svm.rs | (c8df)2025-07-02
                    c8df53c7d3c50ad1f52128783d98407a752b1b06
                    
                    feat: add minimum platform fees (#571)

* add minimum platform fees

* fix rust sdk

* cleanup

* address comments

* fix request format in test swap
                
#: 72

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-07-02master

94.12 - Rust
2.83 - Shell
2.54 - 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
toml: 1
rs: 11
+    1 | -    0 | ethexe/cli/Cargo.toml | (e672)2025-07-02
+ 14 | - 4 | ethexe/cli/src/params/node.rs | (e672)2025-07-02
+ 6 | - 0 | ethexe/common/src/gear.rs | (e672)2025-07-02
+ 51 | - 11 | ethexe/processor/src/handling/run.rs | (e672)2025-07-02
+ 5 | - 3 | ethexe/processor/src/host/mod.rs | (e672)2025-07-02
+ 17 | - 3 | ethexe/processor/src/lib.rs | (e672)2025-07-02
+ 26 | - 4 | ethexe/runtime/common/src/journal.rs | (e672)2025-07-02
+ 23 | - 9 | ethexe/runtime/common/src/lib.rs | (e672)2025-07-02
+ 4 | - 3 | ethexe/runtime/src/wasm/api/mod.rs | (e672)2025-07-02
+ 5 | - 3 | ethexe/runtime/src/wasm/api/run.rs | (e672)2025-07-02
+ 1 | - 0 | ethexe/service/src/config.rs | (e672)2025-07-02
+ 1 | - 0 | ethexe/service/src/lib.rs | (e672)2025-07-02
                    e672a2286ca5241411ddb05b41e644e605416df6
                    
                    feat(ethexe-processor): Implement gas allowance handling in runner (#4646)
                
#: 73

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

92.96 - Go
3.97 - Starlark
1.07 - Solidity
1.05 - Makefile
0.64 - Shell
0.16 - Smarty
0.14 - Dockerfile
sum: 1
mod: 1
+    1 | -    1 | go.mod | (04a8)2025-07-02
+ 2 | - 2 | go.sum | (04a8)2025-07-02
                    04a85a1d7fdd5ed72540d91562823bc9776ceb21
                    
                    chore(deps): bump github.com/go-playground/validator/v10 from 10.26.0 to 10.27.0 (#2837)

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
                
#: 74

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-07-02master

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
gitmodules: 1
yml: 11
toml: 12
sh: 12
dockerignore: 1
rs: 110
gitignore: 1
+    9 | -    0 | .dockerignore | (4592)2025-07-02
+ 2 | - 0 | .github/workflows/cargo.yml | (4592)2025-07-02
+ 1 | - 0 | .github/workflows/changelog-label.yml | (4592)2025-07-02
+ 4 | - 0 | .github/workflows/client-targets.yml | (4592)2025-07-02
+ 1 | - 0 | .github/workflows/crate-check.yml | (4592)2025-07-02
+ 3 | - 0 | .github/workflows/docs.yml | (4592)2025-07-02
+ 3 | - 1 | .github/workflows/downstream-project-anchor.yml | (4592)2025-07-02
+ 6 | - 0 | .github/workflows/downstream-project-spl.yml | (4592)2025-07-02
+ 1 | - 0 | .github/workflows/publish-windows-tarball.yml | (4592)2025-07-02
+ 180 | - 0 | .github/workflows/rebase.yaml | (4592)2025-07-02
+ 55 | - 55 | .github/workflows/release.yml | (4592)2025-07-02
+ 2 | - 0 | .github/workflows/svm-examples.yml | (4592)2025-07-02
+ 5 | - 0 | .gitignore | (4592)2025-07-02
+ 9 | - 0 | .gitmodules | (4592)2025-07-02
+ 21 | - 1 | Cargo.toml | (4592)2025-07-02
+ 2 | - 0 | accounts-db/benches/bench_lock_accounts.rs | (4592)2025-07-02
+ 77 | - 9 | accounts-db/src/account_locks.rs | (4592)2025-07-02
+ 96 | - 5 | accounts-db/src/accounts.rs | (4592)2025-07-02
+ 5 | - 0 | banking-bench/src/main.rs | (4592)2025-07-02
+ 1 | - 0 | banks-server/Cargo.toml | (4592)2025-07-02
+ 4 | - 3 | banks-server/src/banks_server.rs | (4592)2025-07-02
+ 22 | - 0 | bundle-sdk/Cargo.toml | (4592)2025-07-02
+ 25 | - 0 | bundle-sdk/src/lib.rs | (4592)2025-07-02
+ 40 | - 0 | bundle/Cargo.toml | (4592)2025-07-02
+ 1081 | - 0 | bundle/src/bundle_execution.rs | (4592)2025-07-02
+ 77 | - 0 | bundle/src/lib.rs | (4592)2025-07-02
+ 307 | - 0 | ci/buildkite-pipeline-in-disk.sh | (4592)2025-07-02
+ 2 | - 2 | ci/buildkite-pipeline.sh | (4592)2025-07-02
+ 39 | - 39 | ci/buildkite-secondary.yml | (4592)2025-07-02
+ 2 | - 2 | ci/buildkite-solana-private.sh | (4592)2025-07-02
+ 1 | - 1 | ci/channel-info.sh | (4592)2025-07-02
+ 3 | - 0 | ci/check-crates.sh | (4592)2025-07-02
+ 11 | - 5 | ci/publish-installer.sh | (4592)2025-07-02
+ 6 | - 2 | ci/publish-tarball.sh | (4592)2025-07-02
+ 1 | - 1 | ci/upload-github-release-asset.sh | (4592)2025-07-02
+ 19 | - 0 | core/Cargo.toml | (4592)2025-07-02
+ 8 | - 1 | core/benches/banking_stage.rs | (4592)2025-07-02
+ 18 | - 8 | core/benches/consumer.rs | (4592)2025-07-02
+ 58 | - 0 | core/benches/proto_to_packet.rs | (4592)2025-07-02
+ 7 | - 1 | core/benches/receive_and_buffer_utils.rs | (4592)2025-07-02
+ 7 | - 2 | core/src/admin_rpc_post_init.rs | (4592)2025-07-02
+ 6 | - 0 | core/src/banking_simulation.rs | (4592)2025-07-02
+ 173 | - 8 | core/src/banking_stage.rs | (4592)2025-07-02
+ 30 | - 15 | core/src/banking_stage/consume_worker.rs | (4592)2025-07-02
+ 98 | - 26 | core/src/banking_stage/consumer.rs | (4592)2025-07-02
+ 2 | - 2 | core/src/banking_stage/decision_maker.rs | (4592)2025-07-02
+ 29 | - 9 | core/src/banking_stage/qos_service.rs | (4592)2025-07-02
+ 98 | - 10 | core/src/banking_stage/transaction_scheduler/receive_and_buffer.rs | (4592)2025-07-02
+ 49 | - 10 | core/src/banking_stage/transaction_scheduler/scheduler_controller.rs | (4592)2025-07-02
+ 27 | - 9 | core/src/banking_stage/vote_worker.rs | (4592)2025-07-02
+ 1 | - 0 | core/src/banking_trace.rs | (4592)2025-07-02
+ 406 | - 0 | core/src/bundle_stage.rs | (4592)2025-07-02
+ 354 | - 0 | core/src/bundle_stage/bundle_account_locker.rs | (4592)2025-07-02
+ 1501 | - 0 | core/src/bundle_stage/bundle_consumer.rs | (4592)2025-07-02
+ 258 | - 0 | core/src/bundle_stage/bundle_packet_deserializer.rs | (4592)2025-07-02
+ 800 | - 0 | core/src/bundle_stage/bundle_packet_receiver.rs | (4592)2025-07-02
+ 537 | - 0 | core/src/bundle_stage/bundle_stage_leader_metrics.rs | (4592)2025-07-02
+ 348 | - 0 | core/src/bundle_stage/bundle_storage.rs | (4592)2025-07-02
+ 215 | - 0 | core/src/bundle_stage/committer.rs | (4592)2025-07-02
+ 41 | - 0 | core/src/bundle_stage/result.rs | (4592)2025-07-02
+ 514 | - 0 | core/src/immutable_deserialized_bundle.rs | (4592)2025-07-02
+ 50 | - 0 | core/src/lib.rs | (4592)2025-07-02
+ 7 | - 0 | core/src/packet_bundle.rs | (4592)2025-07-02
+ 186 | - 0 | core/src/proxy/auth.rs | (4592)2025-07-02
+ 578 | - 0 | core/src/proxy/block_engine_stage.rs | (4592)2025-07-02
+ 170 | - 0 | core/src/proxy/fetch_stage_manager.rs | (4592)2025-07-02
+ 100 | - 0 | core/src/proxy/mod.rs | (4592)2025-07-02
+ 516 | - 0 | core/src/proxy/relayer_stage.rs | (4592)2025-07-02
+ 610 | - 0 | core/src/tip_manager.rs | (4592)2025-07-02
+ 192 | - 13 | core/src/tpu.rs | (4592)2025-07-02
+ 3 | - 0 | core/src/tvu.rs | (4592)2025-07-02
+ 52 | - 2 | core/src/validator.rs | (4592)2025-07-02
+ 2 | - 2 | cost-model/benches/cost_tracker.rs | (4592)2025-07-02
+ 53 | - 27 | cost-model/src/cost_tracker.rs | (4592)2025-07-02
+ 1 | - 1 | entry/src/entry.rs | (4592)2025-07-02
+ 27 | - 11 | fetch-spl.sh | (4592)2025-07-02
+ 4 | - 0 | gossip/src/cluster_info.rs | (4592)2025-07-02
+ 2 | - 2 | install/agave-install-init.sh | (4592)2025-07-02
+ 4 | - 4 | install/src/command.rs | (4592)2025-07-02
+ 19 | - 0 | jito-protos/Cargo.toml | (4592)2025-07-02
+ 38 | - 0 | jito-protos/build.rs | (4592)2025-07-02
+ 25 | - 0 | jito-protos/src/lib.rs | (4592)2025-07-02
+ 1 | - 0 | ledger-tool/src/bigtable.rs | (4592)2025-07-02
+ 15 | - 3 | ledger-tool/src/ledger_utils.rs | (4592)2025-07-02
+ 9 | - 2 | ledger-tool/src/main.rs | (4592)2025-07-02
+ 1 | - 0 | ledger-tool/src/program.rs | (4592)2025-07-02
+ 19 | - 2 | ledger/src/bank_forks_utils.rs | (4592)2025-07-02
+ 2 | - 1 | ledger/src/blockstore_processor.rs | (4592)2025-07-02
+ 515 | - 0 | ledger/src/token_balances.rs | (4592)2025-07-02
+ 3 | - 0 | local-cluster/src/local_cluster.rs | (4592)2025-07-02
+ 10 | - 3 | local-cluster/src/local_cluster_snapshot_utils.rs | (4592)2025-07-02
+ 6 | - 0 | local-cluster/src/validator_configs.rs | (4592)2025-07-02
+ 35 | - 11 | merkle-tree/src/merkle_tree.rs | (4592)2025-07-02
+ 34 | - 0 | multinode-demo/bootstrap-validator.sh | (4592)2025-07-02
+ 40 | - 0 | multinode-demo/validator.sh | (4592)2025-07-02
+ 1 | - 1 | perf/src/sigverify.rs | (4592)2025-07-02
+ 3 | - 0 | rpc-client-api/Cargo.toml | (4592)2025-07-02
+ 168 | - 0 | rpc-client-api/src/bundles.rs | (4592)2025-07-02
+ 1 | - 0 | rpc-client-api/src/lib.rs | (4592)2025-07-02
+ 2 | - 0 | rpc-client-types/src/request.rs | (4592)2025-07-02
+ 51 | - 0 | rpc-client/src/nonblocking/rpc_client.rs | (4592)2025-07-02
+ 16 | - 0 | rpc-client/src/rpc_client.rs | (4592)2025-07-02
+ 3 | - 0 | rpc/Cargo.toml | (4592)2025-07-02
+ 0 | - 0 | rpc/src/rpc.rs | (4592)2025-07-02
+ 6 | - 30 | rpc/src/rpc_service.rs | (4592)2025-07-02
+ 22 | - 0 | runtime-plugin/Cargo.toml | (4592)2025-07-02
+ 4 | - 0 | runtime-plugin/src/lib.rs | (4592)2025-07-02
+ 41 | - 0 | runtime-plugin/src/runtime_plugin.rs | (4592)2025-07-02
+ 326 | - 0 | runtime-plugin/src/runtime_plugin_admin_rpc_service.rs | (4592)2025-07-02
+ 275 | - 0 | runtime-plugin/src/runtime_plugin_manager.rs | (4592)2025-07-02
+ 123 | - 0 | runtime-plugin/src/runtime_plugin_service.rs | (4592)2025-07-02
+ 94 | - 7 | runtime/src/bank.rs | (4592)2025-07-02
+ 1 | - 1 | runtime/src/lib.rs | (4592)2025-07-02
+ 9 | - 7 | runtime/src/snapshot_bank_utils.rs | (4592)2025-07-02
+ 19 | - 5 | runtime/src/snapshot_utils.rs | (4592)2025-07-02
+ 2 | - 2 | runtime/src/stake_account.rs | (4592)2025-07-02
+ 6 | - 6 | runtime/src/stakes.rs | (4592)2025-07-02
+ 5 | - 0 | rustfmt.toml | (4592)2025-07-02
+ 2 | - 0 | send-transaction-service/Cargo.toml | (4592)2025-07-02
+ 44 | - 9 | send-transaction-service/src/send_transaction_service.rs | (4592)2025-07-02
+ 32 | - 15 | send-transaction-service/src/transaction_client.rs | (4592)2025-07-02
+ 5 | - 0 | svm/src/account_loader.rs | (4592)2025-07-02
+ 19 | - 3 | svm/src/account_overrides.rs | (4592)2025-07-02
+ 1 | - 1 | svm/src/transaction_error_metrics.rs | (4592)2025-07-02
+ 1 | - 1 | svm/src/transaction_processing_result.rs | (4592)2025-07-02
+ 8 | - 2 | svm/src/transaction_processor.rs | (4592)2025-07-02
+ 21 | - 5 | timings/src/lib.rs | (4592)2025-07-02
+ 1 | - 0 | turbine/benches/cluster_info.rs | (4592)2025-07-02
+ 20 | - 2 | turbine/src/broadcast_stage.rs | (4592)2025-07-02
+ 1 | - 0 | turbine/src/broadcast_stage/broadcast_duplicates_run.rs | (4592)2025-07-02
+ 1 | - 0 | turbine/src/broadcast_stage/broadcast_fake_shreds_run.rs | (4592)2025-07-02
+ 3 | - 1 | turbine/src/broadcast_stage/fail_entry_verification_broadcast_run.rs | (4592)2025-07-02
+ 13 | - 2 | turbine/src/broadcast_stage/standard_broadcast_run.rs | (4592)2025-07-02
+ 20 | - 3 | turbine/src/retransmit_stage.rs | (4592)2025-07-02
+ 1 | - 1 | unified-scheduler-pool/src/lib.rs | (4592)2025-07-02
+ 2 | - 0 | validator/Cargo.toml | (4592)2025-07-02
+ 142 | - 1 | validator/src/admin_rpc_service.rs | (4592)2025-07-02
+ 2 | - 1 | validator/src/bootstrap.rs | (4592)2025-07-02
+ 29 | - 1 | validator/src/cli.rs | (4592)2025-07-02
+ 36 | - 0 | validator/src/commands/block_engine/mod.rs | (4592)2025-07-02
+ 4 | - 0 | validator/src/commands/mod.rs | (4592)2025-07-02
+ 62 | - 0 | validator/src/commands/relayer/mod.rs | (4592)2025-07-02
+ 95 | - 0 | validator/src/commands/run/args.rs | (4592)2025-07-02
+ 108 | - 2 | validator/src/commands/run/execute.rs | (4592)2025-07-02
+ 114 | - 0 | validator/src/commands/runtime_plugin/mod.rs | (4592)2025-07-02
+ 57 | - 0 | validator/src/commands/shred/mod.rs | (4592)2025-07-02
+ 15 | - 0 | validator/src/main.rs | (4592)2025-07-02
+ 1 | - 1 | version/src/lib.rs | (4592)2025-07-02
+ 2 | - 2 | wen-restart/src/wen_restart.rs | (4592)2025-07-02
                    4592a7f2c45aadf1319f7e9825f08381050c7578
                    
                    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)

Add libclang to Dockerfile (#885)

Remove the tip distributor code (#888)

Rebase: Update anchor to not use deprecated crates
                
#: 75

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-07-02master

98.39 - Go
0.89 - Makefile
0.52 - Shell
0.19 - Python
go: 4
+   24 | -    0 | cmd/rofl/build/build.go | (9cd6)2025-07-02, (97e8)2025-07-02
+ 84 | - 0 | cmd/rofl/build/validate.go | (9cd6)2025-07-02, (97e8)2025-07-02
                    9cd64b35ea50995dd56d3fea2c66ce9c45d15493
                    
                    Merge pull request #513 from oasisprotocol/andrej/feature/rofl-build-validate

cmd/rofl/build: Add --only-validate flag
                
97e8433e59a2271e8c365ea75dc6796ac5a20318 cmd/rofl/build: Add --only-validate flag
#: 76

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

98.07 - Go
0.81 - Shell
0.58 - Makefile
0.54 - Dockerfile
mod: 1
go: 18
sum: 1
+   24 | -    8 | babylonclient/babyloncontroller.go | (abf4)2025-07-02
+ 8 | - 3 | babylonclient/interface.go | (abf4)2025-07-02
+ 1 | - 1 | babylonclient/msgsender.go | (abf4)2025-07-02
+ 4 | - 3 | babylonclient/pop.go | (abf4)2025-07-02
+ 2 | - 2 | babylonclient/utils.go | (abf4)2025-07-02
+ 1 | - 1 | cmd/stakercli/admin/admin.go | (abf4)2025-07-02
+ 1 | - 1 | cmd/stakercli/pop/pop.go | (abf4)2025-07-02
+ 1 | - 1 | cmd/stakercli/transaction/parsers.go | (abf4)2025-07-02
+ 2 | - 2 | cmd/stakercli/transaction/transactions.go | (abf4)2025-07-02
+ 139 | - 118 | go.mod | (abf4)2025-07-02
+ 1030 | - 262 | go.sum | (abf4)2025-07-02
+ 1 | - 1 | staker/commands.go | (abf4)2025-07-02
+ 1 | - 1 | staker/pop_creator.go | (abf4)2025-07-02
+ 19 | - 3 | staker/stakerapp.go | (abf4)2025-07-02
+ 2 | - 2 | staker/types.go | (abf4)2025-07-02
+ 1 | - 1 | stakercfg/babylon.go | (abf4)2025-07-02
+ 3 | - 0 | stakercfg/config.go | (abf4)2025-07-02
+ 1 | - 1 | walletcontroller/client.go | (abf4)2025-07-02
+ 2 | - 2 | walletcontroller/identifieable_staking.go | (abf4)2025-07-02
+ 2 | - 1 | walletcontroller/interface.go | (abf4)2025-07-02
                    abf41cec828ebdec18d8f68ce0836cecdf3b1e65
                    
                    adapt Babylon to use proper signing context in pop (#189)

* bump staker to babylon v3

* add context signing

* add upgrade height to config

* add todo

* cl update

* remove toolchain annotation

* fix docker builds

* simplify signing interface

* fix linter
                
#: 77

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-07-02master

98.54 - Go
0.52 - Solidity
0.47 - Shell
0.17 - Makefile
0.14 - HTML
0.09 - Dockerfile
0.06 - CSS
0.01 - Assembly
0.01 - Python
go: 2
+    1 | -    1 | chain/messagepool/selection.go | (b05d)2025-07-02
+ 74 | - 80 | cli/spcli/sectors.go | (662f)2025-07-02
                    662f8e27307adf2815f947e04ffaf853246d6f87
                    
                    fix(cli): make lotus-miner sectors extend command resilient to higher gas (#11928)
                
b05d3c9002e9eafaa5f270b722446ee9d93951e8 fix(mpool): block filled on message equality (#13193)
#: 78

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-07-01master

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

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-07-01dev

91.66 - Rust
4.66 - Shell
1.99 - TypeScript
0.97 - Go
0.58 - PLpgSQL
0.15 - Dockerfile
#: 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/oasis-sdk
GitHub History Url: github.com/oasisprotocol/oasis-sdk/commits
2025-07-01main

66.9 - Rust
18.28 - Go
11.23 - TypeScript
2.14 - JavaScript
0.77 - Solidity
0.56 - Shell
0.09 - Dockerfile
0.03 - Makefile
0.01 - HTML
#: 81

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/dual-governance
GitHub History Url: github.com/lidofinance/dual-governance/commits
2025-07-01main

91.04 - Solidity
3.57 - TypeScript
2.98 - Python
1.18 - Ruby
0.62 - Shell
0.61 - JavaScript
#: 82

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-07-01main

68.47 - Solidity
28.9 - Go
2.64 - Shell
#: 83

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-07-01master

100 - Rust
#: 84

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-07-01master

99.69 - Go
0.12 - Makefile
0.1 - Shell
0.07 - HTML
0.01 - JavaScript
0.01 - Dockerfile
0 - CSS
#: 85

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

100 - Solidity
#: 86

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-07-01master

64.27 - Rust
35.29 - TypeScript
0.31 - JavaScript
0.08 - Shell
0.03 - Makefile
0.02 - Dockerfile
#: 87

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-07-01master

99.82 - Go
0.18 - Makefile
#: 88

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-07-01master

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

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-07-01main

96.81 - Rust
1.69 - Shell
0.65 - Dockerfile
0.43 - Handlebars
0.41 - Python
#: 90

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

GitHub Url: github.com/scroll-tech/go-ethereum
GitHub History Url: github.com/scroll-tech/go-ethereum/commits
2025-07-01develop

91.25 - Go
4.24 - 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
#: 91

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-07-01main

62.74 - Go
29.97 - Solidity
5.99 - TypeScript
0.4 - Shell
0.38 - Rust
0.23 - Makefile
0.14 - Dockerfile
0.12 - Smarty
0.01 - CSS
0.01 - HTML
#: 92

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

50.5 - Shell
31.19 - Java
13.51 - Dockerfile
4.8 - JavaScript
#: 93

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-07-01main

97.24 - Java
2.04 - PureBasic
0.46 - Python
0.26 - Kotlin
#: 94

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-07-01dev

99.76 - Solidity
0.24 - Makefile
#: 95

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-07-01main

79.42 - Java
11.18 - JavaScript
4.07 - Solidity
3.33 - Go
0.65 - Shell
0.58 - PLpgSQL
0.48 - Gherkin
0.16 - Mustache
0.08 - Dockerfile
0.03 - Kotlin
0.01 - Python
#: 96

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-07-01master

98.58 - JavaScript
1.09 - Python
0.21 - Makefile
0.13 - Dockerfile
#: 97

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

59.69 - Scala
26.9 - Python
12.31 - Java
0.62 - Shell
0.34 - Solidity
0.08 - JavaScript
0.05 - TypeScript
0 - Dockerfile
#: 98

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

90.4 - TypeScript
5.89 - Shell
3.53 - JavaScript
0.1 - CSS
0.08 - HTML
#: 99

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-06-30master

75.48 - TypeScript
21.98 - CSS
2.55 - JavaScript
#: 100

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

99.87 - Go
0.11 - Makefile
0.02 - Dockerfile
#: 101

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

99.02 - Rust
0.74 - TypeScript
0.16 - Shell
0.08 - Dockerfile
#: 102

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-28develop

61.54 - Go
30.87 - Solidity
4.79 - JavaScript
0.74 - 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
#: 103

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

62.21 - TypeScript
23.59 - Solidity
12.93 - Rust
0.89 - Shell
0.14 - Makefile
0.14 - Dockerfile
0.1 - Starlark
#: 104

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-27develop

73.39 - Go
25.21 - Solidity
0.55 - Shell
0.28 - 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
#: 105

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

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

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/community-staking-module
GitHub History Url: github.com/lidofinance/community-staking-module/commits
2025-06-27develop

98.27 - Solidity
0.85 - Just
0.56 - JavaScript
0.29 - Python
0.03 - TypeScript
0.01 - Shell
#: 107

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

98.33 - TypeScript
1.62 - Shell
0.05 - Dockerfile
#: 108

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-06-27master

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

94.79 - Go
4.29 - Dockerfile
0.92 - Shell
#: 110

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-26main

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

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

99.33 - Go
0.4 - Shell
0.21 - JavaScript
0.04 - Solidity
0.02 - Dockerfile
#: 112

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-06-26dev

68.22 - Solidity
30.98 - TypeScript
0.79 - Shell
0.01 - JavaScript
#: 113

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

80.43 - TypeScript
14.26 - CSS
4.23 - HTML
1.05 - JavaScript
0.03 - Shell
#: 114

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

79.21 - Rust
20.79 - TypeScript
#: 115

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

63.6 - Rust
30.55 - TypeScript
5.5 - Shell
0.24 - Dockerfile
0.11 - JavaScript
#: 116

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

99.81 - Rust
0.19 - Shell
#: 117

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

93.97 - Go
5.9 - Rust
0.06 - Shell
0.04 - Makefile
0.03 - Smarty
#: 118

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

82.26 - JavaScript
17.74 - Solidity
#: 119

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

56.96 - TypeScript
40.26 - Solidity
2.16 - Shell
0.33 - Dockerfile
0.29 - JavaScript
#: 120

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-25main

81.4 - Go
13.33 - C
3.21 - JavaScript
0.46 - Assembly
0.3 - Sage
0.27 - Shell
0.24 - Python
0.22 - CMake
0.17 - M4
0.17 - NSIS
0.11 - Solidity
0.1 - Makefile
0.04 - Dockerfile
#: 121

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

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

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-06-24master

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

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-24optimism

82.65 - 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
#: 124

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-24main

49.11 - Jupyter Notebook
48.9 - Python
0.72 - Shell
0.68 - Makefile
0.43 - Dockerfile
0.17 - JavaScript
#: 125

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-06-24master

99.67 - Go
0.33 - Makefile
#: 126

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-06-24dev

98.62 - TypeScript
1.38 - Dockerfile
#: 127

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-24master

98.47 - Rust
0.95 - Solidity
0.3 - Shell
0.13 - Handlebars
0.1 - TypeScript
0.04 - Makefile
#: 128

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-06-24dev

98.71 - TypeScript
1.29 - Dockerfile
#: 129

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

99.94 - Solidity
0.06 - TypeScript
#: 130

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

100 - Rust
#: 131

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

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

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-20master

96.49 - Rust
2.58 - Shell
0.92 - Dockerfile
#: 133

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

99.41 - Go
0.55 - Dockerfile
0.04 - Shell
#: 134

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

47.99 - CSS
22.27 - TypeScript
16.76 - Vue
8.6 - JavaScript
4 - SCSS
0.37 - HTML
#: 135

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

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

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-19dev

100 - Solidity
#: 137

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

GitHub Url: github.com/flare-foundation/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
#: 166

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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/onchain-mon
GitHub History Url: github.com/lidofinance/onchain-mon/commits
2025-05-27main

95.79 - Go
2.48 - HTML
1.14 - Makefile
0.59 - Dockerfile
#: 192

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

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

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

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

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

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

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

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

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

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

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

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

GitHub Url: github.com/lidofinance/lido-council-daemon
GitHub History Url: github.com/lidofinance/lido-council-daemon/commits
2025-05-21develop

99.58 - TypeScript
0.22 - Python
0.11 - Dockerfile
0.09 - JavaScript
#: 204

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

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

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

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

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

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

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

100 - Solidity
#: 211

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

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

#: 213

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

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

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

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

GitHub Url: github.com/filecoin-project/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
#: 217

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

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/validator-ejector
GitHub History Url: github.com/lidofinance/validator-ejector/commits
2025-05-12main

99.7 - TypeScript
0.3 - Dockerfile
#: 219

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: 237

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

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

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

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

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

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

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/stonks
GitHub History Url: github.com/lidofinance/stonks/commits
2025-04-04main

71.1 - TypeScript
28.9 - Solidity
#: 244

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

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

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

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

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

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

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

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

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

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

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

GitHub Url: github.com/lidofinance/lido-vesting-escrow
GitHub History Url: github.com/lidofinance/lido-vesting-escrow/commits
2025-03-24main

95.56 - Python
4.41 - HTML
0.03 - Shell
#: 255

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

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

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

GitHub Url: github.com/lidofinance/lido-l2
GitHub History Url: github.com/lidofinance/lido-l2/commits
2025-03-20main

84.02 - TypeScript
15.79 - Solidity
0.19 - JavaScript
#: 258

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

GitHub Url: github.com/lidofinance/lido-l2-with-steth
GitHub History Url: github.com/lidofinance/lido-l2-with-steth/commits
2025-03-20main

81.35 - TypeScript
18.37 - Solidity
0.17 - Shell
0.11 - JavaScript
#: 259

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

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/gate-seals
GitHub History Url: github.com/lidofinance/gate-seals/commits
2025-03-19main

72.87 - Python
25.99 - Vyper
1.14 - JavaScript
#: 261

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

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/mev-boost-relay-allowed-list
GitHub History Url: github.com/lidofinance/mev-boost-relay-allowed-list/commits
2025-03-19main

73.7 - Python
26.3 - Vyper
#: 263

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

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

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

GitHub Url: github.com/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
#: 266

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

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

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

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

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

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

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

#: 273

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

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

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

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

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

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

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

#: 280

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

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

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

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

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

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

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/governance-crosschain-bridges
GitHub History Url: github.com/lidofinance/governance-crosschain-bridges/commits
2025-02-07master

82.42 - TypeScript
17.53 - Solidity
0.03 - Dockerfile
0.03 - JavaScript
#: 287

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

GitHub Url: github.com/lidofinance/aave-delivery-infrastructure
GitHub History Url: github.com/lidofinance/aave-delivery-infrastructure/commits
2025-02-07main

85.6 - Solidity
8.51 - Python
3.59 - TypeScript
1.78 - Makefile
0.52 - Shell
#: 288

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

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/aragon-apps
GitHub History Url: github.com/lidofinance/aragon-apps/commits
2025-02-07master

82.24 - JavaScript
17.59 - Solidity
0.14 - HTML
0.03 - Dockerfile
#: 290

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

GitHub Url: github.com/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
#: 317

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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/oz-merkle-tree
GitHub History Url: github.com/lidofinance/oz-merkle-tree/commits
2024-04-24main

94.33 - Python
5.67 - Just
#: 344

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

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

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

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

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

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

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

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

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

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

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

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

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
#: 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/dsa-contracts
GitHub History Url: github.com/Instadapp/dsa-contracts/commits
2024-02-10master

74.57 - TypeScript
25.32 - Solidity
0.11 - Shell
#: 358

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

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

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

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

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

GitHub Url: github.com/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
#: 363

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

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

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

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

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

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

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

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

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

99.77 - Solidity
0.23 - Makefile
#: 374

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

GitHub Url: github.com/lidofinance/easy-track
GitHub History Url: github.com/lidofinance/easy-track/commits
2023-09-13master

76.02 - Python
23.69 - Solidity
0.3 - JavaScript
#: 375

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

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

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

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

GitHub Url: github.com/makerdao/mip21-toolkit
GitHub History Url: github.com/makerdao/mip21-toolkit/commits
2023-07-07master

97.16 - Solidity
2.55 - Shell
0.3 - Makefile
#: 379

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

GitHub Url: github.com/makerdao/rwa-toolkit
GitHub History Url: github.com/makerdao/rwa-toolkit/commits
2023-07-07master

97.16 - Solidity
2.55 - Shell
0.3 - Makefile
#: 380

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

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

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

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

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

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

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

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

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

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

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

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
#: 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-exec-lib
GitHub History Url: github.com/makerdao/dss-exec-lib/commits
2023-01-23master

99.51 - Solidity
0.32 - Shell
0.17 - Makefile
#: 395

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

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

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

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

GitHub Url: github.com/makerdao/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
#: 399

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

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

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

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

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

#: 404

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

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

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
#: 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/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
#: 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
GitHub History Url: github.com/makerdao/dss/commits
2022-05-18master

99.76 - Solidity
0.13 - Makefile
0.11 - Nix
#: 410

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

95.92 - Solidity
2.99 - Nix
1.09 - 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/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
#: 413

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

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

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

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

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

#: 418

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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