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

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

98.05 - TypeScript
1.11 - CSS
0.45 - JavaScript
0.39 - Dockerfile
tsx: 19
json: 6
yaml: 1
ts: 17
example: 1
husky/pre-commit: 2
+    1 | -    0 | .env.example | (d80c)2025-04-01
+ 1 | - 0 | .github/workflows/publish.yaml | (d80c)2025-04-01
+ 4 | - 14 | .husky/pre-commit | (1e93)2025-04-02, (d80c)2025-04-01
+ 851 | - 114 | package-lock.json | (1e93)2025-04-02, (92b9)2025-03-31, (65e1)2025-03-31
+ 14 | - 4 | package.json | (1e93)2025-04-02, (92b9)2025-03-31, (65e1)2025-03-31
+ 6 | - 3 | src/app/api/apiWrapper.ts | (7b21)2025-03-31
+ 1 | - 0 | src/app/api/getSystemStats.ts | (cf22)2025-04-02
+ 9 | - 9 | src/app/api/healthCheckClient.ts | (7b21)2025-03-31
+ 1 | - 1 | src/app/components/Delegations/Delegations.tsx | (d80c)2025-04-01
+ 57 | - 0 | src/app/components/Modals/ClaimStatusModal/ClaimStatusModal.tsx | (d80c)2025-04-01
+ 38 | - 0 | src/app/components/Modals/ClaimStatusModal/SuccessContent.tsx | (d80c)2025-04-01
+ 23 | - 7 | src/app/components/PersonalBalance/PersonalBalance.tsx | (d80c)2025-04-01, (a30c)2025-04-01
+ 5 | - 0 | src/app/components/Staking/FinalityProviders/FinalityProviderTable.tsx | (65e1)2025-03-31
+ 22 | - 29 | src/app/components/Stats/Stats.tsx | (cf22)2025-04-02
+ 9 | - 3 | src/app/components/Wallet/Connect.tsx | (7b21)2025-03-31
+ 2 | - 0 | src/app/constants.ts | (d80c)2025-04-01
+ 8 | - 5 | src/app/context/Error/ErrorProvider.tsx | (91be)2025-03-31
+ 1 | - 1 | src/app/context/api/StakingStatsProvider.tsx | (d80c)2025-04-01
+ 5 | - 1 | src/app/hooks/client/api/useDelegations.ts | (7b21)2025-03-31
+ 5 | - 1 | src/app/hooks/client/api/useDelegationsV2.ts | (7b21)2025-03-31
+ 17 | - 3 | src/app/hooks/client/rpc/queries/useBbnQuery.ts | (7b21)2025-03-31
+ 4 | - 3 | src/app/hooks/services/useDelegationService.ts | (7d49)2025-04-01
+ 41 | - 8 | src/app/hooks/services/useRewardsService.ts | (d80c)2025-04-01, (a30c)2025-04-01
+ 1 | - 0 | src/app/services/healthCheckService.ts | (7b21)2025-03-31
+ 29 | - 0 | src/app/state/RewardState.tsx | (d80c)2025-04-01
+ 6 | - 1 | src/components/common/AuthGuard/index.tsx | (7b21)2025-03-31
+ 92 | - 25 | src/components/delegations/DelegationList/components/ActionButton.tsx | (7d49)2025-04-01
+ 42 | - 4 | src/components/delegations/DelegationList/components/DelegationModal.tsx | (7d49)2025-04-01
+ 3 | - 1 | src/components/delegations/DelegationList/components/FinalityProviderMoniker.tsx | (7d49)2025-04-01
+ 7 | - 1 | src/components/delegations/DelegationList/components/Status.tsx | (7d49)2025-04-01
+ 5 | - 4 | src/components/delegations/DelegationList/index.tsx | (04a0)2025-04-02, (7d49)2025-04-01
+ 2 | - 2 | src/components/staking/StakingForm/components/SubmitButton.tsx | (d80c)2025-04-01
+ 4 | - 3 | src/config/network/bbn.ts | (b0b7)2025-04-03
+ 4 | - 4 | src/config/network/bbn/canary.ts | (b0b7)2025-04-03
+ 4 | - 4 | src/config/network/bbn/devnet.ts | (b0b7)2025-04-03
+ 63 | - 0 | src/config/network/bbn/mainnet.ts | (b0b7)2025-04-03
+ 1 | - 1 | src/utils/delegations/index.ts | (04a0)2025-04-02
+ 3 | - 3 | src/utils/formatBTCTvl.ts | (cf22)2025-04-02
                    b0b7bf42590078862a5a6141f72ae3015afd5d69
                    
                    feat: update mainnet rpc and its logo location (#828)

Co-authored-by: David Totrashvili <[email protected]>
                
1e9389a23d173b51ca0f784f47dab8492b8d1a24 feat: add lint-staged (#829) * feat: add lint-staged * fix: move lint-staged to dev deps
04a020365335ad874db228a79199829fe0aadbb0 feat: rename invalid status (#830)
cf220b1a7669e61cd426c5246d0f34f18e89bf0b feat: update staking stats (#825)
d80cd6aab5a6a2911a5e1429ed93f931045a27fa Reward modal improvements (#814) * update reward claim flow * resolve comments * fix: refactor processing modal * resolve comments * fix: processing state --------- Co-authored-by: David Totraev
a30c5744a68cae441ec105082f5425ed8878c969 fix: set up polling after claiming rewards (#816) * Set up polling after claiming rewards * Move balance polling logic to RewardState * Emit error through Sentry, remove unused useBbnQuery * Revert "Emit error through Sentry, remove unused useBbnQuery" This reverts commit 682f2d447796e195b23af3d4bc3fcb7f4635af8e. * Revert "Move balance polling logic to RewardState" This reverts commit 80b5df26deef6c147375350c663fb2eac9ca1f24. * Revisions * Remove magic numbers * Update values * fix: improve retry logic --------- Co-authored-by: David Totraev
7d491cbcb3d377e80653baffd63565f1f67b72b0 feat: update delegation statuses for jailed and inactive FPs (#812) * feat: update delegation statuses for jailed and inactive FPs * fix: update copy
7b2174c4a8b184235a20a3b50e5352636bbe8a70 fix: healthcheck (#819)
91befb93539d6c878e1c19ff6eaf26b83e08de2c update sentry tag (#823) * update sentry tag * resolve test error
92b9b8f35a51fede0dc0164f0b96afaa7c7627ac chore: bump core-ui and wallet lib to v1 (#821)
65e1ea7b39d1386800d200517e5261e8574d4c39 Add polyfill for Array.toSorted (#818)
#: 2

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

GitHub Url: github.com/streamingfast/substreams
GitHub History Url: github.com/streamingfast/substreams/commits
2025-04-02develop

83.28 - Go
8.95 - JavaScript
4.36 - TypeScript
2.59 - Rust
0.77 - Shell
0.03 - Dockerfile
0.03 - Makefile
go: 6
+    9 | -    8 | cmd/substreams/init.go | (c9b0)2025-03-31
+ 2 | - 2 | pipeline/process_block.go | (9be7)2025-04-02
+ 2 | - 2 | storage/index/writer.go | (2070)2025-04-01, (2cc7)2025-04-01
+ 1 | - 1 | tools/extract-wasm.go | (bfc3)2025-03-31
+ 2 | - 0 | wasm/wasmtime/instance.go | (a751)2025-03-31
                    9be7c3dda619d42f2201993f24ba8fef445126c5
                    
                    fix quicksave saving wrong block hash
                
20707f2f26cd24a09d40e7284f362f6f2ed906bb Merge pull request #609 from highcloudwind/develop chore: fix function name in comment
2cc7f1523e6ad4c21a3950a8787761518e72ad74 chore: fix function name in comment Signed-off-by: highcloudwind
bfc3f8b3d7c0e8240e1a09110c3c35bd8b647ad9 tool extractWasm should skip package validation
a7519b38b2df2144bcfdd7562edaf462881205f7 fix request stats for wasm ext execution time in wasmtime
c9b0cc3376380f66ae6ae5ee91ba97b97ffd2a84 substreams init: Fix force download (#608)
dcfb66d593fdc2f43f1fc46ccb627f1d2cd2f7be Yellowstone guide (#603)
#: 3

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

53.07 - Solidity
46.93 - TypeScript
sol: 4
+   14 | -    0 | contracts/aggregators/gmxV2/GmxV2Adapter.sol | (b004)2025-04-02
+ 4 | - 2 | contracts/proxyFactory/ProxyBeacon.sol | (b004)2025-04-02
+ 150 | - 175 | contracts/proxyFactory/ProxyFactory.sol | (b004)2025-04-02
+ 5 | - 1 | contracts/proxyFactory/Storage.sol | (b004)2025-04-02
                    b0046300db808d786cfb37574742a8876b3bcda2
                    
                    feat: support Delegator
                
#: 4

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
sol: 4
+   17 | -    0 | contracts/orderbook/Admin.sol | (9067)2025-04-02
+ 13 | - 8 | contracts/orderbook/OrderBook.sol | (9067)2025-04-02
+ 1 | - 1 | contracts/orderbook/Storage.sol | (9067)2025-04-02
+ 1 | - 0 | contracts/orderbook/Types.sol | (9067)2025-04-02
                    9067a35c19d1a09664d13763ea8b23d50466087c
                    
                    feat: support Delegator
                
#: 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/staking-expiry-checker
GitHub History Url: github.com/babylonlabs-io/staking-expiry-checker/commits
2025-04-02main

94.51 - Go
2.03 - Shell
1.79 - Makefile
1.66 - Dockerfile
mod: 1
sum: 1
+   14 | -    6 | go.mod | (4a69)2025-04-02
+ 39 | - 83 | go.sum | (4a69)2025-04-02
                    4a6986cb2fbd3d6f55c9c51eba3775e68e03c37b
                    
                    chore: bump babylon to 1.0.0 (#54)
                
#: 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/btc-staking-ts
GitHub History Url: github.com/babylonlabs-io/btc-staking-ts/commits
2025-04-02dev

99.32 - TypeScript
0.57 - JavaScript
0.12 - Shell
json: 2
+    6 | -    6 | package-lock.json | (6e62)2025-04-02
+ 2 | - 2 | package.json | (6e62)2025-04-02
                    6e62ca2e613599ab4154b9b83ee005f234e92094
                    
                    chore: bump proto-ts version to 1.0.1 (#81)
                
#: 7

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

99.88 - Go
0.08 - Makefile
0.02 - Shell
0.02 - Dockerfile
go: 8
yml: 2
+   13 | -    3 | .github/workflows/goreleaser.yml | (ace1)2025-03-31
+ 67 | - 4 | .goreleaser.yml | (ace1)2025-03-31
+ 19534 | - 6 | app/upgrades/v1/mainnet/allowed_staking_tx_hashes.go | (a184)2025-04-01
+ 106013 | - 2 | app/upgrades/v1/mainnet/btc_headers.go | (c5e2)2025-03-31
+ 5 | - 7 | app/upgrades/v1/mainnet/btcstaking_params.go | (fc5a)2025-03-31
+ 1 | - 1 | app/upgrades/v1/mainnet/finality_params.go | (fc5a)2025-03-31
+ 6 | - 1 | app/upgrades/v1/mainnet/params_update.go | (c5e2)2025-03-31
+ 0 | - 31 | crypto/ecdsa/ecdsa.go | (4b11)2025-04-02
+ 11 | - 6 | x/btcstkconsumer/client/cli/tx.go | (1fff)2025-03-31
+ 4 | - 4 | x/finality/types/params.go | (fc5a)2025-03-31
                    38041db3680960348314e5e6707d43eb10e45efa
                    
                    (fix) ibc-relayer.md hermes example (#789)

1. `refresh = true` should be in the `[mode.clients]` section
2. The `client_refresh_rate` value should be enclosed in quotes
                
d149d54dde4a03bd770c4d2f49d0a5870b4b15a8 Fix: typo edits registration-eligibility.md (#778) - Capitalized 'Finality Providers' - Corrected spelling 'stake' - Used 'Babylon Genesis' instead of Babylon chain when referring to mainnet - Consistent capitalization of "Phase-1" in all instances - Rephrased sections for better clarity and flow
c276af7c82441e37e08a0940579546b7108d55be docs: Add warning about using correct params (#781)
4b11334e88bba7f8796ce6298fbf15880a8dad36 crypto: remove Verify for ECDSA (#780) - Remove `ecdsa.Verify` and stick to `ecdsa.RecoverPublicKey`
a184436df5e2fa2f5814b5fb6e090ea5bcfc7b46 chore: add allowed tx hash to upgrade data (#761) Contains all the active BTC staking tx hashes from cap1
366142e6f76747bd678c4c15f5628938c02850dc chore: Update README docs with updated proto definitions (#773) Update docs
c5e239dcc85e51015069b29cdb03098fc798ae4c chore: add BTC headers from `854785` to `890123` (#760) - Base BTC header in v0.9.3 is height [`854784`](https://mempool.space/block/0000000000000000000289d41c5b01a89982a510f9c49d730eaa328d0abbfbcb) header: `0000c020f382af1f6d228721b49f3da2f5b831587803b16597b301000000000000000000e4f76aae64d8316d195a92424871b74168b58d1c3c6988548e0e9890b15fc2fc3c00aa66be1a0317082e4bc7` - The BTC headers inserted in the upgrade are from [`854785`](https://mempool.space/block/0000000000000000000118c1e53554dac0d9da7717587d3cdb72d458df9dbb12) to [`890123`](https://mempool.space/block/00000000000000000001fd463e1125fd67db97fd9e52cb3efe532f9b170ad658)
fc5ace71817c94f247b66da0342a35a7151beb5c chore: Update btc activation, finality activation, and allow list expiry height (#764)
ace155c96d35fff473f91f24c0a1c3a0cf79744b chore: go releaser testnet + wasm statically (#757) - Fix build tag in version, now it appears testnet or mainnet with `version --long` ```shell build_tags: netgo,ledger,testnet commit: 931c61a1d39ef1adbdaf671be72cd367694f0b08 cosmos_sdk_version: v0.50.12 go: go version go1.23.1 linux/amd64 name: babylon server_name: babylond version: rafilx/go-releaser-test-931c61a1d39ef1adbdaf671be72cd367694f0b08 ``` - Statically links wasm in release assets - Creates one binary with testnet build tag and another for mainnet
1fff575d2ba64e0c68dcec5469f8ea302c1090de chore: fix register consumer CLI (#741)
#: 8

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

69.27 - Go
28.79 - Solidity
0.58 - Assembly
0.55 - Shell
0.23 - Just
0.18 - Makefile
0.12 - C
0.09 - Dockerfile
0.06 - Python
0.05 - HCL
0.02 - JavaScript
0.02 - CSS
0.02 - TypeScript
0.01 - Starlark
toml: 1
mod: 2
sum: 2
yml: 4
gitignore: 1
go: 136
+   95 | -   21 | .circleci/config.yml | (49ff)2025-04-02, (5391)2025-04-02, (fbff)2025-04-02, (280c)2025-04-01
+ 71 | - 3 | devnet-sdk/devstack/dsl/dsl.go | (3bf8)2025-04-02, (8fca)2025-04-01
+ 69 | - 0 | devnet-sdk/devstack/dsl/supervisor.go | (3bf8)2025-04-02
+ 41 | - 0 | devnet-sdk/devstack/presets/contracts.go | (3bf8)2025-04-02
+ 47 | - 11 | devnet-sdk/devstack/presets/interop.go | (3bf8)2025-04-02, (8fca)2025-04-01
+ 152 | - 0 | devnet-sdk/devstack/presets/orchestrator.go | (8fca)2025-04-01
+ 39 | - 0 | devnet-sdk/devstack/shim/cluster.go | (8fca)2025-04-01
+ 19 | - 9 | devnet-sdk/devstack/shim/common.go | (8fca)2025-04-01
+ 5 | - 21 | devnet-sdk/devstack/shim/el.go | (8fca)2025-04-01
+ 31 | - 0 | devnet-sdk/devstack/shim/faucet.go | (8fca)2025-04-01
+ 39 | - 0 | devnet-sdk/devstack/shim/l1_cl.go | (8fca)2025-04-01
+ 31 | - 0 | devnet-sdk/devstack/shim/l1_el.go | (8fca)2025-04-01
+ 69 | - 0 | devnet-sdk/devstack/shim/l1_network.go | (8fca)2025-04-01
+ 33 | - 0 | devnet-sdk/devstack/shim/l2_batcher.go | (8fca)2025-04-01
+ 27 | - 0 | devnet-sdk/devstack/shim/l2_challenger.go | (8fca)2025-04-01
+ 40 | - 0 | devnet-sdk/devstack/shim/l2_cl.go | (8fca)2025-04-01
+ 33 | - 0 | devnet-sdk/devstack/shim/l2_el.go | (8fca)2025-04-01
+ 176 | - 0 | devnet-sdk/devstack/shim/l2_network.go | (8fca)2025-04-01
+ 33 | - 0 | devnet-sdk/devstack/shim/l2_proposer.go | (8fca)2025-04-01
+ 10 | - 30 | devnet-sdk/devstack/shim/network.go | (8fca)2025-04-01
+ 36 | - 0 | devnet-sdk/devstack/shim/superchain.go | (8fca)2025-04-01
+ 48 | - 2 | devnet-sdk/devstack/shim/supervisor.go | (83b1)2025-04-01, (8fca)2025-04-01
+ 132 | - 0 | devnet-sdk/devstack/shim/system.go | (8fca)2025-04-01
+ 62 | - 0 | devnet-sdk/devstack/shim/user.go | (8fca)2025-04-01
+ 1 | - 34 | devnet-sdk/devstack/stack/cluster.go | (8fca)2025-04-01
+ 9 | - 0 | devnet-sdk/devstack/stack/common.go | (8fca)2025-04-01
+ 12 | - 0 | devnet-sdk/devstack/stack/el.go | (8fca)2025-04-01
+ 1 | - 29 | devnet-sdk/devstack/stack/faucet.go | (8fca)2025-04-01
+ 1 | - 1 | devnet-sdk/devstack/stack/id.go | (8fca)2025-04-01
+ 1 | - 34 | devnet-sdk/devstack/stack/l1_cl.go | (8fca)2025-04-01
+ 1 | - 28 | devnet-sdk/devstack/stack/l1_el.go | (8fca)2025-04-01
+ 43 | - 0 | devnet-sdk/devstack/stack/l1_network.go | (8fca)2025-04-01
+ 1 | - 32 | devnet-sdk/devstack/stack/l2_batcher.go | (8fca)2025-04-01
+ 1 | - 25 | devnet-sdk/devstack/stack/l2_challenger.go | (8fca)2025-04-01
+ 1 | - 36 | devnet-sdk/devstack/stack/l2_cl.go | (8fca)2025-04-01
+ 1 | - 29 | devnet-sdk/devstack/stack/l2_el.go | (8fca)2025-04-01
+ 82 | - 0 | devnet-sdk/devstack/stack/l2_network.go | (8fca)2025-04-01
+ 1 | - 32 | devnet-sdk/devstack/stack/l2_proposer.go | (8fca)2025-04-01
+ 28 | - 0 | devnet-sdk/devstack/stack/network.go | (8fca)2025-04-01
+ 11 | - 11 | devnet-sdk/devstack/stack/orchestrator.go | (8fca)2025-04-01
+ 1 | - 32 | devnet-sdk/devstack/stack/superchain.go | (8fca)2025-04-01
+ 35 | - 0 | devnet-sdk/devstack/stack/supervisor.go | (8fca)2025-04-01
+ 40 | - 0 | devnet-sdk/devstack/stack/system.go | (8fca)2025-04-01
+ 2 | - 54 | devnet-sdk/devstack/stack/user.go | (8fca)2025-04-01
+ 24 | - 20 | devnet-sdk/devstack/sysgo/interopgen.go | (df1d)2025-04-01, (8fca)2025-04-01
+ 3 | - 3 | devnet-sdk/devstack/sysgo/keyring.go | (8fca)2025-04-01
+ 4 | - 4 | devnet-sdk/devstack/sysgo/keys.go | (8fca)2025-04-01
+ 1 | - 1 | devnet-sdk/devstack/sysgo/l1_network.go | (8fca)2025-04-01
+ 11 | - 10 | devnet-sdk/devstack/sysgo/l1_nodes.go | (8fca)2025-04-01
+ 8 | - 7 | devnet-sdk/devstack/sysgo/l2_batcher.go | (8fca)2025-04-01
+ 8 | - 7 | devnet-sdk/devstack/sysgo/l2_cl.go | (8fca)2025-04-01
+ 9 | - 8 | devnet-sdk/devstack/sysgo/l2_el.go | (8fca)2025-04-01
+ 1 | - 1 | devnet-sdk/devstack/sysgo/l2_network.go | (8fca)2025-04-01
+ 9 | - 8 | devnet-sdk/devstack/sysgo/l2_proposer.go | (8fca)2025-04-01
+ 29 | - 23 | devnet-sdk/devstack/sysgo/orchestrator.go | (8fca)2025-04-01
+ 9 | - 8 | devnet-sdk/devstack/sysgo/supervisor.go | (8fca)2025-04-01
+ 34 | - 34 | devnet-sdk/devstack/sysgo/system.go | (8fca)2025-04-01
+ 6 | - 6 | devnet-sdk/devstack/syskt/addrbook.go | (8fca)2025-04-01
+ 5 | - 5 | devnet-sdk/devstack/syskt/helpers.go | (8fca)2025-04-01
+ 14 | - 14 | devnet-sdk/devstack/syskt/ids.go | (8fca)2025-04-01
+ 4 | - 4 | devnet-sdk/devstack/syskt/keyring.go | (8fca)2025-04-01
+ 14 | - 16 | devnet-sdk/devstack/syskt/l1.go | (8fca)2025-04-01
+ 30 | - 32 | devnet-sdk/devstack/syskt/l2.go | (8fca)2025-04-01
+ 21 | - 4 | devnet-sdk/devstack/syskt/orchestrator.go | (8fca)2025-04-01
+ 32 | - 35 | devnet-sdk/devstack/syskt/system.go | (8fca)2025-04-01
+ 1 | - 1 | devnet-sdk/system/system.go | (83b1)2025-04-01
+ 2 | - 2 | devnet-sdk/system/wallet.go | (0e6a)2025-03-31
+ 1 | - 14 | devnet-sdk/system/walletV2.go | (ef4d)2025-04-01
+ 0 | - 110 | devnet-sdk/system2/l1_network.go | (8fca)2025-04-01
+ 0 | - 252 | devnet-sdk/system2/l2_network.go | (8fca)2025-04-01
+ 0 | - 76 | devnet-sdk/system2/supervisor.go | (8fca)2025-04-01
+ 0 | - 166 | devnet-sdk/system2/system.go | (8fca)2025-04-01
+ 3 | - 3 | go.mod | (83b1)2025-04-01, (5f00)2025-04-01
+ 4 | - 6 | go.sum | (83b1)2025-04-01, (5f00)2025-04-01
+ 142 | - 34 | kurtosis-devnet/pkg/build/docker.go | (70c7)2025-04-01
+ 4 | - 0 | kurtosis-devnet/pkg/deploy/prestate.go | (70c7)2025-04-01
+ 105 | - 6 | kurtosis-devnet/pkg/deploy/template.go | (70c7)2025-04-01
+ 1 | - 1 | mise.toml | (75be)2025-04-02
+ 7 | - 0 | op-batcher/batcher/driver.go | (719c)2025-04-02
+ 6 | - 1 | op-batcher/batcher/service.go | (83b1)2025-04-01, (f9fa)2025-03-31
+ 2 | - 3 | op-batcher/rpc/api.go | (83b1)2025-04-01
+ 26 | - 0 | op-chain-ops/foundry/artifactsfs.go | (5391)2025-04-02
+ 1 | - 1 | op-challenger/game/fault/clients.go | (83b1)2025-04-01
+ 4 | - 5 | op-challenger/runner/metrics.go | (83b1)2025-04-01
+ 2 | - 2 | op-challenger/runner/runner.go | (83b1)2025-04-01
+ 1 | - 0 | op-conductor/conductor/service.go | (83b1)2025-04-01
+ 5 | - 0 | op-conductor/metrics/metrics.go | (83b1)2025-04-01
+ 5 | - 1 | op-conductor/metrics/noop.go | (83b1)2025-04-01
+ 31 | - 0 | op-deployer/pkg/deployer/opcm/superchain2.go | (90e2)2025-04-02
+ 6 | - 6 | op-dispute-mon/metrics/metrics.go | (83b1)2025-04-01
+ 1 | - 1 | op-dispute-mon/mon/service.go | (83b1)2025-04-01
+ 1 | - 0 | op-dripper/dripper/service.go | (83b1)2025-04-01
+ 30 | - 6 | op-e2e/actions/helpers/l2_batcher.go | (83b0)2025-04-01
+ 6 | - 0 | op-e2e/actions/helpers/l2_engine.go | (ef4d)2025-04-01
+ 4 | - 4 | op-e2e/actions/helpers/l2_verifier.go | (83b1)2025-04-01
+ 1 | - 1 | op-e2e/actions/interop/dsl/interop.go | (83b1)2025-04-01
+ 95 | - 188 | op-e2e/bindings/l1block.go | (0e6a)2025-03-31
+ 2 | - 2 | op-e2e/e2eutils/challenger/helper.go | (8c91)2025-04-01
+ 12 | - 4 | op-e2e/interop/supersystem.go | (83b1)2025-04-01, (df1d)2025-04-01
+ 2 | - 0 | op-fetcher/.gitignore | (5391)2025-04-02
+ 43 | - 0 | op-fetcher/cmd/main.go | (5391)2025-04-02
+ 107 | - 0 | op-fetcher/pkg/fetcher/fetch/fetch.go | (5391)2025-04-02
+ 40 | - 0 | op-fetcher/pkg/fetcher/fetch/flags.go | (5391)2025-04-02
+ 1 | - 5 | op-node/metrics/metrics.go | (83b1)2025-04-01
+ 3 | - 32 | op-node/node/api.go | (83b1)2025-04-01
+ 9 | - 6 | op-node/node/client.go | (83b1)2025-04-01
+ 4 | - 7 | op-node/node/conductor.go | (83b1)2025-04-01
+ 24 | - 21 | op-node/node/node.go | (83b1)2025-04-01
+ 14 | - 90 | op-node/node/server.go | (83b1)2025-04-01
+ 1 | - 43 | op-node/p2p/rpc_server.go | (83b1)2025-04-01
+ 27 | - 1 | op-node/rollup/derive/span_channel_out.go | (83b0)2025-04-01
+ 4 | - 3 | op-node/rollup/interop/config.go | (83b1)2025-04-01
+ 2 | - 1 | op-node/rollup/interop/iface.go | (83b1)2025-04-01
+ 5 | - 2 | op-node/rollup/interop/managed/system.go | (83b1)2025-04-01
+ 11 | - 3 | op-program/chainconfig/chaincfg.go | (96ba)2025-04-02
+ 3 | - 3 | op-program/client/boot/boot_interop.go | (96ba)2025-04-02
+ 2 | - 3 | op-proposer/proposer/rpc/api.go | (83b1)2025-04-01
+ 4 | - 2 | op-proposer/proposer/service.go | (83b1)2025-04-01
+ 0 | - 286 | op-service/client/client.go | (83b1)2025-04-01
+ 8 | - 61 | op-service/client/rpc.go | (83b1)2025-04-01
+ 6 | - 6 | op-service/dial/dial.go | (83b1)2025-04-01
+ 23 | - 13 | op-service/eth/chain_id.go | (df1d)2025-04-01
+ 156 | - 99 | op-service/metrics/rpc_metrics.go | (83b1)2025-04-01
+ 1 | - 15 | op-service/rpc/api.go | (83b1)2025-04-01
+ 2 | - 0 | op-service/rpc/handler.go | (83b1)2025-04-01
+ 9 | - 0 | op-service/rpc/handler_options.go | (83b1)2025-04-01
+ 3 | - 0 | op-service/sources/eth_client.go | (ef4d)2025-04-01
+ 10 | - 69 | op-service/sources/supervisor_client.go | (83b1)2025-04-01
+ 2 | - 2 | op-supervisor/supervisor/backend/backend.go | (83b1)2025-04-01
+ 2 | - 0 | op-supervisor/supervisor/backend/chain_metrics.go | (83b1)2025-04-01
+ 1 | - 1 | op-supervisor/supervisor/backend/cross/hazard_set.go | (0bc5)2025-04-02
+ 3 | - 1 | op-supervisor/supervisor/backend/syncnode/dial.go | (83b1)2025-04-01
+ 2 | - 1 | op-supervisor/supervisor/backend/syncnode/iface.go | (83b1)2025-04-01
+ 0 | - 39 | op-supervisor/supervisor/frontend/frontend.go | (83b1)2025-04-01
+ 3 | - 2 | op-supervisor/supervisor/service.go | (83b1)2025-04-01
                    90e25a5c7b5b31e1adb7f4f4979bc44d4ded6f44
                    
                    feat: Simplify op-deployer scripts: DeploySuperchain2 [4/N] (#15134)

* wip: Syntactic sugar

* chore: DeploySuperchain2

* chore: Update DeploySuperchain2 types

* chore: Some more assertions

* chore: Improve regression tests

* chore: No DeploySuperchain2

* chore: Rename

* chore: Typo

* chore: Add just test target

* Mark `createTestHost` as a helper

Co-authored-by: Stefano Charissis 

* fix: Lint

---------

Co-authored-by: Stefano Charissis 
                
49ffaab831ba1933e0f90a204c330c698525be8d feat(op-acceptance-tests): put acceptance tests into their own workflow. (#15184)
ac18d3aa85d03ba8672a23d0607c5083095dea87 fix: Standard Validator Test V200 (#15186)
75be9c50b18d14f31a5cb01f70b209c01fbf6ece feat(op-acceptance-tests): op-acceptor v0.1.7 (#15185)
5391bf29692dd97a9dae581100635bda5873b75b op-fetcher: new service to fetch onchain config data (#14930) * op-fetcher: add new service and solidity script * use embedded fs for forge-artifacts * add bool and uint32 support to precompile setters * add compare command * fix semgrep and contracts ci tests * fix semgrep * update command descriptions * fix semgrep again * op-chain-ops: add unit tests for EmbedFS * fetch: refactor and add config unit tests * compare: add testdata for all inputs, write results to file * compare: add unit tests * circleci: add op-fetcher to go-tests job * fetch: decouple input/output from scr * remove compare command * remove unused testdata * refine cmd descriptions * use existing interopgen.L2OpchainDeployment struct for addresses * lint: fix unchecked err * favor OpChainProxyAdminOwner over ProxyAdminOwner * circleci: add diff-fetcher-forge-artifacts job * simplify some contract calls * add FetchChainInfo.t.sol * fix contract semgrep errors * fix contract test names * lint FetchChainInfo.t.sol * remove redundant fault proof rpc calls * format script output before writing to file * align output field names across solidity script and go * update forge-artifacts * remove fetcher.OutputFile field * catch error if OptimismPortalProxy.respectedGameType() nonexistent * use consistent cases for json/toml tags * consolidate fetcher go files * fix global flags * circleci: fix path matcher * solidity: use uint32.max as default respectedGameType * reorganize fetcher, use pointer for ChainConfig.FaultProofStatus * refine catch statement for failed respectedGameType() call * fix contract semgrep finding * rebuild contracts * circleci: fix syntax
6b2f64805edceae73899483467e0fa0cfc706938 extend TestCheckForChainFork to a scenario where the chains are divergent from genesis (#15172)
96ba676e81a7eb49da5fa78ce99530faf86cfd8f op-program: Load custom configs if embed is missing (#15154) * op-program: Load custom configs if embed is missing * add empty embed fs for test
0bc5fe8d16155dc68bcdf1fa5733abc58689a618 op e2e: interop action test: same timestamp + invalid timestamp invariant (#15149) * refactor * Bubble up invalid timestamp invariant as ErrConflict * better test * add space * better name * better test
719c9b403843359f46de5739ac9ab7307d2ccebf batcher: Wait for DA write before shutdown (#14654)
97fa1b5cd6dd5cbab093e31c2b31c236c1bdb432 feat: Simplify op-deployer scripts: Type-safe forge script execution [3/N] (#15119) * wip: Add type-safe forge script interaction * chore: No error in destroy * wip: Tests * wip: Tests * chore: Don't rewrap error * wip: Tests * wip: Comments * wip: Tests * wip: Tests * chore: Lint * chore: Comments * fix: Typo * chore: Remove a TODO
3bf83579759b1b74f5abd85256036ce94d4a039e devnet-sdk: Build out DSL for asserting local unsafe progression in supervisor sync status (#15144) * devnet-sdk: Update todo number * devnet-sdk: Build out DSL for asserting local unsafe progression. * Rename preset - it's really a system we get back. * Use constructor * Use id logging pattern. * Add info on the DSL to the devnet-sdk book. * Add log to common. * Use T from setup in DSL. * Search for monorepo root.
fbff4bd285fb8ce5b31d8405d426d19cb757f851 fix(ci): acceptance tests on cci runners. (#15162)
280c3907032fec2da8a522878ac9eab9b818ea1e chore(ci): op-acceptance-tests on self-hosted runners. (#15161)
83b08b5e3fa844694f86f8ca84c391defa5009fe op-e2e: Improve test of invalid SetCode contract creation bit in span batch (#15159) * feat: add test to ensure invalid setcode tx is dropped * Don't defer running test matrix * Add err contains filter * Use random txs to simplify test * Allow hooking into spanBatchTxs * Remove debug code * Remove unused struct * Fix merge conflict * op-e2e: Improve test of invalid SetCode contract creation bit in span batch * modify correct fields lol --------- Co-authored-by: Julian Meyer
83b1ffc37f24d17791403fde67518f89e6b55f0d go: RPC metrics by default (#15127) * go: RPC metrics everywhere * op-service/metrics: test metrics recorder
7266b118e2589663088c318afd52267b9bd5052d feat: Simplify op-deployer scripts: Add runtime ABI validation [2/N] (#15111) * chore: Add ABI matching utility * chore: matchMethod * chore: Drop unneeded matchMethod function * chore: Increase test coverage * chore: Even more coverage * chore: Even more coverage * fix: Remove unused imports
df1d18acb5f151b5d32b5e78df9c1331ed770505 op-service: cleanup eth.ChainID type, remove uint32 index legacy, add sort method (#15148)
d8ef5002fb5801f32d0757a7f1e136c99508f9ce chore: Simplify op-deployer scripts: DeploySuperchain [1/N] (#15014) * chore: Base deploy script * wip: DeploySuperchain * chore: Drop unused error * chore: Rename DeployBase to BaseDeploy * fix: Typo * chore: Finish renaming, remove unused imports * chore: Lint * chore: Simplify the script * fix: Lint * chore: Forgotten import * chore: Fix typo * chore: Use bytes32 for ProtocolVersion externally * chore: Comments * chore: Lint
5f003211aed7469eed7df666291a62c025d1c46c go: update op-geth dependency to prepare Isthmus Sepolia release (#15135) * go: update op-geth dependency to prepare Isthmus Sepolia release contains SR update to 877ef2c1dc37b3cdc083819b2acb3e86881711ff * op-node/chaincfg: add Isthmus times to test configs * bump [email protected]
70c79cfff639fdd7c0f44ff3e72a23824e01675a Parallelize kurtosis docker-build (#15124) Update kurtosis-devnet/pkg/build/docker.go Co-authored-by: Stefano Charissis
8c91990820bead891d8744ee9d5cb016ddfdf9a1 op-e2e: Use chain specific file names for config in challenger helper (#15091)
ef4d200be76dc731ae5fd7a5bd6bbe82913029e5 op-e2e: interop action test txplan poc (#15131)
abdd65af3307d9bd133abed99010943966f12395 devnet-sdk: Update todo number (#15142)
8fca5b19a714dad9ed88d18576260e39aa249854 devnet-sdk: organize system2 packages + implement test setup (#15133) * devnet-sdk: move systemgo/systemext/system2 * devnet-sdk/devstack: organize dev-stack packages * devstack: use apis.EthClient * devstack: orchestrator/testing/setup improvements * devstack: example runs * devstack: fix file path, link TODO comments * Clarify error message. * Fix comment --------- Co-authored-by: Adrian Sutton
2f81e09fed1781600e92777bfdeac4f57bae7e7f chore(op-acceptance-tests): update readme. (#15140) Tiny typo fix
54d02df55523c9e1b4b38ed082c12a42087323a0 Add documentation on how to quickly iterate on NAT tests (#15132)
f9fa3eed234176f8826002b60c3c49c2f1f47e81 op-batcher: disallow blobs when Alt-DA is enabled (#15126) * no blobs when Alt-DA * mod error msg
1443bfde927fc8bfe91c6ec95d5a27b079e5ff0d devnet-sdk: add unit test for `RequireNoChainFork` (#15121) * make RequireNoChainFork easier to test it takes interfaces instead of concrete values it returns errors instead of mutating testing.T directly * add unit test TestRequireNoChainFork * tidy up interfaces * use new interface * use inner function in test * remove spurious comment * rename to CheckForChainFork tweak godoc to explain err use bigint comparison instead of uint64 * rename inner fn and fix invocations * fix invocation of new helper
5dbe7ad928e4a6bcfb39c711e2204bfc96cfccf6 Update acceptance test configuration to include fork subpackages (#15125)
0e6ad65f779660c76e2a99e1957789322e22cd22 Add fuzzing to operator fee test (#15109)
#: 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-mirror-node
GitHub History Url: github.com/hiero-ledger/hiero-mirror-node/commits
2025-04-02main

79.43 - Java
11.38 - JavaScript
3.81 - Solidity
3.48 - Go
0.6 - PLpgSQL
0.51 - Shell
0.49 - Gherkin
0.17 - Mustache
0.09 - Dockerfile
0.03 - Kotlin
0.01 - Python
mod: 5
yaml: 10
properties: 1
json: 24
kts: 9
proto: 2
sum: 5
js: 14
yml: 12
java: 45
go: 1
+    3 | -    3 | .github/workflows/charts.yml | (8dd8)2025-03-31
+ 1 | - 1 | .github/workflows/gradle.yml | (daaa)2025-03-31
+ 2 | - 2 | .github/workflows/release-automation.yml | (daaa)2025-03-31
+ 1 | - 1 | .github/workflows/release-integration.yml | (daaa)2025-03-31
+ 1 | - 1 | .github/workflows/release-production.yml | (daaa)2025-03-31
+ 1 | - 1 | .github/workflows/rosetta.yml | (b2f1)2025-04-02
+ 4 | - 14 | .github/workflows/security.yml | (5468)2025-03-31, (daaa)2025-03-31
+ 1 | - 1 | .github/workflows/snyk-monitor.yml | (daaa)2025-03-31
+ 7 | - 7 | build.gradle.kts | (ab19)2025-04-02, (6200)2025-04-02, (5468)2025-03-31, (ffe0)2025-03-31, (4c56)2025-03-31, (b0d7)2025-03-31
+ 1 | - 1 | buildSrc/build.gradle.kts | (241f)2025-03-31
+ 2 | - 2 | charts/hedera-mirror-common/Chart.yaml | (4274)2025-03-31
+ 2 | - 2 | charts/hedera-mirror-graphql/Chart.yaml | (4274)2025-03-31
+ 2 | - 2 | charts/hedera-mirror-grpc/Chart.yaml | (4274)2025-03-31
+ 2 | - 2 | charts/hedera-mirror-importer/Chart.yaml | (4274)2025-03-31
+ 2 | - 2 | charts/hedera-mirror-monitor/Chart.yaml | (4274)2025-03-31
+ 2 | - 2 | charts/hedera-mirror-rest-java/Chart.yaml | (4274)2025-03-31
+ 2 | - 2 | charts/hedera-mirror-rest/Chart.yaml | (4274)2025-03-31
+ 2 | - 2 | charts/hedera-mirror-rosetta/Chart.yaml | (4274)2025-03-31
+ 2 | - 2 | charts/hedera-mirror-web3/Chart.yaml | (4274)2025-03-31
+ 2 | - 2 | charts/hedera-mirror/Chart.yaml | (4274)2025-03-31
+ 8 | - 8 | docker-compose.yml | (4274)2025-03-31
+ 1 | - 1 | gradle.properties | (4274)2025-03-31
+ 3 | - 3 | hedera-mirror-common/src/main/java/com/hedera/mirror/common/CommonConfiguration.java | (4913)2025-03-31
+ 16 | - 1 | hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/SystemEntity.java | (4913)2025-03-31
+ 0 | - 29 | hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/SystemEntity.java | (4913)2025-03-31
+ 3 | - 7 | hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/NetworkServiceImpl.java | (4913)2025-03-31
+ 7 | - 7 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImpl.java | (4913)2025-03-31
+ 2 | - 2 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/EntityIdServiceImpl.java | (6200)2025-04-02
+ 1 | - 0 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/block/transformer/AbstractBlockItemTransformer.java | (6200)2025-04-02
+ 0 | - 8 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/block/transformer/ConsensusSubmitMessageTransformer.java | (6200)2025-04-02
+ 0 | - 34 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/block/transformer/CryptoTransferTransformer.java | (6200)2025-04-02
+ 0 | - 10 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/block/transformer/TokenAirdropTransformer.java | (6200)2025-04-02
+ 7 | - 8 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityProperties.java | (4913)2025-03-31
+ 3 | - 6 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorImpl.java | (4913)2025-03-31
+ 6 | - 6 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceService.java | (4913)2025-03-31
+ 3 | - 6 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryCustomImpl.java | (4913)2025-03-31
+ 3 | - 3 | hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/Utility.java | (6200)2025-04-02
+ 3 | - 3 | hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/consensus_service.proto | (6200)2025-04-02
+ 1 | - 1 | hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/network_service.proto | (6200)2025-04-02
+ 1 | - 4 | hedera-mirror-rest/accounts.js | (a951)2025-03-31
+ 1 | - 1 | hedera-mirror-rest/api/v1/openapi.yml | (4274)2025-03-31
+ 3 | - 3 | hedera-mirror-rest/balances.js | (a951)2025-03-31
+ 2 | - 2 | hedera-mirror-rest/check-state-proof/package-lock.json | (4274)2025-03-31
+ 1 | - 1 | hedera-mirror-rest/check-state-proof/package.json | (4274)2025-03-31
+ 14 | - 14 | hedera-mirror-rest/config/application.yml | (a951)2025-03-31
+ 1 | - 3 | hedera-mirror-rest/controllers/contractController.js | (a951)2025-03-31
+ 2 | - 1 | hedera-mirror-rest/controllers/networkController.js | (a951)2025-03-31
+ 81 | - 9 | hedera-mirror-rest/entityId.js | (a951)2025-03-31
+ 11 | - 11 | hedera-mirror-rest/monitoring/package-lock.json | (4274)2025-03-31, (0369)2025-03-31, (700a)2025-03-31
+ 3 | - 3 | hedera-mirror-rest/monitoring/package.json | (4274)2025-03-31, (0369)2025-03-31, (700a)2025-03-31
+ 648 | - 719 | hedera-mirror-rest/package-lock.json | (4274)2025-03-31, (3ab3)2025-03-31, (2edf)2025-03-31, (a460)2025-03-31, (07ef)2025-03-31, (477f)2025-03-31, (71e6)2025-03-31
+ 8 | - 7 | hedera-mirror-rest/package.json | (4274)2025-03-31, (3ab3)2025-03-31, (2edf)2025-03-31, (a460)2025-03-31, (07ef)2025-03-31, (477f)2025-03-31, (71e6)2025-03-31
+ 1 | - 1 | hedera-mirror-rest/service/entityService.js | (a951)2025-03-31
+ 3 | - 5 | hedera-mirror-rest/service/fileDataService.js | (a951)2025-03-31
+ 0 | - 2 | hedera-mirror-rest/service/index.js | (a951)2025-03-31
+ 4 | - 5 | hedera-mirror-rest/service/networkNodeService.js | (a951)2025-03-31
+ 0 | - 23 | hedera-mirror-rest/service/systemEntity.js | (a951)2025-03-31
+ 1 | - 1 | hedera-mirror-rest/tokens.js | (a951)2025-03-31
+ 2 | - 2 | hedera-mirror-rest/topicmessage.js | (a951)2025-03-31
+ 1 | - 2 | hedera-mirror-rest/transactions.js | (a951)2025-03-31
+ 3 | - 11 | hedera-mirror-rest/utils.js | (a951)2025-03-31
+ 2 | - 2 | hedera-mirror-rosetta/app/services/construction_service.go | (5468)2025-03-31
+ 1 | - 1 | hedera-mirror-rosetta/build.gradle.kts | (5468)2025-03-31
+ 7 | - 11 | hedera-mirror-rosetta/go.mod | (5468)2025-03-31, (71b0)2025-03-31, (f64d)2025-03-31, (21cc)2025-03-31, (dc3f)2025-03-31
+ 12 | - 16 | hedera-mirror-rosetta/go.sum | (5468)2025-03-31, (71b0)2025-03-31, (f64d)2025-03-31, (21cc)2025-03-31, (dc3f)2025-03-31
+ 1 | - 5 | hedera-mirror-web3/build.gradle.kts | (ab19)2025-04-02
+ 2 | - 3 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/ContractController.java | (2681)2025-03-31
+ 1 | - 1 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BytesDecoder.java | (ab19)2025-04-02
+ 37 | - 0 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/ModularizedConfiguration.java | (ab19)2025-04-02
+ 4 | - 5 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoader.java | (4913)2025-03-31
+ 8 | - 21 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmProperties.java | (4913)2025-03-31
+ 3 | - 6 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/AccountDatabaseAccessor.java | (4913)2025-03-31
+ 3 | - 6 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenDatabaseAccessor.java | (4913)2025-03-31
+ 5 | - 7 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenRelationshipDatabaseAccessor.java | (4913)2025-03-31
+ 4 | - 4 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/TransactionExecutionService.java | (4913)2025-03-31
+ 3 | - 1 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/TransactionExecutorFactory.java | (ab19)2025-04-02
+ 41 | - 7 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/MirrorNodeState.java | (ab19)2025-04-02
+ 18 | - 14 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/SystemFileLoader.java | (4913)2025-03-31
+ 162 | - 0 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/NoOpMetrics.java | (ab19)2025-04-02
+ 13 | - 2 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/SchemaRegistryImpl.java | (ab19)2025-04-02
+ 7 | - 11 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/ServiceMigratorImpl.java | (ab19)2025-04-02
+ 1 | - 0 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapReadableKVState.java | (ab19)2025-04-02
+ 1 | - 0 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapWritableKVState.java | (ab19)2025-04-02
+ 1 | - 0 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/keyvalue/AbstractReadableKVState.java | (ab19)2025-04-02
+ 5 | - 8 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/keyvalue/AccountReadableKVState.java | (4913)2025-03-31
+ 6 | - 9 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/keyvalue/TokenReadableKVState.java | (4913)2025-03-31
+ 5 | - 8 | hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/keyvalue/TokenRelationshipReadableKVState.java | (4913)2025-03-31
+ 628 | - 0 | hedera-mirror-web3/src/main/java/com/hedera/node/app/service/evm/store/contracts/precompile/codec/EvmEncodingFacade.java | (ab19)2025-04-02
+ 40 | - 8 | hedera-mirror-web3/src/main/java/com/hedera/node/app/spi/workflows/DispatchOptions.java | (ab19)2025-04-02
+ 22 | - 46 | hedera-mirror-web3/src/main/java/com/hedera/node/app/throttle/ThrottleAccumulator.java | (ab19)2025-04-02
+ 37 | - 17 | hedera-mirror-web3/src/main/java/com/hedera/node/app/workflows/handle/steps/UserTxnFactory.java | (ab19)2025-04-02
+ 24 | - 12 | hedera-mirror-web3/src/main/java/com/hedera/node/app/workflows/standalone/impl/StandaloneDispatchFactory.java | (ab19)2025-04-02
+ 1 | - 0 | hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/contracts/ParsingConstants.java | (ab19)2025-04-02
+ 1 | - 0 | hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/HTSPrecompiledContract.java | (ab19)2025-04-02
+ 6 | - 5 | hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/EncodingFacade.java | (ab19)2025-04-02
+ 1 | - 26 | hedera-mirror-web3/src/main/java/com/swirlds/state/spi/WritableKVStateBase.java | (ab19)2025-04-02
+ 2 | - 2 | tools/traffic-replay/log-downloader/package-lock.json | (4274)2025-03-31
+ 1 | - 1 | tools/traffic-replay/log-downloader/package.json | (4274)2025-03-31
                    436f2f1d868b6c26acc8b4e6528afc6a1ab76006
                    
                    HIP-991 - Add acceptance tests for topic with fixed fees (#10735)

This PR adds additional tests related to [HIP-991 Permissionless revenue-generating Topic Ids for Topic Operators](https://hips.hedera.com/hip/hip-991)
The following tests methods are added
- Add Fungible token as a custom fee denominating token, exempt, payer and collector accounts, associate them with the token and transfer funds to the payer accounts
- Create topic with custom HBAR, HTS Fees, collector, exempt and payer accounts and verify it in mirror node REST API. 
- ALICE publishes message to topic with custom fees with Max fee limit set. Verify that the fees are correctly collected
- Verify the submitted topic messages
- CAROL is exempt and publishes message to topic with custom fees. Verify that CAROL is not charged with fees 
Also added:
- new `TOPIC_CUSTOM_FEE_FUNGIBLE` in `TokenClient`
- new methods in TopicClient - `createTopicWithCustomFees` ,  `publishMessageToTopicWithFixedFee`

---------

Signed-off-by: Nikolay Nikolov 
                
11380c091ee80e626ec9ce96f1a0bc0527f2869d Add new topic with custom fee variable in topicIds k6 test (#10810) This PR adds a new variable DEFAULT_TOPIC_WITH_FEE_ID so we don't override the existing one that is used for another k6 tests like topicsIdMessages and so on --------- Signed-off-by: Nikolay Nikolov
b2f10c6496f656badd0809fb61560f79658ff32e Fix rosetta workflow (#10804) - fix rosetta workflow Signed-off-by: Xin Li
ab192fc77157c5f3dd1f0bd9d808f55f2c11038d Bump hedera-app to 0.60.0 (#10792) This PR adapts the existing code to use `hedera-app` version 0.60.0. The hardcoded lower version of `com.esaulpaugh:headlong` is removed and now is used the version on project level. Other changes: - `DispatchOptionsTest` class was removed as the tests needed to be adapted and there is no point in that since this class and `DispatchOptions` is going to be removed soon with the update to hedera-app version 0.61.0. - `NoOpMetrics` class was copied from services as we need this implementation but the original class was marked for removal. - `EvmEncodingFacade` is used in the mono code but needed to be overriden because of the update of the `com.esaulpaugh:headlong`. --------- Signed-off-by: Bilyana Gospodinova
620093df6cd646aa3fc678c7f17ea11e8d463a96 Adapt to protobuf-java-api 0.61.0 (#10798) This PR adapts to the changes introduced in protobuf-java-api:0.61.0. - GeneratedMessage instead of GeneratedMessageV3 - Assessed custom fees moved to transactionResult - shortDebugString was deprecated so replaced it with printer().printToString() - removed previous block hash in block header - changes in test data - removed previous block hash from block files 981, 982 and 0 - change in structure of proto files --------- Signed-off-by: filev94 Signed-off-by: Xin Li Co-authored-by: Xin Li
1830b2c9976b62d52952c05c99e5e6e8145a5c68 Fix modularized header in test module (#10797) Make test module be able to pass Is-Modularized:false header for contracts/call when modularized not enabled in test module Signed-off-by: Kristiyan Selveliev
06ef1c3e9c9ab492df2f0670de6ff45802260ad5 Fix typo in contractCallEstimateAssociateTokens (#10794) - fix typo in contractCallEstimateAssociateTokens Signed-off-by: Xin Li
42743e088fe0560334927777888c36ee1d1cfce7 Bump versions for v0.128.0-SNAPSHOT (#10788) * Bump versions for v0.127.0-rc1 Signed-off-by: Hedera Github Bot * Bump versions for v0.128.0-SNAPSHOT Signed-off-by: Hedera Github Bot --------- Signed-off-by: Hedera Github Bot
546803d56378f4375828e66e3f7d6ea86dc53020 Bump go and nodejs versions (#10786) - Bump golang to v1.24.1 - Remove direct dependency go-ethereum - Replace direct dependency golang.org/x/exp and use maps directly from standard library - Bump nodejs to v18.20.8 Signed-off-by: Xin Li
3ab32072139ff97e02c022ba542765e23dfd8326 Bump tar-fs from 3.0.6 to 3.0.8 (#10783) Signed-off-by: Steven Sheehy
4913991f32fd9ad2d3e5e4d0c0bc094ead2b8966 Consolidate SystemEntity and SystemEntities (#10741) Signed-off-by: Steven Sheehy
ffe0314caefce56ea9992174a64e9fce8919224e Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.5 to 3.9.8 (#10753) Bump io.hypersistence:hypersistence-utils-hibernate-63 Bumps [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) from 3.9.5 to 3.9.8. - [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt) - [Commits](https://github.com/vladmihalcea/hypersistence-utils/compare/hypersistence-utils-parent-3.9.5...hypersistence-utils-parent-3.9.8) --- updated-dependencies: - dependency-name: io.hypersistence:hypersistence-utils-hibernate-63 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>
2681291b3b3e7592bdd279fa553dca691c21dd31 Allow is modularized header to fully control the transaction traffic flow (#10776) Allow Is-Modularized header to fully control the transaction traffic flow. --------- Signed-off-by: sdimitrov9 Signed-off-by: Kristiyan Selveliev Co-authored-by: Kristiyan Selveliev
a951deaaa0a7dd11860b027c2715c52352169ef7 Use shard and realm for system files in REST (#10717) Modify the REST API to ensure any system files account for non zero shard and realm in queries. * Fix exchange rate query * Fix fee schedule query * Fix nodes query * Use `shard.realm.0` for anchor account * Use configured shard and realm for unreleased supply accounts --------- Signed-off-by: Jesse Nelson
0369a62da3be7fefca9fd4ad7a5b13321bd57821 Bump parse-duration from 2.1.3 to 2.1.4 in /hedera-mirror-rest/monitoring (#10761) Bump parse-duration in /hedera-mirror-rest/monitoring Bumps [parse-duration](https://github.com/jkroso/parse-duration) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/jkroso/parse-duration/releases) - [Commits](https://github.com/jkroso/parse-duration/commits) --- updated-dependencies: - dependency-name: parse-duration 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>
2edfde9ded9e98a6c71afe4cd12022a1d171d7f2 Bump @testcontainers/postgresql from 10.21.0 to 10.23.0 in /hedera-mirror-rest (#10768) Bump @testcontainers/postgresql in /hedera-mirror-rest Bumps [@testcontainers/postgresql](https://github.com/testcontainers/testcontainers-node) from 10.21.0 to 10.23.0. - [Release notes](https://github.com/testcontainers/testcontainers-node/releases) - [Commits](https://github.com/testcontainers/testcontainers-node/compare/v10.21.0...v10.23.0) --- updated-dependencies: - dependency-name: "@testcontainers/postgresql" 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>
a460dd3c283ba02e1026dfd1c995987005ee1df4 Bump mathjs from 14.3.1 to 14.4.0 in /hedera-mirror-rest (#10767) Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.3.1 to 14.4.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v14.3.1...v14.4.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
71b07b4de5925916b12b8412dec3b3faea6693fa Bump github.com/go-playground/validator/v10 from 10.25.0 to 10.26.0 in /hedera-mirror-rosetta (#10746) Bump github.com/go-playground/validator/v10 in /hedera-mirror-rosetta Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.25.0 to 10.26.0. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.25.0...v10.26.0) --- updated-dependencies: - dependency-name: github.com/go-playground/validator/v10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
f64d526350b554d8d4c6b28ee23b2d20ef818b8a Bump github.com/ethereum/go-ethereum from 1.15.5 to 1.15.6 in /hedera-mirror-rosetta (#10748) Bump github.com/ethereum/go-ethereum in /hedera-mirror-rosetta Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum 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>
21cc28dbe35180c8c174ecf7e9b9319a60105c07 Bump github.com/spf13/viper from 1.20.0 to 1.20.1 in /hedera-mirror-rosetta (#10745) Bump github.com/spf13/viper in /hedera-mirror-rosetta Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper 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>
dc3f7f5ffdcb5ddbcc41f071bc664f8ceeddf7e5 Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /hedera-mirror-rosetta (#10750) Bump google.golang.org/protobuf in /hedera-mirror-rosetta Bumps google.golang.org/protobuf from 1.36.5 to 1.36.6. --- updated-dependencies: - dependency-name: google.golang.org/protobuf 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>
4c56ba18ea735e0546a2dbc37135eff42eeea6fb Bump software.amazon.awssdk:bom from 2.31.6 to 2.31.11 (#10759) Bumps software.amazon.awssdk:bom from 2.31.6 to 2.31.11. --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom 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>
8dd84f4c11797068178593e456f9f03d177be155 Bump actions/setup-python from 5.4.0 to 5.5.0 (#10747) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/42375524e23c412d93fb67b49958b491fce71c38...8d9ed9ac5c53483de85588cdf95a591a75ab9f55) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
daaaabc3dbf94689bc3d36d66713f221c99ce0cf Bump gradle/actions from 4.3.0 to 4.3.1 (#10749) Bumps [gradle/actions](https://github.com/gradle/actions) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/94baf225fe0a508e581a564467443d0e2379123b...06832c7b30a0129d7fb559bcc6e43d26f6374244) --- updated-dependencies: - dependency-name: gradle/actions 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>
07efcac017fc3b69416263f62d60c800022bab36 Bump @aws-sdk/client-s3 from 3.772.0 to 3.777.0 in /hedera-mirror-rest (#10764) Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.772.0 to 3.777.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.777.0/clients/client-s3) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b0d799f58ffc83d858945281ee2b63b2a258b2ce Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#10756) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.5-jre to 33.4.6-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava 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>
477fe2a726f742120ad332aafb0f3cb28a3b0ed0 Bump sql-formatter from 15.5.1 to 15.5.2 in /hedera-mirror-rest (#10765) Bumps [sql-formatter](https://github.com/sql-formatter-org/sql-formatter) from 15.5.1 to 15.5.2. - [Release notes](https://github.com/sql-formatter-org/sql-formatter/releases) - [Changelog](https://github.com/sql-formatter-org/sql-formatter/blob/master/.release-it.json) - [Commits](https://github.com/sql-formatter-org/sql-formatter/compare/v15.5.1...v15.5.2) --- updated-dependencies: - dependency-name: sql-formatter 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>
71e647d4cf4d81dd313263fc8398bae171f77301 Bump asn1js from 3.0.5 to 3.0.6 in /hedera-mirror-rest (#10766) Bumps [asn1js](https://github.com/PeculiarVentures/asn1.js) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/PeculiarVentures/asn1.js/releases) - [Commits](https://github.com/PeculiarVentures/asn1.js/compare/v3.0.5...v3.0.6) --- updated-dependencies: - dependency-name: asn1js 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>
241f0c130490d815fb097f8e39af10414aaf7585 Bump org.sonarsource.scanner.gradle:sonarqube-gradle-plugin from 6.0.1.5171 to 6.1.0.5360 (#10757) Bump org.sonarsource.scanner.gradle:sonarqube-gradle-plugin Bumps [org.sonarsource.scanner.gradle:sonarqube-gradle-plugin](https://github.com/SonarSource/sonar-scanner-gradle) from 6.0.1.5171 to 6.1.0.5360. - [Release notes](https://github.com/SonarSource/sonar-scanner-gradle/releases) - [Commits](https://github.com/SonarSource/sonar-scanner-gradle/commits) --- updated-dependencies: - dependency-name: org.sonarsource.scanner.gradle:sonarqube-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
700af1f29ed876c3edd41388c2028c2cbb71980d Bump mathjs from 14.3.1 to 14.4.0 in /hedera-mirror-rest/monitoring (#10762) Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.3.1 to 14.4.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v14.3.1...v14.4.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#: 10

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

GitHub Url: github.com/streamingfast/firehose-core
GitHub History Url: github.com/streamingfast/firehose-core/commits
2025-04-02develop

98.88 - Go
0.65 - Rust
0.37 - Shell
0.11 - Dockerfile
sum: 2
mod: 2
+    2 | -    2 | go.mod | (4e88)2025-04-02, (7bab)2025-03-31
+ 4 | - 4 | go.sum | (4e88)2025-04-02, (7bab)2025-03-31
                    4e8830afeca261cd7cb0534243a139bb8fcae705
                    
                    bump substreams to fix quicksave, bump version
                
7bab9ffb81c929c5dfa6364a9c2c68e8682bfbd5 prep release, bump substreams
#: 11

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

GitHub Url: github.com/streamingfast/firehose-ethereum
GitHub History Url: github.com/streamingfast/firehose-ethereum/commits
2025-04-02develop

86.85 - Go
12.82 - Shell
0.33 - Dockerfile
sum: 2
mod: 2
+    2 | -    2 | go.mod | (7e82)2025-04-02, (2798)2025-03-31
+ 4 | - 4 | go.sum | (7e82)2025-04-02, (2798)2025-03-31
                    7e82c67bf22d8f8c109a4d0b2b59750125e12544
                    
                    bump substreams to fix quicksave, prep release
                
27982ffac24e4cb2e3cefbfdd00cc3bf048dbdd6 bump substreams for module_wasm_ext_duration log, prep release
#: 12

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

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

54.18 - TypeScript
31.66 - Vue
12.3 - JavaScript
1.47 - SCSS
0.3 - Shell
0.08 - Dockerfile
0.02 - HTML
ts: 6
vue: 11
js: 7
+    5 | -    4 | automation/pages/GroupPage.js | (edba)2025-04-02
+ 4 | - 19 | automation/pages/LoginPage.js | (edba)2025-04-02
+ 9 | - 3 | automation/pages/OrganizationPage.js | (edba)2025-04-02
+ 3 | - 30 | automation/pages/RegistrationPage.js | (edba)2025-04-02
+ 33 | - 1 | automation/pages/SettingsPage.js | (edba)2025-04-02
+ 4 | - 0 | automation/pages/TransactionPage.js | (edba)2025-04-02
+ 14 | - 2 | automation/utils/util.js | (edba)2025-04-02
+ 2 | - 2 | front-end/src/main/services/localUser/claim.ts | (edba)2025-04-02
+ 1 | - 1 | front-end/src/main/shared/constants/index.ts | (edba)2025-04-02
+ 11 | - 3 | front-end/src/renderer/components/GlobalAppProcesses/GlobalAppProcesses.vue | (edba)2025-04-02
+ 7 | - 2 | front-end/src/renderer/components/Header.vue | (edba)2025-04-02
+ 1 | - 0 | front-end/src/renderer/components/Notifications/NotificationsDropDown.vue | (edba)2025-04-02
+ 2 | - 2 | front-end/src/renderer/components/UserModeSelect.vue | (edba)2025-04-02
+ 1 | - 8 | front-end/src/renderer/composables/user/useAfterOrganizationSelection.ts | (edba)2025-04-02
+ 3 | - 7 | front-end/src/renderer/pages/AccountSetup/AccountSetup.vue | (edba)2025-04-02
+ 3 | - 3 | front-end/src/renderer/pages/AccountSetup/components/Generate.vue | (edba)2025-04-02
+ 4 | - 21 | front-end/src/renderer/pages/Migrate/Migrate.vue | (edba)2025-04-02
+ 1 | - 1 | front-end/src/renderer/pages/Migrate/components/SetupPersonalForm.vue | (edba)2025-04-02
+ 2 | - 2 | front-end/src/renderer/pages/Transactions/components/ReadyToSign.vue | (edba)2025-04-02
+ 1 | - 0 | front-end/src/renderer/pages/UserLogin/components/EmailLoginForm.vue | (edba)2025-04-02
+ 1 | - 0 | front-end/src/renderer/pages/UserLogin/components/KeychainOption.vue | (edba)2025-04-02
+ 2 | - 4 | front-end/src/renderer/router/guards.ts | (edba)2025-04-02
+ 2 | - 2 | front-end/src/renderer/services/organization/health.ts | (edba)2025-04-02
+ 26 | - 7 | front-end/src/renderer/stores/storeUser.ts | (edba)2025-04-02
                    edbad9558d7725c076dd392c4794b58e365e7d7f
                    
                    Automation test fixes for notifications (#1634)

Signed-off-by: John Bair 
                
#: 13

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

GitHub Url: github.com/graphprotocol/graph-node
GitHub History Url: github.com/graphprotocol/graph-node/commits
2025-04-02master

94.64 - Rust
2.08 - PLpgSQL
2.03 - TypeScript
0.67 - CSS
0.26 - Shell
0.12 - HTML
0.06 - Dockerfile
0.06 - JavaScript
0.04 - Solidity
0.02 - Makefile
rs: 39
toml: 2
+    8 | -    1 | Cargo.toml | (36ad)2025-04-01
+ 69 | - 22 | chain/ethereum/src/chain.rs | (5ff1)2025-03-31
+ 7 | - 0 | chain/ethereum/src/env.rs | (5ff1)2025-03-31
+ 1 | - 0 | graph/Cargo.toml | (7478)2025-04-02
+ 23 | - 21 | graph/src/components/store/err.rs | (7f49)2025-03-31
+ 11 | - 3 | graph/src/components/subgraph/proof_of_indexing/online.rs | (7478)2025-04-02
+ 74 | - 18 | graph/src/data_source/subgraph.rs | (38c9)2025-03-31, (127d)2025-03-31
+ 8 | - 2 | graph/src/env/mod.rs | (cfc4)2025-03-31, (5ff1)2025-03-31
+ 42 | - 4 | graph/src/env/store.rs | (3369)2025-04-01, (b354)2025-03-31, (9d26)2025-03-31, (cfc4)2025-03-31, (3c18)2025-03-31
+ 100 | - 51 | graph/src/firehose/endpoints.rs | (36ad)2025-04-01, (5ff1)2025-03-31
+ 1 | - 0 | node/src/chain.rs | (5ff1)2025-03-31
+ 1 | - 11 | runtime/wasm/src/module/mod.rs | (38c9)2025-03-31
+ 1 | - 36 | runtime/wasm/src/to_from/external.rs | (38c9)2025-03-31
+ 49 | - 12 | store/postgres/src/connection_pool.rs | (3369)2025-04-01, (7161)2025-03-31
+ 514 | - 248 | store/postgres/src/copy.rs | (5d7e)2025-04-01, (3369)2025-04-01, (5d75)2025-04-01, (9d26)2025-03-31, (7161)2025-03-31, (3828)2025-03-31, (01a7)2025-03-31, (8d26)2025-03-31, (e09f)2025-03-31, (2665)2025-03-31, (6c80)2025-03-31, (d6e3)2025-03-31, (9cfa)2025-03-31, (2efe)2025-03-31, (a5ac)2025-03-31, (3c18)2025-03-31
+ 2 | - 2 | store/postgres/src/deployment_store.rs | (9cfa)2025-03-31
+ 4 | - 0 | store/postgres/src/vid_batcher.rs | (3c18)2025-03-31
+ 4 | - 2 | store/postgres/src/writable.rs | (9cfa)2025-03-31
                    7478019bc49561267b0c567caea76e1213f1f1a0
                    
                    Hash legacy hash value when grafting from pre 0.0.6 spec_version
                
36ad6a24a2456fa5504f14b20dd59c0cffae2b40 fix firehose tls (#5923)
5d7e4cebc46488e7b8faa3d92f33545d3c707e7b store: Sort unfinished tables in CopyState That makes the order in which tables are copied predictable
3369381b47de210270cb4041575fbd64222efacb graph, store: Wait for a little bit for an addl fdw connection If we don't wait at all, we can use fewer connections than are available since the pool might be below its capacity but has no idle connections open currently
5d75dc6bdca05bb1fc823d7dcbef316a1da549fb store: Log 'starting to copy table' only once
b3543bbb3d0f65aadb6f8b4d13ed7458ee8bbf0b graph: Fix typo in comment
9d260fb8bfe5ca6715376c1f03bb6a5c08484fe0 all: Make number of copy workers configurable
716138ac2ccd2194bb1ba04cd9c700655c913beb store: Copy multiple tables in parallel if there are idle connections
3828ed710c42cbaadf4b7add3ff268acaa6a368f store: Factor creating a worker into a helper
01a7eccb88399b0e8841b4e825d57e31e82e9896 store: Rewrite copy loop so that we could run parallel copies For now, we still only copy one table at a time, but the code is closer to what we need to copy multiple tables concurrently
8d2697f6fd9e748ad138af5b31ba95d4a4828a75 store: Change how we iterate over all unfinished tables
e09f6bb98768b36626dfe55df6d69da7b8507700 store: Change CopyProgress to interior mutability
2665dca412d7856310b6ff633a4bd57b7ec19520 store: Remove lifetime from CopyProgress
6c8016aeafac4ef3f081b8b9696c4f8d1cda7771 store: Allow running copy_table without holding a reference to self
d6e337c2ddeb954c57624ac0e84d353b698d24ac store: Do not access conn in copy::Connection directly We leave one place where it is accessed, but in all other places we go through copy::Connection::transaction; the reason will become apparent in the next commit(s)
9cfafa31bfbf2b83061dab67d1192dd5d4d7f83f store: Asyncify subgraph start, and thereby copying
2efe3a47bc72abd5a25147cd3b70a48f80ef022a store: Make copy_table a free-standing function
a5ac766655e0eb9d6823b3e0ffd7c35d6c6cd999 store: Factor the loop for copying a table into a method
cfc4d8d7913dae64e3b24613b5a22e84773551f8 graph: Check that BATCH_TIMEOUT is big enough A value that's too small will just needlessly cause timeouts and slow down copies.
3c18373109d16dadab2d9c52fdd5f81cf3de6dbe graph, store: Add a timeout for each batch of data copying When the data distribution in a table is bad (e.g., if it contains huge arrays after a certain point) it can causes batches to run for many hours. We now set a timeout and reset the batch size to 1 when that happens so that we can slowly inch to a more reasonable batch size.
7f494ce544a8bde536888b9e031abc4d50d4f1b0 graph: Introduce StoreError::StatementTimeout
38c94bb60e64bef5d531bb27d62fbaa9442ee560 Do not allow mutable entities in entity handlers (#5909) * graph: do not allow mutable entities in entity handlers of composed subgraphs * runtime: Remove ToAscPtr implementation for entity trigger * tests: Update subgraph composition integration tests to work with immutable entities * store: Update composition tests to work with immutable entity check
127d15c12560e4974d4c41a4778ba4b7f221410a Validate if the source subgraph graft chain contains any incompatible spec version (#5911) * graph: Validate if the graft chain contains any incompatible spec version for composed subgraphs * graph: allow subgraphs with prune set to never to be sourcable * graph: remove the pruning check completely for source subgraphs * Address review comments
5ff19746bfe08497c316a9ce59dc93c501eae131 Subgraph Composition: Option to force rpc to fetch block ptrs (#5876) * chain/ethereum: Add parallel block fetching with configurable batch size when using firehose with composable subgraphs * ethereum: Add option to force RPC for block pointer lookups This adds GRAPH_ETHEREUM_FORCE_RPC_FOR_BLOCK_PTRS env var which when enabled forces the use of RPC instead of Firehose for loading block pointers by numbers, with Firehose fallback. Useful for composable subgraphs. * graph: change log level for get_block_by_number * graph: Add get_block_number_with_retry method for firehose endpoint * Address review comments
#: 14

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

49.07 - TypeScript
27.08 - Rust
9.03 - Solidity
5.85 - Move
3.69 - Cairo
1.97 - SCSS
1.67 - Sway
0.96 - JavaScript
0.4 - Shell
0.16 - CSS
0.07 - Dockerfile
0.04 - Nix
0.01 - Makefile
rs: 17
node: 2
tsx: 16
json: 8
sol: 14
dockerignore: 1
tool-versions: 2
nvmrc: 2
npmrc: 2
yaml: 8
toml: 4
ts: 12
+    1 | -    0 | .dockerignore | (d5b2)2025-04-02
+ 0 | - 4 | .npmrc | (d3d4)2025-04-02, (8165)2025-04-02
+ 2 | - 2 | .nvmrc | (d3d4)2025-04-02, (8165)2025-04-02
+ 4 | - 4 | .tool-versions | (d3d4)2025-04-02, (8165)2025-04-02
+ 6 | - 6 | Dockerfile.node | (d3d4)2025-04-02, (8165)2025-04-02
+ 2 | - 6 | apps/api-reference/src/browser-logger.ts | (d3d4)2025-04-02, (8165)2025-04-02
+ 0 | - 25 | apps/argus/config.sample.yaml | (596b)2025-04-01
+ 3 | - 10 | apps/argus/src/api.rs | (596b)2025-04-01
+ 1 | - 3 | apps/argus/src/chain/reader.rs | (596b)2025-04-01
+ 4 | - 38 | apps/argus/src/command/register_provider.rs | (596b)2025-04-01
+ 2 | - 8 | apps/argus/src/command/run.rs | (596b)2025-04-01
+ 2 | - 55 | apps/argus/src/command/setup_provider.rs | (596b)2025-04-01
+ 3 | - 35 | apps/argus/src/config.rs | (596b)2025-04-01
+ 4 | - 73 | apps/argus/src/keeper.rs | (596b)2025-04-01
+ 0 | - 384 | apps/argus/src/keeper/block.rs | (596b)2025-04-01
+ 0 | - 131 | apps/argus/src/keeper/process_event.rs | (596b)2025-04-01
+ 9 | - 0 | apps/entropy-debugger/src/store/entropy-deployments.ts | (476b)2025-04-02
+ 1 | - 1 | apps/hermes/server/Cargo.toml | (d5b2)2025-04-02
+ 5 | - 0 | apps/hermes/server/src/config.rs | (d5b2)2025-04-02
+ 18 | - 0 | apps/hermes/server/src/config/cache.rs | (d5b2)2025-04-02
+ 1 | - 1 | apps/hermes/server/src/main.rs | (d5b2)2025-04-02
+ 68 | - 0 | apps/insights/src/components/Explanations/index.tsx | (a1ad)2025-04-02, (e9ef)2025-04-02, (b3c4)2025-04-01, (b721)2025-04-01
+ 2 | - 6 | apps/insights/src/components/PriceFeed/chart.tsx | (d3d4)2025-04-02, (8165)2025-04-02
+ 8 | - 8 | apps/insights/src/components/Publishers/index.tsx | (a1ad)2025-04-02, (e9ef)2025-04-02, (b3c4)2025-04-01, (b721)2025-04-01
+ 78 | - 66 | apps/insights/src/components/Publishers/publishers-card.tsx | (a1ad)2025-04-02, (e9ef)2025-04-02, (b3c4)2025-04-01, (b721)2025-04-01
+ 8 | - 0 | apps/insights/src/services/clickhouse.ts | (b3c4)2025-04-01, (b721)2025-04-01
+ 14 | - 0 | apps/insights/turbo.json | (a1ad)2025-04-02, (e9ef)2025-04-02
+ 5 | - 4 | apps/price_pusher/package.json | (e8d1)2025-04-01
+ 17 | - 9 | apps/price_pusher/src/injective/command.ts | (e8d1)2025-04-01
+ 49 | - 12 | apps/price_pusher/src/injective/injective.ts | (e8d1)2025-04-01
+ 5 | - 3 | contract_manager/src/contracts/evm.ts | (ee6d)2025-04-02
+ 1 | - 1 | contract_manager/store/chains/EvmChains.yaml | (476b)2025-04-02
+ 3 | - 0 | contract_manager/store/contracts/EvmEntropyContracts.yaml | (29a6)2025-04-02
+ 3 | - 0 | governance/xc_admin/packages/xc_admin_common/src/governance_payload/PythGovernanceAction.ts | (b8f3)2025-03-31
+ 44 | - 0 | governance/xc_admin/packages/xc_admin_common/src/governance_payload/SetTransactionFee.ts | (b8f3)2025-03-31
+ 4 | - 0 | governance/xc_admin/packages/xc_admin_common/src/governance_payload/index.ts | (b8f3)2025-03-31
+ 1 | - 1 | lazer/contracts/solana/programs/pyth-lazer-solana-contract/Cargo.toml | (ba09)2025-03-31
+ 1 | - 1 | lazer/sdk/js/package.json | (ba09)2025-03-31
+ 13 | - 0 | lazer/sdk/js/src/protocol.ts | (ba09)2025-03-31
+ 1 | - 1 | lazer/sdk/rust/client/Cargo.toml | (ba09)2025-03-31
+ 2 | - 0 | lazer/sdk/rust/client/examples/subscribe_price_feeds.rs | (ba09)2025-03-31
+ 1 | - 1 | lazer/sdk/rust/protocol/Cargo.toml | (ba09)2025-03-31
+ 1 | - 0 | lazer/sdk/rust/protocol/src/lib.rs | (ba09)2025-03-31
+ 2 | - 0 | lazer/sdk/rust/protocol/src/router.rs | (ba09)2025-03-31
+ 18 | - 1 | lazer/sdk/rust/protocol/src/subscription.rs | (ba09)2025-03-31
+ 20 | - 0 | lazer/sdk/rust/protocol/src/symbol_state.rs | (ba09)2025-03-31
+ 6 | - 22 | package.json | (d3d4)2025-04-02, (8165)2025-04-02
+ 18 | - 0 | packages/known-publishers/src/index.tsx | (d669)2025-04-01, (d9fe)2025-04-01
+ 10510 | - 8901 | pnpm-lock.yaml | (d3d4)2025-04-02, (8165)2025-04-02, (e8d1)2025-04-01
+ 164 | - 72 | pnpm-workspace.yaml | (d3d4)2025-04-02, (8165)2025-04-02
+ 12 | - 12 | target_chains/ethereum/contracts/contracts/pulse/IPulse.sol | (f922)2025-04-02
+ 48 | - 36 | target_chains/ethereum/contracts/contracts/pulse/Pulse.sol | (f922)2025-04-02
+ 1 | - 1 | target_chains/ethereum/contracts/contracts/pulse/PulseErrors.sol | (f922)2025-04-02
+ 7 | - 7 | target_chains/ethereum/contracts/contracts/pulse/PulseEvents.sol | (f922)2025-04-02
+ 37 | - 16 | target_chains/ethereum/contracts/contracts/pulse/PulseState.sol | (f922)2025-04-02
+ 2 | - 2 | target_chains/ethereum/contracts/contracts/pulse/PulseUpgradeable.sol | (f922)2025-04-02
+ 14 | - 5 | target_chains/ethereum/contracts/contracts/pyth/Pyth.sol | (b8f3)2025-03-31, (92f1)2025-03-31, (9424)2025-03-31
+ 4 | - 0 | target_chains/ethereum/contracts/contracts/pyth/PythGetters.sol | (b8f3)2025-03-31
+ 12 | - 0 | target_chains/ethereum/contracts/contracts/pyth/PythGovernance.sol | (b8f3)2025-03-31
+ 24 | - 1 | target_chains/ethereum/contracts/contracts/pyth/PythGovernanceInstructions.sol | (b8f3)2025-03-31
+ 4 | - 0 | target_chains/ethereum/contracts/contracts/pyth/PythSetters.sol | (b8f3)2025-03-31
+ 2 | - 0 | target_chains/ethereum/contracts/contracts/pyth/PythState.sol | (b8f3)2025-03-31
+ 2 | - 2 | target_chains/ethereum/contracts/package.json | (b8f3)2025-03-31, (92f1)2025-03-31
                    f922acb65a9bc8a1c59af7198eeb5343def6202c
                    
                    feat(pulse): optimize gas while keeping requests on-chain (#2519)

* feat: gas optimizations

* fix: remove unnecessary concrete impl

* add benchmarking for variable feeds

* test: add out of order fulfillment benchmark

* update benchmark tests

* fix test
                
a1ad7f38502506a56f4ddf03abdf4b96765821ef Merge pull request #2548 from pyth-network/cprussin/publisher-table-improvements feat(insights): publisher table improvements
e9ef828d730af9bdb50d44f51c7abd576eb8fb8e feat(insights): publisher table improvements - Add ranking explanation - Remove inactive feeds column - Change name of permissioned feeds column from "FEEDS" to "PERMISSIONED"
d5b2fd7ee82eca9c2b00503be254ddd0ecca9b99 feat(hermes): configurable cache size (#2547) * feat: configurable cache size, bump default to 2000 slots * feat: bump ver * fix: include config/cache.rs in docker build * fix: set default to 1600 slots
d3d4b5c6a5d78a6fb054db6d26ebc4566988c2ef Merge pull request #2540 from pyth-network/cprussin/upgrades chore: upgrade javascript dependencies
81655125f9b896b89dc92ebd12db39e1cb01c28c chore: upgrade javascript dependencies
476b74a2fdc1bd867365ef72c128d8fb74a3cf06 chore(deubgger) Add soneium (#2545)
ee6dcf6d564f8735bf530567d17baadfe1dea2b4 chore(contact-manager) Fix Fetch fees script (#2544)
29a60ebdb7323a8b89d9ec5ef82365809ea3c8af chore(entropy) Add soneium (#2538)
596be48cd182b016c9136f18a3d12282025d73a5 chore: remove fortuna-specific keeper code (#2534)
b3c4c055cfc2c494bc4d30e25e6c23d8a2019b61 Merge pull request #2541 from pyth-network/cprussin/add-permissioned-feeds-column feat(insights): add permissioned feeds column to the publisher list
b7213cc266ae22c64fa748a6b0402c0d83231140 feat(insights): add permissioned feeds column to the publisher list
e8d1f79705a146899b1408bdc2abd9f8fd397be7 feat: chunk broadcasting support (#2533) * feat: chunk broadcasting support * chore: prettier lint * fix: non-chunking support * chore: bump version --------- Co-authored-by: Ali Behjati
d66907f9a26cb751156123c92a297a5df6590920 Merge pull request #2536 from pyth-network/cprussin/add-lotech-to-known-publishers feat(known-publishers): add lotech to known publishers
d9fe9ba42d86a1c42b0eab8810da084a6f8883ba feat(known-publishers): add lotech to known publishers
ba09a52afa296ccb867d1db512f0e3f95fc58e53 feat(lazer): add ignoreInvalidFeedIds flag to SDK (#2529) * feat(lazer): add ignoreInvalidFeeds flag to SDK Co-Authored-By: Darun Seethammagari * feat(lazer): update protocol types for ignore_invalid_feeds Co-Authored-By: Darun Seethammagari * fix: update example to include ignore_invalid_feeds field Co-Authored-By: Darun Seethammagari * refactor: rename ignore_invalid_feeds to ignore_invalid_feed_ids Co-Authored-By: Darun Seethammagari * refactor: rename FailedFeedsDetails to InvalidFeedSubscriptionDetails Co-Authored-By: Darun Seethammagari * refactor: rename comingSoon to unstable in InvalidFeedSubscriptionDetails Co-Authored-By: Darun Seethammagari * refactor: change successful_feeds type from Vec to Vec Co-Authored-By: Darun Seethammagari * refactor: add subscribedWithIgnoredFailures response type Co-Authored-By: Darun Seethammagari * refactor: rename subscribedWithIgnoredFailures to subscribedWithInvalidFeeds Co-Authored-By: Darun Seethammagari * refactor: rename subscribedWithInvalidFeeds to subscribedWithIgnoredInvalidFeedIds Co-Authored-By: Darun Seethammagari * refactor: rename response types to subscribedWithInvalidFeedIdsIgnored Co-Authored-By: Darun Seethammagari * refactor: rename fields to subscribedFeedIds and ignoredInvalidFeedIds Co-Authored-By: Darun Seethammagari * refactor: rename enum variant to SubscribedWithInvalidFeedIdsIgnored Co-Authored-By: Darun Seethammagari * refactor: move ignore_invalid_feed_ids to SubscriptionParamsRepr Co-Authored-By: Darun Seethammagari * refactor: change ignore_invalid_feed_ids from Option to bool Co-Authored-By: Darun Seethammagari * refactor: update InvalidFeedSubscriptionDetails to use proper types Co-Authored-By: Darun Seethammagari * refactor: use local SymbolState instead of external dependency Co-Authored-By: Darun Seethammagari * fix: update protocol.ts formatting to fix CI Co-Authored-By: Darun Seethammagari * Undo change ot returned ignored ids --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Darun Seethammagari Co-authored-by: Darun Seethammagari
b8f388e625ea2c46031bcb9f15cae2d250062445 Merge pull request #2526 from pyth-network/pyth-tx-fee feat(target_chains/ethereum): add tx fee to evm contract
92f19b20864c96a1dfa797add430b0fd7a491eac chore(contracts): update version to 1.4.4-alpha.1 in Pyth contract and package.json
dc9fa657dcf31afb3c56664fa9284532f6f5b5be chore(tests): migrate tests from pyth.js to PythGovernance.t.sol, excluding Wormhole-specific tests
7956866d16aedca5762744177bed7b6963d68a7f fix(tests): use constant for TARGET_CHAIN_ID in PythGovernance test
94246c671cb6c8e7b4819d13ec2f47417ba00f17 feat(contracts): update deprecated getUpdateFee
#: 15

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

98.81 - TypeScript
0.46 - JavaScript
0.46 - Jsonnet
0.25 - Shell
0.02 - Dockerfile
0.01 - Smarty
ts: 1
json: 110
yml: 5
+   28 | -    5 | .github/workflows/checks.yml | (a7e3)2025-04-02, (e033)2025-04-01, (03f2)2025-04-01, (f238)2025-03-31, (9a3d)2025-03-31
+ 1 | - 1 | package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/anchor/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/apy-finance/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/augur/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/bitcoin-json-rpc/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/bsol-price/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/circuit-breaker/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/crypto-volatility-index/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/curve-3pool/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/defi-dozen/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/defi-pulse/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/dns-record-check/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/dxdao/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/dydx-rewards/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/google-weather/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/historical-average/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/implied-price/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/linear-finance/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/market-closure/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/medianizer/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/nftx/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/outlier-detection/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/proof-of-reserves/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/reference-transform/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/rocket-pool/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/savax-price/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/set-token-index/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/synth-index/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/the-graph/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/vesper/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/composites/xsushi-price/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/core/bootstrap/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/core/factories/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/core/reference-data-reader/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/k6/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/non-deployable/reduce/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/non-deployable/token-allocation/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/observation/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/1forge/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/accuweather/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/ada-balance/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/aleno/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/alphachain/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/amberdata/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/anyblock/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/ap-election/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/apex/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/bank-frick/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/bea/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/binance-dex/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/binance/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/bitex/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/bitso/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/blockchain.com/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/blockchair/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/blockcypher/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/blockstream/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/bob/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/bravenewcoin/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/btc.com/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/cache.gold/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/celsius-address-list/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/chain-reserve-wallet/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/clear-bank/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/coinapi/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/coinbase/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/coincodex/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/coinlore/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/coinmetrics/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/coinranking/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/covid-tracker/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/cryptex/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/cryptoapis-v2/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/cryptoapis/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/cryptoid/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/cryptomkt/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/currencylayer/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/curve/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/deribit/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/dns-query/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/dwolla/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/elwood/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/ens/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/enzyme/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/eodhistoricaldata/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/eth-balance/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/etherchain/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/etherscan/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/ethgasstation/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/ethgaswatch/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/expert-car-broker/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/fcsapi/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/fixer/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/flightaware/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/fluent-finance/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/fmpcloud/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/galaxis/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/galaxy/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/genesis-volatility/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/geodb/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/google-bigquery/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/graphql/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/gsr/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/intrinio/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/ipfs/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/jpegd/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/json-rpc/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/layer2-sequencer-health/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/lcx/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/lido/package.json | (786f)2025-03-31
+ 1 | - 1 | packages/sources/por-address-list/src/config/index.ts | (3e64)2025-04-01
                    a7e3d0c29f0d7bfbe85fd3be0ab6f17f831f3b32
                    
                    Fix packages/scripts/src/gha/lib.test.ts (#3764)

* Fix packages/scripts/src/gha/lib.test.ts

* debug

* Mock packages

* Remove debug console
                
e033c10dd7aeba76bb174d9aa26afcdfd239c81b Fix ephemeral-adapters test (#3763)
5f7d5336a67a7fc7505bf345fef9f4fc41b46086 nit/proof-of-reserves readme (#3760) * Update proof-of-reserves EA readme protocol and indexer lists to be in alphabetical order * add changeset * missed entries --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
03f2d7387f147502060c6202048723526e7b68b7 Fix get-release-notes test (#3762)
3e645aebb5a9b060161e7dd86a24a23856fdd64a Update/DF-21202 solvbbn default endpoint (#3759) * DF-21202 update solvbbn default endpoint in por-address-list * add changeset
f238e3b209ab2603448ee082677b7bcf165bc44f Fix get-changed-adapters/lib.test.ts (#3757)
9a3d9637a3649573e83dffe793a7811f74007ee5 Run non-unit, non-integration tests in CI (#3758) * Run non-unit, non-integration tests in CI * Don't skip, for testing * BUILD_ALL * Exclude flux-emulator * raw-output * Remove BUILD_ALL * permissions * skip and no set -x
786f469ad1824b8481a9b269d249bd37f697e431 Release 1.164.0 (#3746) * Release 1.164.0 (deletions) * Release 1.164.0 (.) * Release 1.164.0 (packages/composites/anchor) * Release 1.164.0 (packages/composites/apy-finance-test) * Release 1.164.0 (packages/composites/apy-finance) * Release 1.164.0 (packages/composites/augur) * Release 1.164.0 (packages/composites/bitcoin-json-rpc) * Release 1.164.0 (packages/composites/bsol-price) * Release 1.164.0 (packages/composites/circuit-breaker) * Release 1.164.0 (packages/composites/crypto-volatility-index) * Release 1.164.0 (packages/composites/curve-3pool) * Release 1.164.0 (packages/composites/defi-dozen) * Release 1.164.0 (packages/composites/defi-pulse) * Release 1.164.0 (packages/composites/dns-record-check) * Release 1.164.0 (packages/composites/dxdao) * Release 1.164.0 (packages/composites/dydx-rewards) * Release 1.164.0 (packages/composites/google-weather) * Release 1.164.0 (packages/composites/historical-average) * Release 1.164.0 (packages/composites/implied-price) * Release 1.164.0 (packages/composites/linear-finance) * Release 1.164.0 (packages/composites/market-closure) * Release 1.164.0 (packages/composites/medianizer) * Release 1.164.0 (packages/composites/nftx) * Release 1.164.0 (packages/composites/outlier-detection) * Release 1.164.0 (packages/composites/proof-of-reserves) * Release 1.164.0 (packages/composites/reference-transform) * Release 1.164.0 (packages/composites/rocket-pool) * Release 1.164.0 (packages/composites/savax-price) * Release 1.164.0 (packages/composites/set-token-index) * Release 1.164.0 (packages/composites/synth-index) * Release 1.164.0 (packages/composites/the-graph) * Release 1.164.0 (packages/composites/vesper) * Release 1.164.0 (packages/composites/xsushi-price) * Release 1.164.0 (packages/core/bootstrap) * Release 1.164.0 (packages/core/factories) * Release 1.164.0 (packages/core/reference-data-reader) * Release 1.164.0 (packages/k6) * Release 1.164.0 (packages/non-deployable/reduce) * Release 1.164.0 (packages/non-deployable/token-allocation-test) * Release 1.164.0 (packages/non-deployable/token-allocation) * Release 1.164.0 (packages/observation) * Release 1.164.0 (packages/scripts) * Release 1.164.0 (packages/scripts/src/generate-readme/test/integration/readme-test-adapter) * Release 1.164.0 (packages/sources/1forge) * Release 1.164.0 (packages/sources/accuweather) * Release 1.164.0 (packages/sources/ada-balance) * Release 1.164.0 (packages/sources/aleno) * Release 1.164.0 (packages/sources/alphachain) * Release 1.164.0 (packages/sources/amberdata) * Release 1.164.0 (packages/sources/anyblock) * Release 1.164.0 (packages/sources/ap-election) * Release 1.164.0 (packages/sources/apex) * Release 1.164.0 (packages/sources/bank-frick) * Release 1.164.0 (packages/sources/bea) * Release 1.164.0 (packages/sources/binance-dex) * Release 1.164.0 (packages/sources/binance) * Release 1.164.0 (packages/sources/bitex) * Release 1.164.0 (packages/sources/bitso) * Release 1.164.0 (packages/sources/blockchain.com) * Release 1.164.0 (packages/sources/blockchair) * Release 1.164.0 (packages/sources/blockcypher) * Release 1.164.0 (packages/sources/blockstream) * Release 1.164.0 (packages/sources/bob) * Release 1.164.0 (packages/sources/bravenewcoin) * Release 1.164.0 (packages/sources/btc.com) * Release 1.164.0 (packages/sources/cache.gold) * Release 1.164.0 (packages/sources/celsius-address-list) * Release 1.164.0 (packages/sources/chain-reserve-wallet) * Release 1.164.0 (packages/sources/clear-bank) * Release 1.164.0 (packages/sources/coinapi) * Release 1.164.0 (packages/sources/coinbase) * Release 1.164.0 (packages/sources/coincodex) * Release 1.164.0 (packages/sources/coinlore) * Release 1.164.0 (packages/sources/coinmetrics) * Release 1.164.0 (packages/sources/coinranking) * Release 1.164.0 (packages/sources/covid-tracker) * Release 1.164.0 (packages/sources/cryptex) * Release 1.164.0 (packages/sources/cryptoapis-v2) * Release 1.164.0 (packages/sources/cryptoapis) * Release 1.164.0 (packages/sources/cryptoid) * Release 1.164.0 (packages/sources/cryptomkt) * Release 1.164.0 (packages/sources/currencylayer) * Release 1.164.0 (packages/sources/curve) * Release 1.164.0 (packages/sources/deribit) * Release 1.164.0 (packages/sources/dns-query) * Release 1.164.0 (packages/sources/dwolla) * Release 1.164.0 (packages/sources/elwood) * Release 1.164.0 (packages/sources/ens) * Release 1.164.0 (packages/sources/enzyme) * Release 1.164.0 (packages/sources/eodhistoricaldata) * Release 1.164.0 (packages/sources/eth-balance) * Release 1.164.0 (packages/sources/etherchain) * Release 1.164.0 (packages/sources/etherscan) * Release 1.164.0 (packages/sources/ethgasstation) * Release 1.164.0 (packages/sources/ethgaswatch) * Release 1.164.0 (packages/sources/expert-car-broker) * Release 1.164.0 (packages/sources/fcsapi) * Release 1.164.0 (packages/sources/fixer) * Release 1.164.0 (packages/sources/flightaware) * Release 1.164.0 (packages/sources/fluent-finance) * Release 1.164.0 (packages/sources/fmpcloud) * Release 1.164.0 (packages/sources/galaxis) * Release 1.164.0 (packages/sources/galaxy) * Release 1.164.0 (packages/sources/genesis-volatility) * Release 1.164.0 (packages/sources/geodb) * Release 1.164.0 (packages/sources/google-bigquery) * Release 1.164.0 (packages/sources/graphql) * Release 1.164.0 (packages/sources/gsr) * Release 1.164.0 (packages/sources/intrinio) * Release 1.164.0 (packages/sources/ipfs) * Release 1.164.0 (packages/sources/jpegd) * Release 1.164.0 (packages/sources/json-rpc) * Release 1.164.0 (packages/sources/layer2-sequencer-health) * Release 1.164.0 (packages/sources/lcx) * Release 1.164.0 (packages/sources/lido) * Release 1.164.0 (packages/sources/linkpool) * Release 1.164.0 (packages/sources/lition) * Release 1.164.0 (packages/sources/marketstack) * Release 1.164.0 (packages/sources/messari) * Release 1.164.0 (packages/sources/metalsapi) * Release 1.164.0 (packages/sources/mock-ea) * Release 1.164.0 (packages/sources/mycryptoapi) * Release 1.164.0 (packages/sources/nikkei) * Release 1.164.0 (packages/sources/oanda) * Release 1.164.0 (packages/sources/oilpriceapi) * Release 1.164.0 (packages/sources/onchain-gas) * Release 1.164.0 (packages/sources/orchid-bandwidth) * Release 1.164.0 (packages/sources/paxos) * Release 1.164.0 (packages/sources/paypal) * Release 1.164.0 (packages/sources/renvm-address-set) * Release 1.164.0 (packages/sources/satoshitango) * Release 1.164.0 (packages/sources/snowflake) * Release 1.164.0 (packages/sources/sochain) * Release 1.164.0 (packages/sources/solana-view-function) * Release 1.164.0 (packages/sources/spectral-macro-score) * Release 1.164.0 (packages/sources/sportsdataio) * Release 1.164.0 (packages/sources/stader-balance) * Release 1.164.0 (packages/sources/stader-labs) * Release 1.164.0 (packages/sources/starknet-gas-price) * Release 1.164.0 (packages/sources/stasis) * Release 1.164.0 (packages/sources/swell-address-list) * Release 1.164.0 (packages/sources/synthetix-debt-pool) * Release 1.164.0 (packages/sources/taapi) * Release 1.164.0 (packages/sources/terra-view-function) * Release 1.164.0 (packages/sources/therundown) * Release 1.164.0 (packages/sources/tiingo) * Release 1.164.0 (packages/sources/twelvedata) * Release 1.164.0 (packages/sources/unibit) * Release 1.164.0 (packages/sources/uniswap-v2) * Release 1.164.0 (packages/sources/upvest) * Release 1.164.0 (packages/sources/uscpi-one) * Release 1.164.0 (packages/sources/view-starknet-latest-answer) * Release 1.164.0 (packages/sources/wootrade) * Release 1.164.0 (packages/sources/wrapped) * Release 1.164.0 (packages/sources/xbto) * Release 1.164.0 (packages/targets/agoric) * Release 1.164.0 (packages/targets/conflux) * Release 1.164.0 (packages/targets/ethwrite) * Release 1.164.0 (packages/targets/harmony) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
#: 16

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

GitHub Url: github.com/smartcontractkit/chainlink-solana
GitHub History Url: github.com/smartcontractkit/chainlink-solana/commits
2025-04-02develop

77.27 - Go
14.71 - TypeScript
6.04 - Rust
0.9 - Shell
0.49 - JavaScript
0.27 - Nix
0.22 - Makefile
0.11 - Dockerfile
go: 4
yml: 1
sum: 1
mod: 1
+    0 | -   72 | .github/workflows/codeql-analysis.yml | (18ed)2025-04-02
+ 1 | - 1 | go.mod | (4234)2025-04-02
+ 2 | - 6 | go.sum | (4234)2025-04-02
+ 18 | - 22 | pkg/solana/chain.go | (c0b0)2025-04-02, (e8b0)2025-03-31
+ 1 | - 7 | pkg/solana/client/client.go | (c0b0)2025-04-02
+ 2 | - 0 | pkg/solana/config/toml.go | (4234)2025-04-02
                    c0b0b10a8440a354050b1fd47adc104607f4b87b
                    
                    chainID fix for e2e test (#1167)
                
4234da19fdb3dbd55cba40bacccd2d1b5582e3d2 Bump framework multinode (#1169) * Bump framework multinode * Bump core * Bump core
e2c73cfb2419ecad9915a398a6c8030641d1a550 Update README.md with end quotes (#1166)
18ed5b6040b7a223da4e97a13b2bf872e1cbd5f8 delete codeql file (#1157)
e8b0555aed77a2c17f073062c42c9090a617a81d Fix chainID handling genesisHash (#1164)
#: 17

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

73.25 - Go
23.65 - Solidity
2.17 - TypeScript
0.37 - PLpgSQL
0.33 - Shell
0.11 - Makefile
0.04 - Dockerfile
0.03 - Python
0.02 - JavaScript
0.02 - Nix
0 - HTML
0 - WebAssembly
json: 2
toml: 3
mod: 7
sum: 7
yml: 1
go: 55
yaml: 2
+    3 | -    3 | .github/workflows/flakeguard.yml | (9614)2025-04-01
+ 1 | - 0 | ccip/config/evm/fallback.toml | (918b)2025-04-02
+ 6 | - 2 | contracts/package.json | (f1aa)2025-04-01
+ 27 | - 46 | contracts/pnpm-lock.yaml | (f1aa)2025-04-01
+ 39 | - 28 | core/capabilities/launcher.go | (e285)2025-04-01
+ 77 | - 20 | core/capabilities/remote/executable/request/client_request.go | (20bb)2025-04-01
+ 2 | - 0 | core/config/docs/chains-evm.toml | (918b)2025-04-02
+ 2 | - 0 | core/config/docs/chains-solana.toml | (918b)2025-04-02
+ 0 | - 2 | core/services/chainlink/application.go | (c917)2025-04-01
+ 17 | - 8 | core/services/ocr2/delegate.go | (dcca)2025-04-02
+ 69 | - 48 | core/services/workflows/engine.go | (1925)2025-04-02, (20bb)2025-04-01, (9bd2)2025-04-01, (6376)2025-04-01, (0265)2025-04-01
+ 1 | - 0 | core/services/workflows/metering.go | (20bb)2025-04-01
+ 13 | - 2 | core/services/workflows/monitoring.go | (1925)2025-04-02, (20bb)2025-04-01
+ 0 | - 41 | core/services/workflows/state.go | (0265)2025-04-01
+ 37 | - 0 | core/services/workflows/store/models.go | (0265)2025-04-01
+ 2 | - 1 | core/services/workflows/store/store.go | (0265)2025-04-01
+ 32 | - 20 | core/services/workflows/store/store_memory.go | (0265)2025-04-01
+ 1 | - 0 | deployment/ccip/changeset/deployer_group.go | (4e5a)2025-04-02
+ 3 | - 1 | deployment/ccip/changeset/globals/helpers.go | (4e5a)2025-04-02
+ 120 | - 1 | deployment/ccip/changeset/solana/cs_build_solana.go | (7606)2025-04-02
+ 30 | - 0 | deployment/ccip/changeset/solana/cs_deploy_chain.go | (7606)2025-04-02
+ 1 | - 0 | deployment/ccip/changeset/solana_state.go | (7606)2025-04-02
+ 18 | - 4 | deployment/ccip/changeset/state.go | (4e5a)2025-04-02
+ 23 | - 19 | deployment/ccip/changeset/token_pools.go | (4e5a)2025-04-02
+ 433 | - 0 | deployment/ccip/changeset/v1_5_1/cs_add_token_e2e.go | (4e5a)2025-04-02
+ 19 | - 1 | deployment/ccip/changeset/v1_5_1/cs_configure_token_pools.go | (4e5a)2025-04-02
+ 3 | - 0 | deployment/ccip/changeset/v1_5_1/cs_propose_admin_role.go | (4e5a)2025-04-02
+ 44 | - 108 | deployment/ccip/changeset/v1_6/cs_add_new_chain_e2e.go | (cfa9)2025-04-02, (4e5a)2025-04-02
+ 34 | - 33 | deployment/ccip/changeset/v1_6/cs_ccip_home.go | (cfa9)2025-04-02
+ 5 | - 5 | deployment/ccip/changeset/v1_6/cs_update_rmn_config.go | (cfa9)2025-04-02
+ 1 | - 0 | deployment/ccip/view/solana/offramp.go | (7606)2025-04-02
+ 1 | - 0 | deployment/ccip/view/solana/router.go | (7606)2025-04-02
+ 1 | - 0 | deployment/ccip/view/solana/tokenpool.go | (7606)2025-04-02
+ 1 | - 1 | deployment/ccip/view/v1_2/router.go | (d741)2025-04-02
+ 2 | - 2 | deployment/ccip/view/v1_6/feequoter.go | (d741)2025-04-02
+ 44 | - 0 | deployment/changeset.go | (4e5a)2025-04-02
+ 105 | - 0 | deployment/common/changeset/example/operations/deploy_and_mint_example.go | (6f40)2025-04-02
+ 86 | - 0 | deployment/common/changeset/example/operations/operation.go | (6f40)2025-04-02
+ 95 | - 0 | deployment/common/changeset/example/operations/retry_config_example.go | (6f40)2025-04-02
+ 48 | - 0 | deployment/common/changeset/example/operations/terminal_error_example.go | (6f40)2025-04-02
+ 105 | - 3 | deployment/common/proposalutils/propose.go | (cfa9)2025-04-02, (4e5a)2025-04-02
+ 22 | - 22 | deployment/common/types/types.go | (cfa9)2025-04-02
+ 13 | - 0 | deployment/data-feeds/changeset/state.go | (7e81)2025-04-02
+ 2 | - 1 | deployment/data-feeds/view/v1_0/proxy_contract.go | (bbfa)2025-04-01
+ 89 | - 0 | deployment/datastore/memory_datastore.go | (24da)2025-04-02
+ 19 | - 0 | deployment/environment.go | (4e5a)2025-04-02
+ 3 | - 3 | deployment/environment/memory/chain.go | (cee6)2025-04-01
+ 1 | - 3 | deployment/environment/memory/environment.go | (cee6)2025-04-01
+ 2 | - 3 | deployment/environment/memory/node.go | (cee6)2025-04-01
+ 6 | - 6 | deployment/go.mod | (918b)2025-04-02, (24fe)2025-04-02, (9bd2)2025-04-01, (e84e)2025-04-01
+ 12 | - 12 | deployment/go.sum | (918b)2025-04-02, (24fe)2025-04-02, (9bd2)2025-04-01, (e84e)2025-04-01
+ 34 | - 33 | deployment/operations/execute.go | (23d3)2025-04-02, (2f79)2025-04-01
+ 84 | - 0 | deployment/operations/hashing.go | (2f79)2025-04-01
+ 24 | - 8 | deployment/operations/report.go | (f277)2025-04-01
+ 101 | - 0 | deployment/operations/validation.go | (23d3)2025-04-02
+ 5 | - 5 | go.mod | (918b)2025-04-02, (24fe)2025-04-02, (9bd2)2025-04-01
+ 10 | - 10 | go.sum | (918b)2025-04-02, (24fe)2025-04-02, (9bd2)2025-04-01
+ 7 | - 2 | package.json | (f1aa)2025-04-01
+ 179 | - 1691 | pnpm-lock.yaml | (f1aa)2025-04-01
                    918b2a02a92688d9cbae5d0e68ee308a75389ace
                    
                    Bump integrations + multinode + solana (#17083)

* Bump integrations + multinode

* Bump multinode

* Bump Solana

* Bump solana

* Add VerifyChainID to toml + docs

* Bump Solana

* Add VerifyChainID to test toml

* Fix tests

* Update chains-evm.toml

* Add VerifyChainID to NodePool config

* Bump integrations

* make config-docs
                
dccaeb6c0d3a919d5e36c696bf3b2565b588d751 Remove CCIP delegates hardcoding of EVM (#17088) * CCIP delegates to support Tron * fix error
cfa9c31c7e69c8356f6f2c8083a71263f586df42 added json tags (#17076)
d741743577ce089790e4251cf0af451fcccb1ace remove omitempty from bool fields (#17086)
5a4fff330ceb32add2f394dc0d50fa3c2572d627 Add RMN disabled test and reliability improvements (#17085) * Add RMN disabled test and reliability improvements * Unify ReplayLogs and TryReplayLogs
d19a07c4f7b2434c4b539683046b4aa4dfb23b67 Fetch true usd integration test (#17079) * true usd integration test * lint
24feded46b7b28b24244366cf1d0bfdb8fc7d925 Add e2e test for MaxPricesPerReport and re-enable other batch tests. (#16871) * WIP * Update test. * Remove comment. * Update go.mod
4e5a62e2f7e6e9e25df0513559f25d1e42c89619 Ccip-5503 add token changeset (#17023) * add token e2e changeset * e2e token add * fix lint * fix more lint
192511e09b7834d7055e13b22115b76a710fa54e [chore] Fix heartbeat metric (#17065)
7e813a4df3345eb28579d75b927515cbebc4f038 export ABIs as part of onchain state (#17077)
7606660ba2a2516dda6c43a21c2adeb64a2d0bbe solana staging qol (#17050) * generate vanity keys * lint * lint * add makes * return err * lint * add router common sync * router init * lint * lint
a8d376b9471763da225c898cbff64d28868ad05f [DX-221] Copy capabilities binaries to k8s pods (#17004) * WIP#1 - add ability to copy capabilities binaries to pods in k8s * WIP * move binaries path appending to dedicated files * fix compile * fix lints * remove commented out code
24da34038ea61166d78148b13fff73c95c0dca2f feat: Adds MemoryDataStore implementation (#17049) * feat: Adds MemoryDataStore implementation * chore: 'github.com/stretchr/testify/assert' -> 'github.com/stretchr/testify/require' * feat: remove Merger from DataStore * feat: improve TestMemoryDataStore_Merge
6f406d226806dd8c814f2f4b4f892235004d6b25 tests(operations): added examples for operations API (#17058) Created a few example changesets to demonstrate the Operations API and the available retry configs. This will also be reference in the docs for Operations API. JIRA: https://smartcontract-it.atlassian.net/browse/CLD-19
23d319fbd1a7f0cc79faf390ecf3318863d37fd9 fix(operations): guard against invalid input and output (#17029) For operations, since input and output are "any" type, and not all types can be safely written into JSON without data lost. eg struct with unexported fields. This commit introduces runtime check on the input and output using reflection for unexported fields including nested fields. To get around this check, devs can either change to use plain native golang type, or struct with only exported members or implement the json.marshaler and json.unmarshaler interface. JIRA: https://smartcontract-it.atlassian.net/browse/CLD-50
e285193ae87ef02f687c57906e907e9143d5efe3 support labels in streams triggers capabilities (#17073)
061b8eabae420ca74ea5add219b0faeac7daadb0 remove load module from test publish build (#17072)
20bbaa71d2ff5286b7d921eae3bf770dda94e521 CRE-293 Add Metering Detail to Capabilities Response (#16918) * Add Metering Detail to Capabilities Response Every node must independently report metering information while the engine expects an aggregated list of all nodes. The client expects an encoded `CapabilityResponse` as the payload with exactly one metering report value. These values are then aggregated for the expected number of response messages and included as metadata in the response forwarded to the engine. This approach isolates the aggregation logic to a single location in the code. * simplify function output * code cleanup, linting, and go mod * address feedback and fix CI * adding with_metering_metadata test * gauge --> counter; adding labels to logger * removing counter increment when unecessary --------- Co-authored-by: patrickhuie19
bbfa105bca48cea84f50143e84aba64094419e91 dont error on df view generation when proxy doesnt have description (#17070)
9bd2d43c041247184a5a3c1073b29bca6ca5978a engine logging and common bump (#17068)
96149e78970dc200b204ac3e110c3eb83cde2178 DX-240 Add Flakeguard Auto-Reruns for In-Memory and Docker Tests in Merge Queue (#16999) * bump * add test to test flakeguard * bump * Support test_dir * bump * bump * bump * bump * remove unsupported test results * bump * Run tests with flakeguard and rerun failed tests once in MQ * Revert "remove unsupported test results" This reverts commit d8bd2d5bf56d1265089cd4030c7df7fea746fe10. * bump * bump * bump * bump * bump * bump * Add test_dir to e2e-tests.yml test conf to work with latest workflow version * bump * fail randomly * update test * update test * bump * test * fix * update test dir * bump * bump and fix schema * bump * bump * bumo * fix * more fixes * fail test * bump * add param * bump * bump * fix e2e-tests.yml * test * run in-memory tests with flakeguard auto-rerun * bump * fix paths in ccip tests in e2e-tests.yml * fix * fix * fix typo * fix * bump * bump * fix in-memory * fix * bump * fix * add missing secrets * bump * fix * revert failing tests * to remove: test with flakeguard * remove temporary test from conf * bump * add missing secrets * to remove * bump * to revert: change test to trigger workflows * Revert "to revert: change test to trigger workflows" This reverts commit 40ce13e1de72a7095bf246943330930e1bb9ac2b. * Revert "to remove" This reverts commit 314986bed82f3f533e96d3903b6137bbb8642820. * clean uo * bump
c917efb8fa7ab65858d69a66bd8872c535f1df84 remove duplicated fetch opts (#17067)
e84e3ba17edb01181c8fa8a73684ced4d43b4940 bump chainlink-ccip: updated tokendata config (#17066)
6376c2495177340304420ef775b421cfe489417f fix Engine.HealthReport (#17063)
f1aabebe2f2295717d933aadfea9066190c8bc33 fix various package issues (#17064)
02657ff562c32f4a6e3ceafc7a2319aa8180f83a InMemory store should only return deep copies. (#17061) * deep copy executions before returning from store to ensure the execution is effectively immutable * lint * update comment with JIRA * type comment addressed
d030d84486e2d723edb864164eb5d4c4edfe05c4 integration-tests/load: combine module with parent (#17012) * integration-tests/load: combine module with parent * update modgraph --------- Co-authored-by: skudasov
cee62fe134189bc3f9dd468da3f7e31ac5f1a3c8 use *testing.T.Context (#16886)
2f793c644b7780cca683cb70f130220673e3dad9 fix(operations): ensure valid hash key and stable ordering (#17027) When constructing hash from the report to check if operation has been executed previously to support the idempotency behaviour. 2 issues were identified: - a different ordering of data in map changes the hash generated - not all type can be used as key for sync.map (must be comparable, eg slices and map are not comparable) This commit introduces fixes for the above 2 scenarios. Data in map are now sorted before converting into hash for comparison. Key for syncmap are serialsed into string before being used as cache key, string is always a valid cache key. JIRA: https://smartcontract-it.atlassian.net/browse/CLD-50
f2779d0bbcbf0ccd63549de7e6c562a6f7b253fa fix(operations): improve report type conversion (#17028) Operations reports are read from disk and will be consumed during operation execution during migration. There will be a point where we need to convert the type from Report[any,any] into Report[IN,OUT] due to the type information being known later during the execution. However, the existing conversion method was incorrect as the type casting is not reliable enough since when json marshalling and unmarshalling, the type information is lost, struct is converted into maps and int becomes float64. Eg when marshaling a struct and unmarhalling back it becomes a map[string]interface{}. This commit addresses this by using json.unmarshal to perform the type conversion instead which is more reliable. JIRA: https://smartcontract-it.atlassian.net/browse/CLD-50
#: 18

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

GitHub Url: github.com/wormhole-foundation/multigov
GitHub History Url: github.com/wormhole-foundation/multigov/commits
2025-04-02main

65.33 - TypeScript
24.45 - Solidity
9.9 - Rust
0.14 - Shell
0.08 - Dockerfile
0.06 - Starlark
0.02 - Makefile
0 - JavaScript
rs: 1
json: 1
toml: 1
+    0 | -  578 | solana/idls/wormhole_bridge_core.json | (091d)2025-04-02
+ 1 | - 1 | solana/programs/staking/Cargo.toml | (091d)2025-04-02
+ 0 | - 3 | solana/programs/staking/src/lib.rs | (091d)2025-04-02
                    091d70b7f7dce47d225b3ea63c6a1ea041def430
                    
                    [solana] Remove unused wormhole bridge core declaration (#266)

* Remove unused wormhole_bridge_core declaration

* Update version
                
#: 19

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

50.81 - TypeScript
23.56 - Go
11.66 - Rust
5.26 - Move
4.9 - Solidity
1.7 - Python
1.12 - Shell
0.47 - JavaScript
0.2 - Starlark
0.19 - Makefile
0.11 - Dockerfile
0.01 - HTML
json: 4
toml: 13
prettierignore: 1
yaml: 1
ts: 2
rs: 29
txt: 1
yml: 1
gitignore: 1
go: 45
+    1 | -    1 | .github/workflows/build.yml | (553c)2025-04-01
+ 2 | - 0 | cspell-custom-words.txt | (9b9c)2025-04-02
+ 6 | - 0 | devnet/solana-devnet.yaml | (9b9c)2025-04-02
+ 11 | - 2 | node/cmd/ccq/http.go | (553c)2025-04-01
+ 2 | - 1 | node/cmd/ccq/query_server.go | (553c)2025-04-01
+ 12 | - 3 | node/cmd/guardiand/adminclient.go | (553c)2025-04-01
+ 4 | - 0 | node/cmd/guardiand/adminnodes.go | (553c)2025-04-01
+ 21 | - 21 | node/cmd/guardiand/admintemplate.go | (553c)2025-04-01
+ 5 | - 1 | node/cmd/spy/spy.go | (553c)2025-04-01
+ 1 | - 1 | node/hack/accountant/send_obs.go | (553c)2025-04-01
+ 6 | - 1 | node/hack/parse_eth_tx/parse_eth_tx.go | (553c)2025-04-01
+ 1 | - 1 | node/hack/query/ccqlistener/ccqlistener.go | (553c)2025-04-01
+ 10 | - 3 | node/hack/repair_eth/repair_eth.go | (553c)2025-04-01
+ 2 | - 2 | node/hack/repair_solana/repair.go | (553c)2025-04-01
+ 2 | - 2 | node/hack/repair_terra/repair.go | (553c)2025-04-01
+ 7 | - 2 | node/pkg/accountant/submit_obs.go | (553c)2025-04-01
+ 29 | - 6 | node/pkg/adminrpc/adminserver.go | (553c)2025-04-01
+ 2 | - 2 | node/pkg/common/chainlock.go | (553c)2025-04-01
+ 17 | - 6 | node/pkg/db/governor.go | (553c)2025-04-01
+ 1 | - 1 | node/pkg/devnet/guardiankey.go | (553c)2025-04-01
+ 1 | - 1 | node/pkg/governor/governor.go | (553c)2025-04-01
+ 13 | - 3 | node/pkg/governor/governor_monitoring.go | (553c)2025-04-01
+ 8 | - 0 | node/pkg/node/reobserve.go | (553c)2025-04-01
+ 1 | - 1 | node/pkg/p2p/netmetrics.go | (553c)2025-04-01
+ 1 | - 1 | node/pkg/p2p/p2p.go | (553c)2025-04-01
+ 7 | - 1 | node/pkg/processor/observation.go | (553c)2025-04-01
+ 6 | - 1 | node/pkg/publicrpc/publicrpcserver.go | (553c)2025-04-01
+ 19 | - 19 | node/pkg/query/request.go | (553c)2025-04-01
+ 13 | - 13 | node/pkg/query/response.go | (553c)2025-04-01
+ 13 | - 3 | node/pkg/watchers/algorand/watcher.go | (553c)2025-04-01
+ 25 | - 5 | node/pkg/watchers/aptos/watcher.go | (553c)2025-04-01
+ 5 | - 1 | node/pkg/watchers/cosmwasm/watcher.go | (553c)2025-04-01
+ 1 | - 1 | node/pkg/watchers/evm/by_transaction.go | (553c)2025-04-01
+ 4 | - 4 | node/pkg/watchers/evm/ccq.go | (553c)2025-04-01
+ 14 | - 14 | node/pkg/watchers/evm/ccq_backfill.go | (553c)2025-04-01
+ 1 | - 1 | node/pkg/watchers/evm/connectors/batch_poller.go | (553c)2025-04-01
+ 9 | - 3 | node/pkg/watchers/evm/verify_chain_config/verify.go | (553c)2025-04-01
+ 11 | - 4 | node/pkg/watchers/evm/watcher.go | (553c)2025-04-01
+ 7 | - 3 | node/pkg/watchers/ibc/watcher.go | (553c)2025-04-01
+ 2 | - 1 | node/pkg/watchers/near/finalizer.go | (553c)2025-04-01
+ 7 | - 7 | node/pkg/watchers/near/tx_processing.go | (553c)2025-04-01
+ 10 | - 1 | node/pkg/watchers/near/watcher.go | (553c)2025-04-01
+ 2 | - 2 | node/pkg/watchers/solana/ccq.go | (553c)2025-04-01
+ 12 | - 3 | node/pkg/watchers/solana/client.go | (553c)2025-04-01
+ 2 | - 1 | node/pkg/watchers/solana/shim.go | (553c)2025-04-01
+ 6 | - 2 | node/pkg/watchers/sui/watcher.go | (553c)2025-04-01
+ 2 | - 2 | sdk/vaa/payloads.go | (553c)2025-04-01
+ 2 | - 2 | sdk/vaa/structs.go | (553c)2025-04-01
+ 7 | - 0 | svm/wormhole-core-shims/.gitignore | (9b9c)2025-04-02
+ 34 | - 0 | svm/wormhole-core-shims/Cargo.toml | (9b9c)2025-04-02
+ 7 | - 0 | svm/wormhole-core-shims/anchor/.prettierignore | (9b9c)2025-04-02
+ 81 | - 0 | svm/wormhole-core-shims/anchor/Anchor.toml | (9b9c)2025-04-02
+ 24 | - 0 | svm/wormhole-core-shims/anchor/Cargo.toml | (9b9c)2025-04-02
+ 314 | - 0 | svm/wormhole-core-shims/anchor/idls/wormhole_post_message_shim.json | (9b9c)2025-04-02
+ 321 | - 0 | svm/wormhole-core-shims/anchor/idls/wormhole_post_message_shim.ts | (9b9c)2025-04-02
+ 257 | - 0 | svm/wormhole-core-shims/anchor/idls/wormhole_verify_vaa_shim.json | (9b9c)2025-04-02
+ 264 | - 0 | svm/wormhole-core-shims/anchor/idls/wormhole_verify_vaa_shim.ts | (9b9c)2025-04-02
+ 23 | - 0 | svm/wormhole-core-shims/anchor/package.json | (9b9c)2025-04-02
+ 26 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-integrator-example/Cargo.toml | (9b9c)2025-04-02
+ 2 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-integrator-example/Xargo.toml | (9b9c)2025-04-02
+ 45 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-integrator-example/src/instructions/consume_vaa.rs | (9b9c)2025-04-02
+ 94 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-integrator-example/src/instructions/initialize.rs | (9b9c)2025-04-02
+ 8 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-integrator-example/src/instructions/mod.rs | (9b9c)2025-04-02
+ 103 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-integrator-example/src/instructions/post_message.rs | (9b9c)2025-04-02
+ 37 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-integrator-example/src/lib.rs | (9b9c)2025-04-02
+ 28 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/Cargo.toml | (9b9c)2025-04-02
+ 2 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/Xargo.toml | (9b9c)2025-04-02
+ 28 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/error.rs | (9b9c)2025-04-02
+ 27 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/instructions/consume_core_posted_vaa.rs | (9b9c)2025-04-02
+ 141 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/instructions/consume_vaa.rs | (9b9c)2025-04-02
+ 42 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/instructions/consume_vaa_via_shim.rs | (9b9c)2025-04-02
+ 11 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/instructions/mod.rs | (9b9c)2025-04-02
+ 70 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/instructions/post_signatures.rs | (9b9c)2025-04-02
+ 46 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/lib.rs | (9b9c)2025-04-02
+ 52 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/state/ext/mod.rs | (9b9c)2025-04-02
+ 24 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/state/guardian_signatures.rs | (9b9c)2025-04-02
+ 5 | - 0 | svm/wormhole-core-shims/anchor/programs/wormhole-vaa-verification-comparison/src/state/mod.rs | (9b9c)2025-04-02
+ 3 | - 0 | svm/wormhole-core-shims/anchor/rust-toolchain.toml | (9b9c)2025-04-02
+ 11 | - 0 | svm/wormhole-core-shims/anchor/tsconfig.json | (9b9c)2025-04-02
+ 32 | - 0 | svm/wormhole-core-shims/crates/definitions/Cargo.toml | (9b9c)2025-04-02
+ 54 | - 0 | svm/wormhole-core-shims/crates/definitions/src/borsh.rs | (9b9c)2025-04-02
+ 170 | - 0 | svm/wormhole-core-shims/crates/definitions/src/lib.rs | (9b9c)2025-04-02
+ 97 | - 0 | svm/wormhole-core-shims/crates/definitions/src/solana.rs | (9b9c)2025-04-02
+ 398 | - 0 | svm/wormhole-core-shims/crates/definitions/src/zero_copy/guardian_set.rs | (9b9c)2025-04-02
+ 106 | - 0 | svm/wormhole-core-shims/crates/definitions/src/zero_copy/guardian_signatures.rs | (9b9c)2025-04-02
+ 5 | - 0 | svm/wormhole-core-shims/crates/definitions/src/zero_copy/mod.rs | (9b9c)2025-04-02
+ 18 | - 0 | svm/wormhole-core-shims/crates/shim/Cargo.toml | (9b9c)2025-04-02
+ 5 | - 0 | svm/wormhole-core-shims/crates/shim/src/lib.rs | (9b9c)2025-04-02
+ 281 | - 0 | svm/wormhole-core-shims/crates/shim/src/post_message.rs | (9b9c)2025-04-02
+ 41 | - 0 | svm/wormhole-core-shims/crates/shim/src/verify_vaa/close_signatures.rs | (9b9c)2025-04-02
+ 87 | - 0 | svm/wormhole-core-shims/crates/shim/src/verify_vaa/mod.rs | (9b9c)2025-04-02
+ 166 | - 0 | svm/wormhole-core-shims/crates/shim/src/verify_vaa/post_signatures.rs | (9b9c)2025-04-02
+ 120 | - 0 | svm/wormhole-core-shims/crates/shim/src/verify_vaa/verify_hash.rs | (9b9c)2025-04-02
+ 33 | - 0 | svm/wormhole-core-shims/programs/post-message/Cargo.toml | (9b9c)2025-04-02
+ 272 | - 0 | svm/wormhole-core-shims/programs/post-message/src/lib.rs | (9b9c)2025-04-02
+ 36 | - 0 | svm/wormhole-core-shims/programs/verify-vaa/Cargo.toml | (9b9c)2025-04-02
+ 497 | - 0 | svm/wormhole-core-shims/programs/verify-vaa/src/lib.rs | (9b9c)2025-04-02
+ 3 | - 0 | svm/wormhole-core-shims/rust-toolchain.toml | (9b9c)2025-04-02
                    9b9c07b4b1474a1526c9a7346dab640e627630bc
                    
                    add svm/wormhole-core-shims (#4311)

* svm: wormhole-post-message-shim

* svm: compare shim costs

* svm: save 1994 CU by nixing CpiContext

* svm: wormhole-vaa-verification-example existing core post vaa method

* svm: add consume_vaas

* svm: wormhole-verify-vaa-shim

* svm: move guardian_set_index into guardian signatures account

* svm: wormhole-integrator-example

* svm: rename verification-example to comparison

* svm: comments

* svm: readme

* svm: rename

* svm: initial e2e test

* svm: add anchor interfaces

* svm: add wormhole-svm-definitions

svm: add wormhole-svm-shim

svm: add rust tests for post message

svm: update js tests for post message

* svm: remove anchor from post message

* simplify post message program

update post message instruction builder

* svm: birdie

* svm: update post message interface

* svm: clean up

* svm: add post signatures to wormhole-svm-shim

svm: reorganize wormhole-svm-definitions

svm: reorganize wormhole-svm-shim

add rust tests for post signatures

* svm: remove anchor from post signatures

svm: remove errors from verify vaa interface

* svm: add close signatures to wormhole-svm-shim

svm: add rust tests for close signatures

svm: remove anchor from close signatures

svm: clean up post signatures

* svm: add verify vaa to wormhole-svm-shim

svm: add rust tests for verify vaa

svm: add guardian set account reader

svm: fix CUs in tests

* svm: rename verify vaa ix to verify hash

svm: clean up anchor interfaces

* svm: add guardian set bump instruction arg

svm: use seed consts

* svm: remove anchor completely from verify vaa

* svm: birdie

svm: rename left/right to actual/expected

svm: fix Makefile

* svm: solana 2.0

svm: update Cargo.lock

svm: clippy

* svm: move anchor event selector to defs

* svm: rename to DataDiscriminator

* svm: birdie

* svm: clippy

* svm: fix create account logic

* svm: add err msg for guardian signatures

* svm: remove rent sysvar

* svm: fix index comments

update Makefile

* svm: add missing signer checks

* svm: fix anchor interfaces

svm: clean up docs

* svm: fix make build

solana: fix test artifacts

* svm: add missing owner check in verify hash

svm: remove realloc and assign in close signatures

* svm: remove unnecessary enum

* svm: fix create account logic

* svm: safer?

* svm: update READMEs

* svm: fix spelling

---------

Co-authored-by: Evan Gray 
Co-authored-by: Paul Noel 
Co-authored-by: A5 Pickle 
                
553c09e4f8829de28f37322ff6d90c519f2542ac ci: Bump golang linter version (#4224) * ci: Bump golang linter version * Fix initial set of lints * Fixing more lints * Fix more lints * More linting updates * More linting * Almost there with the lints * Last set of lints before rebase * New lints with rebase * PR feedback + fix test * Update error string in algorand watcher * Comments for watchers, revert adminserver change, remove unnecessary line in script * Fix new lints from rebase * Rebase fix * Updating lints for Solana shim * PR feedback
#: 20

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

63.53 - Rust
36.05 - TypeScript
0.32 - JavaScript
0.08 - Shell
0.02 - Dockerfile
rs: 27
+   16 | -    6 | cli/src/bin/main.rs | (cead)2025-04-02
+ 8 | - 0 | cli/src/cli_args.rs | (cead)2025-04-02
+ 22 | - 0 | cli/src/log.rs | (cead)2025-04-02
+ 294 | - 252 | cli/src/restaking_handler.rs | (cead)2025-04-02, (de1b)2025-04-01
+ 207 | - 167 | cli/src/vault_handler.rs | (cead)2025-04-02, (de1b)2025-04-01
+ 1 | - 0 | clients/rust/restaking_client/src/lib.rs | (de1b)2025-04-01
+ 56 | - 0 | clients/rust/restaking_client/src/log/config.rs | (de1b)2025-04-01
+ 23 | - 0 | clients/rust/restaking_client/src/log/mod.rs | (de1b)2025-04-01
+ 78 | - 0 | clients/rust/restaking_client/src/log/ncn.rs | (de1b)2025-04-01
+ 85 | - 0 | clients/rust/restaking_client/src/log/ncn_operator_state.rs | (de1b)2025-04-01
+ 64 | - 0 | clients/rust/restaking_client/src/log/ncn_vault_slasher_ticket.rs | (de1b)2025-04-01
+ 55 | - 0 | clients/rust/restaking_client/src/log/ncn_vault_ticket.rs | (de1b)2025-04-01
+ 72 | - 0 | clients/rust/restaking_client/src/log/operator.rs | (de1b)2025-04-01
+ 55 | - 0 | clients/rust/restaking_client/src/log/operator_vault_ticket.rs | (de1b)2025-04-01
+ 1 | - 0 | clients/rust/vault_client/src/lib.rs | (de1b)2025-04-01
+ 76 | - 0 | clients/rust/vault_client/src/log/config.rs | (de1b)2025-04-01
+ 24 | - 0 | clients/rust/vault_client/src/log/mod.rs | (de1b)2025-04-01
+ 191 | - 0 | clients/rust/vault_client/src/log/vault.rs | (de1b)2025-04-01
+ 53 | - 0 | clients/rust/vault_client/src/log/vault_ncn_slasher_operator_ticket.rs | (de1b)2025-04-01
+ 64 | - 0 | clients/rust/vault_client/src/log/vault_ncn_slasher_ticket.rs | (de1b)2025-04-01
+ 55 | - 0 | clients/rust/vault_client/src/log/vault_ncn_ticket.rs | (de1b)2025-04-01
+ 82 | - 0 | clients/rust/vault_client/src/log/vault_operator_delegation.rs | (de1b)2025-04-01
+ 50 | - 0 | clients/rust/vault_client/src/log/vault_staker_withdrawal_ticket.rs | (de1b)2025-04-01
+ 94 | - 6 | clients/rust/vault_client/src/log/vault_update_state_tracker.rs | (cead)2025-04-02, (de1b)2025-04-01
                    ceadd5f0dd5a5b00ed546b235dd63c8b4b3bf58b
                    
                    CLI: Squads commands for everything (#214)

- Add `print-tx` flag. if `print-tx` flag is true, do not process tx,
instead print out ix and ix data.
- After initialization, modification of account, print out account
information in pretty format.
                
de1bc971ec12b36825ab4110bb6db35ac91428ef CLI: Pretty Print for Restaking Accounts (#213) - Print accounts in readable way ```bash Running `target/debug/jito-restaking-cli vault vault get 2SDb8vTYje7yxKpScKHC39Pfda8GMJpQk6JSfjyWzXCW` [2025-03-31T23:11:19Z INFO jito_restaking_cli::vault_handler] vault at address 2SDb8vTYje7yxKpScKHC39Pfda8GMJpQk6JSfjyWzXCW [2025-03-31T23:11:19Z INFO jito_restaking_cli::vault_handler] Vault Account ━━━ Basic Information ━━━ Base: YBhsSMCtcUg2EM3ZjmyTwD8QgfbHBniAkK7WX2Yytye Vault Index: 161 Bump: 255 Is Paused: false ━━━ Token Information ━━━ VRT Mint: 8ZMgk7Hy1ZV2VCsabAcWpr6ddCJEoaC5KToc6XZ9CGbZ Supported Mint: G1awaCqwCxdMuLZsR8Dp9VR9vsjKCPu3SjC4CTjcTmsL VRT Supply: 3000 Tokens Deposited: 3000 Deposit Capacity: 18446744073709551615 ━━━ Accounting ━━━ Staked Amount: 3000 Cooling Down Amount: 0 Enqueued for Cooldown Amount: 0 Additional Assets Need Unstaking: 0 VRT Enqueued for Cooldown Amount: 0 VRT Cooling Down Amount: 0 VRT Ready To Claim Amount: 0 ━━━ Admin Authorities ━━━ Admin: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 Delegate Admin: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 Operator Admin: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 NCN Admin: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 Slasher Admin: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 Capacity Admin: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 Fee Admin: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 Delegate Asset Admin: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 Fee Wallet: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 Mint Burn Admin: 11111111111111111111111111111111 Metadata Admin: GMUnEbpYEsqa5gdikKKtFYZuFC1RDvQGQQKo3MwjZAg5 ━━━ Statistics ━━━ NCN Count: 1 Operator Count: 3 Slasher Count: 0 Last Fee Change Slot: 367577591 Last Start State Update Slot: 0 Last Full State Update Slot: 367577591 Withdrawal Fee BPS: 0 Next Withdrawal Fee BPS: 0 Reward Fee BPS: 0 Program Fee BPS: 10 ```
#: 21

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

GitHub Url: github.com/babylonlabs-io/btc-staker
GitHub History Url: github.com/babylonlabs-io/btc-staker/commits
2025-04-02main

98.05 - Go
0.81 - Shell
0.59 - Makefile
0.55 - Dockerfile
go: 1
+    3 | -    1 | stakercfg/config.go | (76e9)2025-04-01
                    2fb7e56a7d5481707bc1878a8bc05e355959ff61
                    
                    chore: backport changelog v0.15.7 and v0.15.6 (#171)
                
76e9da23fe26cc02bf47c5eba3b9c22422e6677c fix mainnet config (#166) * fix mainnet config * fix cl
#: 22

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

GitHub Url: github.com/babylonlabs-io/staking-api-service
GitHub History Url: github.com/babylonlabs-io/staking-api-service/commits
2025-04-02main

98.23 - Go
0.78 - Shell
0.58 - Makefile
0.41 - Dockerfile
yaml: 2
json: 2
mod: 2
sum: 2
go: 22
+    2 | -    4 | cmd/staking-api-service/cli/root.go | (3998)2025-04-02
+ 56 | - 0 | cmd/staking-api-service/cli/update_overall_stats.go | (3998)2025-04-02
+ 20 | - 6 | docs/docs.go | (9c66)2025-04-02, (0b27)2025-03-31
+ 20 | - 6 | docs/swagger.json | (9c66)2025-04-02, (0b27)2025-03-31
+ 19 | - 6 | docs/swagger.yaml | (9c66)2025-04-02, (0b27)2025-03-31
+ 22 | - 9 | go.mod | (fa47)2025-04-02, (2ce4)2025-04-02
+ 47 | - 13 | go.sum | (fa47)2025-04-02, (2ce4)2025-04-02
+ 64 | - 15 | internal/indexer/db/client/delegation.go | (2ce4)2025-04-02, (0b27)2025-03-31
+ 6 | - 0 | internal/indexer/db/client/interface.go | (0b27)2025-03-31
+ 1 | - 1 | internal/indexer/db/model/delegation.go | (2ce4)2025-04-02
+ 23 | - 1 | internal/shared/api/handlers/handler/handler.go | (0b27)2025-03-31
+ 19 | - 2 | internal/shared/services/service/legacy_stats.go | (9c66)2025-04-02, (fe15)2025-04-02
+ 18 | - 2 | internal/shared/utils/btc.go | (fa47)2025-04-02
+ 1 | - 0 | internal/v1/db/client/interface.go | (3998)2025-04-02
+ 163 | - 5 | internal/v1/db/client/stats.go | (2682)2025-04-02, (3998)2025-04-02
+ 8 | - 13 | internal/v2/api/handlers/delegation.go | (0b27)2025-03-31
+ 17 | - 2 | internal/v2/api/handlers/stats.go | (0b27)2025-03-31
+ 9 | - 2 | internal/v2/service/delegation.go | (0b27)2025-03-31
+ 10 | - 1 | internal/v2/service/interface.go | (0b27)2025-03-31
+ 65 | - 28 | internal/v2/service/stats.go | (9c66)2025-04-02, (0b27)2025-03-31
+ 5 | - 0 | pkg/ptr.go | (2ce4)2025-04-02
                    fa47ab2226f8e1bcee217311635033ace18ee8f4
                    
                    chore: bump babylon to 1.0.0 (#273)

* chore: bump babylon to 1.0.0

* port the implementation of pubkeyToP2WPKHAddress
                
2ce4637398376c4551cc0417c11b6bde7fe1e081 Fix babylon_address filter when pagination is used (#268)
9c662166df516898865e3c19ea09ad4870c9da6e fix: avoid deduce tvl if delegation is overflowed (#274)
fe1544ba18c1312d82a65b6f98937f95fa30cd35 fix: wrong stats lock identifier was used to identify unbonding tx (#272)
2682222f3716cd6eb3fb6bccb2e90231b99015e7 fix: stats backfill should not fail when there is no active delegation (#271)
39985157ef065c6f4c6955923ce1dd617ede3b2f Script to fill overall_stats (#269) * feat: backfill script to recalculate phase-1 overall stats --------- Co-authored-by: Crypto Minion <[email protected]>
0b27c0c59e05ada80291ccdff57034ce2f962f71 Rewrite the way we handle staker stats (#266) * fix: Rewrite the way we handle staker stats, calculate on the fly --------- Co-authored-by: wjrjerome
#: 23

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

97.41 - JavaScript
1.96 - TypeScript
0.44 - Solidity
0.14 - HTML
0.03 - Shell
0.02 - Dockerfile
ts: 5
js: 14
yml: 1
json: 14
yaml: 12
+    1 | -    1 | .github/workflows/publish_release.yaml | (7d89)2025-03-31
+ 1 | - 1 | .github/workflows/renovate.yml | (eeed)2025-03-31
+ 1 | - 1 | examples/simple_rest_signature_provider/package.json | (aa10)2025-04-01
+ 94 | - 15 | examples/simple_rest_signature_provider/pnpm-lock.yaml | (aa10)2025-04-01
+ 7 | - 8 | package.json | (f221)2025-04-02, (3dec)2025-04-01, (eca8)2025-04-01, (8aa9)2025-04-01, (57dc)2025-04-01, (3250)2025-04-01, (92e6)2025-03-31
+ 27 | - 36 | packages/cryptography/package.json | (f221)2025-04-02, (dbda)2025-04-02, (3dec)2025-04-01, (eca8)2025-04-01, (2a82)2025-04-01, (0b1a)2025-04-01
+ 2220 | - 4636 | packages/cryptography/pnpm-lock.yaml | (dbda)2025-04-02, (3dec)2025-04-01, (2a82)2025-04-01, (0b1a)2025-04-01
+ 25 | - 29 | packages/cryptography/src/EcdsaPublicKey.js | (3dec)2025-04-01
+ 0 | - 117 | packages/cryptography/src/primitive/bip32.browser.js | (3dec)2025-04-01
+ 13 | - 22 | packages/cryptography/src/primitive/bip32.js | (3dec)2025-04-01
+ 0 | - 117 | packages/cryptography/src/primitive/bip32.native.js | (3dec)2025-04-01
+ 16 | - 26 | packages/cryptography/src/primitive/ecdsa.js | (3dec)2025-04-01
+ 696 | - 2667 | pnpm-lock.yaml | (dbda)2025-04-02, (3dec)2025-04-01, (eca8)2025-04-01, (8aa9)2025-04-01, (57dc)2025-04-01, (3250)2025-04-01
+ 14 | - 3 | src/EvmAddress.js | (a58a)2025-04-01
+ 4 | - 0 | src/PublicKey.js | (7a50)2025-04-01
+ 12 | - 3 | src/account/AccountId.js | (759a)2025-04-01
+ 3 | - 3 | src/client/addressbooks/mainnet.js | (dbda)2025-04-02, (eca8)2025-04-01, (92e6)2025-03-31
+ 1 | - 1 | src/client/addressbooks/previewnet.js | (92e6)2025-03-31
+ 22 | - 8 | src/query/MirrorNodeContractQuery.js | (54c2)2025-04-01
+ 106 | - 0 | tck/methods/account.ts | (a58a)2025-04-01
+ 16 | - 0 | tck/methods/token.ts | (1324)2025-04-01
+ 10 | - 2 | tck/params/common-tx-params.ts | (a58a)2025-04-01
+ 8 | - 0 | tck/params/token.ts | (1324)2025-04-01
+ 31 | - 0 | tck/params/transfer.ts | (a58a)2025-04-01
+ 10 | - 23 | vite.config.js | (3dec)2025-04-01
                    f22107e0655bfd5c1440fa6cafa37f5ba6b6eaa3
                    
                    chore(release): v2.63.0 beta.1 (#3016)

* chore: bump sdk

Signed-off-by: Ivaylo Nikolov 

* chore: bump cryptography sdk

Signed-off-by: Ivaylo Nikolov 

* docs: changelog

Signed-off-by: Ivaylo Nikolov 

* docs: update changelog

Signed-off-by: Ivaylo Nikolov 

* docs: update changelog.md

Signed-off-by: Ivaylo Nikolov 

* docs: removed deps from changelog

Signed-off-by: Ivaylo Nikolov 

* docs: add additional info about elliptic removal

Signed-off-by: Ivaylo Nikolov 

* docs: update formatting

Signed-off-by: Ivaylo Nikolov 

---------

Signed-off-by: Ivaylo Nikolov 
                
dbda8caa1abad542c45c0b57db88e2438fd212ec chore(cryptography): bump deps (#3015) Signed-off-by: venilinvasilev
3dece35fdec031292808572f18a33493f2977a72 fix: replaced elliptic with @noble/curves (#2937) * fix: insecure cryptography Used maintained and modern cryptography library. Make sure we return and verify only normalized s value in the ECDSA signature. Signed-off-by: venilinvasilev * fix(test): remove deps optimization Removing dependency optimization in browser tests which caused assertion issues with having 2 constructors of long runtime. Signed-off-by: venilinvasilev * chore: remove bip32 cross-platform variants Signed-off-by: venilinvasilev * refactor(cryptography): clean return Signed-off-by: venilinvasilev * fix(cryptography): improve error message Signed-off-by: venilinvasilev --------- Signed-off-by: venilinvasilev
eca814cfb5c307d0c2ea1bbc09750bfc4b5d06f7 chore(release): v2.62.0 (#3012) Signed-off-by: venilinvasilev
7a50424c96232374a54f4f52d6254d96219708ed test: `verifyTransaction` (#2971) * test: transaction verify Signed-off-by: Ivan Ivanov * chore: remove setter Signed-off-by: Ivan Ivanov * chore: fix build Signed-off-by: Ivan Ivanov * chore: fix build Signed-off-by: Ivan Ivanov * chore: fix test Signed-off-by: Ivan Ivanov * chore: fix test Signed-off-by: Ivan Ivanov * chore: revert freezing Signed-off-by: Ivan Ivanov --------- Signed-off-by: Ivan Ivanov Signed-off-by: ivaylonikolov7 Co-authored-by: ivaylonikolov7
54c2310305128b90b6de4450ca1e3d73e2078153 docs: add documentation for mirror node contract queries (#2993) * docs: add documentation for mirror node contract query Signed-off-by: Ivaylo Nikolov * fix: docs Signed-off-by: Ivaylo Nikolov * test: remove redundant test Signed-off-by: Ivaylo Nikolov * chore: remove unused consts Signed-off-by: Ivaylo Nikolov * docs: update Signed-off-by: Ivaylo Nikolov --------- Signed-off-by: Ivaylo Nikolov
1324dd0b226f078fe9f27b9c67e3b60103250ec0 chore(TCK): Added `tokenWipe` endpoint (#3009) * feat: Added transferCrypto method in TCK Signed-off-by: ivaylogarnev-limechain * feat: Added EvmAddress condition check, refactored a bit the transferCrypto TCK method Signed-off-by: ivaylogarnev-limechain * fix: Replaced invalid evm address in TransactionRecord unit test Signed-off-by: ivaylogarnev-limechain * feat: WipeTransaction tck endpoints implemented Signed-off-by: ivaylogarnev-limechain --------- Signed-off-by: ivaylogarnev-limechain
759a1e92acfc551e8e616e8abd346364256abe26 fix: accountId instantiated from EVM address incorrectly sets evmAddress (#2994) * fix: specific returns based on the type of accountid Signed-off-by: Ivaylo Nikolov * fix: add unit tests Signed-off-by: Ivaylo Nikolov * chore: add documentation Signed-off-by: Ivaylo Nikolov * refactor: improv readability Signed-off-by: Ivaylo Nikolov --------- Signed-off-by: Ivaylo Nikolov
1fcc586f27d4c1552d6ab03be45afdf4089f5eb3 refactor: use fixtures in tests (#2929) * refactor(tests): use fixtures Signed-off-by: venilinvasilev * refactor(test): remove null key overrides Signed-off-by: venilinvasilev * fix(test): use account create fixture Signed-off-by: venilinvasilev * refactor(tests): remove unnecessary overrides Signed-off-by: venilinvasilev * refactor(tests): re-arange import Signed-off-by: venilinvasilev --------- Signed-off-by: venilinvasilev
a58a8123c8074d59f69e00f34b1a14f686f879ca chore(TCK): Added `transferCrypto` endpoint (#2975) * feat: Added transferCrypto method in TCK Signed-off-by: ivaylogarnev-limechain * feat: Added EvmAddress condition check, refactored a bit the transferCrypto TCK method Signed-off-by: ivaylogarnev-limechain * fix: Replaced invalid evm address in TransactionRecord unit test Signed-off-by: ivaylogarnev-limechain * refactor: EvmAddress fromString logic Signed-off-by: ivaylogarnev-limechain * fix: EvmAddress fromString function Signed-off-by: ivaylogarnev-limechain --------- Signed-off-by: ivaylogarnev-limechain
8aa95652bf0fa1203a7bc7b6caf08f59d7f935d0 chore(deps-dev): bump vite from 6.1.0 to 6.1.3 (#3003) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.1.0 to 6.1.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.1.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.1.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57dc3302656cba6b3b2d90c42ed97ecc50145ee7 chore(deps-dev): bump sinon from 19.0.2 to 20.0.0 (#3005) Bumps [sinon](https://github.com/sinonjs/sinon) from 19.0.2 to 20.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v19.0.2...v20.0.0) --- updated-dependencies: - dependency-name: sinon dependency-version: 20.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2a824c974d5646e96b1eec33729caf05e53a0755 chore(deps-dev): bump vite from 6.1.0 to 6.1.3 in /packages/cryptography (#3002) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.1.0 to 6.1.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.1.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.1.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
aa102662ce362aa2449d52da2c9e44c45f01ae60 chore(deps): bump axios in /examples/simple_rest_signature_provider (#2998) Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0b1adf3aea0da7b2f03f9871bb45ee28820b22a8 chore(deps-dev): bump chromedriver in /packages/cryptography (#3004) Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 133.0.3 to 134.0.5. - [Commits](https://github.com/giggio/node-chromedriver/compare/133.0.3...134.0.5) --- updated-dependencies: - dependency-name: chromedriver dependency-version: 134.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32504515ac2d09d0b108e752a91aac87f4de4ab8 chore(deps-dev): bump chromedriver from 133.0.3 to 134.0.5 (#3006) Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 133.0.3 to 134.0.5. - [Commits](https://github.com/giggio/node-chromedriver/compare/133.0.3...134.0.5) --- updated-dependencies: - dependency-name: chromedriver dependency-version: 134.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
92e69a5c5171ecbde7b5dfdfa9b1e9590f0db9b2 chore(release): v2.62.0-beta.3 (#3000) Signed-off-by: venilinvasilev
7d89b12bb874bdabc61aa36000c37269bb659188 chore(deps): bump dcarbone/install-jq-action from 3.0.1 to 3.1.0 (#2996) Bumps [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/dcarbone/install-jq-action/releases) - [Commits](https://github.com/dcarbone/install-jq-action/compare/e397bd87438d72198f81efd21f876461183d383a...4e6d52de309a4c46bb056c80e038ddb2717d8195) --- updated-dependencies: - dependency-name: dcarbone/install-jq-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eeed208399632e966956dabf17492ba3bbbf382a chore(deps): bump renovatebot/github-action from 41.0.16 to 41.0.18 (#2997) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.16 to 41.0.18. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/08ed9fa83e24bfe6222557f9e221395c57972127...c21017a4a2fc9f42953bcc907e375a5a544557ec) --- updated-dependencies: - dependency-name: renovatebot/github-action 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>
#: 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-04-02main

75.9 - Rust
14.47 - TypeScript
5.86 - Go
2.92 - Lean
0.73 - Shell
0.08 - JavaScript
0.01 - Dockerfile
0.01 - Python
0.01 - HTML
rs: 18
yml: 1
toml: 2
+    3 | -    2 | .github/workflows/rust.yml | (394e)2025-04-02
+ 8 | - 8 | program-libs/account-checks/src/checks.rs | (b45e)2025-04-02, (4a59)2025-04-02
+ 0 | - 3 | program-libs/batched-merkle-tree/src/constants.rs | (8b70)2025-04-02
+ 7 | - 7 | program-libs/batched-merkle-tree/src/initialize_state_tree.rs | (8b70)2025-04-02
+ 10 | - 12 | program-libs/batched-merkle-tree/src/merkle_tree.rs | (8b70)2025-04-02
+ 10 | - 7 | program-libs/batched-merkle-tree/src/queue.rs | (8b70)2025-04-02, (b45e)2025-04-02
+ 1 | - 1 | program-libs/compressed-account/Cargo.toml | (394e)2025-04-02
+ 19 | - 14 | program-libs/compressed-account/src/lib.rs | (8b70)2025-04-02
+ 6 | - 1 | program-libs/merkle-tree-metadata/src/lib.rs | (8b70)2025-04-02
+ 4 | - 4 | program-libs/zero-copy/Cargo.toml | (394e)2025-04-02
+ 14 | - 2 | program-libs/zero-copy/src/cyclic_vec.rs | (394e)2025-04-02, (dbbf)2025-04-02
+ 6 | - 0 | program-libs/zero-copy/src/errors.rs | (dbbf)2025-04-02
+ 6 | - 2 | program-libs/zero-copy/src/slice.rs | (394e)2025-04-02
+ 1 | - 0 | program-libs/zero-copy/src/slice_mut.rs | (394e)2025-04-02
+ 9 | - 2 | program-libs/zero-copy/src/vec.rs | (394e)2025-04-02, (dbbf)2025-04-02
+ 0 | - 35 | programs/account-compression/src/utils/check_account.rs | (4a59)2025-04-02
+ 0 | - 1 | programs/account-compression/src/utils/mod.rs | (4a59)2025-04-02
                    394e56252bcd9a32d7c2171730d6a858b2ca3ef8
                    
                    chore: feature gate try_into_array, to_vec behind std feature, make std non default (#1672)
                
dbbf1fd290c5795c644dca37aca6c0d66257e4eb chore: add metadata length and current index checks to vec and cyclic vec from_bytes_at (#1671)
8b700ac84d4a1d178c045205149b422bd27b9916 chore: unify queue and tree types (#1670) * fix: use queue type consistently in from_account_info * chore: fix lint * chore: unify queue and tree type constants in light-compressed-account
b45e0d160cabc317a8246946033a5900512381cb fix: queue type usage in from account info (#1669) * fix: use queue type consistently in from_account_info * chore: fix lint
4a59296c1b29c7117e6820c848fad0802025b156 fix: rent exemption check (#1668) * fix: relax rent exemption check from strict equal to greater than * remove dead code * Update program-libs/account-checks/src/checks.rs Co-authored-by: ananas-block <[email protected]> --------- Co-authored-by: Swen Schäferjohann <[email protected]>
#: 25

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

91.2 - Go
4.26 - C
2.79 - 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
go: 4
+   10 | -    5 | core/rawdb/accessors_chain.go | (bbe9)2025-04-02
+ 3 | - 2 | eth/api.go | (d6b4)2025-04-02
+ 2 | - 2 | params/version.go | (d6b4)2025-04-02, (bbe9)2025-04-02
                    d6b4c96bf1b66e3f5a806875782a47ca498f7440
                    
                    fix: ignore key-not-found errors in testWitness (#1164)

* fix: ignore key-not-found errors in testWitness

* chore: auto version bump [bot]

---------

Co-authored-by: omerfirmak <[email protected]>
                
bbe9809b1203b6ac400ee8eb4ccf02e5411e885a fix: check ancient header hash after decoding (#1162)
#: 26

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

99.48 - Python
0.3 - Shell
0.12 - Makefile
0.07 - Dockerfile
0.03 - Nix
py: 2
+    3 | -   10 | hathor/event/model/event_data.py | (ad80)2025-03-31
+ 8 | - 2 | hathor/vertex_handler/vertex_handler.py | (7070)2025-04-02
                    70700f7c58f5bcc233dbfc77c73dab1bc6f4575c
                    
                    feat(vertex_handler): Improve new vertex log
                
ad806aec77c5d316702868c631eba82bedfad2a3 feat(events): change empty decoded from None to empty dict (#1250)
#: 27

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

92.36 - C
2.04 - Python
1.62 - SystemVerilog
0.85 - C++
0.78 - Shell
0.71 - Assembly
0.56 - Rust
0.54 - Makefile
0.33 - CodeQL
0.07 - Lua
0.07 - Tcl
0.06 - Go
0.01 - Vim Script
0.01 - TypeScript
0 - JavaScript
c: 104
json: 1
sh: 1
h: 35
css: 1
js: 3
rs: 1
py: 1
html: 1
mk: 5
+    3 | -    0 | config/extra/with-extra-brutality.mk | (a11b)2025-04-01
+ 1 | - 1 | config/extra/with-handholding.mk | (f826)2025-04-02
+ 1 | - 1 | contrib/offline-replay/offline_replay_network_parameters.sh | (e56c)2025-04-02
+ 3 | - 1 | plugin/bundle/src/auth.rs | (891b)2025-04-02
+ 1 | - 1 | src/app/fdctl/config.c | (f826)2025-04-02
+ 22 | - 35 | src/app/ledger/main.c | (f826)2025-04-02
+ 2 | - 3 | src/app/rpcserver/main.c | (f826)2025-04-02
+ 1 | - 1 | src/ballet/txn/fd_txn.h | (1723)2025-04-01
+ 2 | - 2 | src/choreo/epoch/fd_epoch.c | (f826)2025-04-02
+ 74 | - 44 | src/choreo/forks/fd_forks.c | (f826)2025-04-02
+ 42 | - 20 | src/choreo/tower/fd_tower.c | (f826)2025-04-02
+ 26 | - 11 | src/choreo/voter/fd_voter.c | (f826)2025-04-02
+ 9 | - 2 | src/choreo/voter/fd_voter.h | (f826)2025-04-02
+ 3 | - 2 | src/disco/dedup/fd_dedup_tile.c | (6b9d)2025-04-02
+ 251 | - 0 | src/disco/gui/dist/assets/index-COvgb_-s.js | (341d)2025-04-01
+ 2 | - 2 | src/disco/gui/dist/assets/index-Cc2d2UuJ.js | (341d)2025-04-01
+ 1 | - 1 | src/disco/gui/dist/assets/index-D9G9NFun.css | (341d)2025-04-01
+ 0 | - 251 | src/disco/gui/dist/assets/index-Dz1U-uSW.js | (341d)2025-04-01
+ 2 | - 2 | src/disco/gui/dist/index.html | (341d)2025-04-01
+ 34 | - 18 | src/disco/gui/fd_gui_printf.c | (341d)2025-04-01
+ 8 | - 8 | src/disco/gui/generated/http_import_dist.c | (341d)2025-04-01
+ 6 | - 3 | src/disco/net/xdp/fd_xdp_tile.c | (e6d7)2025-04-02
+ 93 | - 1 | src/disco/shred/fd_fec_resolver.c | (23da)2025-04-01
+ 57 | - 12 | src/disco/shred/fd_fec_resolver.h | (23da)2025-04-01
+ 2 | - 0 | src/disco/topo/fd_topob.c | (8917)2025-03-31
+ 7 | - 6 | src/discof/batch/fd_batch_tile.c | (f826)2025-04-02
+ 8 | - 4 | src/discof/exec/fd_exec_tile.c | (f826)2025-04-02
+ 12 | - 2 | src/discof/geyser/fd_geyser.c | (f826)2025-04-02
+ 2 | - 0 | src/discof/repair/Local.mk | (2124)2025-04-02
+ 312 | - 0 | src/discof/repair/fd_fec_chainer.c | (2124)2025-04-02
+ 369 | - 0 | src/discof/repair/fd_fec_chainer.h | (2124)2025-04-02
+ 57 | - 53 | src/discof/replay/fd_replay_tile.c | (f826)2025-04-02
+ 4 | - 4 | src/discof/restart/fd_restart.c | (f826)2025-04-02
+ 33 | - 22 | src/discof/restart/fd_restart_tile.c | (f826)2025-04-02
+ 20 | - 22 | src/discof/rpcserver/fd_rpc_service.c | (f826)2025-04-02
+ 6 | - 3 | src/flamenco/features/fd_features_generated.c | (cc58)2025-03-31
+ 3 | - 3 | src/flamenco/features/feature_map.json | (cc58)2025-03-31
+ 7 | - 9 | src/flamenco/gossip/fd_gossip.c | (505d)2025-04-01, (0a74)2025-04-01
+ 3 | - 2 | src/flamenco/log_collector/fd_log_collector.h | (1723)2025-04-01
+ 89 | - 24 | src/flamenco/runtime/context/fd_exec_instr_ctx.c | (1723)2025-04-01
+ 75 | - 1 | src/flamenco/runtime/context/fd_exec_instr_ctx.h | (1723)2025-04-01
+ 24 | - 10 | src/flamenco/runtime/context/fd_exec_txn_ctx.c | (1723)2025-04-01
+ 17 | - 9 | src/flamenco/runtime/context/fd_exec_txn_ctx.h | (1723)2025-04-01, (ff24)2025-04-01
+ 91 | - 223 | src/flamenco/runtime/fd_acc_mgr.c | (f826)2025-04-02
+ 0 | - 51 | src/flamenco/runtime/fd_acc_mgr.h | (f826)2025-04-02
+ 7 | - 1 | src/flamenco/runtime/fd_borrowed_account.h | (1723)2025-04-01
+ 1 | - 1 | src/flamenco/runtime/fd_cost_tracker.c | (1723)2025-04-01
+ 40 | - 23 | src/flamenco/runtime/fd_executor.c | (f826)2025-04-02, (1723)2025-04-01, (ff24)2025-04-01
+ 93 | - 72 | src/flamenco/runtime/fd_hashes.c | (f826)2025-04-02
+ 6 | - 6 | src/flamenco/runtime/fd_hashes.h | (f826)2025-04-02
+ 31 | - 59 | src/flamenco/runtime/fd_runtime.c | (f826)2025-04-02, (1723)2025-04-01, (ff24)2025-04-01
+ 7 | - 7 | src/flamenco/runtime/fd_runtime.h | (f826)2025-04-02
+ 34 | - 15 | src/flamenco/runtime/fd_runtime_init.c | (f826)2025-04-02
+ 43 | - 54 | src/flamenco/runtime/info/fd_instr_info.c | (1723)2025-04-01
+ 92 | - 75 | src/flamenco/runtime/info/fd_instr_info.h | (1723)2025-04-01
+ 7 | - 4 | src/flamenco/runtime/program/fd_address_lookup_table_program.c | (1723)2025-04-01
+ 137 | - 57 | src/flamenco/runtime/program/fd_bpf_loader_program.c | (f826)2025-04-02, (164b)2025-04-02, (1723)2025-04-01, (dc97)2025-03-31
+ 9 | - 14 | src/flamenco/runtime/program/fd_bpf_loader_serialization.c | (1723)2025-04-01
+ 46 | - 15 | src/flamenco/runtime/program/fd_bpf_program_util.c | (f826)2025-04-02
+ 3 | - 5 | src/flamenco/runtime/program/fd_bpf_program_util.h | (f826)2025-04-02
+ 2 | - 2 | src/flamenco/runtime/program/fd_builtin_programs.c | (f826)2025-04-02
+ 56 | - 15 | src/flamenco/runtime/program/fd_loader_v4_program.c | (1723)2025-04-01
+ 22 | - 34 | src/flamenco/runtime/program/fd_native_cpi.c | (f5c1)2025-04-02, (1723)2025-04-01
+ 80 | - 40 | src/flamenco/runtime/program/fd_stake_program.c | (1723)2025-04-01
+ 45 | - 28 | src/flamenco/runtime/program/fd_system_program.c | (1723)2025-04-01
+ 26 | - 34 | src/flamenco/runtime/program/fd_system_program_nonce.c | (6e16)2025-04-02, (1723)2025-04-01, (ff24)2025-04-01
+ 20 | - 11 | src/flamenco/runtime/program/fd_vote_program.c | (1723)2025-04-01
+ 4 | - 4 | src/flamenco/runtime/program/zksdk/fd_zksdk.c | (1723)2025-04-01
+ 2 | - 2 | src/flamenco/runtime/sysvar/fd_sysvar.c | (f826)2025-04-02
+ 30 | - 29 | src/flamenco/runtime/sysvar/fd_sysvar_cache.c | (1723)2025-04-01
+ 1 | - 1 | src/flamenco/runtime/sysvar/fd_sysvar_epoch_schedule.h | (f826)2025-04-02
+ 4 | - 3 | src/flamenco/runtime/sysvar/fd_sysvar_instructions.c | (1723)2025-04-01
+ 1 | - 1 | src/flamenco/runtime/sysvar/fd_sysvar_last_restart_slot.c | (f826)2025-04-02
+ 1 | - 1 | src/flamenco/runtime/sysvar/fd_sysvar_last_restart_slot.h | (f826)2025-04-02
+ 1 | - 1 | src/flamenco/runtime/sysvar/fd_sysvar_rent.c | (f826)2025-04-02
+ 1 | - 1 | src/flamenco/runtime/sysvar/fd_sysvar_rent.h | (f826)2025-04-02
+ 1 | - 0 | src/flamenco/runtime/sysvar/fd_sysvar_slot_hashes.c | (f826)2025-04-02
+ 2 | - 0 | src/flamenco/runtime/sysvar/fd_sysvar_slot_history.c | (f826)2025-04-02
+ 3 | - 3 | src/flamenco/runtime/sysvar/fd_sysvar_slot_history.h | (f826)2025-04-02
+ 6 | - 9 | src/flamenco/snapshot/fd_snapshot.c | (f826)2025-04-02
+ 17 | - 11 | src/flamenco/snapshot/fd_snapshot_create.c | (f826)2025-04-02
+ 5 | - 7 | src/flamenco/snapshot/fd_snapshot_main.c | (f826)2025-04-02
+ 3961 | - 0 | src/flamenco/types/fd_fuzz_types.h | (314c)2025-03-31
+ 196 | - 47 | src/flamenco/types/fuzz_types_decode.c | (314c)2025-03-31
+ 682 | - 0 | src/flamenco/types/gen_fuzz.py | (314c)2025-03-31
+ 4 | - 16 | src/flamenco/vm/syscall/fd_vm_syscall.h | (f5c1)2025-04-02, (1723)2025-04-01
+ 52 | - 65 | src/flamenco/vm/syscall/fd_vm_syscall_cpi.c | (f5c1)2025-04-02, (1723)2025-04-01
+ 82 | - 80 | src/flamenco/vm/syscall/fd_vm_syscall_cpi_common.c | (f5c1)2025-04-02, (1723)2025-04-01, (d531)2025-03-31
+ 26 | - 5 | src/flamenco/vm/syscall/fd_vm_syscall_runtime.c | (f826)2025-04-02, (1723)2025-04-01
+ 7 | - 14 | src/funk/Local.mk | (f826)2025-04-02
+ 106 | - 203 | src/funk/fd_funk.c | (f826)2025-04-02
+ 115 | - 138 | src/funk/fd_funk.h | (f826)2025-04-02
+ 22 | - 20 | src/funk/fd_funk_base.h | (f826)2025-04-02
+ 14 | - 42 | src/funk/fd_funk_filemap.c | (f826)2025-04-02
+ 14 | - 11 | src/funk/fd_funk_filemap.h | (f826)2025-04-02
+ 432 | - 507 | src/funk/fd_funk_rec.c | (f826)2025-04-02
+ 182 | - 303 | src/funk/fd_funk_rec.h | (f826)2025-04-02
+ 416 | - 479 | src/funk/fd_funk_txn.c | (f826)2025-04-02
+ 140 | - 110 | src/funk/fd_funk_txn.h | (f826)2025-04-02
+ 26 | - 234 | src/funk/fd_funk_val.c | (f826)2025-04-02
+ 28 | - 185 | src/funk/fd_funk_val.h | (f826)2025-04-02
+ 0 | - 14 | src/funkier/Local.mk | (f826)2025-04-02
+ 0 | - 324 | src/funkier/fd_funkier.c | (f826)2025-04-02
+ 0 | - 488 | src/funkier/fd_funkier.h | (f826)2025-04-02
+ 0 | - 18 | src/funkier/fd_funkier_base.c | (f826)2025-04-02
+ 0 | - 307 | src/funkier/fd_funkier_base.h | (f826)2025-04-02
+ 0 | - 447 | src/funkier/fd_funkier_filemap.c | (f826)2025-04-02
+ 0 | - 66 | src/funkier/fd_funkier_filemap.h | (f826)2025-04-02
+ 0 | - 504 | src/funkier/fd_funkier_rec.c | (f826)2025-04-02
+ 0 | - 340 | src/funkier/fd_funkier_rec.h | (f826)2025-04-02
+ 0 | - 971 | src/funkier/fd_funkier_txn.c | (f826)2025-04-02
+ 0 | - 470 | src/funkier/fd_funkier_txn.h | (f826)2025-04-02
+ 0 | - 119 | src/funkier/fd_funkier_val.c | (f826)2025-04-02
+ 0 | - 131 | src/funkier/fd_funkier_val.h | (f826)2025-04-02
+ 3 | - 2 | src/util/env/fd_env.h | (a11b)2025-04-01
+ 15 | - 25 | src/util/fd_util_base.h | (a11b)2025-04-01
+ 69 | - 29 | src/util/sanitize/fd_fuzz_stub.c | (d59c)2025-04-02
+ 35 | - 37 | src/util/tmpl/fd_deque.c | (a11b)2025-04-01
+ 61 | - 67 | src/util/tmpl/fd_deque_dynamic.c | (a11b)2025-04-01
+ 10 | - 12 | src/util/tmpl/fd_dlist.c | (a11b)2025-04-01
+ 6 | - 8 | src/util/tmpl/fd_heap.c | (a11b)2025-04-01
+ 12 | - 16 | src/util/tmpl/fd_map.c | (a11b)2025-04-01
+ 16 | - 20 | src/util/tmpl/fd_map_chain.c | (a11b)2025-04-01
+ 12 | - 13 | src/util/tmpl/fd_map_dynamic.c | (a11b)2025-04-01
+ 7 | - 7 | src/util/tmpl/fd_map_giant.c | (a11b)2025-04-01
+ 5 | - 3 | src/util/tmpl/fd_map_para.c | (f826)2025-04-02, (a11b)2025-04-01, (8074)2025-04-01, (e003)2025-04-01
+ 17 | - 16 | src/util/tmpl/fd_map_slot_para.c | (a11b)2025-04-01
+ 17 | - 20 | src/util/tmpl/fd_pool.c | (a11b)2025-04-01
+ 9 | - 9 | src/util/tmpl/fd_prq.c | (a11b)2025-04-01
+ 210 | - 14 | src/util/tmpl/fd_set.c | (a11b)2025-04-01
+ 221 | - 15 | src/util/tmpl/fd_set_dynamic.c | (a11b)2025-04-01
+ 66 | - 41 | src/util/tmpl/fd_smallset.c | (a11b)2025-04-01
+ 49 | - 66 | src/util/tmpl/fd_treap.c | (a11b)2025-04-01
                    f8262f71bc3d78ba3a6e0d89a9825434b93b156f
                    
                    flamenco, choreo, app: integrate new Funkier
                
2124f0d22c20e7734456860b23e2d5abb12beaee feat(repair): implement fec_set_chainer for repair tile
164b1b70f014bfa28a1e2fe9f97a572cfdee555e flamenco: fix bpf loader new authority key err mismatch
e56c98afd8102cde57f3231db3f9f0ae9e993a64 flamenco: change testnet ledger endpoint
f5c10ab37957c7f81c91f9499be976ef46729428 flamenco: fix cpi fixtures
6e16fdb88b1093b2834dea2a06c722cea08254aa jsiegel/fix_build: Fix some build issues with type conversions
d59c4b672070d640de7d52a2642bb707f4ab2cd4 Allow passing dirs to fuzz_stub
6b9d394d936b9dafd3fffe9bdecccd5ed5b94f64 dedup: fix inter-tile oob read Reported via the bounty by @eternal_Zellic. This really is not a security bug because the oob read can only be triggered by a compromised tile, and this oob read does not provide any primitive useful towards achieving inter-tile RCE. Still it is could hygiene to move the check before the usage.
e6d7fbea319d93da8751e34a3b3fe6a2b5603d8c net 2.0: fix src IP selection for loopback Fixes an XDP tile issue where packets that match a local route are sometimes sent to loopback with a src IP address of 0.0.0.0. Reported-by: Yunhao Zhang Co-authored-by: Yunhao Zhang
891b870e8e8cce8f9c873b51cb9a6fc5e92bafbc bundle: fix panic on invalid server token
6adef725b0046cc58925de24e67c625d39749b4d Revert "workflows: run CPI in test-vectors" This reverts commit 0dc948dbb50e8e8a24bec20f5a8a5e5c02cf094f.
505d1d8886a0b98d262896c52e338366baeab16a flamenco, gossip: check ip version before converting to peer addr
0dc948dbb50e8e8a24bec20f5a8a5e5c02cf094f workflows: run CPI in test-vectors
172312da06ec4ffb9d31a25e3c00ba9d8e6c58b8 flamenco: instr info cleanup
0a74ff2a9c819d49ed44007230fa1e2f6b764998 gossip: drop crds arrays with invalid discriminant
ff24260bb2753eea4f2de1cdadfe70ca89a1df97 flamenco: correct nonce rollback logic
23da8fa5a2b4aa0b087d243eeb6eb70473b26f1b feat(shred): add temporary force_complete API to fec resolver
a11b37fcc81cea10a3b601ddc33b77b96ff6415e Added range APIs to smallset, set and set_dynamic and other drive-by cleanups. By popular demand. Roughly 1-2 orders of magnitude faster for operations on large contiguous ranges of elements. Drive by cleanups: - util_base.h: FD_FN_PURE/FD_FN_CONST do not hint by default to help with various CI and fuzzing tools. This also eliminates the need for maintaining the FD_HAS_HANDHOLDING. - with-extra-brutality.mk: Hinting is still enabled manually with extra-brutality for various linting. - src/env/env.h: a prototype outside FD_PROTOTYPE pair fixed - test_pool.c: enabled some checks accidentally disabled due to a typo. - Also did some minor linting around FD_FN_PURE / FD_FN_CONST in util/tmpl. - And, also by popular demand, did a linting pass on handholding, eliminating a handful of checks that aren't actually handhold-y.
8074bfb2acccf370bdf5c6f5aa946e08a51cafb7 fix fd_map_para error docs Documentation says FD_MAP_AGAIN, code defines FD_MAP_ERR_AGAIN
e0033db021ad057afd16a7166ab181893c664c27 fix fd_map_para insert docs mymap_insert takes ele as the second argument not err
341d578e45be1578461e7c93ca9b737b274f7459 gui: use string for large integers in json
d5311d3178dd442fc4f51624ab81f7e54dbe76e1 fuzz, flamenco, cpi: only update callee account keys
191488b067e1c68d8b81f2d68290567b921a7efa flamenco: fix unit test compile under gcc 8.5
314c3fa808b851b94a16b75347c89dc785a79b96 flamenco: optimisations to the types fuzzer
cc58c86a85123f692937cdd9d4346edc9b0fb9e0 flamenco, feature: update feature statuses
dc97cf70ebc7fd772a9918a036fb84567dedef61 fuzz, flamenco: drop program account in bpf loader v3
89176d5fcc72bdbeb5b7dc1ab37d814a685812c1 topo: fix too-wide agave affinity with offline cores
#: 28

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

97.04 - Go
2.25 - Shell
0.5 - Makefile
0.1 - Ruby
0.08 - Python
0.04 - Dockerfile
json: 40
mod: 1
sum: 1
wasm: 42
go: 17
+   54 | -   60 | app/upgrades/v6.0.0/constants.go | (e3bc)2025-04-02, (950a)2025-04-01, (12be)2025-04-01, (dc43)2025-04-01, (0324)2025-03-31
+ 10 | - 42 | app/upgrades/v6.0.0/deics.go | (e3bc)2025-04-02, (eb9a)2025-04-01, (12be)2025-04-01
+ 27 | - 13 | app/upgrades/v6.0.0/drop.go | (dc43)2025-04-01, (5c50)2025-04-01, (0324)2025-03-31
+ 61 | - 55 | app/upgrades/v6.0.0/upgrades.go | (e3bc)2025-04-02, (fb6c)2025-04-01, (f97b)2025-04-01, (12be)2025-04-01
+ 12 | - 8 | app/upgrades/v6.0.0/validators/staking/sk1.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk10.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk11.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk12.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk13.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk14.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk15.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk16.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk17.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk18.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk19.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 12 | - 8 | app/upgrades/v6.0.0/validators/staking/sk2.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk20.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 12 | - 8 | app/upgrades/v6.0.0/validators/staking/sk3.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk4.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk5.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk6.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk7.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk8.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 16 | - 0 | app/upgrades/v6.0.0/validators/staking/sk9.json | (e3bc)2025-04-02, (12be)2025-04-01
+ 0 | - 0 | contracts/credits_vault.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_core.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_pre_propose_multiple.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_pre_propose_overrule.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_pre_propose_single.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_proposal_multiple.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_proposal_single.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_security_subdao_pre_propose.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_subdao_core.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_subdao_pre_propose_single.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_subdao_proposal_single.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/cwd_subdao_timelock_single.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/investors_vesting_vault.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/lockdrop_vault.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/neutron_distribution.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/neutron_reserve.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/neutron_staking_tracker.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/neutron_staking_vault.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/neutron_vault.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/neutron_voting_registry.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 0 | - 0 | contracts/vesting_lp_vault.wasm | (dc43)2025-04-01, (0324)2025-03-31
+ 1 | - 1 | go.mod | (46a5)2025-04-01
+ 2 | - 2 | go.sum | (46a5)2025-04-01
+ 26 | - 12 | x/revenue/types/payment_schedule.go | (3b36)2025-04-02, (83f8)2025-04-01
                    e3bcb32d8ea469cb39ce6eee30f48fce112d4c66
                    
                    Merge pull request #883 from neutron-org/feat/v6.0.0-mainnet-upgrade

Feat: v6.0.0 mainnet upgrade
                
3b36207e37f24e6ef956b36de4d0f65fe0e06867 Merge pull request #884 from neutron-org/fix/revenue-current-month-tz fix: revenue current month TZ
83f84a605a146554f21a4e694a849e57ef3d8af5 fix local tz usage in MonthlyPaymentSchedule.CurrentMonth
fb6ccded8ceedb79a2ef01f3bc8c8ec6461effb5 fmt
950a43260d1331737d925e311404c10070d1f5a9 removed TODOs
f97b53225e5b468bbfb447dce46d20a172fc411f fixed error text
eb9aa49fb4c3d464a9c13385e883d0d148afc3f5 linter
12be860ca430c7580909b896fd7a0258f0ea37a9 mainnet constants
dc43652e7c8aea34cd2c406411f611746bb8e0f0 Merge pull request #880 from neutron-org/fix/drop-delegation-migration-cachedctx fix: execute drop contract mesages with cached context
5c500c30262db1c2bc18a65e9a30e5a5f34e9830 fix linter
46a5fb3fe2cf13b9526e6f676e49f98b20b73fd3 upd cosmos-sdk version
03244d9882e022f94e2a15db8b1f97c34d7198fe execute drop contract mesages with cached context
#: 29

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

99.97 - Rust
0.03 - Shell
json: 1
yaml: 1
toml: 1
+    1 | -    1 | .github/release-please/manifest.json | (710b)2025-04-02
+ 41 | - 0 | .github/workflows/publish-crates.yaml | (2bbe)2025-04-02
+ 11 | - 11 | Cargo.toml | (710b)2025-04-02
                    2bbef6b7b4003ad859c7a967000bf01f55e5a6dc
                    
                    ci: add manual publish crates workflow (#144)
                
710b1b6bb0e17830e1e437dfaee1c7f8d0ed764c chore(main): release 0.151.5 (#143) :robot: I have created a release *beep* *boop* --- ## [0.151.5](https://github.com/matter-labs/zksync-protocol/compare/v0.151.4...v0.151.5) (2025-04-02) ### Bug Fixes * Remove num_words check for EVM bytecode decommitment ([#141](https://github.com/matter-labs/zksync-protocol/issues/141)) ([1af8ee5](https://github.com/matter-labs/zksync-protocol/commit/1af8ee585917caca7d0409252c3fff2cb3d15ba3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: zksync-era-bot
1af8ee585917caca7d0409252c3fff2cb3d15ba3 fix: Remove num_words check for EVM bytecode decommitment (#141) Length field in EVM bytecodes has different meaning (bytes of unpadded bytecode). Actual bytecode is padded under the hood.
e4e2ead416f533b4d64ac53ad0a346b6e9dba9a5 chore: Add audit reports for V27 (#139)
#: 30

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

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
go: 1
+   15 | -    1 | internal/consensus/state.go | (10f3)2025-04-02
                    10f39645e00d12c243134172a44317ac773709d2
                    
                    Add logs/metrics for block proposal (#260)

* add logs/metrics for block pr

* update codecov plugins

* comment out metrics for now

* remove the tx count metric, as it seems to be exported already

* short var

* add nil safeguards
                
#: 31

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

98.6 - JavaScript
1.11 - Nearley
0.29 - HTML
js: 1
+    2 | -    0 | parent_composer.js | (3260)2025-04-01
                    c8fc4870df496b2eee3d077bd29ec2479bb45488
                    
                    test object mutated by function
                
3260b7b8ba993dac876a6efa364457754e69451f fail parents if the only parent is an AA response
#: 32

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

67.08 - JavaScript
26.51 - HTML
5.56 - CSS
0.52 - Shell
0.18 - C#
0.14 - Makefile
html: 1
+    1 | -    1 | public/views/walletHome.html | (979c)2025-04-02
                    979cc699115498890902a56cd9ef5e2552ba0612
                    
                    data textarea min-width
                
#: 33

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

99 - TypeScript
0.73 - CSS
0.25 - JavaScript
0.02 - HTML
npmrc: 1
prettierrc: 1
proto: 168
json: 27
yml: 6
nvmrc: 1
gitkeep: 3
gitignore: 3
js: 2
eslintignore: 6
gz: 1
prettierignore: 1
ts: 57
npmignore: 5
editorconfig: 2
+    0 | -   13 | .editorconfig | (d6e7)2025-04-02
+ 0 | - 6 | .eslintignore | (d6e7)2025-04-02
+ 0 | - 41 | .eslintrc.base.json | (d6e7)2025-04-02
+ 13 | - 4 | .github/workflows/checks.yml | (d6e7)2025-04-02
+ 4 | - 1 | .github/workflows/coverage.yml | (d6e7)2025-04-02
+ 4 | - 1 | .github/workflows/deploydocs.yml | (d6e7)2025-04-02
+ 3 | - 0 | .github/workflows/release.yml | (d6e7)2025-04-02
+ 1 | - 3 | .gitignore | (d6e7)2025-04-02
+ 0 | - 5 | .prettierignore | (d6e7)2025-04-02
+ 0 | - 11 | .prettierrc | (d6e7)2025-04-02
+ 0 | - 0 | .yarn/install-state.gz | (d6e7)2025-04-02
+ 1 | - 0 | .yarnrc.yml | (d6e7)2025-04-02
+ 38 | - 0 | biome.json | (d6e7)2025-04-02
+ 30 | - 10 | codecov.yml | (d6e7)2025-04-02
+ 0 | - 13 | jest.config.ts | (d6e7)2025-04-02
+ 0 | - 3 | jest.preset.js | (d6e7)2025-04-02
+ 0 | - 58 | nx.json | (d6e7)2025-04-02
+ 33 | - 65 | package.json | (d6e7)2025-04-02
+ 0 | - 2 | packages/cosmjs/.eslintignore | (d6e7)2025-04-02
+ 0 | - 0 | packages/cosmjs/.gitkeep | (d6e7)2025-04-02
+ 0 | - 2 | packages/cosmjs/.npmignore | (d6e7)2025-04-02
+ 0 | - 3 | packages/cosmjs/eslintrc.json | (d6e7)2025-04-02
+ 4 | - 0 | packages/cosmjs/jest.config.js | (d6e7)2025-04-02
+ 0 | - 14 | packages/cosmjs/jest.config.ts | (d6e7)2025-04-02
+ 50 | - 68 | packages/cosmjs/package.json | (17d6)2025-04-02, (d6e7)2025-04-02
+ 9 | - 8 | packages/cosmjs/src/utils/signing.ts | (d6e7)2025-04-02
+ 15 | - 0 | packages/cosmos/.gitignore | (d6e7)2025-04-02
+ 0 | - 4 | packages/cosmos/.npmignore | (d6e7)2025-04-02
+ 4 | - 33 | packages/cosmos/biome.json | (d6e7)2025-04-02
+ 66 | - 38 | packages/cosmos/library/rest/fetch.ts | (d6e7)2025-04-02
+ 34 | - 25 | packages/cosmos/package.json | (17d6)2025-04-02, (d6e7)2025-04-02
+ 66 | - 38 | packages/cosmos/public/rest/fetch.ts | (d6e7)2025-04-02
+ 1 | - 2 | packages/cosmos/tsconfig.json | (d6e7)2025-04-02
+ 0 | - 2 | packages/create-sei/.eslintignore | (d6e7)2025-04-02
+ 0 | - 3 | packages/create-sei/eslintrc.json | (d6e7)2025-04-02
+ 19 | - 27 | packages/create-sei/package.json | (17d6)2025-04-02, (d6e7)2025-04-02
+ 0 | - 2 | packages/evm/.eslintignore | (d6e7)2025-04-02
+ 0 | - 0 | packages/evm/.gitkeep | (d6e7)2025-04-02
+ 0 | - 4 | packages/evm/.npmignore | (d6e7)2025-04-02
+ 0 | - 3 | packages/evm/eslintrc.json | (d6e7)2025-04-02
+ 0 | - 8 | packages/evm/jest.config.ts | (d6e7)2025-04-02
+ 3 | - 6 | packages/evm/package.json | (17d6)2025-04-02, (d6e7)2025-04-02
+ 0 | - 2 | packages/ledger/.eslintignore | (d6e7)2025-04-02
+ 0 | - 0 | packages/ledger/.gitkeep | (d6e7)2025-04-02
+ 0 | - 5 | packages/ledger/.npmignore | (d6e7)2025-04-02
+ 0 | - 3 | packages/ledger/eslintrc.json | (d6e7)2025-04-02
+ 0 | - 8 | packages/ledger/jest.config.ts | (d6e7)2025-04-02
+ 38 | - 50 | packages/ledger/package.json | (17d6)2025-04-02, (d6e7)2025-04-02
+ 0 | - 12 | packages/proto/.editorconfig | (d6e7)2025-04-02
+ 0 | - 5 | packages/proto/.eslintignore | (d6e7)2025-04-02
+ 0 | - 52 | packages/proto/.gitignore | (d6e7)2025-04-02
+ 0 | - 37 | packages/proto/.npmignore | (d6e7)2025-04-02
+ 0 | - 1 | packages/proto/.npmrc | (d6e7)2025-04-02
+ 0 | - 1 | packages/proto/.nvmrc | (d6e7)2025-04-02
+ 0 | - 3 | packages/proto/eslintrc.json | (d6e7)2025-04-02
+ 0 | - 77 | packages/proto/package.json | (d6e7)2025-04-02
+ 0 | - 79 | packages/proto/proto/amino/amino.proto | (d6e7)2025-04-02
+ 0 | - 234 | packages/proto/proto/confio/proofs.proto | (d6e7)2025-04-02
+ 0 | - 55 | packages/proto/proto/cosmos/accesscontrol/accesscontrol.proto | (d6e7)2025-04-02
+ 0 | - 139 | packages/proto/proto/cosmos/accesscontrol/constants.proto | (d6e7)2025-04-02
+ 0 | - 23 | packages/proto/proto/cosmos/accesscontrol/legacy.proto | (d6e7)2025-04-02
+ 0 | - 27 | packages/proto/proto/cosmos/accesscontrol_x/genesis.proto | (d6e7)2025-04-02
+ 0 | - 95 | packages/proto/proto/cosmos/accesscontrol_x/gov.proto | (d6e7)2025-04-02
+ 0 | - 91 | packages/proto/proto/cosmos/accesscontrol_x/query.proto | (d6e7)2025-04-02
+ 0 | - 39 | packages/proto/proto/cosmos/accesscontrol_x/tx.proto | (d6e7)2025-04-02
+ 0 | - 36 | packages/proto/proto/cosmos/app/v1alpha1/config.proto | (d6e7)2025-04-02
+ 0 | - 93 | packages/proto/proto/cosmos/app/v1alpha1/module.proto | (d6e7)2025-04-02
+ 0 | - 22 | packages/proto/proto/cosmos/app/v1alpha1/query.proto | (d6e7)2025-04-02
+ 0 | - 51 | packages/proto/proto/cosmos/auth/v1beta1/auth.proto | (d6e7)2025-04-02
+ 0 | - 17 | packages/proto/proto/cosmos/auth/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 90 | packages/proto/proto/cosmos/auth/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 39 | packages/proto/proto/cosmos/authz/v1beta1/authz.proto | (d6e7)2025-04-02
+ 0 | - 25 | packages/proto/proto/cosmos/authz/v1beta1/event.proto | (d6e7)2025-04-02
+ 0 | - 13 | packages/proto/proto/cosmos/authz/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 81 | packages/proto/proto/cosmos/authz/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 70 | packages/proto/proto/cosmos/authz/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 19 | packages/proto/proto/cosmos/bank/v1beta1/authz.proto | (d6e7)2025-04-02
+ 0 | - 103 | packages/proto/proto/cosmos/bank/v1beta1/bank.proto | (d6e7)2025-04-02
+ 0 | - 39 | packages/proto/proto/cosmos/bank/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 193 | packages/proto/proto/cosmos/bank/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 42 | packages/proto/proto/cosmos/bank/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 144 | packages/proto/proto/cosmos/base/abci/v1beta1/abci.proto | (d6e7)2025-04-02
+ 0 | - 17 | packages/proto/proto/cosmos/base/kv/v1beta1/kv.proto | (d6e7)2025-04-02
+ 0 | - 55 | packages/proto/proto/cosmos/base/query/v1beta1/pagination.proto | (d6e7)2025-04-02
+ 0 | - 44 | packages/proto/proto/cosmos/base/reflection/v1beta1/reflection.proto | (d6e7)2025-04-02
+ 0 | - 218 | packages/proto/proto/cosmos/base/reflection/v2alpha1/reflection.proto | (d6e7)2025-04-02
+ 0 | - 57 | packages/proto/proto/cosmos/base/snapshots/v1beta1/snapshot.proto | (d6e7)2025-04-02
+ 0 | - 29 | packages/proto/proto/cosmos/base/store/v1beta1/commit_info.proto | (d6e7)2025-04-02
+ 0 | - 16 | packages/proto/proto/cosmos/base/store/v1beta1/listening.proto | (d6e7)2025-04-02
+ 0 | - 138 | packages/proto/proto/cosmos/base/tendermint/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 40 | packages/proto/proto/cosmos/base/v1beta1/coin.proto | (d6e7)2025-04-02
+ 0 | - 23 | packages/proto/proto/cosmos/crypto/ed25519/keys.proto | (d6e7)2025-04-02
+ 0 | - 23 | packages/proto/proto/cosmos/crypto/hd/v1/hd.proto | (d6e7)2025-04-02
+ 0 | - 47 | packages/proto/proto/cosmos/crypto/keyring/v1/record.proto | (d6e7)2025-04-02
+ 0 | - 18 | packages/proto/proto/cosmos/crypto/multisig/keys.proto | (d6e7)2025-04-02
+ 0 | - 25 | packages/proto/proto/cosmos/crypto/multisig/v1beta1/multisig.proto | (d6e7)2025-04-02
+ 0 | - 22 | packages/proto/proto/cosmos/crypto/secp256k1/keys.proto | (d6e7)2025-04-02
+ 0 | - 23 | packages/proto/proto/cosmos/crypto/secp256r1/keys.proto | (d6e7)2025-04-02
+ 0 | - 16 | packages/proto/proto/cosmos/crypto/sr25519/keys.proto | (d6e7)2025-04-02
+ 0 | - 157 | packages/proto/proto/cosmos/distribution/v1beta1/distribution.proto | (d6e7)2025-04-02
+ 0 | - 155 | packages/proto/proto/cosmos/distribution/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 218 | packages/proto/proto/cosmos/distribution/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 79 | packages/proto/proto/cosmos/distribution/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 21 | packages/proto/proto/cosmos/evidence/v1beta1/evidence.proto | (d6e7)2025-04-02
+ 0 | - 12 | packages/proto/proto/cosmos/evidence/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 51 | packages/proto/proto/cosmos/evidence/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 32 | packages/proto/proto/cosmos/evidence/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 78 | packages/proto/proto/cosmos/feegrant/v1beta1/feegrant.proto | (d6e7)2025-04-02
+ 0 | - 13 | packages/proto/proto/cosmos/feegrant/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 78 | packages/proto/proto/cosmos/feegrant/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 49 | packages/proto/proto/cosmos/feegrant/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 26 | packages/proto/proto/cosmos/gov/v1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 132 | packages/proto/proto/cosmos/gov/v1/gov.proto | (d6e7)2025-04-02
+ 0 | - 183 | packages/proto/proto/cosmos/gov/v1/query.proto | (d6e7)2025-04-02
+ 0 | - 100 | packages/proto/proto/cosmos/gov/v1/tx.proto | (d6e7)2025-04-02
+ 0 | - 26 | packages/proto/proto/cosmos/gov/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 232 | packages/proto/proto/cosmos/gov/v1beta1/gov.proto | (d6e7)2025-04-02
+ 0 | - 190 | packages/proto/proto/cosmos/gov/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 100 | packages/proto/proto/cosmos/gov/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 16 | packages/proto/proto/cosmos/mint/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 53 | packages/proto/proto/cosmos/mint/v1beta1/mint.proto | (d6e7)2025-04-02
+ 0 | - 57 | packages/proto/proto/cosmos/mint/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 22 | packages/proto/proto/cosmos/msg/v1/msg.proto | (d6e7)2025-04-02
+ 0 | - 104 | packages/proto/proto/cosmos/orm/v1/orm.proto | (d6e7)2025-04-02
+ 0 | - 76 | packages/proto/proto/cosmos/orm/v1alpha1/schema.proto | (d6e7)2025-04-02
+ 0 | - 18 | packages/proto/proto/cosmos/params/types/types.proto | (d6e7)2025-04-02
+ 0 | - 28 | packages/proto/proto/cosmos/params/v1beta1/params.proto | (d6e7)2025-04-02
+ 0 | - 32 | packages/proto/proto/cosmos/params/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 92 | packages/proto/proto/cosmos/slashing/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 63 | packages/proto/proto/cosmos/slashing/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 91 | packages/proto/proto/cosmos/slashing/v1beta1/slashing.proto | (d6e7)2025-04-02
+ 0 | - 26 | packages/proto/proto/cosmos/slashing/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 47 | packages/proto/proto/cosmos/staking/v1beta1/authz.proto | (d6e7)2025-04-02
+ 0 | - 53 | packages/proto/proto/cosmos/staking/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 348 | packages/proto/proto/cosmos/staking/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 354 | packages/proto/proto/cosmos/staking/v1beta1/staking.proto | (d6e7)2025-04-02
+ 0 | - 123 | packages/proto/proto/cosmos/staking/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 91 | packages/proto/proto/cosmos/tx/signing/v1beta1/signing.proto | (d6e7)2025-04-02
+ 0 | - 165 | packages/proto/proto/cosmos/tx/v1beta1/service.proto | (d6e7)2025-04-02
+ 0 | - 183 | packages/proto/proto/cosmos/tx/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 104 | packages/proto/proto/cosmos/upgrade/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 55 | packages/proto/proto/cosmos/upgrade/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 78 | packages/proto/proto/cosmos/upgrade/v1beta1/upgrade.proto | (d6e7)2025-04-02
+ 0 | - 32 | packages/proto/proto/cosmos/vesting/v1beta1/tx.proto | (d6e7)2025-04-02
+ 0 | - 89 | packages/proto/proto/cosmos/vesting/v1beta1/vesting.proto | (d6e7)2025-04-02
+ 0 | - 97 | packages/proto/proto/cosmos_proto/cosmos.proto | (d6e7)2025-04-02
+ 0 | - 109 | packages/proto/proto/cosmwasm/wasm/v1/authz.proto | (d6e7)2025-04-02
+ 0 | - 46 | packages/proto/proto/cosmwasm/wasm/v1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 31 | packages/proto/proto/cosmwasm/wasm/v1/ibc.proto | (d6e7)2025-04-02
+ 0 | - 272 | packages/proto/proto/cosmwasm/wasm/v1/proposal.proto | (d6e7)2025-04-02
+ 0 | - 263 | packages/proto/proto/cosmwasm/wasm/v1/query.proto | (d6e7)2025-04-02
+ 0 | - 176 | packages/proto/proto/cosmwasm/wasm/v1/tx.proto | (d6e7)2025-04-02
+ 0 | - 144 | packages/proto/proto/cosmwasm/wasm/v1/types.proto | (d6e7)2025-04-02
+ 0 | - 36 | packages/proto/proto/epoch/epoch.proto | (d6e7)2025-04-02
+ 0 | - 16 | packages/proto/proto/epoch/genesis.proto | (d6e7)2025-04-02
+ 0 | - 12 | packages/proto/proto/epoch/params.proto | (d6e7)2025-04-02
+ 0 | - 40 | packages/proto/proto/epoch/query.proto | (d6e7)2025-04-02
+ 0 | - 13 | packages/proto/proto/epoch/tx.proto | (d6e7)2025-04-02
+ 0 | - 157 | packages/proto/proto/eth/tx.proto | (d6e7)2025-04-02
+ 0 | - 25 | packages/proto/proto/evm/config.proto | (d6e7)2025-04-02
+ 0 | - 12 | packages/proto/proto/evm/enums.proto | (d6e7)2025-04-02
+ 0 | - 19 | packages/proto/proto/evm/genesis.proto | (d6e7)2025-04-02
+ 0 | - 42 | packages/proto/proto/evm/gov.proto | (d6e7)2025-04-02
+ 0 | - 50 | packages/proto/proto/evm/params.proto | (d6e7)2025-04-02
+ 0 | - 64 | packages/proto/proto/evm/query.proto | (d6e7)2025-04-02
+ 0 | - 54 | packages/proto/proto/evm/receipt.proto | (d6e7)2025-04-02
+ 0 | - 67 | packages/proto/proto/evm/tx.proto | (d6e7)2025-04-02
+ 0 | - 12 | packages/proto/proto/evm/types.proto | (d6e7)2025-04-02
+ 0 | - 145 | packages/proto/proto/gogoproto/gogo.proto | (d6e7)2025-04-02
+ 0 | - 31 | packages/proto/proto/google/api/annotations.proto | (d6e7)2025-04-02
+ 0 | - 375 | packages/proto/proto/google/api/http.proto | (d6e7)2025-04-02
+ 0 | - 155 | packages/proto/proto/google/protobuf/any.proto | (d6e7)2025-04-02
+ 0 | - 885 | packages/proto/proto/google/protobuf/descriptor.proto | (d6e7)2025-04-02
+ 0 | - 116 | packages/proto/proto/google/protobuf/duration.proto | (d6e7)2025-04-02
+ 0 | - 52 | packages/proto/proto/google/protobuf/empty.proto | (d6e7)2025-04-02
+ 0 | - 138 | packages/proto/proto/google/protobuf/timestamp.proto | (d6e7)2025-04-02
+ 0 | - 19 | packages/proto/proto/ibc/applications/transfer/v1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 67 | packages/proto/proto/ibc/applications/transfer/v1/query.proto | (d6e7)2025-04-02
+ 0 | - 30 | packages/proto/proto/ibc/applications/transfer/v1/transfer.proto | (d6e7)2025-04-02
+ 0 | - 44 | packages/proto/proto/ibc/applications/transfer/v1/tx.proto | (d6e7)2025-04-02
+ 0 | - 19 | packages/proto/proto/ibc/applications/transfer/v2/packet.proto | (d6e7)2025-04-02
+ 0 | - 148 | packages/proto/proto/ibc/core/channel/v1/channel.proto | (d6e7)2025-04-02
+ 0 | - 32 | packages/proto/proto/ibc/core/channel/v1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 376 | packages/proto/proto/ibc/core/channel/v1/query.proto | (d6e7)2025-04-02
+ 0 | - 211 | packages/proto/proto/ibc/core/channel/v1/tx.proto | (d6e7)2025-04-02
+ 0 | - 104 | packages/proto/proto/ibc/core/client/v1/client.proto | (d6e7)2025-04-02
+ 0 | - 48 | packages/proto/proto/ibc/core/client/v1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 184 | packages/proto/proto/ibc/core/client/v1/query.proto | (d6e7)2025-04-02
+ 0 | - 99 | packages/proto/proto/ibc/core/client/v1/tx.proto | (d6e7)2025-04-02
+ 0 | - 41 | packages/proto/proto/ibc/core/commitment/v1/commitment.proto | (d6e7)2025-04-02
+ 0 | - 114 | packages/proto/proto/ibc/core/connection/v1/connection.proto | (d6e7)2025-04-02
+ 0 | - 18 | packages/proto/proto/ibc/core/connection/v1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 138 | packages/proto/proto/ibc/core/connection/v1/query.proto | (d6e7)2025-04-02
+ 0 | - 119 | packages/proto/proto/ibc/core/connection/v1/tx.proto | (d6e7)2025-04-02
+ 0 | - 35 | packages/proto/proto/ibc/core/port/v1/query.proto | (d6e7)2025-04-02
+ 0 | - 23 | packages/proto/proto/ibc/core/types/v1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 18 | packages/proto/proto/ibc/lightclients/localhost/v1/localhost.proto | (d6e7)2025-04-02
+ 0 | - 189 | packages/proto/proto/ibc/lightclients/solomachine/v1/solomachine.proto | (d6e7)2025-04-02
+ 0 | - 189 | packages/proto/proto/ibc/lightclients/solomachine/v2/solomachine.proto | (d6e7)2025-04-02
+ 0 | - 115 | packages/proto/proto/ibc/lightclients/tendermint/v1/tendermint.proto | (d6e7)2025-04-02
+ 0 | - 16 | packages/proto/proto/mint/v1beta1/genesis.proto | (d6e7)2025-04-02
+ 0 | - 19 | packages/proto/proto/mint/v1beta1/gov.proto | (d6e7)2025-04-02
+ 0 | - 76 | packages/proto/proto/mint/v1beta1/mint.proto | (d6e7)2025-04-02
+ 0 | - 48 | packages/proto/proto/mint/v1beta1/query.proto | (d6e7)2025-04-02
+ 0 | - 32 | packages/proto/proto/oracle/genesis.proto | (d6e7)2025-04-02
+ 0 | - 133 | packages/proto/proto/oracle/oracle.proto | (d6e7)2025-04-02
+ 0 | - 188 | packages/proto/proto/oracle/query.proto | (d6e7)2025-04-02
+ 0 | - 44 | packages/proto/proto/oracle/tx.proto | (d6e7)2025-04-02
+ 0 | - 394 | packages/proto/proto/tendermint/abci/types.proto | (d6e7)2025-04-02
+ 0 | - 17 | packages/proto/proto/tendermint/crypto/keys.proto | (d6e7)2025-04-02
+ 0 | - 41 | packages/proto/proto/tendermint/crypto/proof.proto | (d6e7)2025-04-02
+ 0 | - 9 | packages/proto/proto/tendermint/libs/bits/types.proto | (d6e7)2025-04-02
+ 0 | - 42 | packages/proto/proto/tendermint/p2p/types.proto | (d6e7)2025-04-02
+ 0 | - 15 | packages/proto/proto/tendermint/types/block.proto | (d6e7)2025-04-02
+ 0 | - 38 | packages/proto/proto/tendermint/types/evidence.proto | (d6e7)2025-04-02
+ 0 | - 79 | packages/proto/proto/tendermint/types/params.proto | (d6e7)2025-04-02
+ 0 | - 153 | packages/proto/proto/tendermint/types/types.proto | (d6e7)2025-04-02
+ 0 | - 25 | packages/proto/proto/tendermint/types/validator.proto | (d6e7)2025-04-02
+ 0 | - 24 | packages/proto/proto/tendermint/version/types.proto | (d6e7)2025-04-02
+ 0 | - 17 | packages/proto/proto/tokenfactory/authorityMetadata.proto | (d6e7)2025-04-02
+ 0 | - 32 | packages/proto/proto/tokenfactory/genesis.proto | (d6e7)2025-04-02
+ 0 | - 7 | packages/proto/proto/tokenfactory/params.proto | (d6e7)2025-04-02
+ 0 | - 110 | packages/proto/proto/tokenfactory/query.proto | (d6e7)2025-04-02
+ 0 | - 101 | packages/proto/proto/tokenfactory/tx.proto | (d6e7)2025-04-02
+ 0 | - 1 | packages/proto/src/codegen/amino/amino.ts | (d6e7)2025-04-02
+ 0 | - 4 | packages/proto/src/codegen/amino/bundle.ts | (d6e7)2025-04-02
+ 0 | - 0 | packages/proto/src/codegen/binary.ts | (d6e7)2025-04-02
+ 0 | - 1964 | packages/proto/src/codegen/confio/proofs.ts | (d6e7)2025-04-02
+ 0 | - 892 | packages/proto/src/codegen/cosmos/accesscontrol/accesscontrol.ts | (d6e7)2025-04-02
+ 0 | - 816 | packages/proto/src/codegen/cosmos/accesscontrol/constants.ts | (d6e7)2025-04-02
+ 0 | - 252 | packages/proto/src/codegen/cosmos/accesscontrol/legacy.ts | (d6e7)2025-04-02
+ 0 | - 191 | packages/proto/src/codegen/cosmos/accesscontrol_x/genesis.ts | (d6e7)2025-04-02
+ 0 | - 597 | packages/proto/src/codegen/cosmos/accesscontrol_x/gov.ts | (d6e7)2025-04-02
+ 0 | - 42 | packages/proto/src/codegen/cosmos/accesscontrol_x/query.lcd.ts | (d6e7)2025-04-02
+ 0 | - 68 | packages/proto/src/codegen/cosmos/accesscontrol_x/query.rpc.Query.ts | (d6e7)2025-04-02
+ 0 | - 812 | packages/proto/src/codegen/cosmos/accesscontrol_x/query.ts | (d6e7)2025-04-02
+ 0 | - 8 | packages/proto/src/codegen/cosmos/accesscontrol_x/tx.amino.ts | (d6e7)2025-04-02
+ 0 | - 35 | packages/proto/src/codegen/cosmos/accesscontrol_x/tx.registry.ts | (d6e7)2025-04-02
+ 0 | - 18 | packages/proto/src/codegen/cosmos/accesscontrol_x/tx.rpc.msg.ts | (d6e7)2025-04-02
+ 0 | - 256 | packages/proto/src/codegen/cosmos/accesscontrol_x/tx.ts | (d6e7)2025-04-02
+ 0 | - 439 | packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts | (d6e7)2025-04-02
+ 0 | - 113 | packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts | (d6e7)2025-04-02
+ 0 | - 47 | packages/proto/src/codegen/cosmos/auth/v1beta1/query.lcd.ts | (d6e7)2025-04-02
+ 0 | - 69 | packages/proto/src/codegen/cosmos/auth/v1beta1/query.rpc.Query.ts | (d6e7)2025-04-02
+ 0 | - 771 | packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts | (d6e7)2025-04-02
+ 0 | - 433 | packages/proto/src/codegen/cosmos/authz/v1beta1/authz.ts | (d6e7)2025-04-02
+ 0 | - 251 | packages/proto/src/codegen/cosmos/authz/v1beta1/event.ts | (d6e7)2025-04-02
+ 0 | - 93 | packages/proto/src/codegen/cosmos/authz/v1beta1/genesis.ts | (d6e7)2025-04-02
+ 0 | - 62 | packages/proto/src/codegen/cosmos/authz/v1beta1/query.lcd.ts | (d6e7)2025-04-02
+ 0 | - 60 | packages/proto/src/codegen/cosmos/authz/v1beta1/query.rpc.Query.ts | (d6e7)2025-04-02
+ 0 | - 683 | packages/proto/src/codegen/cosmos/authz/v1beta1/query.ts | (d6e7)2025-04-02
+ 0 | - 18 | packages/proto/src/codegen/cosmos/authz/v1beta1/tx.amino.ts | (d6e7)2025-04-02
+ 0 | - 71 | packages/proto/src/codegen/cosmos/authz/v1beta1/tx.registry.ts | (d6e7)2025-04-02
+ 0 | - 48 | packages/proto/src/codegen/cosmos/authz/v1beta1/tx.rpc.msg.ts | (d6e7)2025-04-02
+ 0 | - 655 | packages/proto/src/codegen/cosmos/authz/v1beta1/tx.ts | (d6e7)2025-04-02
+ 0 | - 111 | packages/proto/src/codegen/cosmos/bank/v1beta1/authz.ts | (d6e7)2025-04-02
+ 0 | - 990 | packages/proto/src/codegen/cosmos/bank/v1beta1/bank.ts | (d6e7)2025-04-02
+ 0 | - 276 | packages/proto/src/codegen/cosmos/bank/v1beta1/genesis.ts | (d6e7)2025-04-02
+ 0 | - 96 | packages/proto/src/codegen/cosmos/bank/v1beta1/query.lcd.ts | (d6e7)2025-04-02
+ 0 | - 114 | packages/proto/src/codegen/cosmos/bank/v1beta1/query.rpc.Query.ts | (d6e7)2025-04-02
+ 0 | - 1643 | packages/proto/src/codegen/cosmos/bank/v1beta1/query.ts | (d6e7)2025-04-02
+ 0 | - 13 | packages/proto/src/codegen/cosmos/bank/v1beta1/tx.amino.ts | (d6e7)2025-04-02
+ 0 | - 53 | packages/proto/src/codegen/cosmos/bank/v1beta1/tx.registry.ts | (d6e7)2025-04-02
+ 0 | - 28 | packages/proto/src/codegen/cosmos/bank/v1beta1/tx.rpc.msg.ts | (d6e7)2025-04-02
+ 0 | - 372 | packages/proto/src/codegen/cosmos/bank/v1beta1/tx.ts | (d6e7)2025-04-02
+ 0 | - 1448 | packages/proto/src/codegen/cosmos/base/abci/v1beta1/abci.ts | (d6e7)2025-04-02
+ 0 | - 369 | packages/proto/src/codegen/cosmos/base/query/v1beta1/pagination.ts | (d6e7)2025-04-02
+ 0 | - 2613 | packages/proto/src/codegen/cosmos/base/reflection/v2alpha1/reflection.ts | (d6e7)2025-04-02
+ 0 | - 63 | packages/proto/src/codegen/cosmos/base/tendermint/v1beta1/query.lcd.ts | (d6e7)2025-04-02
+ 0 | - 87 | packages/proto/src/codegen/cosmos/base/tendermint/v1beta1/query.rpc.Service.ts | (d6e7)2025-04-02
+ 0 | - 1606 | packages/proto/src/codegen/cosmos/base/tendermint/v1beta1/query.ts | (d6e7)2025-04-02
+ 0 | - 417 | packages/proto/src/codegen/cosmos/base/v1beta1/coin.ts | (d6e7)2025-04-02
+ 0 | - 344 | packages/proto/src/codegen/cosmos/bundle.ts | (d6e7)2025-04-02
+ 0 | - 68 | packages/proto/src/codegen/cosmos/client.ts | (d6e7)2025-04-02
+ 1 | - 1 | packages/registry/package.json | (17d6)2025-04-02
+ 11 | - 7 | packages/sei-global-wallet/package.json | (17d6)2025-04-02, (2a4a)2025-04-02, (827d)2025-04-01, (da9b)2025-04-01
                    17d63dc4bf6d8101df79a386929283c7e5cd9fde
                    
                    Version Packages (#230)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
                
d6e74edc9a5c2f123e9c943968bbf89134f0fcf4 NX & @sei-js/proto removal (#225) * Removed NX, setup workspaces and correct script commands, replaced prettier and eslint with biome - Removed NX - Setup package.json scripts - Updated to newer yarn version to get build:all working - Removed ESLint and prettier with biome * NX removal, proto removal, typedoc update, eslint removal, biome cleanup, package.json cleanup - Removed unused dependencies and removed export alias' where not needed - Added biome ignore, updated biome schema - Removed eslint files - Fixed broken jest files - Updated typedoc config to build for all packages - Removed proto package entirely - Removed more nx files * Fixed Tests and Build Issues - Fixed @sei-js/cosmos/rest fetch.ts typescript warnings after biome and typescript update - Regenerated cosmos files - Fixed broken tests * Added changeset, adjusted typedoc README, removed unused package, Update github workflows * Updated lockfile to fix build issue * Removed remenents of prettier * Added install state * Added Create Sei Install State * Updated coverage reports and coverage command * Updated codecov file for all packages * Adjusted Coverage Workflow - Look for codecov report in each package not the top level * Added registry and ledger coverage files * ESLint remove, biome ignore update - Updated biome ignore to not do codecov files - Removed last bits of eslint * Fixed tsconfig causing messed up bundles * Removed .nx files and added typesVersions to package.json for @sei-js/cosmos * Don't track coverage files * Update yarn lock * Removed prettier npm script
2a4ac3bb048075bcd64e7e8e55e2091518f78d00 Version Packages (#229) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
a12940679a4730c947d3660bc3df35b2ce8e7e94 switch to a separate global wallet dynamic app (#228)
827d36b792f2a677cd486ce89b9b538f748d1367 Version Packages (#227) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
da9b5b81020dced969b863f148d415bc979922ca Update Dynamic version (#226) * - changeset * - changeset * - undo manual package version change * - update wording * - switch to patch
#: 34

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

93.56 - Cairo
6.22 - Solidity
0.22 - JavaScript
cairo: 59
json: 11
toml: 1
+    1 | -    1 | workspace/apps/staking/contracts/Scarb.toml | (2d5b)2025-04-02
+ 11 | - 11 | workspace/apps/staking/contracts/package.json | (8db1)2025-04-02, (4316)2025-04-02, (a883)2025-04-02, (6f5f)2025-04-02, (a48f)2025-04-02, (ac41)2025-04-02, (869b)2025-04-02, (a7d5)2025-04-02, (2d5b)2025-04-02, (bf49)2025-03-31, (6511)2025-03-31
+ 3 | - 2 | workspace/apps/staking/contracts/src/constants.cairo | (2d5b)2025-04-02
+ 6 | - 0 | workspace/apps/staking/contracts/src/errors.cairo | (2d5b)2025-04-02
+ 15 | - 6 | workspace/apps/staking/contracts/src/pool/eic.cairo | (2d5b)2025-04-02, (bf49)2025-03-31, (6511)2025-03-31
+ 4 | - 0 | workspace/apps/staking/contracts/src/pool/errors.cairo | (a883)2025-04-02, (2d5b)2025-04-02
+ 14 | - 41 | workspace/apps/staking/contracts/src/pool/interface.cairo | (4316)2025-04-02, (a7d5)2025-04-02, (2d5b)2025-04-02, (6511)2025-03-31
+ 122 | - 149 | workspace/apps/staking/contracts/src/pool/objects.cairo | (ac41)2025-04-02, (869b)2025-04-02, (2d5b)2025-04-02, (bf49)2025-03-31, (6511)2025-03-31
+ 202 | - 290 | workspace/apps/staking/contracts/src/pool/pool.cairo | (8db1)2025-04-02, (4316)2025-04-02, (a883)2025-04-02, (a48f)2025-04-02, (ac41)2025-04-02, (869b)2025-04-02, (a7d5)2025-04-02, (2d5b)2025-04-02, (bf49)2025-03-31, (6511)2025-03-31
+ 20 | - 49 | workspace/apps/staking/contracts/src/pool/pool_member_balance_trace/trace.cairo | (6511)2025-03-31
+ 1 | - 2 | workspace/apps/staking/contracts/src/reward_supplier/interface.cairo | (a7d5)2025-04-02, (6511)2025-03-31
+ 1 | - 1 | workspace/apps/staking/contracts/src/reward_supplier/reward_supplier.cairo | (a7d5)2025-04-02
+ 2 | - 1 | workspace/apps/staking/contracts/src/staking.cairo | (4316)2025-04-02, (ac41)2025-04-02
+ 16 | - 17 | workspace/apps/staking/contracts/src/staking/eic.cairo | (2d5b)2025-04-02, (bf49)2025-03-31, (6511)2025-03-31
+ 6 | - 6 | workspace/apps/staking/contracts/src/staking/errors.cairo | (869b)2025-04-02, (2d5b)2025-04-02, (6511)2025-03-31
+ 62 | - 42 | workspace/apps/staking/contracts/src/staking/interface.cairo | (4316)2025-04-02, (6f5f)2025-04-02, (ac41)2025-04-02, (a7d5)2025-04-02, (6511)2025-03-31
+ 9 | - 0 | workspace/apps/staking/contracts/src/staking/interface_v0.cairo | (ac41)2025-04-02
+ 135 | - 92 | workspace/apps/staking/contracts/src/staking/objects.cairo | (4316)2025-04-02, (6f5f)2025-04-02, (ac41)2025-04-02, (2d5b)2025-04-02, (6511)2025-03-31
+ 14 | - 5 | workspace/apps/staking/contracts/src/staking/staker_balance_trace/trace.cairo | (6511)2025-03-31
+ 80 | - 56 | workspace/apps/staking/contracts/src/staking/staking.cairo | (4316)2025-04-02, (6f5f)2025-04-02, (ac41)2025-04-02, (a7d5)2025-04-02, (2d5b)2025-04-02, (6511)2025-03-31
+ 3 | - 2 | workspace/apps/staking/contracts/src/types.cairo | (6f5f)2025-04-02, (2d5b)2025-04-02
+ 6 | - 6 | workspace/apps/staking/contracts/src/utils.cairo | (869b)2025-04-02
                    8db11726f157d0fa9009599ca958acae9e684f1b
                    
                    fix(staking): get entry in calc rewards

Co-Authored-By: starknetapps-bot 
                
43161b47bc305460d329f46d0a55a148feacfa0d feat(staking): create StakerPoolInfoV1
a88340ff5cb7bfd6cce6e5b0306e7d46f448f5d9 fix(staking): refactor find sigma
6f5f4525272b74e54e6e95cf9e0204a49ee40c35 feat(staking): versioned pool info
a48fd06ab7ae72e7a1bd0a39be0353a819d3366f fix(staking): init member trace when balance changed
ac4131e79568089baa31ce4e7ebf1ed064578408 fix(staking): rename member trace
869b84e12a6796cc6e610e8c1447b8b2d641e575 fix(staking): remove send rewards to member
a7d5d985c743147b3e86b233f34d392c35c4de2d test(staking): add delegate_intent_same_epoch_flow_test
2d5b6de919b56c2e4055ecaeac9ceec52288d732 chore(staking): refactor Version to felt
bf497d69e8401f7567b20f88f99caf5532a29fa5 chore(staking): doc staking eic
651115563041e709310342f888e91cbdd8a586b1 fix(staking): rename deprecated field
#: 35

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

99.57 - TypeScript
0.22 - Python
0.11 - Dockerfile
0.09 - JavaScript
ts: 2
+    4 | -    2 | src/contracts/repository/repository.service.ts | (a887)2025-04-02, (28dd)2025-04-02
                    a887611e8eff60c4f6c11ccefe371246fa0fed19
                    
                    Merge pull request #285 from lidofinance/fix/init-contracts-error-log

fix: improve error logging in initCachedContracts method
                
28dd5f6fb8c3f5106a7437f99300639d86edf28d fix: improve error logging in initCachedContracts method
#: 36

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

67.1 - TypeScript
32.46 - Solidity
0.31 - JavaScript
0.07 - Shell
0.04 - Mustache
0.01 - Handlebars
json: 25
sol: 5
toml: 2
+    1 | -    1 | auxiliary/ArbitrumGasPriceOracle/package.json | (9bc8)2025-04-01
+ 1 | - 1 | auxiliary/BuybackSnx/package.json | (9bc8)2025-04-01
+ 1 | - 1 | auxiliary/ERC4626ToAssetsRatioOracle/package.json | (9bc8)2025-04-01
+ 1 | - 1 | auxiliary/OpGasPriceOracle/package.json | (9bc8)2025-04-01
+ 1 | - 1 | auxiliary/OwnedFeeCollector/package.json | (9bc8)2025-04-01
+ 1 | - 1 | auxiliary/PythERC7412Wrapper/package.json | (9bc8)2025-04-01
+ 1 | - 1 | auxiliary/RewardsDistributor/package.json | (9bc8)2025-04-01
+ 1 | - 1 | auxiliary/RewardsDistributorExternal/package.json | (9bc8)2025-04-01
+ 1 | - 1 | auxiliary/SpotMarketOracle/package.json | (9bc8)2025-04-01
+ 1 | - 1 | auxiliary/WstEthToStEthRatioOracle/package.json | (9bc8)2025-04-01
+ 1 | - 1 | lerna.json | (9bc8)2025-04-01
+ 1 | - 1 | markets/bfp-market/package.json | (9bc8)2025-04-01
+ 20 | - 7 | markets/legacy-market/contracts/LegacyMarket.sol | (0c32)2025-04-02, (7ae5)2025-04-01
+ 1 | - 1 | markets/legacy-market/package.json | (9bc8)2025-04-01
+ 1 | - 1 | markets/perps-market/package.json | (9bc8)2025-04-01
+ 1 | - 1 | markets/spot-market/package.json | (9bc8)2025-04-01
+ 1 | - 0 | markets/treasury-market/foundry.toml | (7ae5)2025-04-01
+ 2 | - 2 | markets/treasury-market/package.json | (9bc8)2025-04-01, (7ae5)2025-04-01
+ 1 | - 1 | protocol/governance/package.json | (9bc8)2025-04-01
+ 1 | - 1 | protocol/oracle-manager/package.json | (9bc8)2025-04-01
+ 6 | - 0 | protocol/synthetix/cannonfile.common.toml | (7ae5)2025-04-01
+ 20 | - 0 | protocol/synthetix/contracts/modules/core/IssueUSDModule.sol | (7ae5)2025-04-01
+ 124 | - 0 | protocol/synthetix/contracts/modules/core/LiquidationModule.sol | (7ae5)2025-04-01
+ 4 | - 8 | protocol/synthetix/contracts/storage/Collateral.sol | (7ae5)2025-04-01
+ 1 | - 1 | protocol/synthetix/package.json | (9bc8)2025-04-01
+ 1 | - 1 | utils/common-config/package.json | (9bc8)2025-04-01
+ 1 | - 1 | utils/core-contracts/package.json | (9bc8)2025-04-01
+ 1 | - 1 | utils/core-modules/package.json | (9bc8)2025-04-01
+ 1 | - 1 | utils/core-utils/package.json | (9bc8)2025-04-01
+ 1 | - 1 | utils/hardhat-storage/package.json | (9bc8)2025-04-01
                    0c32d0cfc8a8cc7f22d368383fa10c598a318311
                    
                    fix debt value assignment calculation (#2372)

* fix debt value assignment calculation

the assigned debt value needs to be based on the actual price of snx,

* fix testable

* fix calculation
                
9bc82f42447a3b7cf193926cfbf60f28019bffc9 v3.12.0
7ae58f04f6c63b0566f7858940fdc3c4853bb3c7 add new liquidation to treasury capability (#2368) * add new liquidation to treasury capability allows for sending of liquidation rewards and debts to another account in another pool, rather than to the liquidator or socialized. still need to work out how to automatically claim a new position for users * fix regression from previous audit fix prevents legacymarket from working correctly because it tries to use locked collateral to fund a pool (which it should be able to do) * make it possible to migrate accounts which have insufficient liq ratio * fix failing build * lock to older foundry version * increase verbosity unclear why the cli is failing * temp increase verbosity because I dont know what is going on * fix new test errors
#: 37

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

96.07 - Rust
3.05 - TypeScript
0.31 - Handlebars
0.25 - Makefile
0.19 - Solidity
0.09 - Shell
0.05 - Dockerfile
rs: 5
toml: 41
+    1 | -    1 | modules/aggregated-dex/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/asset-registry/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/auction-manager/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/cdp-engine/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/cdp-treasury/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/collator-selection/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/currencies/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/currencies/runtime-api/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/dex-oracle/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/dex/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/earning/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/emergency-shutdown/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/evm-accounts/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/evm-bridge/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/evm-utility/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/evm-utility/macro/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/evm/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/evm/rpc/runtime-api/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/homa-validator-list/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/homa/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/honzon-bridge/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/honzon/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/idle-scheduler/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/incentives/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/liquid-crowdloan/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/loans/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/nft/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/nominees-election/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/prices/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/relaychain/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/session-manager/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/support/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/transaction-pause/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/transaction-payment/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/xcm-interface/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | modules/xnft/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | primitives/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | runtime/acala/Cargo.toml | (66a0)2025-04-02
+ 5 | - 2 | runtime/acala/src/lib.rs | (66a0)2025-04-02, (f1cc)2025-04-02
+ 1 | - 1 | runtime/common/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | runtime/karura/Cargo.toml | (66a0)2025-04-02
+ 2 | - 2 | runtime/karura/src/lib.rs | (66a0)2025-04-02, (f1cc)2025-04-02
+ 1 | - 1 | runtime/mandala/Cargo.toml | (66a0)2025-04-02
+ 1 | - 1 | runtime/mandala/src/lib.rs | (66a0)2025-04-02
                    cbadef67108a0cba44f20b2278af45b2da53bc22
                    
                    Bump vite from 5.4.6 to 5.4.16 in /ts-tests (#2879)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.6 to 5.4.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.16/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.16/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
                
66a0642eaeeac49ae9e551e3cf3bcc0813bd7bb0 bump to 2.29.0 (#2878)
f1cc21497c7716e5835a6230a1f3c0e556407a46 add MigrateToLatestXcmVersion (#2877)
#: 38

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
sol: 1
+  195 | -    7 | contracts/orderbook/Delegator.sol | (9a37)2025-04-02
                    9a3715681b6b4a501b754971f05ca7ae9769ced4
                    
                    feat: Delegator now supports mux1, mux2, mux-degen
                
#: 39

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

95.9 - Java
2.14 - Solidity
1.52 - HTML
0.22 - Shell
0.11 - Dockerfile
0.07 - ANTLR
0.02 - Python
0.02 - Batchfile
github/CODEOWNERS: 1
yaml: 2
kts: 14
proto: 10
java: 214
+    1 | -    0 | .github/CODEOWNERS | (0eac)2025-03-31
+ 1 | - 1 | .github/workflows/flow-trigger-release.yaml | (cdea)2025-04-01
+ 2 | - 2 | .github/workflows/zxc-jrs-regression.yaml | (c1de)2025-04-02
+ 1 | - 1 | hapi/hapi/build.gradle.kts | (6e3b)2025-04-01
+ 41 | - 0 | hapi/hapi/src/main/java/com/hedera/hapi/util/EventMigrationUtils.java | (5b83)2025-04-02
+ 19 | - 4 | hapi/hedera-protobuf-java-api/src/main/proto/block/stream/output/block_header.proto | (0484)2025-04-01
+ 13 | - 0 | hapi/hedera-protobuf-java-api/src/main/proto/block/stream/output/state_changes.proto | (8d0b)2025-03-31
+ 3 | - 1 | hapi/hedera-protobuf-java-api/src/main/proto/platform/event/event_core.proto | (5b83)2025-04-02
+ 14 | - 0 | hapi/hedera-protobuf-java-api/src/main/proto/platform/event/gossip_event.proto | (5b83)2025-04-02
+ 21 | - 1 | hapi/hedera-protobuf-java-api/src/main/proto/platform/state/platform_state.proto | (8d0b)2025-03-31
+ 9 | - 0 | hapi/hedera-protobuf-java-api/src/main/proto/services/node_create.proto | (8d0b)2025-03-31
+ 8 | - 0 | hapi/hedera-protobuf-java-api/src/main/proto/services/node_update.proto | (8d0b)2025-03-31
+ 9 | - 0 | hapi/hedera-protobuf-java-api/src/main/proto/services/state/addressbook/node.proto | (8d0b)2025-03-31
+ 8 | - 0 | hapi/hedera-protobuf-java-api/src/main/proto/services/state/token/network_staking_rewards.proto | (8d0b)2025-03-31
+ 84 | - 0 | hapi/hedera-protobuf-java-api/src/main/proto/services/state/token/node_rewards.proto | (8d0b)2025-03-31
+ 18 | - 0 | hedera-node/hapi-utils/src/main/java/com/hedera/node/app/hapi/utils/keys/KeyUtils.java | (72d7)2025-03-31
+ 17 | - 0 | hedera-node/hapi-utils/src/main/java/com/hedera/node/app/hapi/utils/keys/Secp256k1Utils.java | (72d7)2025-03-31
+ 1 | - 0 | hedera-node/hedera-addressbook-service-impl/src/main/java/com/hedera/node/app/service/addressbook/impl/handlers/NodeCreateHandler.java | (8d0b)2025-03-31
+ 3 | - 0 | hedera-node/hedera-addressbook-service-impl/src/main/java/com/hedera/node/app/service/addressbook/impl/handlers/NodeUpdateHandler.java | (8d0b)2025-03-31
+ 0 | - 101 | hedera-node/hedera-app/src/jmh/java/com/hedera/node/app/blocks/streaming/BlockNodeConnectionManagerBenchmark.java | (e98b)2025-04-01
+ 9 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/Hedera.java | (760a)2025-04-02, (8d0b)2025-03-31
+ 3 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/HederaInjectionComponent.java | (8d0b)2025-03-31
+ 9 | - 1 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/ServicesMain.java | (760a)2025-04-02
+ 5 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/BlockItemWriter.java | (e98b)2025-04-01
+ 30 | - 8 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/BlockStreamManager.java | (0484)2025-04-01, (8d0b)2025-03-31
+ 58 | - 10 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/BlockStreamModule.java | (e98b)2025-04-01, (8d0b)2025-03-31
+ 2 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/BlockImplUtils.java | (8d0b)2025-03-31
+ 19 | - 55 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/BlockStreamManagerImpl.java | (0484)2025-04-01, (e98b)2025-04-01, (8d0b)2025-03-31
+ 33 | - 9 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/BoundaryStateChangeListener.java | (8d0b)2025-03-31
+ 3 | - 46 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConfigExtractor.java | (e98b)2025-04-01
+ 65 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConfigExtractorImpl.java | (e98b)2025-04-01
+ 411 | - 40 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnection.java | (e98b)2025-04-01
+ 135 | - 141 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnectionManager.java | (e98b)2025-04-01
+ 54 | - 7 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockState.java | (e98b)2025-04-01
+ 190 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockStreamStateManager.java | (e98b)2025-04-01
+ 11 | - 4 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/FileAndGrpcBlockItemWriter.java | (e98b)2025-04-01
+ 6 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/FileBlockItemWriter.java | (e98b)2025-04-01
+ 19 | - 38 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/GrpcBlockItemWriter.java | (e98b)2025-04-01
+ 19 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/NoOpBlockNodeConfigExtractor.java | (e98b)2025-04-01
+ 10 | - 2 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/fees/FeeAccumulator.java | (8d0b)2025-03-31
+ 5 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/info/DiskStartupNetworks.java | (8d0b)2025-03-31
+ 6 | - 3 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/info/NodeInfoImpl.java | (8d0b)2025-03-31
+ 3 | - 2 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/info/StateNetworkInfo.java | (8d0b)2025-03-31
+ 309 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/services/NodeRewardManager.java | (8d0b)2025-03-31
+ 76 | - 60 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/HandleWorkflow.java | (0484)2025-04-01, (8d0b)2025-03-31
+ 4 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/TransactionType.java | (8d0b)2025-03-31
+ 2 | - 2 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/dispatch/ChildDispatchFactory.java | (8d0b)2025-03-31
+ 140 | - 129 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/record/SystemTransactions.java | (0484)2025-04-01, (8d0b)2025-03-31
+ 12 | - 0 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/stack/Savepoint.java | (8d0b)2025-03-31
+ 15 | - 28 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/stack/SavepointStackImpl.java | (8d0b)2025-03-31
+ 23 | - 7 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/stack/savepoints/AbstractSavepoint.java | (8d0b)2025-03-31
+ 2 | - 2 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/stack/savepoints/FirstChildSavepoint.java | (8d0b)2025-03-31
+ 1 | - 1 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/stack/savepoints/FirstRootSavepoint.java | (8d0b)2025-03-31
+ 1 | - 1 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/stack/savepoints/FollowingSavepoint.java | (8d0b)2025-03-31
+ 14 | - 16 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/steps/ParentTxnFactory.java | (8d0b)2025-03-31
+ 11 | - 3 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/steps/StakePeriodChanges.java | (8d0b)2025-03-31
+ 5 | - 4 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/ingest/IngestChecker.java | (e98b)2025-04-01
+ 2 | - 2 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/query/QueryWorkflowImpl.java | (13d3)2025-04-01
+ 1 | - 1 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/standalone/TransactionExecutors.java | (8d0b)2025-03-31
+ 3 | - 3 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/standalone/impl/StandaloneDispatchFactory.java | (8d0b)2025-03-31
+ 3 | - 2 | hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/standalone/impl/StandaloneNetworkInfo.java | (8d0b)2025-03-31
+ 3 | - 5 | hedera-node/hedera-app/src/main/java/module-info.java | (31e7)2025-04-02
+ 27 | - 1 | hedera-node/hedera-config/src/main/java/com/hedera/node/config/data/NodesConfig.java | (8d0b)2025-03-31
+ 1 | - 1 | hedera-node/hedera-config/src/main/java/com/hedera/node/config/data/SchedulingConfig.java | (242f)2025-04-02
+ 77 | - 0 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/handlers/AbstractContractPaidQueryHandler.java | (13d3)2025-04-01
+ 2 | - 2 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/handlers/AbstractContractTransactionHandler.java | (13d3)2025-04-01
+ 1 | - 2 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/handlers/ContractCallLocalHandler.java | (13d3)2025-04-01
+ 89 | - 27 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/handlers/ContractGetBytecodeHandler.java | (13d3)2025-04-01
+ 8 | - 65 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/state/DispatchingEvmFrameState.java | (13d3)2025-04-01
+ 1 | - 1 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/state/ProxyEvmContract.java | (13d3)2025-04-01
+ 29 | - 2 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/utils/ConversionUtils.java | (13d3)2025-04-01
+ 95 | - 0 | hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/utils/RedirectBytecodeUtils.java | (13d3)2025-04-01
+ 1 | - 2 | hedera-node/hedera-token-service-impl/build.gradle.kts | (e98b)2025-04-01
+ 65 | - 0 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/ReadableNodeRewardsStoreImpl.java | (8d0b)2025-03-31
+ 2 | - 0 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/TokenServiceImpl.java | (8d0b)2025-03-31
+ 54 | - 0 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/WritableNodeRewardsStoreImpl.java | (8d0b)2025-03-31
+ 38 | - 22 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/api/TokenServiceApiImpl.java | (8d0b)2025-03-31
+ 3 | - 1 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/handlers/CryptoTransferHandler.java | (8d0b)2025-03-31
+ 3 | - 1 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/handlers/TokenAirdropHandler.java | (ba53)2025-04-02
+ 3 | - 1 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/handlers/staking/EndOfStakingPeriodUtils.java | (8d0b)2025-03-31
+ 115 | - 0 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/schemas/V0610TokenSchema.java | (8d0b)2025-03-31
+ 27 | - 7 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/validators/CryptoTransferValidator.java | (8d0b)2025-03-31
+ 5 | - 3 | hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/validators/TokenAirdropValidator.java | (ba53)2025-04-02
+ 30 | - 0 | hedera-node/hedera-token-service/src/main/java/com/hedera/node/app/service/token/ReadableNodeRewardsStore.java | (8d0b)2025-03-31
+ 4 | - 1 | hedera-node/hedera-token-service/src/main/java/com/hedera/node/app/service/token/api/TokenServiceApi.java | (8d0b)2025-03-31
+ 1 | - 1 | hiero-dependency-versions/build.gradle.kts | (6e3b)2025-04-01
+ 1 | - 1 | platform-sdk/consensus-event-creator-impl/build.gradle.kts | (0eac)2025-03-31
+ 19 | - 2 | platform-sdk/consensus-event-creator-impl/src/main/java/module-info.java | (2510)2025-04-02, (0eac)2025-03-31
+ 197 | - 0 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/ConsensusEventCreatorImpl.java | (2510)2025-04-02
+ 1 | - 1 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/EventCreationConfig.java | (0eac)2025-03-31
+ 1 | - 1 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/EventCreationStatus.java | (2510)2025-04-02
+ 2 | - 11 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/EventCreatorImpl.java | (2510)2025-04-02, (0eac)2025-03-31
+ 1 | - 1 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/config/EventCreationConfig.java | (2510)2025-04-02
+ 6 | - 7 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/rules/AggregateEventCreationRules.java | (2510)2025-04-02, (0eac)2025-03-31
+ 8 | - 9 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/rules/BackpressureRule.java | (2510)2025-04-02, (0eac)2025-03-31
+ 2 | - 1 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/rules/EventCreationRule.java | (2510)2025-04-02
+ 8 | - 9 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/rules/MaximumRateRule.java | (2510)2025-04-02, (0eac)2025-03-31
+ 6 | - 7 | platform-sdk/consensus-event-creator-impl/src/main/java/org/hiero/consensus/event/creator/impl/rules/PlatformHealthRule.java | (2510)2025-04-02, (0eac)2025-03-31
+ 1 | - 1 | platform-sdk/consensus-event-creator/build.gradle.kts | (0eac)2025-03-31
+ 6 | - 2 | platform-sdk/consensus-event-creator/src/main/java/module-info.java | (2510)2025-04-02, (0eac)2025-03-31
+ 206 | - 0 | platform-sdk/consensus-event-creator/src/main/java/org/hiero/consensus/event/creator/ConsensusEventCreator.java | (2510)2025-04-02
+ 1 | - 1 | platform-sdk/consensus-event-creator/src/main/java/org/hiero/consensus/event/creator/EventCreationRule.java | (0eac)2025-03-31
+ 1 | - 1 | platform-sdk/consensus-event-creator/src/main/java/org/hiero/consensus/event/creator/EventCreationStatus.java | (0eac)2025-03-31
+ 1 | - 8 | platform-sdk/consensus-event-creator/src/main/java/org/hiero/consensus/event/creator/EventCreator.java | (2510)2025-04-02, (0eac)2025-03-31
+ 32 | - 5 | platform-sdk/consensus-model/src/main/java/org/hiero/consensus/model/event/AncientMode.java | (fae3)2025-04-02
+ 2 | - 1 | platform-sdk/consensus-model/src/main/java/org/hiero/consensus/model/event/EventMetadata.java | (5b83)2025-04-02
+ 36 | - 22 | platform-sdk/consensus-model/src/main/java/org/hiero/consensus/model/event/PlatformEvent.java | (fae3)2025-04-02, (5b83)2025-04-02, (9477)2025-04-01
+ 21 | - 4 | platform-sdk/consensus-model/src/main/java/org/hiero/consensus/model/event/UnsignedEvent.java | (5b83)2025-04-02
+ 2 | - 2 | platform-sdk/consensus-model/src/main/java/org/hiero/consensus/model/hashgraph/EventWindow.java | (fae3)2025-04-02
+ 18 | - 8 | platform-sdk/consensus-utility/build.gradle.kts | (023d)2025-03-31, (b603)2025-03-31
+ 9 | - 0 | platform-sdk/consensus-utility/src/main/java/module-info.java | (31e7)2025-04-02, (b603)2025-03-31
+ 2 | - 2 | platform-sdk/consensus-utility/src/main/java/org/hiero/consensus/utility/ByteUtils.java | (023d)2025-03-31, (b603)2025-03-31
+ 1 | - 1 | platform-sdk/consensus-utility/src/main/java/org/hiero/consensus/utility/Clearable.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/consensus-utility/src/main/java/org/hiero/consensus/utility/Copyable.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/consensus-utility/src/main/java/org/hiero/consensus/utility/exceptions/PlatformException.java | (31e7)2025-04-02
+ 0 | - 14 | platform-sdk/event-creator-impl/src/main/java/module-info.java | (0eac)2025-03-31
+ 11 | - 0 | platform-sdk/platform-apps/demos/CryptocurrencyDemo/src/main/java/com/swirlds/demo/crypto/CryptocurrencyDemoMain.java | (760a)2025-04-02
+ 11 | - 0 | platform-sdk/platform-apps/demos/HelloSwirldDemo/src/main/java/com/swirlds/demo/hello/HelloSwirldDemoMain.java | (760a)2025-04-02
+ 11 | - 0 | platform-sdk/platform-apps/demos/StatsDemo/src/main/java/com/swirlds/demo/stats/StatsDemoMain.java | (760a)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-base/src/main/java/com/swirlds/base/utility/AutoCloseableNonThrowing.java | (b603)2025-03-31
+ 2 | - 0 | platform-sdk/swirlds-common/build.gradle.kts | (b603)2025-03-31
+ 1 | - 0 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/FastCopyable.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/crypto/CryptographyException.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/io/IOIterator.java | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/metrics/extensions/StandardFractionalTimer.java | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/metrics/platform/prometheus/PrometheusEndpoint.java | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/notification/DispatchException.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/threading/atomic/AtomicIntPair.java | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/threading/framework/MultiQueueThread.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/threading/framework/QueueThread.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/threading/framework/internal/AbstractThreadConfiguration.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/threading/futures/ConcurrentFuturePool.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/threading/futures/FuturePool.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/threading/locks/internal/AcquiredOnTry.java | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/threading/locks/internal/AcquiredResource.java | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/utility/Mnemonics.java | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-common/src/main/java/com/swirlds/common/utility/NonCryptographicHashing.java | (b603)2025-03-31
+ 2 | - 1 | platform-sdk/swirlds-common/src/main/java/module-info.java | (31e7)2025-04-02, (b603)2025-03-31
+ 1 | - 0 | platform-sdk/swirlds-component-framework/build.gradle.kts | (b603)2025-03-31
+ 1 | - 0 | platform-sdk/swirlds-component-framework/src/main/java/com/swirlds/component/framework/model/DeterministicWiringModel.java | (9149)2025-04-02
+ 1 | - 0 | platform-sdk/swirlds-fchashmap/build.gradle.kts | (b603)2025-03-31
+ 2 | - 2 | platform-sdk/swirlds-fcqueue/src/main/java/com/swirlds/fcqueue/FCQueue.java | (b603)2025-03-31
+ 2 | - 1 | platform-sdk/swirlds-fcqueue/src/main/java/module-info.java | (31e7)2025-04-02, (b603)2025-03-31
+ 1 | - 0 | platform-sdk/swirlds-merkle/build.gradle.kts | (b603)2025-03-31
+ 1 | - 0 | platform-sdk/swirlds-merkle/src/main/java/module-info.java | (31e7)2025-04-02
+ 1 | - 0 | platform-sdk/swirlds-merkledb/build.gradle.kts | (b603)2025-03-31
+ 14 | - 5 | platform-sdk/swirlds-merkledb/src/main/java/com/swirlds/merkledb/MerkleDbDataSource.java | (7b1f)2025-04-02
+ 2 | - 0 | platform-sdk/swirlds-platform-core/build.gradle.kts | (b603)2025-03-31
+ 3 | - 3 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/Browser.java | (760a)2025-04-02
+ 20 | - 5 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/ConsensusImpl.java | (8d0b)2025-03-31
+ 3 | - 4 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java | (760a)2025-04-02
+ 5 | - 5 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/builder/PlatformBuilder.java | (760a)2025-04-02
+ 2 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/builder/PlatformBuildingBlocks.java | (760a)2025-04-02
+ 4 | - 4 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/builder/PlatformComponentBuilder.java | (760a)2025-04-02
+ 2 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/config/PlatformConfigurationExtension.java | (2510)2025-04-02, (0eac)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/config/legacy/ConfigurationException.java | (31e7)2025-04-02
+ 0 | - 10 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/ConsensusUtils.java | (8d0b)2025-03-31
+ 29 | - 20 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/SyntheticSnapshot.java | (fae3)2025-04-02, (8d0b)2025-03-31
+ 17 | - 17 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/DefaultEventCreationManager.java | (2510)2025-04-02, (0eac)2025-03-31
+ 6 | - 6 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/rules/PlatformStatusRule.java | (2510)2025-04-02, (0eac)2025-03-31
+ 2 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/tipset/TipsetEventCreator.java | (2510)2025-04-02, (0eac)2025-03-31
+ 3 | - 9 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/tipset/TipsetTracker.java | (fae3)2025-04-02
+ 4 | - 4 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/tipset/TipsetWeightCalculator.java | (fae3)2025-04-02, (2510)2025-04-02, (0eac)2025-03-31
+ 1 | - 7 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/deduplication/StandardEventDeduplicator.java | (fae3)2025-04-02
+ 13 | - 5 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/hashing/PbjStreamHasher.java | (5b83)2025-04-02
+ 1 | - 7 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/linking/AbstractInOrderLinker.java | (fae3)2025-04-02
+ 32 | - 21 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/orphan/DefaultOrphanBuffer.java | (fae3)2025-04-02, (9477)2025-04-01
+ 3 | - 4 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/CommonPcesWriter.java | (fae3)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/DefaultInlinePcesWriter.java | (fae3)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/PcesFileIterator.java | (fae3)2025-04-02
+ 4 | - 4 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/PcesMutableFile.java | (fae3)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/PcesUtilities.java | (fae3)2025-04-02
+ 1 | - 10 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/stale/DefaultStaleEventDetector.java | (fae3)2025-04-02
+ 23 | - 34 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/validation/DefaultInternalEventValidator.java | (5b83)2025-04-02
+ 3 | - 3 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/SyncGossip.java | (760a)2025-04-02
+ 8 | - 7 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/modular/PeerConnectionServer.java | (9865)2025-04-01
+ 2 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/modular/SyncGossipModular.java | (760a)2025-04-02
+ 2 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/Shadowgraph.java | (31e7)2025-04-02, (fae3)2025-04-02
+ 0 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/ShadowgraphSynchronizer.java | (3bed)2025-04-02
+ 1 | - 13 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/SyncUtils.java | (3bed)2025-04-02, (fae3)2025-04-02
+ 2 | - 7 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gui/SimpleLinker.java | (fae3)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/internal/EventImpl.java | (31e7)2025-04-02
+ 9 | - 10 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/network/communication/handshake/VersionCompareHandshake.java | (760a)2025-04-02
+ 2 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/pool/TransactionPoolNexus.java | (2510)2025-04-02, (0eac)2025-03-31
+ 2 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/proof/algorithms/StateProofTreeBuilder.java | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/reconnect/ReconnectHelper.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/recovery/internal/RecoveryPlatform.java | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/sequence/map/SequenceMap.java | (31e7)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/sequence/set/SequenceSet.java | (31e7)2025-04-02
+ 7 | - 6 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/BirthRoundStateMigration.java | (8d0b)2025-03-31
+ 1 | - 9 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/address/AddressBookInitializer.java | (760a)2025-04-02
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/nexus/SignedStateNexus.java | (31e7)2025-04-02
+ 2 | - 5 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/service/PlatformStateService.java | (8d0b)2025-03-31
+ 0 | - 5 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/service/schemas/V0540PlatformStateSchema.java | (8d0b)2025-03-31
+ 0 | - 31 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/service/schemas/V059RosterLifecycleTransitionSchema.java | (8d0b)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/signed/ReservedSignedState.java | (b603)2025-03-31
+ 7 | - 0 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/system/SwirldMain.java | (760a)2025-04-02
+ 3 | - 5 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/system/address/AddressBookUtils.java | (760a)2025-04-02
+ 2 | - 2 | platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/wiring/PlatformWiring.java | (2510)2025-04-02, (0eac)2025-03-31
+ 5 | - 5 | platform-sdk/swirlds-platform-core/src/main/java/module-info.java | (31e7)2025-04-02, (2510)2025-04-02, (0eac)2025-03-31, (b603)2025-03-31
+ 6 | - 0 | platform-sdk/swirlds-state-api/src/main/java/com/swirlds/state/lifecycle/info/NodeInfo.java | (8d0b)2025-03-31
+ 2 | - 0 | platform-sdk/swirlds-virtualmap/build.gradle.kts | (b603)2025-03-31
+ 1 | - 1 | platform-sdk/swirlds-virtualmap/src/jmh/java/com/swirlds/virtualmap/benchmark/reconnect/StateBuilder.java | (b603)2025-03-31
+ 1 | - 0 | platform-sdk/swirlds-virtualmap/src/main/java/module-info.java | (31e7)2025-04-02
                    31e7022941ca5d7c1133bc07da51b49c35045797
                    
                    chore: prepare consensus-utilities (#18594)

Signed-off-by: Michael Heinrichs 
                
c1de1042569320c16ab27b87cf2c17bb4d9d5b60 chore: replace action with a step-security maintained version (#18603) Signed-off-by: PavelSBorisov
914925e0fec6320e2582f508e276a7dd2c06a1c3 fix(18561): Threads outlive the SequentialTaskScheduler created during test (#18391) Signed-off-by: mxtartaglia
3bedf16d296f185920c6e0f63f9abdd1db544df7 feat: Remove use of generation from sync (#18590) Signed-off-by: Kelly Greco
760a8ea167a96dcf5346e7f1fe2625140ea2ffb7 refactor: usages of SoftwareVersion with SemanticVersion (#18540) Signed-off-by: Mustafa Uzun
fae358a03d845c75b28f5f37ccc2a9ebed2ae4bd chore: consolidate usage of ancient indicator (#18541) Signed-off-by: Lazar Petrovic
5b8347309ac341e5b8e3ec062cc416ed85e1300f feat: move parent event descriptors (#18524) Signed-off-by: Lazar Petrovic
251022ac7ee5be923e6759ec07b193705c1c80d3 chore: prepare consensus event creator (#18585) Signed-off-by: Michael Heinrichs
ba5326612c2e81b6ce883f5a31858abe64028caa fix: airdrop TCK issues fixes (#18582) Signed-off-by: ibankov
242f5627128216e5cf6bfd53d3b1756fead4dcb2 feat: Long Term Schedule Transaction Support For DAB transactions (#18539) Signed-off-by: Valentin Tronkov <[email protected]>
a3745b352fd6892c3cb6bf1b7e95c2438a47f251 test: Add Ingest workflow checks HAPI tests (#18382) Signed-off-by: Zhivko Kelchev Signed-off-by: Valentin Tronkov <[email protected]> Co-authored-by: Zhivko Kelchev
7b1f96e1d9ba5946889968e8867e8652537c4ea6 fix: 18571: Current path range should be respected when path to hash and path to KV indices are restored (#18592) Fixes: https://github.com/hiero-ledger/hiero-consensus-node/issues/18571 Reviewed-by: Anthony Petrov , Ivan Malygin Signed-off-by: Artem Ananev
6e3b5ed7f754511a215952789c33a65c47851092 chore: upgrade PBJ to v0.10.3 (#18597) Signed-off-by: Anthony Petrov
cdea376d10d0c0e01c59a5b7c83d92bb852f413c chore: update new git-semver version (#18596) Signed-off-by: Andrew Brandt
c38bc076338b9aaf227b49108e2cef58f1d5c57d chore: 13214 custom fee assessor v3 (#18503) Signed-off-by: Josh Marinacci Co-authored-by: Matt Hess
9477a7b068adfd5b72aeb82cba1c119345a3a1f3 feat: Implement Non-deterministic Generation (#18506) Signed-off-by: Kelly Greco
048485cabf59a7da47ecb19990eb11b7bf2784c9 chore: `BlockHeader` updated with `block_timestamp` (#18526) Signed-off-by: Derek Riley
13d3bc86b92cc0ade972175c1227ff82167ef5b7 fix: contract get bytecode query to return the redirect code for hts token addresses (#18464) (#18563) Signed-off-by: Glib Kozyryatskyy Co-authored-by: Glib Kozyryatskyy
8f1f68d5999cf5375c3a3b79352b57a2df65c7a4 test: flaky precompile mint throttle test (#18479) Signed-off-by: Zhivko Kelchev
e98b3872ab762b41a263ce01bb40564f20d5f28d feat: Stream to Block Node's immediately without waiting `BlockProof`s (#18450) Signed-off-by: Derek Riley Signed-off-by: Petar Tonev Signed-off-by: Miroslav Gatsanoga Co-authored-by: Derek Riley Co-authored-by: Miroslav Gatsanoga
187f51eb17510252ace6790d563ff5c0118edd88 fix: Fix flaky PcesFile tests (#18474) Signed-off-by: mxtartaglia Signed-off-by: Maxi Tartaglia <[email protected]>
9865e31fc36379aec232c91a6ba5f967f983fc87 fix: Utilize more than one thread for SSL accept handling (#18557) Signed-off-by: Artur Biesiadowski
72d7118572c8ca9c16b17a0749a54156fb17fbe7 feat: Enhance yahcli rekey with ECDSA support (#18515) Signed-off-by: Matt Hess
0eacd11aef1e673b354f6eb64f65a013026fad19 chore: update of consensus modules ownership (#18568) Signed-off-by: Michael Heinrichs
bb0137ffc57f250054e277eef8a81b78eb8f2a99 ci: Add slack user if user is found in XTS failure report (#18569) Signed-off-by: Roger Barker
11a3e641232f02e703f1acad773253c5b439af6f test: add validations for consensus events used by Turtle tests (#18369) Signed-off-by: Ivan Kavaldzhiev
023d3ea16b1ae7b2d4acb13e4658fdd69abe6e0a chore: fix compiler warning in ByteUtils (#18567) Signed-off-by: Michael Heinrichs
8d0b640de6e3d4439a279544de2d4f4f44f9b01c feat: Implement daily node rewards (#18441) Signed-off-by: Michael Tinker Signed-off-by: Neeharika-Sompalli Co-authored-by: Michael Tinker
b603964d8a9379afe5d3fd0fa7ac5294f915cc94 chore: Prepare consensus-utility module (part 1) (#18547) Signed-off-by: Michael Heinrichs
4ef02b0f5a39138a7bdb434df22f91ecba5064fd feat: add HAPI verb to override the hederaFunctionality (#18481) Signed-off-by: Zhivko Kelchev Signed-off-by: Valentin Tronkov <[email protected]> Co-authored-by: Zhivko Kelchev
#: 40

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

97.13 - Java
2.12 - PureBasic
0.48 - Python
0.27 - Kotlin
txt: 1
pb: 2
kts: 3
+    1 | -    1 | example-android/app/build.gradle.kts | (bb9a)2025-04-02
+ 2 | - 2 | examples/build.gradle.kts | (bb9a)2025-04-02
+ 1 | - 1 | hiero-dependency-versions/build.gradle.kts | (16a9)2025-04-01
+ 111 | - 111 | sdk/src/main/resources/addressbook/mainnet.pb | (bb9a)2025-04-02
+ 18 | - 18 | sdk/src/main/resources/addressbook/previewnet.pb | (bb9a)2025-04-02
+ 1 | - 1 | version.txt | (bb9a)2025-04-02
                    bb9a24a01e0a2ab215b8d80e9f0abc9c10cacd69
                    
                    release: v2.53.0 (#2283)

Signed-off-by: Naydenov 
                
16a9d101e121659228ccb72fbee7e587b6626f6b chore(deps): bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.0 in /hiero-dependency-versions (#2239) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Borisov <[email protected]>
#: 41

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-04-02dev

99.79 - Solidity
0.21 - Makefile
                    29de8a4ba3e2ba125845d76615cb34d7e1fc1f55
                    
                    feat: Refactor staging deployments scripting to work for full deployment on Base and Arbitrum (#97)

* feat: do initial refactor

* feat: initial deploy script working

* feat: update with working script

* feat: staging deployment working locally

* fix: cleanup

* feat: update to add full input files

* feat: add arbitrum test coverage

* feat: add more testing and update arbitrum file

* fix: update to remove deps from output, updagte lib

* feat: add live staging contracts

* fix: update sub and blocks

* feat: add release jsons

* fix: add mainnet staing

* fix: arb filename
                
653d85517dd2da3a08b1d0a41c560da849870fc2 feat: Add and rename audits (#96) * feat: add cantina * fix: change all names
#: 42

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-app
GitHub History Url: github.com/marsfoundation/spark-app/commits
2025-04-02main

99.54 - TypeScript
0.28 - JavaScript
0.1 - CSS
0.08 - HTML
ts: 41
yaml: 1
tsx: 16
+    1 | -    1 | packages/app/src/config/chain/configs/mainnet.ts | (7515)2025-03-31
+ 4 | - 4 | packages/app/src/config/contracts-generated.ts | (7515)2025-03-31
+ 8 | - 0 | packages/app/src/config/feature-flags/appConfig.default.ts | (7515)2025-03-31
+ 2 | - 3 | packages/app/src/config/paths.ts | (7515)2025-03-31
+ 1 | - 1 | packages/app/src/domain/hooks/usePageChainId.ts | (7515)2025-03-31
+ 13 | - 0 | packages/app/src/domain/token-repository/tokenDataQuery.ts | (7515)2025-03-31
+ 2 | - 2 | packages/app/src/features/actions/flavours/finalize-spk-unstake/FinalizeSpkUnstakeActionRow.tsx | (cb74)2025-04-02
+ 2 | - 1 | packages/app/src/features/actions/flavours/finalize-spk-unstake/logic/finalizeSpkUnstakeAction.ts | (cb74)2025-04-02
+ 2 | - 1 | packages/app/src/features/actions/flavours/stake-spk/logic/stakeSpkAction.ts | (7515)2025-03-31
+ 2 | - 3 | packages/app/src/features/actions/flavours/unstake-spk/logic/unstakeSpkAction.ts | (3e2c)2025-04-01
+ 16 | - 0 | packages/app/src/features/dialogs/sandbox/logic/createSandbox.ts | (7515)2025-03-31
+ 4 | - 5 | packages/app/src/features/dialogs/sandbox/logic/setupSparkRewards.ts | (7515)2025-03-31
+ 131 | - 1 | packages/app/src/features/dialogs/sandbox/logic/setupSpkStaking.ts | (3e2c)2025-04-01, (7515)2025-03-31
+ 3 | - 0 | packages/app/src/features/dialogs/sandbox/logic/setupWorker.ts | (7515)2025-03-31
+ 12 | - 0 | packages/app/src/features/dialogs/sandbox/logic/worker.ts | (7515)2025-03-31
+ 9 | - 1 | packages/app/src/features/dialogs/sandbox/tenderly/TenderlyClient.ts | (7515)2025-03-31
+ 1 | - 1 | packages/app/src/features/dialogs/select-network/logic/useSelectNetworkDialog.ts | (7515)2025-03-31
+ 13 | - 2 | packages/app/src/features/spk-staking/SpkStakingContainer.tsx | (7515)2025-03-31
+ 4 | - 20 | packages/app/src/features/spk-staking/components/general-stats-bar/GeneralStatsBar.stories.ts | (7515)2025-03-31
+ 6 | - 15 | packages/app/src/features/spk-staking/components/general-stats-bar/GeneralStatsBar.tsx | (7515)2025-03-31
+ 19 | - 0 | packages/app/src/features/spk-staking/components/skeleton/SpkStakingSkeleton.stories.ts | (7515)2025-03-31
+ 22 | - 0 | packages/app/src/features/spk-staking/components/skeleton/SpkStakingSkeleton.tsx | (7515)2025-03-31
+ 1 | - 0 | packages/app/src/features/spk-staking/components/staking-rewards-panel/StakingRewardsPanel.stories.ts | (7515)2025-03-31
+ 3 | - 1 | packages/app/src/features/spk-staking/components/staking-rewards-panel/StakingRewardsPanel.tsx | (7515)2025-03-31
+ 1 | - 8 | packages/app/src/features/spk-staking/components/withdrawals-table/TimeLeftCell.tsx | (3e2c)2025-04-01
+ 20 | - 0 | packages/app/src/features/spk-staking/dialogs/finalize-unstake/FinalizeUnstakeDialog.tsx | (cb74)2025-04-02
+ 32 | - 0 | packages/app/src/features/spk-staking/dialogs/finalize-unstake/FinalizeUnstakeDialogContentContainer.tsx | (cb74)2025-04-02
+ 62 | - 0 | packages/app/src/features/spk-staking/dialogs/finalize-unstake/logic/useFinalizeUnstakeDialog.ts | (cb74)2025-04-02
+ 50 | - 0 | packages/app/src/features/spk-staking/dialogs/finalize-unstake/views/FinalizeUnstakeView.stories.tsx | (cb74)2025-04-02
+ 39 | - 0 | packages/app/src/features/spk-staking/dialogs/finalize-unstake/views/FinalizeUnstakeView.tsx | (cb74)2025-04-02
+ 3 | - 3 | packages/app/src/features/spk-staking/dialogs/stake/logic/createTxOverview.ts | (7515)2025-03-31
+ 2 | - 2 | packages/app/src/features/spk-staking/dialogs/stake/logic/useStakeDialog.ts | (7515)2025-03-31
+ 20 | - 0 | packages/app/src/features/spk-staking/dialogs/unstake/UnstakeDialog.tsx | (3e2c)2025-04-01
+ 38 | - 0 | packages/app/src/features/spk-staking/dialogs/unstake/UnstakeDialogContentContainer.tsx | (3e2c)2025-04-01
+ 47 | - 0 | packages/app/src/features/spk-staking/dialogs/unstake/components/TransactionOverview.tsx | (3e2c)2025-04-01
+ 34 | - 0 | packages/app/src/features/spk-staking/dialogs/unstake/logic/createTxOverview.ts | (3e2c)2025-04-01
+ 40 | - 0 | packages/app/src/features/spk-staking/dialogs/unstake/logic/getFormFieldsForUnstakeDialog.ts | (3e2c)2025-04-01
+ 105 | - 0 | packages/app/src/features/spk-staking/dialogs/unstake/logic/useUnstakeDialog.ts | (3e2c)2025-04-01
+ 61 | - 0 | packages/app/src/features/spk-staking/dialogs/unstake/logic/validation.ts | (3e2c)2025-04-01
+ 110 | - 0 | packages/app/src/features/spk-staking/dialogs/unstake/views/UnstakeView.stories.tsx | (3e2c)2025-04-01
+ 47 | - 0 | packages/app/src/features/spk-staking/dialogs/unstake/views/UnstakeView.tsx | (3e2c)2025-04-01
+ 71 | - 1 | packages/app/src/features/spk-staking/logic/useChartDetails.ts | (7515)2025-03-31
+ 0 | - 49 | packages/app/src/features/spk-staking/logic/useGeneralStats.ts | (7515)2025-03-31
+ 55 | - 32 | packages/app/src/features/spk-staking/logic/useSpkStaking.ts | (cb74)2025-04-02, (3e2c)2025-04-01, (7515)2025-03-31
+ 117 | - 58 | packages/app/src/features/spk-staking/logic/useSpkStakingData.ts | (cb74)2025-04-02, (7515)2025-03-31
+ 56 | - 3 | packages/app/src/features/spk-staking/logic/useStakedAmountWatcher.ts | (3e2c)2025-04-01, (7515)2025-03-31
+ 2 | - 3 | packages/app/src/features/spk-staking/types.ts | (7515)2025-03-31
+ 7 | - 0 | packages/app/src/features/spk-staking/utils/formatTargetDate.ts | (3e2c)2025-04-01
+ 1 | - 1 | packages/app/src/features/spk-staking/utils/formatTimeLeft.ts | (cb74)2025-04-02
+ 5 | - 9 | packages/app/src/features/spk-staking/views/SpkStakingView.stories.ts | (7515)2025-03-31
+ 5 | - 5 | packages/app/src/features/spk-staking/views/SpkStakingView.tsx | (7515)2025-03-31
+ 3 | - 1 | packages/common-reporters/src/console/ConsoleReporter.ts | (dd14)2025-03-31
+ 116 | - 46 | pnpm-lock.yaml | (c986)2025-04-02
                    cb745122b80f0821391ad7534def8609dc9dc5c5
                    
                    Add finalize unstake dialog (#772)
                
c9868246cb9737c0275fb82168fee4a4e415adfa Support output Anvil's redirects and `no-storage-caching` (#767) * Add AnvilInstance * Lint * Remove @viem/anvil * [canary] Custom anvil * Add execa dep * Add custom anvil instance * Remove prool * [canary] Read some anvil configuration from env * [canary] Allow for overrides through env variables
3e2ce4563a1f35bf95dd1a754fa4a5902948b45f Add SPK unstake dialog (#771)
dd14bc4592581a0416d6dfbffc06308282a89ce0 Remove `reportError` from ConsoleReporter's logger (#770) * Remove reportError from ConsoleReporter's logger * Explain why reportError is removed
7515c61aebf8859e6849427c8ab79e4bdedabf24 Assemble page and add sandbox support (#768)
#: 43

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

GitHub Url: github.com/galacticcouncil/HydraDX-node
GitHub History Url: github.com/galacticcouncil/HydraDX-node/commits
2025-04-02master

98.39 - Rust
0.82 - JavaScript
0.28 - TypeScript
0.19 - Solidity
0.16 - Shell
0.08 - Handlebars
0.03 - Makefile
0.03 - Dockerfile
0.01 - HCL
0 - RenderScript
rs: 22
toml: 8
+    1 | -    1 | math/Cargo.toml | (05c6)2025-04-02
+ 288 | - 1 | math/src/ratio.rs | (05c6)2025-04-02
+ 458 | - 218 | math/src/stableswap/math.rs | (05c6)2025-04-02
+ 18 | - 0 | math/src/stableswap/types.rs | (05c6)2025-04-02
+ 1 | - 1 | pallets/ema-oracle/Cargo.toml | (05c6)2025-04-02
+ 41 | - 1 | pallets/ema-oracle/src/lib.rs | (05c6)2025-04-02
+ 2 | - 1 | pallets/stableswap/Cargo.toml | (05c6)2025-04-02
+ 208 | - 420 | pallets/stableswap/src/benchmarks.rs | (05c6)2025-04-02
+ 379 | - 116 | pallets/stableswap/src/lib.rs | (05c6)2025-04-02
+ 102 | - 20 | pallets/stableswap/src/trade_execution.rs | (05c6)2025-04-02
+ 33 | - 0 | pallets/stableswap/src/types.rs | (05c6)2025-04-02
+ 50 | - 0 | pallets/stableswap/src/weights.rs | (05c6)2025-04-02
+ 2 | - 2 | runtime/adapters/Cargo.toml | (86ce)2025-04-02, (72bd)2025-04-02
+ 0 | - 2 | runtime/adapters/src/lib.rs | (86ce)2025-04-02, (174a)2025-04-02
+ 0 | - 166 | runtime/adapters/src/xcm_execute_filter.rs | (86ce)2025-04-02, (174a)2025-04-02
+ 2 | - 2 | runtime/hydradx/Cargo.toml | (86ce)2025-04-02, (05c6)2025-04-02
+ 36 | - 3 | runtime/hydradx/src/assets.rs | (05c6)2025-04-02
+ 2 | - 2 | runtime/hydradx/src/benchmarking/omnipool_liquidity_mining.rs | (05c6)2025-04-02
+ 2 | - 2 | runtime/hydradx/src/lib.rs | (86ce)2025-04-02, (05c6)2025-04-02
+ 166 | - 68 | runtime/hydradx/src/weights/pallet_stableswap.rs | (05c6)2025-04-02
+ 4 | - 4 | runtime/hydradx/src/xcm.rs | (86ce)2025-04-02, (6427)2025-04-02, (174a)2025-04-02
+ 1 | - 1 | traits/Cargo.toml | (05c6)2025-04-02
+ 19 | - 0 | traits/src/oracle.rs | (05c6)2025-04-02
                    86cedeb604a34ba57b0e933855283c82a4aa3197
                    
                    Merge pull request #1050 from galacticcouncil/allow_xcm_execute

feat: Remove filter for xcm_execute
                
6427c6a415d3a9db3fbe2ef9b961778fba34d31c fmt
72bd477c86f699ab56e6b539cb7f4328a9d086bd bump adapters
05c6fd21d705a8b40b5ef4959e9b8dffb87d2d9c Merge remote-tracking branch 'origin/master' into allow_xcm_execute
174ac5d13f0eca23b120b61ed57b854079d2f939 Remove xcm-execute filter related code
#: 44

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

97.36 - Go
0.87 - Shell
0.68 - Solidity
0.63 - TypeScript
0.42 - JavaScript
0.04 - Dockerfile
json: 1
mod: 2
sum: 2
envrc: 2
yml: 2
gitignore: 2
go: 1
+   10 | -   10 | .envrc | (8b0e)2025-04-02, (0fa9)2025-03-31
+ 6 | - 1 | .github/workflows/release.yml | (0abb)2025-04-02
+ 2 | - 2 | .gitignore | (8b0e)2025-04-02, (0fa9)2025-03-31
+ 6 | - 0 | .goreleaser.yml | (0abb)2025-04-02
+ 1 | - 0 | compatibility.json | (0fa9)2025-03-31
+ 3 | - 3 | go.mod | (8b0e)2025-04-02, (0fa9)2025-03-31
+ 6 | - 6 | go.sum | (8b0e)2025-04-02, (0fa9)2025-03-31
+ 1 | - 1 | plugin/evm/version.go | (0fa9)2025-03-31
                    8b0ef322b993fea02a4341fe023b31424388ac17
                    
                    chore(ci): simplify monitoring configuration (re-apply #1440) (#1545)

Signed-off-by: maru 
Co-authored-by: maru 
Co-authored-by: Darioush Jalali 
                
0abb00e8285d9cac031023bf121797841b45f385 fix(cd): goreleaser picks non-rc tag and uses workflow config (#1544)
0fa9b71ee12a45efd2ff8da6b72356538ca3952d chore: release v0.7.3-rc.0 (#1537) Co-authored-by: Ceyhun Onur
#: 45

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

94.16 - Rust
4.71 - Solidity
0.52 - Shell
0.32 - Makefile
0.12 - Scheme
0.12 - Gnuplot
0.05 - Dockerfile
rs: 29
toml: 4
+    4 | -    0 | fvm/Cargo.toml | (da20)2025-04-01
+ 114 | - 0 | fvm/src/blockstore/buffered.rs | (e5c0)2025-04-01
+ 4 | - 0 | fvm/src/call_manager/default.rs | (709e)2025-04-02
+ 4 | - 1 | fvm/src/call_manager/mod.rs | (709e)2025-04-02
+ 15 | - 22 | fvm/src/engine/mod.rs | (da20)2025-04-01
+ 2 | - 2 | fvm/src/executor/mod.rs | (da20)2025-04-01
+ 12 | - 0 | fvm/src/kernel/default.rs | (709e)2025-04-02
+ 3 | - 0 | fvm/src/kernel/filecoin.rs | (da20)2025-04-01
+ 8 | - 1 | fvm/src/machine/default.rs | (e5c0)2025-04-01
+ 14 | - 1 | fvm/src/machine/mod.rs | (080f)2025-04-02, (e5c0)2025-04-01
+ 1 | - 0 | fvm/src/syscalls/filecoin.rs | (da20)2025-04-01
+ 13 | - 0 | fvm/src/trace/mod.rs | (709e)2025-04-02
+ 1 | - 1 | ipld/amt/benches/amt_benchmark.rs | (da20)2025-04-01
+ 2 | - 2 | ipld/amt/src/lib.rs | (da20)2025-04-01
+ 6 | - 8 | ipld/hamt/src/bitfield.rs | (da20)2025-04-01
+ 6 | - 8 | ipld/kamt/src/bitfield.rs | (da20)2025-04-01
+ 1 | - 1 | rust-toolchain.toml | (da20)2025-04-01
+ 1 | - 0 | sdk/src/crypto.rs | (da20)2025-04-01
+ 4 | - 1 | shared/Cargo.toml | (080f)2025-04-02, (da20)2025-04-01
+ 0 | - 1 | shared/src/address/payload.rs | (da20)2025-04-01
+ 1 | - 1 | shared/src/address/protocol.rs | (da20)2025-04-01
+ 0 | - 8 | shared/src/clock/mod.rs | (080f)2025-04-02
+ 0 | - 53 | shared/src/clock/quantize.rs | (080f)2025-04-02
+ 1 | - 1 | shared/src/econ/mod.rs | (080f)2025-04-02
+ 2 | - 59 | shared/src/lib.rs | (080f)2025-04-02
+ 0 | - 23 | shared/src/math.rs | (080f)2025-04-02
+ 0 | - 15 | shared/src/reward.rs | (080f)2025-04-02
+ 0 | - 10 | shared/src/sector/mod.rs | (080f)2025-04-02
+ 0 | - 111 | shared/src/smooth/alpha_beta_filter.rs | (080f)2025-04-02
+ 0 | - 9 | shared/src/smooth/mod.rs | (080f)2025-04-02
+ 0 | - 96 | shared/src/smooth/smooth_func.rs | (080f)2025-04-02
                    709e0d8df0fe0e8133389cdb70ba2160e302187f
                    
                    feat: log(LogEntry) to handle different log types (#2113)

* feat: log(LogEntry) to handle different log types

* feat(trace): introduce new Ipld ExecutionEvent
                
080ff67ac961bd9941c0738029fa7cd793e7920c feat: shared: remove a bunch of code (#1986) - `BLOCK_GAS_LIMIT`: Neither the FVM nor the builtin actors care about the block gas limit. And if they did, it would have to be a runtime parameter passed from the client. - `EPOCH_DURATION_SECONDS`: Different networks may have different block times, this constant is useless. - `math`, `reward`, `smooth`: part of the reward actor calculations, not relevant to the FVM itself (moved to the builtin actors). - `TOTAL_FILECOIN`, `TOTAL_FILECOIN_BASE`: Network parameter, not a concern of the FVM. - `BLOCKS_PER_EPOCH`: protocol parameter, moved to the builtin actors. - `MAX_SECTOR_NUMBER`: moved to the builtin actors. - `Spacetime`, `SectorQuality`: moved to the builtin actors. - `ZERO_ADDRESS`, `*_LOOKBACK`, `ALLOWABLE_CLOCK_DRIFT`, `NetworkParams`, `DefaultNetworkParams`: unused.
da207f4c10707c8b649173ad385fbb43dc823e73 chore: update to rust 1.81.0 (#2109) Matches builtin actors and fixes cargo-deny. This also removes the ineffective attempt at configuring disabled features of wasmtime as the compiler now complains about it. --------- Co-authored-by: Rod Vagg
e5c00d8aa36058d2d97ac7393fc18716d40683ce feat: add flush_all_blocks option to also write intermediate blocks (#2101)
d651592d825df91ce729b4c11331e3a5eb9eadb4 chore: remove minicov (#2115)
#: 46

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

66.48 - Rust
19.06 - Go
11.01 - TypeScript
2 - JavaScript
0.73 - Solidity
0.59 - Shell
0.09 - Dockerfile
0.03 - Makefile
0.01 - HTML
yml: 4
rs: 6
go: 4
toml: 8
+    6 | -    0 | .github/workflows/ci-examples.yml | (602f)2025-04-02, (1218)2025-04-02
+ 6 | - 0 | .github/workflows/ci-lint.yml | (602f)2025-04-02, (1218)2025-04-02
+ 6 | - 0 | client-sdk/go/connection/connection.go | (602f)2025-04-02, (5eca)2025-04-02
+ 50 | - 30 | client-sdk/go/modules/roflmarket/types.go | (602f)2025-04-02, (5eca)2025-04-02
+ 4 | - 4 | examples/contract-sdk/c10l-hello-world/Cargo.toml | (e9a9)2025-04-02, (d86e)2025-04-02
+ 4 | - 4 | examples/contract-sdk/hello-world/Cargo.toml | (e9a9)2025-04-02, (d86e)2025-04-02
+ 2 | - 2 | examples/runtime-sdk/minimal-runtime/Cargo.toml | (e9a9)2025-04-02, (d86e)2025-04-02
+ 6 | - 0 | examples/runtime-sdk/minimal-runtime/src/lib.rs | (e9a9)2025-04-02, (d86e)2025-04-02
+ 4 | - 4 | runtime-sdk/Cargo.toml | (602f)2025-04-02, (a02e)2025-04-02
+ 2 | - 2 | runtime-sdk/src/modules/consensus/mod.rs | (602f)2025-04-02, (a02e)2025-04-02
+ 4 | - 4 | runtime-sdk/src/modules/core/mod.rs | (602f)2025-04-02, (a02e)2025-04-02
                    e9a9d69e8582405eaf11085de5493fb95343e33c
                    
                    Merge pull request #2185 from oasisprotocol/kostko/fix/examples

examples: Bump Contract SDK and Runtime SDK versions
                
d86e6cc5a1b2533f81d64438be363d96e682f65e examples: Bump Contract SDK and Runtime SDK versions
602f5620f79c4730779d9a901e95054fa1f6ab12 Merge pull request #2184 from oasisprotocol/kostko/fix/sdk-roflmarket client-sdk/go: Various roflmarket fixes
a02ebe6750946a7468272b03736f06d59c22d0a2 runtime-sdk: Bump Oasis Core to 25.1 and fix deranged issues
12187eb7e5ac8964526340ff0b6958a3561dbcce ci: Set cmake minimum required version
5ecac4b06e24ddf71a352748a2f31ce3f4156f2f client-sdk/go: Various roflmarket fixes
#: 47

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

48.69 - TypeScript
47.89 - Rust
3.05 - Solidity
0.31 - Shell
0.03 - Dockerfile
0.03 - Handlebars
                    5d4295279adb00eaa05bf6acabd4d2b1b94d9421
                    
                    Update moonwall.config.json (#3246)
                
#: 48

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

94.5 - Rust
2.91 - Shell
2.08 - Solidity
0.11 - WebAssembly
0.1 - Handlebars
0.1 - Makefile
0.07 - Jinja
0.06 - Dockerfile
0.05 - HCL
0.02 - Python
0 - C
json: 4
toml: 2
rs: 27
sol: 1
yml: 1
gitmodules: 1
+    1 | -    0 | .github/workflows/build.yml | (d708)2025-04-02
+ 2 | - 2 | .gitmodules | (1058)2025-04-01
+ 1 | - 0 | Cargo.toml | (69e6)2025-04-02
+ 3 | - 3 | common/src/gas_provider/node.rs | (4744)2025-04-02
+ 1 | - 7 | common/src/lib.rs | (4744)2025-04-02
+ 4 | - 5 | core-backend/src/error.rs | (69e6)2025-04-02
+ 25 | - 12 | core-backend/src/funcs.rs | (69e6)2025-04-02
+ 6 | - 0 | core-backend/src/memory.rs | (69e6)2025-04-02
+ 1 | - 1 | core-processor/src/executor.rs | (4744)2025-04-02
+ 1 | - 1 | core-processor/src/ext.rs | (4744)2025-04-02
+ 21 | - 6 | core-processor/src/processing.rs | (69e6)2025-04-02
+ 8 | - 0 | core/src/buffer.rs | (69e6)2025-04-02
+ 91 | - 1 | core/src/message/mod.rs | (69e6)2025-04-02
+ 5 | - 0 | core/src/str.rs | (69e6)2025-04-02
+ 13 | - 4 | ethexe/contracts/src/Router.sol | (1058)2025-04-01
+ 1 | - 1 | ethexe/ethereum/Mirror.json | (1058)2025-04-01
+ 1 | - 1 | ethexe/ethereum/Router.json | (1058)2025-04-01
+ 1 | - 1 | ethexe/ethereum/TransparentUpgradeableProxy.json | (1058)2025-04-01
+ 1 | - 1 | ethexe/ethereum/WrappedVara.json | (1058)2025-04-01
+ 0 | - 2 | ethexe/ethereum/src/lib.rs | (4744)2025-04-02
+ 1 | - 1 | ethexe/runtime/common/src/lib.rs | (4744)2025-04-02
+ 21 | - 0 | examples/panic-payload/Cargo.toml | (69e6)2025-04-02
+ 21 | - 0 | examples/panic-payload/build.rs | (69e6)2025-04-02
+ 66 | - 0 | examples/panic-payload/src/lib.rs | (69e6)2025-04-02
+ 44 | - 0 | examples/panic-payload/src/wasm.rs | (69e6)2025-04-02
+ 22 | - 2 | gcore/src/utils.rs | (69e6)2025-04-02
+ 8 | - 5 | gstd/src/common/errors.rs | (69e6)2025-04-02
+ 2 | - 2 | gstd/src/common/handlers.rs | (69e6)2025-04-02
+ 48 | - 1 | gstd/src/lib.rs | (69e6)2025-04-02
+ 10 | - 11 | gsys/src/lib.rs | (4744)2025-04-02
+ 2 | - 3 | pallets/gear-builtin/src/lib.rs | (69e6)2025-04-02
+ 21 | - 6 | pallets/gear-eth-bridge/src/lib.rs | (5130)2025-04-01
+ 1 | - 1 | runtime/common/src/lib.rs | (4744)2025-04-02
+ 2 | - 2 | runtime/vara/src/constants.rs | (4744)2025-04-02
+ 99 | - 1 | runtime/vara/src/governance/tracks.rs | (5130)2025-04-01
+ 31 | - 4 | runtime/vara/src/lib.rs | (5130)2025-04-01
                    69e6f013ebdec6bb1f2783a4bf760b6af08c94d9
                    
                    refactor: Lower panic data restriction (#4583)
                
474406de2bcd7d7137382eb9183434dbdfe5a9ff fix(runtime): adjust economical constants, bump gas price (#4585)
d70863b0045453bb53a9390a23196eda4bf72666 chore(ci): disable weight warnings in try-runtime job (#4586)
105831ab895f5a52ce22f727a6c05a3b4f3917c0 fix(ethexe/contracts): do not transfer 0 wvara, check for duplicate signatures (#4584)
5130ae2afe155940f58b2e00e7730a08d4025174 feat(vara): Implement gear eth bridge governance (#4527)
#: 49

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

98.64 - Go
0.53 - Solidity
0.49 - Shell
0.17 - Makefile
0.09 - Dockerfile
0.04 - HTML
0.02 - CSS
0.01 - Assembly
0.01 - Python
go: 4
json: 4
+    1 | -    1 | build/openrpc/full.json | (2686)2025-04-01
+ 1 | - 1 | build/openrpc/gateway.json | (2686)2025-04-01
+ 1 | - 1 | build/openrpc/miner.json | (2686)2025-04-01
+ 1 | - 1 | build/openrpc/worker.json | (2686)2025-04-01
+ 2 | - 2 | build/version.go | (2686)2025-04-01
+ 2 | - 11 | chain/types/tipset.go | (592c)2025-04-02
+ 57 | - 0 | cmd/lotus-shed/miner.go | (de21)2025-03-31
+ 16 | - 10 | cmd/release/main.go | (062c)2025-04-01
                    592cf456ac1068b1b89bdc0564f100750d979346
                    
                    chore: use slices.Equal to simplify code (#13002)

Signed-off-by: xixishidibei 
                
062ce4d52118a72512ace821744251b2ff5c5200 docs(release): v1.32.0 release template improvements (#12874) * docs(release): v1.32.0 release template improvements Accumulate release template improvements from shipping the v1.32.0 release: https://github.com/filecoin-project/lotus/issues/12750 * Better crosslink between the release flow / release tool / release template.
599deab20b364f642ae22ac180a3f4d535fdc05b chore(release): cherry-pick v1.32.0&v1.32.1 changelog back to master (#13001) build: release Lotus Node and Miner v1.32.1 (#12997) chore: bump version to v1.32.1 and update changelog chore: bump version to v1.32.1 and update changelog
d8663a8845f450732844609c8e16efe78b32c8b0 feat(build): add calibnet-* etc. targets for per-network builds (#12972) Closes: https://github.com/filecoin-project/lotus/issues/12767 `make calibnet` builds everything you need for a full devnet package, you would now do `make calibnet-lotus`, `make calibnet-lotus-gateway` etc. to build individual binaries.
2686041cf8ec6a7551a19810183b9827f92050a0 chore: bump version to v1.32.2-dev (#13000) chore: bump version in master branch chore: bump version in master branch
de21d03a6954e97693a24c29aca7b126bd97c666 feat(shed): lotus-shed miner list-balances (#12984)
#: 50

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

94.08 - Go
5.8 - Rust
0.06 - Shell
0.04 - Makefile
0.03 - Smarty
json: 1
mod: 2
sum: 2
proto: 1
go: 8
+    2 | -    2 | build/go.mod | (1773)2025-04-02
+ 4 | - 4 | build/go.sum | (1773)2025-04-02
+ 6 | - 1 | docs/static/openapi.json | (1773)2025-04-02
+ 3 | - 2 | go.mod | (1773)2025-04-02
+ 6 | - 6 | go.sum | (1773)2025-04-02
+ 5 | - 0 | pkg/math/big/int.go | (1773)2025-04-02
+ 4 | - 1 | proto/coreum/dex/v1/params.proto | (1773)2025-04-02
+ 25 | - 0 | x/dex/keeper/good_til.go | (1773)2025-04-02
+ 33 | - 21 | x/dex/keeper/keeper.go | (1773)2025-04-02
+ 1 | - 1 | x/dex/keeper/matching_engine.go | (1773)2025-04-02
+ 17 | - 61 | x/dex/keeper/price_tick.go | (1773)2025-04-02
+ 44 | - 0 | x/dex/keeper/quantity_step.go | (1773)2025-04-02
+ 29 | - 1 | x/dex/types/params.go | (1773)2025-04-02
+ 64 | - 27 | x/dex/types/params.pb.go | (1773)2025-04-02
                    17731037b6e01a1caa736369f23b47a44e7101a0
                    
                    Integrate quantity_step into DEX matching (#1099)
                
#: 51

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

96.13 - Haskell
2.96 - Pact
0.31 - C
0.21 - Dockerfile
0.15 - Nix
0.14 - Python
0.1 - Shell
nix: 1
yml: 1
yaml: 5
hs: 21
cabal: 3
freeze: 4
+    8 | -    8 | .github/workflows/applications.yml | (96a7)2025-04-01
+ 2 | - 2 | .github/workflows/macos.yaml | (96a7)2025-04-01
+ 1 | - 1 | bench/Chainweb/Pact/Backend/Bench.hs | (2ea4)2025-04-02
+ 1 | - 1 | bench/Chainweb/Pact/Backend/ForkingBench.hs | (2ea4)2025-04-02
+ 182 | - 61 | cabal.project.freeze | (2ea4)2025-04-02, (804e)2025-04-02, (96a7)2025-04-01, (2810)2025-04-01
+ 7 | - 7 | chainweb.cabal | (2ea4)2025-04-02, (804e)2025-04-02, (2810)2025-04-01
+ 4 | - 4 | cwtools/ea/Ea/Genesis.hs | (2ea4)2025-04-02
+ 3 | - 3 | cwtools/run-nodes/Main.hs | (2ea4)2025-04-02
+ 1 | - 1 | examples/local-templates/deploy-contracts-template.yaml | (2ea4)2025-04-02
+ 1 | - 1 | examples/local-templates/run-coin-contract-template.yaml | (2ea4)2025-04-02
+ 1 | - 1 | examples/local-templates/run-simple-template.yaml | (2ea4)2025-04-02
+ 1 | - 1 | examples/local-templates/run-standard-contracts-template.yaml | (2ea4)2025-04-02
+ 2 | - 2 | flake.nix | (9309)2025-04-01
+ 27 | - 3 | src/Chainweb/BlockHash.hs | (388a)2025-04-02, (3e5b)2025-04-02
+ 1 | - 0 | src/Chainweb/BlockHeader.hs | (3e5b)2025-04-02
+ 9 | - 2 | src/Chainweb/BlockHeader/Internal.hs | (3e5b)2025-04-02
+ 3 | - 3 | src/Chainweb/Chainweb/MinerResources.hs | (3e5b)2025-04-02
+ 76 | - 42 | src/Chainweb/Cut/Create.hs | (3e5b)2025-04-02
+ 74 | - 11 | src/Chainweb/Graph.hs | (23ea)2025-04-02, (2ea4)2025-04-02, (804e)2025-04-02
+ 23 | - 21 | src/Chainweb/Miner/Coordinator.hs | (3e5b)2025-04-02
+ 1 | - 1 | src/Chainweb/Miner/RestAPI/Server.hs | (3e5b)2025-04-02
+ 3 | - 0 | src/Chainweb/Version.hs | (3e5b)2025-04-02
+ 3 | - 0 | src/Chainweb/Version/Guards.hs | (3e5b)2025-04-02
+ 2 | - 1 | src/Chainweb/Version/Mainnet.hs | (3e5b)2025-04-02, (2ea4)2025-04-02
+ 2 | - 1 | src/Chainweb/Version/RecapDevelopment.hs | (3e5b)2025-04-02, (2ea4)2025-04-02
                    388a8e8a30092fe5c04c322edd67650b7b7b3809
                    
                    Update src/Chainweb/BlockHash.hs
                
3e5b9c422d635827caecc22ea0bf64785cc5bf7d Start hashing adjacent hash records in work headers as of some fork This allows us to expand the chain graph later without breaking miners. Change-Id: Id0000000d6a8a713b68381ecb28d44bbd68b5a56
23ea00fb266d14e5538964a122cffd30a6235cd6 Update src/Chainweb/Graph.hs Co-authored-by: Emily Pillmore
2ea4e26184b37d8903c11f4e32bd972da71ee839 fix spelling of Petersen graph
804eaa29b52ca213f5e83da6f69355dc85768938 add more known graphs
930988c5a33e5910c0ffdc23c32bf4064ca6ce2f update hackage.nix and haskell.nix
6d035d33189a796568b7dc73e21859454cb038ea update nix flake
96a7b9b4ec0c8173a9d261626d5de2279ec67225 update build matrix
2810d79dc6f4123b2a1d6097582e642fa5668768 require random >=1.3
#: 52

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

76.88 - Rust
12.16 - Go
6.33 - TypeScript
3.21 - Shell
0.42 - Python
0.39 - JavaScript
0.31 - Dockerfile
0.29 - Makefile
toml: 7
json: 16
ts: 8
rs: 26
sh: 7
yml: 1
py: 5
+   64 | -    0 | .github/workflows/populate-staging-contracts.yml | (ad71)2025-04-01
+ 6 | - 1 | Cargo.toml | (b16b)2025-04-01
+ 2 | - 2 | contracts/dao-voting-adapter/Cargo.toml | (b16b)2025-04-01
+ 49 | - 49 | contracts/dao-voting-adapter/schema/full_schema.json | (062f)2025-04-02
+ 1 | - 1 | contracts/dao-voting-adapter/schema/generate_full_schema.py | (062f)2025-04-02
+ 3 | - 2 | contracts/hydro/Cargo.toml | (b16b)2025-04-01
+ 18 | - 0 | contracts/hydro/schema/can_lock_denom_response.json | (062f)2025-04-02
+ 0 | - 20 | contracts/hydro/schema/constants_response.json | (062f)2025-04-02
+ 157 | - 0 | contracts/hydro/schema/execute_msg.json | (062f)2025-04-02
+ 1156 | - 829 | contracts/hydro/schema/full_schema.json | (062f)2025-04-02
+ 1 | - 1 | contracts/hydro/schema/generate_full_schema.py | (062f)2025-04-02
+ 89 | - 20 | contracts/hydro/schema/instantiate_msg.json | (062f)2025-04-02
+ 17 | - 10 | contracts/hydro/schema/query_msg.json | (062f)2025-04-02
+ 116 | - 0 | contracts/hydro/schema/token_info_providers_response.json | (062f)2025-04-02
+ 5 | - 4 | contracts/hydro/src/bin/hydro_schema.rs | (b16b)2025-04-01
+ 323 | - 86 | contracts/hydro/src/contract.rs | (b16b)2025-04-01
+ 1 | - 1 | contracts/hydro/src/governance.rs | (b16b)2025-04-01
+ 7 | - 0 | contracts/hydro/src/lib.rs | (b16b)2025-04-01
+ 9 | - 254 | contracts/hydro/src/lsm_integration.rs | (b16b)2025-04-01
+ 15 | - 5 | contracts/hydro/src/migration/migrate.rs | (b16b)2025-04-01
+ 5 | - 0 | contracts/hydro/src/migration/mod.rs | (b16b)2025-04-01
+ 69 | - 0 | contracts/hydro/src/migration/unreleased.rs | (b16b)2025-04-01
+ 20 | - 0 | contracts/hydro/src/migration/v3_1_1.rs | (b16b)2025-04-01
+ 75 | - 5 | contracts/hydro/src/msg.rs | (b16b)2025-04-01
+ 15 | - 5 | contracts/hydro/src/query.rs | (b16b)2025-04-01
+ 519 | - 215 | contracts/hydro/src/score_keeper.rs | (b16b)2025-04-01
+ 13 | - 11 | contracts/hydro/src/state.rs | (b16b)2025-04-01
+ 496 | - 0 | contracts/hydro/src/token_manager.rs | (b16b)2025-04-01
+ 34 | - 17 | contracts/hydro/src/utils.rs | (b16b)2025-04-01
+ 44 | - 18 | contracts/hydro/src/validators_icqs.rs | (b16b)2025-04-01
+ 12 | - 17 | contracts/hydro/src/vote.rs | (b16b)2025-04-01
+ 32 | - 0 | contracts/token-info-providers/st-token-info-provider/Cargo.toml | (b16b)2025-04-01
+ 40 | - 0 | contracts/token-info-providers/st-token-info-provider/schema/config_response.json | (062f)2025-04-02
+ 10 | - 2 | contracts/token-info-providers/st-token-info-provider/schema/denom_info_response.json | (062f)2025-04-02
+ 6 | - 0 | contracts/token-info-providers/st-token-info-provider/schema/execute_msg.json | (062f)2025-04-02
+ 140 | - 0 | contracts/token-info-providers/st-token-info-provider/schema/full_schema.json | (062f)2025-04-02
+ 49 | - 2 | contracts/token-info-providers/st-token-info-provider/schema/generate_full_schema.py | (062f)2025-04-02, (b16b)2025-04-01
+ 18 | - 0 | contracts/token-info-providers/st-token-info-provider/schema/instantiate_msg.json | (062f)2025-04-02
+ 42 | - 0 | contracts/token-info-providers/st-token-info-provider/schema/query_msg.json | (062f)2025-04-02
+ 22 | - 0 | contracts/token-info-providers/st-token-info-provider/src/bin/st_token_info_provider_schema.rs | (b16b)2025-04-01
+ 73 | - 0 | contracts/token-info-providers/st-token-info-provider/src/contract.rs | (b16b)2025-04-01
+ 8 | - 0 | contracts/token-info-providers/st-token-info-provider/src/error.rs | (b16b)2025-04-01
+ 5 | - 0 | contracts/token-info-providers/st-token-info-provider/src/lib.rs | (b16b)2025-04-01
+ 12 | - 0 | contracts/token-info-providers/st-token-info-provider/src/msg.rs | (b16b)2025-04-01
+ 21 | - 0 | contracts/token-info-providers/st-token-info-provider/src/query.rs | (b16b)2025-04-01
+ 12 | - 0 | contracts/token-info-providers/st-token-info-provider/src/state.rs | (b16b)2025-04-01
+ 2 | - 2 | contracts/tribute/Cargo.toml | (b16b)2025-04-01
+ 81 | - 81 | contracts/tribute/schema/full_schema.json | (062f)2025-04-02
+ 1 | - 1 | contracts/tribute/schema/generate_full_schema.py | (062f)2025-04-02
+ 2 | - 2 | packages/interface/Cargo.toml | (b16b)2025-04-01
+ 2 | - 2 | packages/interface/src/hydro.rs | (b16b)2025-04-01
+ 8 | - 0 | packages/token-info-provider-interface/Cargo.toml | (b16b)2025-04-01
+ 19 | - 0 | packages/token-info-provider-interface/src/lib.rs | (b16b)2025-04-01
+ 6 | - 12 | tools/deployment/add_liquidity_deployments.sh | (ad71)2025-04-01
+ 3 | - 3 | tools/deployment/config_mainnet.json | (ad71)2025-04-01
+ 85 | - 0 | tools/deployment/enter_staging_liquidity_deployments.sh | (ad71)2025-04-01
+ 114 | - 0 | tools/deployment/lock_and_vote.sh | (ad71)2025-04-01
+ 25 | - 14 | tools/deployment/populate_contracts.sh | (ad71)2025-04-01
+ 4 | - 4 | tools/deployment/store_instantiate.sh | (062f)2025-04-02, (b16b)2025-04-01, (ad71)2025-04-01
+ 1 | - 1 | ts_types/DAOVotingAdapterBase.client.ts | (062f)2025-04-02
+ 1 | - 1 | ts_types/DAOVotingAdapterBase.types.ts | (062f)2025-04-02
+ 81 | - 18 | ts_types/HydroBase.client.ts | (062f)2025-04-02
+ 58 | - 15 | ts_types/HydroBase.types.ts | (062f)2025-04-02
+ 43 | - 0 | ts_types/STTokenInfoProviderBase.client.ts | (062f)2025-04-02
+ 33 | - 0 | ts_types/STTokenInfoProviderBase.types.ts | (062f)2025-04-02
+ 1 | - 1 | ts_types/TributeBase.client.ts | (062f)2025-04-02
+ 1 | - 1 | ts_types/TributeBase.types.ts | (062f)2025-04-02
                    062f08d308d66d5aef590873e7693e00515de7df
                    
                    Remove workflow to deploy latest contracts on testnet & cleanup (#241)

- removed GH workflow to deploy latest contracts on each merge into main
- regenerated schema
                
b16b0e95e15b02fb885529bdd60601459712bb7b Added support for locking additional token groups (#238) * Added support for locking additional token groups * adjust proposals and rounds powers when some token info provider is removed * modified "happy path" interchain test to test locking of stATOMs and fixed deployment script * changes from CR- part 1 * CR changes- part 2
ad71f6e65eaafec92803adf70fb5077e6712664d Added GitHub workflow that populates new round in Staging contracts every day (#239) * added github workflow that populates new round every day * change to use different wallet * break enter_staging_liquidity_deployments.sh script execution on the first error * Modified trigger to run the workflow at 10:05 UTC every day
#: 53

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

38.45 - TypeScript
35.6 - Solidity
10.66 - Python
6.76 - Rust
6.28 - Go
1.04 - Makefile
0.81 - JavaScript
0.28 - CSS
0.1 - Shell
rs: 2
toml: 2
yaml: 4
+    6 | -    0 | .github/workflows/ci-lint.yaml | (2dfb)2025-04-02, (7739)2025-04-02
+ 2 | - 2 | .github/workflows/release.yaml | (960c)2025-03-31, (5ab9)2025-03-31
+ 10 | - 8 | runtime/Cargo.toml | (960c)2025-03-31, (5ab9)2025-03-31
+ 142 | - 2 | runtime/src/lib.rs | (960c)2025-03-31, (5ab9)2025-03-31
                    2dfb00591b0d1cb133352a7597c2f6c4cf086e8a
                    
                    Merge pull request #552 from oasisprotocol/ZigaMr/fix/foundry-pin-time-crate-v0.3.36

Fix: Pin time crate to v0.3.36 to resolve type inference regressions
                
7739352ac87c0198d90bd153abc0aedeb11a76e9 Fix: Pin time crate to v0.3.36 to resolve type inference regressions
960c8f2f9b889ec0ebb3bd8350861b0878408c51 Merge pull request #554 from oasisprotocol/kostko/feature/release-0.10.0-testnet runtime: Bump Oasis SDK to 0.13.0, add rofl-market module
5ab9be369bed9c1da20ea3c72a471bf39973f9c6 runtime: Bump Oasis SDK to 0.13.0, add rofl-market module
#: 54

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

90.51 - Solidity
9.49 - TypeScript
ts: 1
sol: 2
+   17 | -   86 | contracts/Folio.sol | (37f9)2025-04-02
+ 23 | - 19 | contracts/utils/AuctionLib.sol | (37f9)2025-04-02
+ 0 | - 25 | rebalancing/utils.ts | (37f9)2025-04-02
                    37f98908f59487ff68e58ab1d2a920b9f262be1e
                    
                    remove dust amount + buy-and-burn folio (#116)
                
#: 55

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

96.2 - TypeScript
2.64 - JavaScript
0.3 - Swift
0.27 - CSS
0.22 - HTML
0.17 - Java
0.1 - Jinja
0.09 - Ruby
tsx: 9
babelrc: 2
json: 26
prettierignore: 2
ts: 20
js: 6
yml: 6
yaml: 2
gitignore: 3
pem: 20
+    0 | -   14 | .babelrc | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 22 | .gitignore | (6a21)2025-04-02, (b38b)2025-04-01, (882d)2025-04-01
+ 0 | - 2 | .prettierignore | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 4 | .vscode/settings.json | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 28 | cypress.config.ts | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 106 | cypress/e2e/create-wallet.cy.ts | (6a21)2025-04-02, (7ab4)2025-04-01
+ 0 | - 14 | cypress/e2e/home.cy.ts | (6a21)2025-04-02, (7ab4)2025-04-01
+ 0 | - 276 | cypress/e2e/open-wallet.cy.ts | (6a21)2025-04-02, (9dbd)2025-04-01, (7ab4)2025-04-01
+ 0 | - 76 | cypress/e2e/scenario-account-switcher.cy.ts | (6a21)2025-04-02, (7ab4)2025-04-01
+ 0 | - 240 | cypress/e2e/scenario-transaction.cy.ts | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 20 | cypress/fixtures/account.ts | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 52 | cypress/plugins/index.js | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 52 | cypress/support/commands.js | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 46 | cypress/support/e2e.js | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 18 | cypress/tsconfig.json | (6a21)2025-04-02, (882d)2025-04-01
+ 0 | - 126 | docker-compose.yml | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 10 | docker/entities/local-validator/entity.json | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 8 | docker/entities/local-validator/entity.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 14 | docker/entities/local-validator/entity_genesis.json | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 156 | docker/envoy.yaml | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 556 | docker/genesis-local.json | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 20220 | docker/genesis-mainnet.json | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 6 | docker/nodes/local-validator/beacon.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 8 | docker/nodes/local-validator/consensus.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 6 | docker/nodes/local-validator/consensus_pub.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 8 | docker/nodes/local-validator/identity.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 6 | docker/nodes/local-validator/identity_pub.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 42 | docker/nodes/local-validator/node_genesis.json | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 8 | docker/nodes/local-validator/p2p.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 6 | docker/nodes/local-validator/p2p_pub.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 6 | docker/nodes/local-validator/sentry_client_tls_identity.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 16 | docker/nodes/local-validator/sentry_client_tls_identity_cert.pem | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 68 | docker/oasis-explorer/config-local.json | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 44 | docker/oasis-node/config-local.yml | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 38 | docker/oasis-node/config-mainnet.yml | (6a21)2025-04-02, (b38b)2025-04-01
+ 0 | - 28 | package.json | (6a21)2025-04-02, (882d)2025-04-01
+ 2 | - 10 | renovate.json | (6a21)2025-04-02, (b38b)2025-04-01, (882d)2025-04-01
+ 8 | - 2 | src/app/components/AmountFormatter/index.tsx | (6dae)2025-04-01, (665c)2025-04-01
+ 66 | - 22 | src/app/components/Transaction/index.tsx | (6dae)2025-04-01, (0924)2025-04-01, (665c)2025-04-01, (0509)2025-04-01
+ 40 | - 0 | src/app/pages/E2EPage/E2EWindow.d.ts | (6a21)2025-04-02, (9dbd)2025-04-01, (60af)2025-04-01
+ 8 | - 20 | src/app/pages/E2EPage/index.tsx | (6a21)2025-04-02, (9dbd)2025-04-01, (60af)2025-04-01
+ 6 | - 6 | src/config.ts | (6dae)2025-04-01, (0924)2025-04-01
+ 5 | - 3 | src/locales/en/translation.json | (6dae)2025-04-01, (0924)2025-04-01, (0509)2025-04-01
+ 2 | - 2 | src/locales/sl/translation.json | (6dae)2025-04-01, (8106)2025-04-01
                    6a21514e92ad51329a6bb2bbbb5a4b1e3ac03386
                    
                    Merge pull request #2161 from oasisprotocol/lw/rm-cy

Migrate Cypress e2e tests to playwright and remove Oasis Monitor docker config
                
b38b60774cd19ce8b586e0b30e6afd6fa20ef2f4 Remove docker config for Oasis Monitor
882dac36b7e01b8cec0ac6b7117a3c7d6630338e Remove cypress config
9dbdc71edb75a12132d172993b03f134ffb09c3d Migrate remaining cypress tests to playwright
7ab46f9fc6417679667333b997fedc65dca28d78 Remove some unneeded cypress tests already covered by playwright
60af88515df7d5fa56e1badbdd2f7d47fdb2c69f Export e2e window types
6daeb277628f3eecae0aa4c3acc0a27954ff420f Merge pull request #2156 from oasisprotocol/lw/allowance-tx Improve description of allowance change transactions
0924e346a6ad69abe35a300df05de3edc4d1ed4d Show ParaTime name in allowance change transactions
665c52392d296facc8aea955481447588c82ebc1 Allowance show relative number (+/- amount)
0509e80b940122e069357578492bbf57016630be Change allowance wording
810606f6f6c6c7cf9fa7274f3e8fcf653228882f Change Slovenian translation for confirmSendingToValidator
#: 56

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

99.99 - C#
0.01 - Shell
0 - Dockerfile
editorconfig: 1
cs: 1
+   10 | -    0 | .editorconfig | (9968)2025-04-02
+ 1 | - 1 | src/Neo.SmartContract.Analyzer/SystemDiagnosticsUsageAnalyzer.cs | (9968)2025-04-02
                    996857f36e9419978d26e6103e24d0ce7e4b730b
                    
                    resolve warnings. (#1308)
                
#: 57

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

88.37 - Go
8.92 - JavaScript
1.52 - CSS
0.72 - Shell
0.34 - Makefile
0.07 - Dockerfile
0.06 - HTML
json: 1
mod: 1
sh: 1
github/image/Dockerfile: 1
sum: 2
gz: 1
go: 1
source: 1
+    2 | -    2 | .github/image/Dockerfile | (1baa)2025-03-31
+ 1 | - 0 | .github/utils/create-runner-image.sh | (0139)2025-04-02
+ 0 | - 0 | build/openrpc/boost.json.gz | (1baa)2025-03-31
+ 1 | - 1 | build/version.go | (1baa)2025-03-31
+ 1 | - 1 | docker/devnet/Dockerfile.source | (1baa)2025-03-31
+ 3 | - 3 | go.mod | (1baa)2025-03-31
+ 4 | - 4 | go.sum | (1baa)2025-03-31
+ 2 | - 0 | go.work.sum | (1baa)2025-03-31
+ 73 | - 328 | react/package-lock.json | (4bf6)2025-03-31
                    01397430bb740ebe3db34d3f0bcbdb98d1556f2a
                    
                    update github action docs (#2005)
                
1baa3828b5d6d53ddf1e64505e8c7a5f94de5e6d release v2.4.2 (#2004) * release v2.4.2 * update lotus version in docker and CI
4bf67b22d2cdfa11496e922e3729ac802920613c chore(deps): bump @babel/helpers from 7.18.0 to 7.26.10 in /react (#2000) Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.18.0 to 7.26.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#: 58

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
sol: 5
+    0 | -    6 | contracts/core/Admin.sol | (37b3)2025-04-02
+ 6 | - 9 | contracts/orderbook/Admin.sol | (37b3)2025-04-02
+ 36 | - 7 | contracts/orderbook/OrderBook.sol | (37b3)2025-04-02
+ 1 | - 1 | contracts/orderbook/Storage.sol | (37b3)2025-04-02
+ 1 | - 0 | contracts/orderbook/Types.sol | (37b3)2025-04-02
                    37b34d1c0bf0b4d3350b1b30a995f3fe5065bfc4
                    
                    feat: support Delegator
                
#: 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/soroban-tools
GitHub History Url: github.com/stellar/soroban-tools/commits
2025-04-02main

94.54 - Rust
2.99 - MDX
1.11 - TypeScript
0.41 - Makefile
0.37 - Inno Setup
0.32 - Shell
0.22 - Nix
0.04 - JavaScript
yml: 1
+   16 | -    0 | .github/workflows/docs.yml | (48d5)2025-04-02
                    48d5d7b1ba200d266ce185171fa1f1e0f5889ed2
                    
                    Add docs validation workflow (#1994)

* Add docs validation workflow

* Update ref

* Unpin ref
                
#: 60

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

GitHub Url: github.com/LayerZero-Labs/devtools
GitHub History Url: github.com/LayerZero-Labs/devtools/commits
2025-04-02main

71.47 - TypeScript
25.98 - Solidity
1.17 - JavaScript
0.98 - Dockerfile
0.34 - Shell
0.06 - Makefile
ts: 4
move: 4
+    3 | -    2 | examples/oft-adapter-aptos-move/sources/oft_implementation/oft_adapter_fa.move | (697d)2025-03-31
+ 0 | - 82 | examples/oft-adapter-aptos-move/sources/shared_oapp/oapp_compose.move | (697d)2025-03-31
+ 0 | - 1 | examples/oft-adapter-aptos-move/sources/shared_oapp/oapp_store.move | (697d)2025-03-31
+ 0 | - 1 | examples/oft-adapter-aptos-move/sources/shared_oft/oft.move | (697d)2025-03-31
+ 3 | - 1 | examples/oft-solana/layerzero.config.ts | (ac89)2025-04-02
+ 5 | - 0 | examples/oft-solana/tasks/common/utils.ts | (ac89)2025-04-02
+ 5 | - 0 | examples/oft-solana/tasks/common/wire.ts | (ac89)2025-04-02
+ 13 | - 1 | examples/oft-solana/tasks/solana/index.ts | (ac89)2025-04-02
                    ac8912867862f6dd737b0febabd8d3cb8f142df7
                    
                    🚀 feat(oft-solana): auto-populate oftStore address (#1421)
                
697d84353569b40d474f9d1c2145f02f10dcac8a Sync updates to escrow protection for aptos (#1428)
#: 61

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

86.63 - Rust
11.47 - Go
1.9 - Makefile
rs: 4
yml: 3
toml: 1
+   30 | -    0 | .github/dependabot.yml | (2d3a)2025-04-02
+ 7 | - 2 | .github/workflows/rust.yml | (5c78)2025-04-02, (756d)2025-03-31
+ 5 | - 2 | Cargo.toml | (5c78)2025-04-02
+ 2 | - 1 | src/bin/stellar-strkey/decode.rs | (5c78)2025-04-02
+ 37 | - 2 | src/ed25519.rs | (5c78)2025-04-02
+ 59 | - 5 | src/strkey.rs | (5c78)2025-04-02, (6607)2025-04-02
                    5c78cd7dcd445d0065eabf1c5da15477b18bbada
                    
                    Change CLI decode output to JSON (#82)
                
6607d7fb48547d1cdb040980ad3e36794182388d add serde traits to LiquidityPool and ClaimableBalance (#81)
2d3a63a23b1c4efa1b763674bbe13d14508b7a9b add dependabot.yml for version updates (#62)
756de46339d6ee0696fd5e4d3ea67f6dc4a23765 add git diff check to workflows (#80)
077b929cc621a6c0daa5da77962b312a24a3405c update the version 0.0.13 in the fuzz Cargo.lock (#78)
8d7ff899d214a403cf8358fc0d440fa75932903c add corpus samples for fuzz_roundtrip testing (#79)
#: 62

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

99.36 - C#
0.31 - Shell
0.26 - Batchfile
0.04 - PowerShell
0.02 - Dockerfile
cs: 18
json: 1
+    1 | -    0 | src/Neo.CLI/CLI/MainService.CommandLine.cs | (bbe1)2025-04-01
+ 2 | - 1 | src/Neo.CLI/config.fs.mainnet.json | (bbe1)2025-04-01
+ 2 | - 2 | src/Neo.ConsoleService/CommandToken.cs | (064f)2025-04-01
+ 9 | - 11 | src/Neo.ConsoleService/ConsoleServiceBase.cs | (d774)2025-04-02
+ 13 | - 4 | src/Neo.IO/Caching/Cache.cs | (0ff3)2025-04-02
+ 1 | - 1 | src/Neo/Network/P2P/Payloads/TransactionAttribute.cs | (82c5)2025-04-02
+ 3 | - 1 | src/Neo/ProtocolSettings.cs | (bbe1)2025-04-01
+ 4 | - 2 | src/Neo/SmartContract/ApplicationEngine.Crypto.cs | (064f)2025-04-01
+ 1 | - 1 | src/Neo/SmartContract/ContractParameter.cs | (064f)2025-04-01
+ 6 | - 3 | src/Neo/SmartContract/Native/ContractManagement.cs | (064f)2025-04-01
+ 4 | - 4 | src/Neo/SmartContract/Native/CryptoLib.cs | (93ac)2025-03-31
+ 1 | - 1 | src/Neo/SmartContract/Native/GasToken.cs | (82c5)2025-04-02
+ 28 | - 9 | src/Neo/SmartContract/Native/OracleContract.cs | (064f)2025-04-01
+ 5 | - 5 | src/Neo/SmartContract/Native/PolicyContract.cs | (82c5)2025-04-02
+ 2 | - 1 | src/Neo/Wallets/Helper.cs | (064f)2025-04-01
+ 14 | - 8 | src/Plugins/SQLiteWallet/SQLiteWallet.cs | (064f)2025-04-01
+ 4 | - 2 | src/Plugins/TokensTracker/Trackers/NEP-11/Nep11BalanceKey.cs | (064f)2025-04-01
+ 4 | - 5 | src/Plugins/TokensTracker/Trackers/NEP-17/Nep17BalanceKey.cs | (064f)2025-04-01
+ 3 | - 2 | src/Plugins/TokensTracker/Trackers/TokenTransferKey.cs | (064f)2025-04-01
                    82c58597716773b297fd5c8417b4b2847e791c82
                    
                    Native: swap Policy's `[get/set]AttributeFee` implementations (#3859)

* Native: swap Policy's `[get/set]AttributeFee` implementations

Problem:

`[get/set]AttributeFee` method of native Policy contract has two
implementations: pre-Echidna and post-Echidna (ref. #3175). The problem
is that two implementaitons of this method have reversed
ActiveIn/ActiveTill meaning.

Solution:

GetAttributeFeeV0 implementaiton of Policy's `getAttributeFee` method
should be enabled *till* Echidna, whereas GetAttributeFee should be
enabled *starting from* Echidna. The same is relevant for
SetAttributeFeeV0 and SetAttributeFeeV1 implementations.

Signed-off-by: Anna Shaleva 

* Native: rename Policy's GetAttributeFee to GetAttributeFeeV1

This renaming allows to avoid bugs and collisions with
ActiveIn/ActiveTill. Also, this renaming follows the setters style (for
setters we have `SetAttributeFeeV0` and `SetAttributeFeeV1`.

No functional changes, just a refactoring. Contract manifest is not affected.

Signed-off-by: Anna Shaleva 

---------

Signed-off-by: Anna Shaleva 
Co-authored-by: Shargon 
Co-authored-by: NGD Admin <[email protected]>
                
0ff3456bac28c6a913f63d2cbb9c3e433ef72b45 Fix: concurrent conflict in Cache.CopyTo (#3860) Co-authored-by: Shargon Co-authored-by: NGD Admin <[email protected]>
d7748bbdac344b86fd907bcdbf07b6a77aac64e2 Fix: add default key parameter in help cmd (#3865) Co-authored-by: Shargon Co-authored-by: Jimmy Co-authored-by: NGD Admin <[email protected]>
31851f4e0b0c934ad71a9f70d386a4140ebc4c77 [Plugin UT] add more rpcserver UTs (#3864) * add more rpcserver UTs * fix error * fix ut errors * Update tests/Neo.Plugins.RpcServer.Tests/UT_RpcServer.Blockchain.cs Co-authored-by: Will <[email protected]> --------- Co-authored-by: Shargon Co-authored-by: Will <[email protected]>
bbe17a0909899df265eab4860fce722373acdbe6 config: upgrade NeoFS chains protocol configuration (#3858) * config: adjust MillisecondsPerBlock for FS networks We use 1-second blocks in NeoFS mainnet/testnet for quite a long time, follow https://github.com/nspcc-dev/neo-go/pull/3833. Signed-off-by: Anna Shaleva * ProtocolSettings: fetch MaxValidUntilBlockIncrement from config It's the protocol setting, hence it needs to be fetched from JSON node configuration file. Signed-off-by: Anna Shaleva * config: adjust MaxValidUntilBlockIncrement for FS networks Follow the https://github.com/nspcc-dev/neo-go/pull/3833. Signed-off-by: Anna Shaleva --------- Signed-off-by: Anna Shaleva Co-authored-by: Shargon
064fb923fef128890b5553fb8fc8c20d003197c3 [`Optimization`]: add exception message to `ArgumentException` (#3862) * Style: add exception message to ArgumentException * Update src/Neo/SmartContract/ApplicationEngine.Crypto.cs Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Jimmy Co-authored-by: Copilot <[email protected]>
93ac5e5633562e1990eccfd53fabf4c0c82ab9c8 Native: unify arguments naming of CryptoLib's `verifyWith*` methods (#3855) `verifyWithEd25519` was recently added in #3507 and is a part of Echidna, but its argument naming convention differs from the one we have in `verifyWithECDsa`. This change is reflected in the CryptoLib's manifest, so it's nice when we have a unified naming in native contract manifest. Signed-off-by: Anna Shaleva Co-authored-by: NGD Admin <[email protected]>
5aa18c89eae6987377364483c546f35f7f6f2a0f add readme file to rpcclient (#3853) Co-authored-by: NGD Admin <[email protected]>
52de67c72f2f92885ea5c3483f75db4e6b15beb0 format script (#3854)
#: 63

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

42.75 - Go
26.3 - Kotlin
18.2 - TypeScript
7.75 - Solidity
1.89 - Java
1.21 - MDX
0.53 - SCSS
0.3 - JavaScript
0.25 - Python
0.25 - Shell
0.16 - Makefile
0.15 - Jupyter Notebook
0.08 - Dockerfile
0.08 - C
0.06 - Yul
0.03 - Groovy
0 - Batchfile
0 - Handlebars
0 - Nix
0 - CSS
tsx: 13
template: 1
toml: 7
json: 2
yaml: 1
production: 1
ts: 3
kt: 14
yml: 4
go: 3
scss: 7
+    2 | -    0 | .github/workflows/bridge-ui-publish.yml | (fba1)2025-04-01
+ 108 | - 0 | .github/workflows/codecov-external-pr.yml | (336d)2025-04-02
+ 10 | - 1 | .github/workflows/main.yml | (336d)2025-04-02
+ 2 | - 0 | bridge-ui/.env.production | (fba1)2025-04-01
+ 2 | - 0 | bridge-ui/.env.template | (fba1)2025-04-01
+ 4 | - 4 | bridge-ui/package.json | (fba1)2025-04-01, (b83d)2025-03-31
+ 10 | - 0 | bridge-ui/src/app/buy/page.module.scss | (fba1)2025-04-01
+ 12 | - 0 | bridge-ui/src/app/buy/page.tsx | (fba1)2025-04-01
+ 25 | - 0 | bridge-ui/src/app/native-bridge/layout.tsx | (b83d)2025-03-31
+ 1 | - 1 | bridge-ui/src/app/native-bridge/page.module.scss | (b83d)2025-03-31
+ 0 | - 2 | bridge-ui/src/app/native-bridge/page.tsx | (b83d)2025-03-31
+ 1 | - 1 | bridge-ui/src/app/page.module.scss | (b83d)2025-03-31
+ 0 | - 2 | bridge-ui/src/app/page.tsx | (b83d)2025-03-31
+ 2 | - 27 | bridge-ui/src/components/bridge/bridge-layout/index.tsx | (b83d)2025-03-31
+ 4 | - 0 | bridge-ui/src/components/bridge/destination-address/destination-address.module.scss | (2bb2)2025-04-01
+ 46 | - 17 | bridge-ui/src/components/bridge/destination-address/index.tsx | (2bb2)2025-04-01, (b83d)2025-03-31
+ 14 | - 8 | bridge-ui/src/components/bridge/form/index.tsx | (b83d)2025-03-31
+ 55 | - 43 | bridge-ui/src/components/bridge/submit/index.tsx | (ec92)2025-03-31, (b83d)2025-03-31
+ 5 | - 0 | bridge-ui/src/components/bridge/submit/submit.module.scss | (b83d)2025-03-31
+ 4 | - 0 | bridge-ui/src/components/internal-nav/index.tsx | (fba1)2025-04-01
+ 14 | - 2 | bridge-ui/src/components/layouts/Layout.tsx | (b83d)2025-03-31
+ 10 | - 0 | bridge-ui/src/components/layouts/layout.module.scss | (b83d)2025-03-31
+ 45 | - 0 | bridge-ui/src/components/onramper/index.tsx | (fba1)2025-04-01
+ 5 | - 0 | bridge-ui/src/components/onramper/onramper.module.scss | (fba1)2025-04-01
+ 1 | - 0 | bridge-ui/src/config/config.schema.ts | (fba1)2025-04-01
+ 1 | - 0 | bridge-ui/src/config/config.ts | (fba1)2025-04-01
+ 1 | - 1 | bridge-ui/src/hooks/useTransactionHistory.ts | (b83d)2025-03-31
+ 0 | - 3 | config/coordinator/coordinator-docker-traces-v2-override.config.toml | (29db)2025-03-31
+ 5 | - 5 | config/coordinator/coordinator-docker.config.toml | (8117)2025-04-02, (29db)2025-03-31
+ 8 | - 3 | config/coordinator/coordinator-local-dev.config-traces-v2.overrides.toml | (8117)2025-04-02, (29db)2025-03-31
+ 3 | - 3 | config/coordinator/coordinator-local-dev.config.overrides.toml | (8117)2025-04-02, (29db)2025-03-31
+ 1 | - 1 | coordinator/app/src/main/kotlin/net/consensys/zkevm/coordinator/app/CoordinatorApp.kt | (29db)2025-03-31
+ 97 | - 51 | coordinator/app/src/main/kotlin/net/consensys/zkevm/coordinator/app/L1DependentApp.kt | (8117)2025-04-02, (900a)2025-04-01, (29db)2025-03-31
+ 8 | - 9 | coordinator/app/src/main/kotlin/net/consensys/zkevm/coordinator/app/config/CoordinatorConfig.kt | (8117)2025-04-02, (29db)2025-03-31
+ 1 | - 1 | coordinator/app/src/main/kotlin/net/consensys/zkevm/coordinator/blockcreation/BlockCreationMonitor.kt | (29db)2025-03-31
+ 4 | - 0 | coordinator/core/src/main/kotlin/net/consensys/zkevm/persistence/AggregationsRepository.kt | (900a)2025-04-01
+ 4 | - 0 | coordinator/persistence/aggregation/src/main/kotlin/net/consensys/zkevm/persistence/dao/aggregation/AggregationsDao.kt | (900a)2025-04-01
+ 6 | - 0 | coordinator/persistence/aggregation/src/main/kotlin/net/consensys/zkevm/persistence/dao/aggregation/AggregationsRepositoryImpl.kt | (900a)2025-04-01
+ 20 | - 5 | coordinator/persistence/aggregation/src/main/kotlin/net/consensys/zkevm/persistence/dao/aggregation/PostgresAggregationsDao.kt | (900a)2025-04-01
+ 10 | - 0 | coordinator/persistence/aggregation/src/main/kotlin/net/consensys/zkevm/persistence/dao/aggregation/RetryingPostgresAggregationsDao.kt | (900a)2025-04-01
+ 1 | - 5 | coordinator/persistence/batch/src/main/kotlin/net/consensys/zkevm/persistence/dao/batch/persistence/BatchesPostgresDao.kt | (900a)2025-04-01
+ 5 | - 31 | coordinator/persistence/feehistory/src/main/kotlin/net/consensys/zkevm/persistence/dao/feehistory/FeeHistoriesPostgresDao.kt | (900a)2025-04-01
+ 1 | - 1 | docker/compose-spec-l2-services.yml | (8117)2025-04-02
+ 140 | - 140 | pnpm-lock.yaml | (b83d)2025-03-31
+ 4 | - 0 | prover/zkevm/prover/statemanager/arith_columns.go | (8656)2025-03-31
+ 0 | - 272 | prover/zkevm/prover/statemanager/state_manager.go | (8656)2025-03-31
+ 7 | - 90 | prover/zkevm/prover/statemanager/statesummary/arithmetization_connector.go | (8656)2025-03-31
                    336de8e522e5cc4da12843548661b889f86d3ef3
                    
                    [Feat] CodeCov report for external PR (#596)

* test github.sha output

* Revert "test github.sha output"

This reverts commit 53be9c944ff5fe7ef22824e9a7ab56a279e85e81.

* did first draft for codecov-external-pr

* fix typos

* tmp changes for testing

* fix tmp

* fix tmp

* revert testing changes

* testing changes

* Revert "testing changes"

This reverts commit 4f43b262103d61431bf4b794d482a0a8de885b6a.

* add checkout step

* testing changes

* Revert "testing changes"

This reverts commit 62954ad0d5a1be67d285da6972300ccc375e2d45.

* testing changes v2

* Revert "testing changes v2"

This reverts commit e028003d2ff706163b0fe6de91e5ab84579e2d44.

* test changes v3

* Revert "test changes v3"

This reverts commit 13c7f2a23695e6662642981ee1d857798cf99eb6.

* split codecov workflows

* more changes

* add filter-commit-changes to main-external-pr

* add smc to testing.yml

* remove smc-external-pr file

* tmp test changes

* more tmp test changes

* add new filter

* Revert "more tmp test changes"

This reverts commit e5c9c4d4110036b2253be4ff30603f5bd8a0c9ce.

* Revert "tmp test changes"

This reverts commit 2b96eb96a7e73ee634cf6731e2dde4b175a080fb.
                
811743bb5a44303d756919d3a52addf5f124970f coordinator: update Shomei frontend at LATEST finalization (#831) * coordinators: add finalization monitor on LATEST to update shomei frontend faster. * coordinators: fix spotless * coordinators: adapt local configs to not try to update disabled services in docker local stack
2bb28285fe6c760555d3c1c77f3a56bd3f882aad fix: destination address value issue for non connected user (#829)
fba1ff4a2d1addd5cb872829af008ce72b157c42 Feat: add onramper to the bridge UI (#825) * feat: add onramper to the bridge UI * fix: remove sell mode in onramper
900aba16c13b00c0766cd38a3b32798ebe83a777 feat: delete all aggregation records from last aggregated block plus o… (#820) * feat: remove db records and resume aggreagation from the highest consecutive aggregated block number * feat: code revision * feat: code revision based on review comments * Revert "feat: code revision based on review comments" This reverts commit 8944751ddd591fae157035587d1ba7e5cbfa91bc. * feat: code revision based on review comments
8656b1830fdafbc739477a2bfc3b4400cfa4f3a5 fix(state-manager): refactoring and removing debugging code in the HUB-Shomei connector. (#826)
ec922031e2c1bcc06881d43815425ef80d4d438c [Fix] Bridge UI switch network prompt (#822) * fix attempt * add new e2e test * add new ci comments * new ci key * add comments
29db47d91f0716a12dbcb097cc563f39f59954b1 L2 configs improvement (#752) * L2 configs improvement * Removed ZkTraces config class, moved newBlockPollingInterval to l2 subconfig instead
b83d3fccec4ee703ef05af36ff71204897174f98 fix/display-wallet-btn-for-non-connected-users (#819)
#: 64

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

99.59 - Rust
0.13 - Makefile
0.12 - Handlebars
0.07 - Shell
0.04 - Solidity
0.03 - Dockerfile
0.02 - JavaScript
rs: 110
json: 2
yml: 4
toml: 14
+   13 | -   16 | .cargo/config.toml | (3f9a)2025-04-01
+ 14 | - 1 | .github/workflows/release.yml | (9915)2025-04-01
+ 3 | - 3 | .github/workflows/srtool.yml | (c25f)2025-04-01, (9915)2025-04-01, (c0bb)2025-04-01
+ 190 | - 192 | Cargo.toml | (52a7)2025-04-02, (2e86)2025-04-02, (3cd8)2025-04-02, (3f9a)2025-04-01
+ 3 | - 1 | node/cli/Cargo.toml | (3f9a)2025-04-01
+ 9 | - 43 | node/cli/src/command.rs | (3f9a)2025-04-01
+ 0 | - 2 | node/rpc/Cargo.toml | (3f9a)2025-04-01
+ 3 | - 17 | node/rpc/src/lib.rs | (3f9a)2025-04-01
+ 8 | - 1 | node/service/Cargo.toml | (3f9a)2025-04-01
+ 4 | - 1 | node/service/res/bifrost-kusama.json | (3f9a)2025-04-01
+ 4 | - 1 | node/service/res/bifrost-polkadot.json | (3f9a)2025-04-01
+ 12 | - 7 | node/service/src/collator_kusama.rs | (3f9a)2025-04-01
+ 22 | - 22 | node/service/src/collator_polkadot.rs | (3f9a)2025-04-01
+ 0 | - 291 | node/service/src/dev.rs | (3f9a)2025-04-01
+ 1 | - 4 | node/service/src/eth.rs | (3f9a)2025-04-01
+ 0 | - 8 | node/service/src/lib.rs | (3f9a)2025-04-01
+ 44 | - 44 | pallets/asset-registry/src/weights.rs | (3f9a)2025-04-01
+ 7 | - 1 | pallets/bb-bnc/rpc/runtime-api/src/lib.rs | (3f9a)2025-04-01
+ 31 | - 1 | pallets/bb-bnc/rpc/src/lib.rs | (3f9a)2025-04-01
+ 57 | - 0 | pallets/bb-bnc/src/lib.rs | (3f9a)2025-04-01
+ 96 | - 118 | pallets/bb-bnc/src/weights.rs | (3f9a)2025-04-01
+ 48 | - 7 | pallets/buy-back/src/lib.rs | (3f9a)2025-04-01
+ 92 | - 0 | pallets/buy-back/src/migration.rs | (3f9a)2025-04-01
+ 25 | - 21 | pallets/buy-back/src/weights.rs | (3f9a)2025-04-01
+ 5 | - 1 | pallets/channel-commission/src/lib.rs | (3f9a)2025-04-01
+ 14 | - 12 | pallets/clouds-convert/src/weights.rs | (3f9a)2025-04-01
+ 29 | - 29 | pallets/cross-in-out/src/weights.rs | (3f9a)2025-04-01
+ 36 | - 1 | pallets/farming/src/gauge.rs | (3f9a)2025-04-01
+ 9 | - 10 | pallets/farming/src/lib.rs | (3f9a)2025-04-01
+ 359 | - 233 | pallets/farming/src/weights.rs | (3f9a)2025-04-01
+ 1 | - 1 | pallets/fee-share/src/lib.rs | (3f9a)2025-04-01
+ 8 | - 8 | pallets/flexible-fee/src/weights.rs | (3f9a)2025-04-01
+ 5 | - 4 | pallets/ismp/src/lib.rs | (3f9a)2025-04-01
+ 63 | - 63 | pallets/lend-market/src/weights.rs | (3f9a)2025-04-01
+ 83 | - 146 | pallets/leverage-staking/src/weights.rs | (3f9a)2025-04-01
+ 45 | - 45 | pallets/slp-v2/src/weights.rs | (3f9a)2025-04-01
+ 86 | - 88 | pallets/slp/src/agents/astar_agent/agent.rs | (3f9a)2025-04-01
+ 10 | - 7 | pallets/slp/src/agents/common.rs | (3f9a)2025-04-01
+ 2 | - 4 | pallets/slp/src/agents/filecoin_agent/agent.rs | (3f9a)2025-04-01
+ 11 | - 29 | pallets/slp/src/agents/parachain_staking_agent/agent.rs | (3f9a)2025-04-01
+ 11 | - 29 | pallets/slp/src/agents/phala_agent/agent.rs | (3f9a)2025-04-01
+ 17 | - 46 | pallets/slp/src/agents/polkadot_agent/agent.rs | (3f9a)2025-04-01
+ 6 | - 21 | pallets/slp/src/agents/utils.rs | (3f9a)2025-04-01
+ 9 | - 14 | pallets/slp/src/lib.rs | (3f9a)2025-04-01
+ 2 | - 17 | pallets/slp/src/traits.rs | (3f9a)2025-04-01
+ 29 | - 0 | pallets/slpx/src/benchmarking.rs | (3f9a)2025-04-01
+ 117 | - 90 | pallets/slpx/src/lib.rs | (3f9a)2025-04-01
+ 7 | - 5 | pallets/slpx/src/types.rs | (3f9a)2025-04-01
+ 38 | - 25 | pallets/slpx/src/weights.rs | (3f9a)2025-04-01
+ 4 | - 1 | pallets/stable-asset/src/lib.rs | (3f9a)2025-04-01
+ 35 | - 5 | pallets/stable-pool/src/lib.rs | (3f9a)2025-04-01
+ 37 | - 37 | pallets/stable-pool/src/weights.rs | (3f9a)2025-04-01
+ 23 | - 21 | pallets/system-staking/src/weights.rs | (3f9a)2025-04-01
+ 3 | - 1 | pallets/token-gateway/Cargo.toml | (3f9a)2025-04-01
+ 0 | - 111 | pallets/token-gateway/src/impls.rs | (3f9a)2025-04-01
+ 295 | - 0 | pallets/token-gateway/src/impls/ismp.rs | (3f9a)2025-04-01
+ 2 | - 0 | pallets/token-gateway/src/impls/mod.rs | (3f9a)2025-04-01
+ 58 | - 0 | pallets/token-gateway/src/impls/sender.rs | (3f9a)2025-04-01
+ 236 | - 437 | pallets/token-gateway/src/lib.rs | (3f9a)2025-04-01
+ 77 | - 7 | pallets/token-gateway/src/types.rs | (3f9a)2025-04-01
+ 27 | - 27 | pallets/token-issuer/src/weights.rs | (3f9a)2025-04-01
+ 16 | - 16 | pallets/vstoken-conversion/src/weights.rs | (3f9a)2025-04-01
+ 2 | - 0 | pallets/vtoken-minting/Cargo.toml | (3f9a)2025-04-01
+ 21 | - 4 | pallets/vtoken-minting/src/impls.rs | (3f9a)2025-04-01
+ 9 | - 3 | pallets/vtoken-minting/src/lib.rs | (3f9a)2025-04-01
+ 2 | - 0 | pallets/vtoken-minting/src/traits.rs | (3f9a)2025-04-01
+ 45 | - 38 | pallets/vtoken-voting/src/weights.rs | (3f9a)2025-04-01
+ 20 | - 30 | pallets/xcm-interface/src/weights.rs | (3f9a)2025-04-01
+ 7 | - 0 | primitives/Cargo.toml | (3f9a)2025-04-01
+ 85 | - 0 | primitives/src/hyperbridge.rs | (3f9a)2025-04-01
+ 4 | - 0 | primitives/src/lib.rs | (3f9a)2025-04-01
+ 2 | - 1 | primitives/src/traits.rs | (3f9a)2025-04-01
+ 10 | - 9 | runtime/bifrost-kusama/Cargo.toml | (3f9a)2025-04-01
+ 74 | - 158 | runtime/bifrost-kusama/src/lib.rs | (3f9a)2025-04-01
+ 44 | - 44 | runtime/bifrost-kusama/src/weights/bifrost_asset_registry.rs | (3f9a)2025-04-01
+ 52 | - 52 | runtime/bifrost-kusama/src/weights/bifrost_cross_in_out.rs | (3f9a)2025-04-01
+ 10 | - 10 | runtime/bifrost-kusama/src/weights/bifrost_flexible_fee.rs | (3f9a)2025-04-01
+ 37 | - 25 | runtime/bifrost-kusama/src/weights/bifrost_slpx.rs | (3f9a)2025-04-01
+ 120 | - 120 | runtime/bifrost-kusama/src/weights/bifrost_stable_pool.rs | (3f9a)2025-04-01
+ 49 | - 47 | runtime/bifrost-kusama/src/weights/bifrost_system_staking.rs | (3f9a)2025-04-01
+ 51 | - 49 | runtime/bifrost-kusama/src/weights/bifrost_token_issuer.rs | (3f9a)2025-04-01
+ 51 | - 51 | runtime/bifrost-kusama/src/weights/bifrost_vstoken_conversion.rs | (3f9a)2025-04-01
+ 45 | - 38 | runtime/bifrost-kusama/src/weights/bifrost_vtoken_voting.rs | (3f9a)2025-04-01
+ 19 | - 29 | runtime/bifrost-kusama/src/weights/bifrost_xcm_interface.rs | (3f9a)2025-04-01
+ 64 | - 64 | runtime/bifrost-kusama/src/weights/lend_market.rs | (3f9a)2025-04-01
+ 124 | - 0 | runtime/bifrost-kusama/src/weights/leverage_staking.rs | (3f9a)2025-04-01
+ 2 | - 0 | runtime/bifrost-kusama/src/weights/mod.rs | (3f9a)2025-04-01
+ 143 | - 0 | runtime/bifrost-kusama/src/weights/pallet_state_trie_migration.rs | (3f9a)2025-04-01
+ 0 | - 8 | runtime/bifrost-kusama/src/xcm_config.rs | (3f9a)2025-04-01
+ 4 | - 0 | runtime/bifrost-paseo/Cargo.toml | (3f9a)2025-04-01
+ 5 | - 3 | runtime/bifrost-paseo/src/evm/evm_fee.rs | (3f9a)2025-04-01
+ 2 | - 1 | runtime/bifrost-paseo/src/evm/mod.rs | (3f9a)2025-04-01
+ 1 | - 0 | runtime/bifrost-paseo/src/evm/permit.rs | (3f9a)2025-04-01
+ 1 | - 1 | runtime/bifrost-paseo/src/evm/precompiles/mod.rs | (3f9a)2025-04-01
+ 3 | - 2 | runtime/bifrost-paseo/src/evm/runner.rs | (3f9a)2025-04-01
+ 13 | - 14 | runtime/bifrost-paseo/src/hyperbridge.rs | (3f9a)2025-04-01
+ 68 | - 58 | runtime/bifrost-paseo/src/lib.rs | (3f9a)2025-04-01
+ 302 | - 302 | runtime/bifrost-paseo/src/weights/bifrost_slp_v2.rs | (3f9a)2025-04-01
+ 14 | - 0 | runtime/bifrost-paseo/src/weights/bifrost_slpx.rs | (3f9a)2025-04-01
+ 27 | - 29 | runtime/bifrost-paseo/src/weights/bifrost_xcm_interface.rs | (3f9a)2025-04-01
+ 125 | - 0 | runtime/bifrost-paseo/src/weights/ismp_parachain.rs | (3f9a)2025-04-01
+ 124 | - 0 | runtime/bifrost-paseo/src/weights/leverage_staking.rs | (3f9a)2025-04-01
+ 4 | - 0 | runtime/bifrost-paseo/src/weights/mod.rs | (3f9a)2025-04-01
+ 137 | - 0 | runtime/bifrost-paseo/src/weights/pallet_evm_accounts.rs | (3f9a)2025-04-01
+ 189 | - 0 | runtime/bifrost-paseo/src/weights/pallet_state_trie_migration.rs | (3f9a)2025-04-01
+ 9 | - 0 | runtime/bifrost-polkadot/Cargo.toml | (3f9a)2025-04-01
+ 5 | - 3 | runtime/bifrost-polkadot/src/evm/evm_fee.rs | (3f9a)2025-04-01
+ 2 | - 1 | runtime/bifrost-polkadot/src/evm/mod.rs | (3f9a)2025-04-01
+ 1 | - 0 | runtime/bifrost-polkadot/src/evm/permit.rs | (3f9a)2025-04-01
+ 1 | - 1 | runtime/bifrost-polkadot/src/evm/precompiles/mod.rs | (3f9a)2025-04-01
+ 3 | - 2 | runtime/bifrost-polkadot/src/evm/runner.rs | (3f9a)2025-04-01
+ 13 | - 14 | runtime/bifrost-polkadot/src/hyperbridge.rs | (3f9a)2025-04-01
+ 77 | - 59 | runtime/bifrost-polkadot/src/lib.rs | (3f9a)2025-04-01
+ 474 | - 453 | runtime/bifrost-polkadot/src/weights/bb_bnc.rs | (3f9a)2025-04-01
+ 81 | - 77 | runtime/bifrost-polkadot/src/weights/bifrost_buy_back.rs | (3f9a)2025-04-01
+ 100 | - 7 | runtime/bifrost-polkadot/src/weights/bifrost_clouds_convert.rs | (3f9a)2025-04-01
+ 365 | - 240 | runtime/bifrost-polkadot/src/weights/bifrost_farming.rs | (3f9a)2025-04-01
+ 300 | - 300 | runtime/bifrost-polkadot/src/weights/bifrost_slp_v2.rs | (3f9a)2025-04-01
+ 14 | - 0 | runtime/bifrost-polkadot/src/weights/bifrost_slpx.rs | (3f9a)2025-04-01
+ 25 | - 27 | runtime/bifrost-polkadot/src/weights/bifrost_xcm_interface.rs | (3f9a)2025-04-01
+ 125 | - 0 | runtime/bifrost-polkadot/src/weights/ismp_parachain.rs | (3f9a)2025-04-01
+ 124 | - 0 | runtime/bifrost-polkadot/src/weights/leverage_staking.rs | (3f9a)2025-04-01
+ 4 | - 0 | runtime/bifrost-polkadot/src/weights/mod.rs | (3f9a)2025-04-01
+ 137 | - 0 | runtime/bifrost-polkadot/src/weights/pallet_evm_accounts.rs | (3f9a)2025-04-01
+ 189 | - 0 | runtime/bifrost-polkadot/src/weights/pallet_state_trie_migration.rs | (3f9a)2025-04-01
                    52a775b75bb51fd7c312a5f786191f90db54fec6
                    
                    build(deps): bump log from 0.4.26 to 0.4.27 (#1715)

Bumps [log](https://github.com/rust-lang/log) from 0.4.26 to 0.4.27.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.26...0.4.27)

---
updated-dependencies:
- dependency-name: log
  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>
                
2e86b7592a9aeec5a25ce75167d35555b7daf137 build(deps): bump quote from 1.0.38 to 1.0.40 (#1699) Bumps [quote](https://github.com/dtolnay/quote) from 1.0.38 to 1.0.40. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.38...1.0.40) --- updated-dependencies: - dependency-name: quote 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>
3cd8009754d737a2f658b136d6376acd50dc3fec build(deps): bump serde_json from 1.0.138 to 1.0.140 (#1679) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.138 to 1.0.140. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.138...v1.0.140) --- updated-dependencies: - dependency-name: serde_json 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>
c25f5a6f947d7837af904e640dfc3e6442224774 [skip ci] set srtool-action v0.9.0 (#1728)
991544cfa5e66ab5a2e4ecb9ff716a60f8785e1c [skip ci] add build bifrost-paseo runtime (#1726)
c0bbfab7e7fafb38e18fc0138fa57c00a771e0bb Merge pull request #1516 from bifrost-io/dependabot/github_actions/chevdor/srtool-actions-0.9.2 build(deps): bump chevdor/srtool-actions from 0.8.0 to 0.9.2
3f9ad4bd73f49514ca20a133d0ef5a0d10698ee9 Merge pull request #1684 from bifrost-io/v0.18.0 Bifrost v0.18.0
#: 65

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

98.91 - Rust
0.82 - TypeScript
0.18 - Shell
0.09 - Dockerfile
rs: 8
json: 1
toml: 5
+    3 | -    2 | contracts/pair_concentrated_duality/Cargo.toml | (400c)2025-04-02, (ca8d)2025-04-02
+ 71 | - 80 | contracts/pair_concentrated_duality/src/execute.rs | (ca8d)2025-04-02
+ 111 | - 69 | contracts/pair_concentrated_duality/src/orderbook/execute.rs | (ca8d)2025-04-02
+ 163 | - 36 | contracts/pair_concentrated_duality/src/orderbook/state.rs | (ca8d)2025-04-02
+ 101 | - 139 | contracts/pair_concentrated_duality/src/orderbook/utils.rs | (ca8d)2025-04-02
+ 55 | - 62 | contracts/pair_concentrated_duality/src/queries.rs | (ca8d)2025-04-02
+ 17 | - 46 | contracts/pair_concentrated_duality/src/reply.rs | (ca8d)2025-04-02
+ 1 | - 1 | contracts/pair_concentrated_duality/src/utils.rs | (ca8d)2025-04-02
+ 1 | - 1 | contracts/periphery/astro_converter_neutron/Cargo.toml | (400c)2025-04-02
+ 1 | - 1 | contracts/tokenomics/maker/Cargo.toml | (400c)2025-04-02
+ 11 | - 0 | contracts/tokenomics/maker/src/contract.rs | (400c)2025-04-02
+ 1 | - 1 | packages/astroport/Cargo.toml | (400c)2025-04-02
+ 1 | - 1 | schemas/astroport-maker/astroport-maker.json | (400c)2025-04-02
                    400cd2b6779b4591a28f741d76361409d94ccb5d
                    
                    feat: release v5.9.0 (#447)
                
ca8dea063ce2b0ab2c0677d8c0b2530f8f6c54fd feat(PCL duality): adjust cumulative trade handling if both sides filled (#446) * feat(PCL duality): adjust cumulative trade handling if both sides filled * add total fee to attributes * extract cumulative trade as a separate event * remove one more check which might block pool * fix math in withdraw * add e2e proptesting; remove PCL repegging in reply * save delayed cumulative trade * fix query pagination * major redesign in cumulative trades handling * emit separate event per cumulative trade
#: 66

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

77.47 - Java
20.07 - Python
1.5 - Dockerfile
0.96 - Shell
                    20986923d1e14106e1c2dfbb9a50f9bf2befa4dc
                    
                    fix: rosetta tests are now called mesh. (#382)

Co-authored-by: Mateusz Czeladka 
                
#: 67

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

79.46 - Go
7.08 - JavaScript
4.68 - Solidity
3.73 - Shell
2.8 - Rust
1.76 - Python
0.27 - Makefile
0.15 - Dockerfile
0.06 - HCL
go: 1
sum: 1
mod: 1
+    1 | -    0 | evmrpc/simulate.go | (620c)2025-04-01
+ 1 | - 1 | go.mod | (620c)2025-04-01
+ 2 | - 2 | go.sum | (620c)2025-04-01
                    620c03b10312874c52c96c6c9c07e87f23b9ae0a
                    
                    overwrite block hash in tracer response with tendermint block hash (#2117)
                
#: 68

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

88.97 - Go
8.8 - C
0.4 - Java
0.4 - Sage
0.39 - Makefile
0.38 - Assembly
0.34 - M4
0.16 - Shell
0.06 - Python
0.05 - HTML
0.05 - Dockerfile
go: 1
+    1 | -    1 | x/bank/keeper/view.go | (3d77)2025-04-01
                    3d775184a979f5921f2cadbbbdfdbc6282c2ced5
                    
                    Fix quadratic balance query (#573)

## Describe your changes and provide context
Previously `GetAllBalances` would perform slice copy operation for each
iterator `Next` call due to how `Coin::Add` is implemented. The reason
for the copy is because `Coin:Add` needs to sort the resulting slice.
However this is unnecessary because at the end of `GetAllBalances` the
slice would sorted again anyway. This PR changes the iterator operation
to be a simple append, so that the total time complexity would be O(n)
instead of O(n^2)

## Testing performed to validate your change
unit test
                
#: 69

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

88.94 - Python
7.49 - Jupyter Notebook
1.41 - Shell
0.99 - Makefile
0.84 - Dockerfile
0.33 - JavaScript
py: 15
json: 1
+    2 | -    2 | neurons/__init__.py | (a7f9)2025-03-31, (10b0)2025-03-31
+ 3 | - 3 | neurons/_miner/miner_session.py | (7020)2025-03-31
+ 2 | - 1 | neurons/_validator/competitions/1/competition_config.json | (4d99)2025-03-31
+ 10 | - 0 | neurons/_validator/competitions/services/circuit_evaluator.py | (4d99)2025-03-31
+ 13 | - 12 | neurons/_validator/competitions/services/data_source.py | (4d99)2025-03-31
+ 4 | - 2 | neurons/_validator/models/miner_response.py | (7020)2025-03-31
+ 2 | - 2 | neurons/constants.py | (7020)2025-03-31, (10b0)2025-03-31
+ 63 | - 20 | neurons/execution_layer/circuit.py | (7020)2025-03-31, (f08b)2025-03-31, (bcd5)2025-03-31, (3bc1)2025-03-31, (7797)2025-03-31
+ 75 | - 4 | neurons/utils/gc_logging.py | (6a9d)2025-03-31, (7797)2025-03-31
                    b629335ad7de9a81abcfee1bb4be65ef60ddc66a
                    
                    Update URL in docs (#103)
                
a7f9a066e4a7be8b43d4feb06083c8adfcbdc59b Bump version to 7.5.1
7020511ad3920d49f3850d12fccaa52699ff9e5b Improve constant naming (#102)
10b0136e6e78ec513063f7c90b4474a1a214e92b Bump version to 7.5.0
f08bc9e81d8a06be4f6cc0791b655eb2544c7ef8 Update wallet
bcd58f005b890cc283c9eeb6c5ad7dcbf31217f3 Update last block and verification time logic
3bc157cdb702492d7ebec34ea67b7c29ce28f1c2 Update dtype for mean
6a9d6cf22da6fa86732d0fb2b57daae7f59b57d8 Improve import
4d99ea0c4b3e147575d40f4001acd7266c7e216b Improve dataset handling (#101)
779718fde959097587a65b04d5d2b71bb552eaa4 Add gc logging for eval (#94)
81a4445135ac7dab83b385331a58d1f8d0a090d4 Improve competition docs (#100)
#: 70

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

98.62 - Rust
0.85 - Shell
0.53 - Makefile
wasm: 1
rs: 2
toml: 2
+    1 | -    1 | contract/Cargo.toml | (b09e)2025-04-01
+ 6 | - 6 | contract/src/event.rs | (b09e)2025-04-01
+ 16 | - 18 | contract/src/jar/model/common.rs | (b09e)2025-04-01
+ 1 | - 1 | model/Cargo.toml | (b09e)2025-04-01
+ 0 | - 0 | res/sweat_jar.wasm | (b09e)2025-04-01
                    b09e6924f95b25294f283dc0fb245e4d46841f74
                    
                    feat: log signature material if it is wrong (#125)
                
#: 71

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

45.99 - Solidity
44.48 - JavaScript
5.88 - Python
3.27 - Ruby
0.32 - Shell
0.06 - Makefile
js: 1
sol: 2
adoc: 2
+    1 | -    2 | contracts/token/ERC20/ERC20.sol | (450b)2025-04-01
+ 5 | - 5 | contracts/token/ERC20/README.adoc | (450b)2025-04-01
+ 1 | - 1 | contracts/utils/TransientSlot.sol | (450b)2025-04-01
+ 4 | - 4 | docs/modules/ROOT/pages/utilities.adoc | (450b)2025-04-01
+ 1 | - 1 | hardhat/ignore-unreachable-warnings.js | (450b)2025-04-01
                    450b8332781726daec1b26500a1134d4aae893b4
                    
                    Group typo fixes #2 (#5561)

Co-authored-by: Arr00 <[email protected]>
Co-authored-by: ernestognw 
                
#: 72

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

53.01 - JavaScript
35.62 - Solidity
7.02 - Python
3.9 - Ruby
0.38 - Shell
0.07 - Makefile
js: 1
sol: 1
adoc: 2
+    1 | -    2 | contracts/token/ERC20/ERC20Upgradeable.sol | (a25f)2025-04-01
+ 5 | - 5 | contracts/token/ERC20/README.adoc | (a25f)2025-04-01
+ 4 | - 4 | docs/modules/ROOT/pages/utilities.adoc | (a25f)2025-04-01
+ 1 | - 1 | hardhat/ignore-unreachable-warnings.js | (a25f)2025-04-01
                    a25fed3f7cdb6d6ae7a162a0ff3c09c7737aa2c7
                    
                    Transpile 450b8332
                
#: 73

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

80.44 - Go
18.71 - Rust
0.4 - Shell
0.34 - Makefile
0.07 - Dockerfile
0.02 - Python
0.01 - Jinja
py: 2
go: 9
+    2 | -    2 | .punch_version.py | (5596)2025-03-31, (def3)2025-03-31
+ 8 | - 4 | go/control/api/api.go | (fc0f)2025-03-31, (2a6f)2025-03-31
+ 32 | - 66 | go/oasis-node/cmd/node/node_control.go | (fc0f)2025-03-31, (2a6f)2025-03-31, (43d5)2025-03-31
+ 212 | - 10 | go/runtime/history/indexer.go | (fc0f)2025-03-31, (2a6f)2025-03-31
+ 30 | - 6 | go/runtime/registry/registry.go | (fc0f)2025-03-31, (2a6f)2025-03-31
                    1ceb50c96db140b2e6abd6778f8df0faa0d8047b
                    
                    Merge pull request #6130 from oasisprotocol/martin/fix/e2e/histor-reindex-race

Fix flaky history reindex test
                
71b46f9c31ef0a1bfe881f565c0d6004f8d7fb89 go/scenario/e2e: Fix flaky history reindex test
5596e669c119becc2e428fe6891496c1f5ef558f Merge pull request #6127 from oasisprotocol/kostko/feature/changelog-25.1 changelog: Assemble changes for 25.1 release
def3a6dad844c235dd0ecdb67312de83e3ace229 changelog: Assemble changes for 25.1 release
fc0f484e5fbb1eb80a05492bbcf6d74ff9cc47cb Merge pull request #6013 from oasisprotocol/martin/feature/show-history-reindex-round go/control: Show runtime block history indexer status
2a6fedc7519ad4bc77da2405cfdfc9d810f20792 go/control: Show runtime block history indexer status
43d547d3e6b3f39cf887aa45a560fee357081b04 go/oasis-node/cmd/node: Simplify logging
#: 74

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

99.72 - Rust
0.27 - Makefile
0.01 - C
0 - RenderScript
rs: 18
toml: 3
+    1 | -    1 | Cargo.toml | (02d4)2025-04-01
+ 2 | - 2 | soroban-env-host/Cargo.toml | (02d4)2025-04-01, (db1c)2025-03-31
+ 2 | - 0 | soroban-env-host/benches/common/cost_types/vm_ops.rs | (db1c)2025-03-31
+ 1 | - 0 | soroban-env-host/src/auth.rs | (db1c)2025-03-31
+ 1 | - 1 | soroban-env-host/src/builtin_contracts/account_contract.rs | (db1c)2025-03-31
+ 1 | - 1 | soroban-env-host/src/builtin_contracts/stellar_asset_contract/allowance.rs | (db1c)2025-03-31
+ 1 | - 1 | soroban-env-host/src/builtin_contracts/stellar_asset_contract/balance.rs | (db1c)2025-03-31
+ 1 | - 1 | soroban-env-host/src/builtin_contracts/stellar_asset_contract/contract.rs | (db1c)2025-03-31
+ 24 | - 16 | soroban-env-host/src/cost_runner/cost_types/vm_ops.rs | (db1c)2025-03-31
+ 2 | - 2 | soroban-env-host/src/crypto/bls12_381.rs | (db1c)2025-03-31
+ 42 | - 1 | soroban-env-host/src/e2e_invoke.rs | (db1c)2025-03-31
+ 37 | - 40 | soroban-env-host/src/host.rs | (db1c)2025-03-31
+ 2 | - 0 | soroban-env-host/src/host/conversion.rs | (db1c)2025-03-31
+ 1 | - 1 | soroban-env-host/src/host/data_helper.rs | (db1c)2025-03-31
+ 5 | - 0 | soroban-env-host/src/host/declared_size.rs | (db1c)2025-03-31
+ 61 | - 49 | soroban-env-host/src/host/error.rs | (db1c)2025-03-31
+ 46 | - 60 | soroban-env-host/src/host/frame.rs | (db1c)2025-03-31
+ 21 | - 16 | soroban-env-host/src/host/invocation_metering.rs | (db1c)2025-03-31
+ 1 | - 0 | soroban-env-host/src/host/mem_helper.rs | (db1c)2025-03-31
+ 4 | - 0 | soroban-env-host/src/host/metered_clone.rs | (db1c)2025-03-31
                    02d4b525f9231d8b82dadde9d06224099405be1d
                    
                    Bump XDR for env. (#1532)

### What

Bump XDR for env.

### Why

This is necessary to pick up the contract spec change, that is needed
for the SDK.

### Known limitations

N/A
                
db1c61143f680c0bee54085aa20f0dc9c72b0eda Reusable module cache redux (#1530) This is a re-application / rebasing of https://github.com/stellar/rs-soroban-env/pull/1506 after it was reverted (for release-management reasons) in https://github.com/stellar/rs-soroban-env/pull/1524
#: 75

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

98.11 - Go
1.08 - Solidity
0.56 - JavaScript
0.13 - Makefile
0.09 - HTML
0.03 - Dockerfile
go: 1
+    3 | -    3 | api/utils/revisions.go | (c1a2)2025-04-01
                    c1a28131a2fed9b9f983106728299b2222b10297
                    
                    fix: `next` block adjustments (transactions, gas used, receipts root) (#1029)
                
#: 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/networks
GitHub History Url: github.com/babylonlabs-io/networks/commits
2025-04-01main

49.41 - Go
46.15 - Standard ML
4.44 - Shell
                    a6f8b77f3fc8c1f279924b905d522546ddc99b2d
                    
                    fix: Fix upgrades link (#478)
                
617c751b458a6fe406de3b1e89f9c532d2fc864f chore: Transfer baby_3535-1 directory to bbn-1 (#477)
c9f1c60dc9b2ce96f9a3ede29f0ca660cc17a162 chore: Update the bbn-1 directory to contain legacy warnings and info about phase-2 (#476)
c63fa8857c7ce22c7ce18809cabb2d37d3efbfe8 chore: Update recommended block times (#475)
#: 77

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

99.74 - Swift
0.23 - Python
0.03 - Solidity
proto: 159
swift: 140
+    2 | -    1 | Package.swift | (e826)2025-04-01
+ 54 | - 2 | Sources/Hiero/AnyTransaction.swift | (e826)2025-04-01
+ 25 | - 0 | Sources/Hiero/FeeSchedule/RequestType.swift | (e826)2025-04-01
+ 15 | - 0 | Sources/Hiero/Transaction/Transaction+FromProtobuf.swift | (e826)2025-04-01
+ 0 | - 0 | Sources/HieroProtobufs/Generated/mirror/mirror_consensus_service.grpc.swift | (e826)2025-04-01
+ 0 | - 0 | Sources/HieroProtobufs/Generated/mirror/mirror_consensus_service.pb.swift | (e826)2025-04-01
+ 326 | - 0 | Sources/HieroProtobufs/Generated/mirror/mirror_network_service.grpc.swift | (e826)2025-04-01
+ 3 | - 26 | Sources/HieroProtobufs/Generated/mirror/mirror_network_service.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/platform/event/state_signature_transaction.pb.swift | (e826)2025-04-01
+ 3 | - 7 | Sources/HieroProtobufs/Generated/sdk/transaction_list.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/address_book_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/address_book_service.pb.swift | (e826)2025-04-01
+ 95 | - 0 | Sources/HieroProtobufs/Generated/services/auxiliary/hints/crs_publication.pb.swift | (e826)2025-04-01
+ 112 | - 0 | Sources/HieroProtobufs/Generated/services/auxiliary/hints/hints_key_publication.pb.swift | (e826)2025-04-01
+ 108 | - 0 | Sources/HieroProtobufs/Generated/services/auxiliary/hints/hints_partial_signature.pb.swift | (e826)2025-04-01
+ 114 | - 0 | Sources/HieroProtobufs/Generated/services/auxiliary/hints/hints_preprocessing_vote.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/history/history_proof_key_publication.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/history/history_proof_signature.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/history/history_proof_vote.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/tss/tss_message.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/auxiliary/tss/tss_vote.pb.swift | (e826)2025-04-01
+ 41 | - 1 | Sources/HieroProtobufs/Generated/services/basic_types.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_create_topic.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_delete_topic.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_get_topic_info.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_service.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_submit_message.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_topic_info.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/consensus_update_topic.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_call.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_call_local.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_create.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_delete.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_get_bytecode.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_get_info.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_get_records.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_types.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/contract_update.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_add_live_hash.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_approve_allowance.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_create.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_delete.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_delete_allowance.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_delete_live_hash.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_account_balance.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_account_records.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_info.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_live_hash.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_get_stakers.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_service.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_transfer.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/crypto_update.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/custom_fees.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/duration.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/ethereum_transaction.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/exchange_rate.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/file_append.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/file_create.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/file_delete.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/file_get_contents.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/file_get_info.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/file_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/file_service.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/file_update.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/freeze.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/freeze_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/freeze_service.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/freeze_type.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/get_account_details.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/get_by_key.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/get_by_solidity_id.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/network_get_execution_time.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/network_get_version_info.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/network_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/network_service.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/node_create.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/node_delete.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/node_stake_update.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/node_update.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/query.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/query_header.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/response.pb.swift | (e826)2025-04-01
+ 75 | - 1 | Sources/HieroProtobufs/Generated/services/response_code.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/response_header.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedulable_transaction_body.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_create.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_delete.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_get_info.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_service.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/schedule_sign.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/smart_contract_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/smart_contract_service.pb.swift | (e826)2025-04-01
+ 885 | - 0 | Sources/HieroProtobufs/Generated/services/state/hints/hints_types.pb.swift | (e826)2025-04-01
+ 27 | - 1 | Sources/HieroProtobufs/Generated/services/state/history/history_types.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/system_delete.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/system_undelete.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/throttle_definitions.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/timestamp.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_airdrop.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_associate.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_burn.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_cancel_airdrop.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_claim_airdrop.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_create.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_delete.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_dissociate.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_fee_schedule_update.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_freeze_account.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_get_account_nft_infos.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_get_info.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_get_nft_info.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_get_nft_infos.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_grant_kyc.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_mint.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_pause.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_reject.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_revoke_kyc.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_service.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_unfreeze_account.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_unpause.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_update.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_update_nfts.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/token_wipe_account.pb.swift | (e826)2025-04-01
+ 222 | - 2 | Sources/HieroProtobufs/Generated/services/transaction.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_contents.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_get_fast_record.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_get_receipt.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_get_record.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_receipt.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_record.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/transaction_response.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/unchecked_submit.pb.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/util_prng.pb.swift | (e826)2025-04-01
+ 116 | - 1 | Sources/HieroProtobufs/Generated/services/util_service.grpc.swift | (e826)2025-04-01
+ 1 | - 1 | Sources/HieroProtobufs/Generated/services/util_service.pb.swift | (e826)2025-04-01
+ 0 | - 228 | Sources/HieroProtobufs/Mirror/mirror_network_service.grpc.swift | (e826)2025-04-01
+ 0 | - 594 | Sources/HieroProtobufs/Protos/account.proto | (e826)2025-04-01
+ 0 | - 80 | Sources/HieroProtobufs/Protos/account_balance_file.proto | (e826)2025-04-01
+ 0 | - 82 | Sources/HieroProtobufs/Protos/account_pending_airdrop.proto | (e826)2025-04-01
+ 0 | - 54 | Sources/HieroProtobufs/Protos/auxiliary/history/history_proof_signature.proto | (e826)2025-04-01
+ 0 | - 52 | Sources/HieroProtobufs/Protos/auxiliary/history/history_proof_vote.proto | (e826)2025-04-01
+ 0 | - 88 | Sources/HieroProtobufs/Protos/auxiliary/tss/tss_message.proto | (e826)2025-04-01
+ 0 | - 71 | Sources/HieroProtobufs/Protos/block.proto | (e826)2025-04-01
+ 0 | - 155 | Sources/HieroProtobufs/Protos/block_header.proto | (e826)2025-04-01
+ 0 | - 111 | Sources/HieroProtobufs/Protos/block_info.proto | (e826)2025-04-01
+ 0 | - 290 | Sources/HieroProtobufs/Protos/block_item.proto | (e826)2025-04-01
+ 0 | - 212 | Sources/HieroProtobufs/Protos/block_proof.proto | (e826)2025-04-01
+ 0 | - 961 | Sources/HieroProtobufs/Protos/block_service.proto | (e826)2025-04-01
+ 0 | - 166 | Sources/HieroProtobufs/Protos/block_stream_info.proto | (e826)2025-04-01
+ 0 | - 46 | Sources/HieroProtobufs/Protos/bytecode.proto | (e826)2025-04-01
+ 0 | - 78 | Sources/HieroProtobufs/Protos/common.proto | (e826)2025-04-01
+ 0 | - 62 | Sources/HieroProtobufs/Protos/congestion_level_starts.proto | (e826)2025-04-01
+ 0 | - 212 | Sources/HieroProtobufs/Protos/contract_action.proto | (e826)2025-04-01
+ 0 | - 46 | Sources/HieroProtobufs/Protos/contract_bytecode.proto | (e826)2025-04-01
+ 0 | - 78 | Sources/HieroProtobufs/Protos/contract_state_change.proto | (e826)2025-04-01
+ 0 | - 89 | Sources/HieroProtobufs/Protos/entity_counts.proto | (e826)2025-04-01
+ 0 | - 69 | Sources/HieroProtobufs/Protos/event_consensus_data.proto | (e826)2025-04-01
+ 0 | - 83 | Sources/HieroProtobufs/Protos/event_core.proto | (e826)2025-04-01
+ 0 | - 80 | Sources/HieroProtobufs/Protos/event_descriptor.proto | (e826)2025-04-01
+ 0 | - 55 | Sources/HieroProtobufs/Protos/event_metadata.proto | (e826)2025-04-01
+ 0 | - 65 | Sources/HieroProtobufs/Protos/event_transaction.proto | (e826)2025-04-01
+ 0 | - 116 | Sources/HieroProtobufs/Protos/file.proto | (e826)2025-04-01
+ 0 | - 81 | Sources/HieroProtobufs/Protos/gossip_event.proto | (e826)2025-04-01
+ 0 | - 57 | Sources/HieroProtobufs/Protos/hash_object.proto | (e826)2025-04-01
+ 0 | - 46 | Sources/HieroProtobufs/Protos/history_proof_key_publication.proto | (e826)2025-04-01
+ 0 | - 222 | Sources/HieroProtobufs/Protos/history_types.proto | (e826)2025-04-01
+ 0 | - 140 | Sources/HieroProtobufs/Protos/ledger_id.proto | (e826)2025-04-01
+ 0 | - 100 | Sources/HieroProtobufs/Protos/mirror/consensus_service.proto | (e826)2025-04-01
+ 4 | - 23 | Sources/HieroProtobufs/Protos/mirror/mirror_network_service.proto | (e826)2025-04-01
+ 0 | - 85 | Sources/HieroProtobufs/Protos/network_staking_rewards.proto | (e826)2025-04-01
+ 0 | - 102 | Sources/HieroProtobufs/Protos/nft.proto | (e826)2025-04-01
+ 0 | - 154 | Sources/HieroProtobufs/Protos/node.proto | (e826)2025-04-01
+ 0 | - 0 | Sources/HieroProtobufs/Protos/platform/event/state_signature_transaction.proto | (e826)2025-04-01
+ 0 | - 341 | Sources/HieroProtobufs/Protos/platform_state.proto | (e826)2025-04-01
+ 0 | - 72 | Sources/HieroProtobufs/Protos/primitives.proto | (e826)2025-04-01
+ 0 | - 111 | Sources/HieroProtobufs/Protos/record_file_item.proto | (e826)2025-04-01
+ 0 | - 109 | Sources/HieroProtobufs/Protos/record_stream_file.proto | (e826)2025-04-01
+ 0 | - 121 | Sources/HieroProtobufs/Protos/recordcache.proto | (e826)2025-04-01
+ 0 | - 97 | Sources/HieroProtobufs/Protos/roster.proto | (e826)2025-04-01
+ 0 | - 73 | Sources/HieroProtobufs/Protos/roster_state.proto | (e826)2025-04-01
+ 0 | - 46 | Sources/HieroProtobufs/Protos/round_header.proto | (e826)2025-04-01
+ 0 | - 63 | Sources/HieroProtobufs/Protos/running_hashes.proto | (e826)2025-04-01
+ 0 | - 268 | Sources/HieroProtobufs/Protos/schedule.proto | (e826)2025-04-01
+ 2 | - 2 | Sources/HieroProtobufs/Protos/sdk/transaction_list.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/address_book_service.proto | (e826)2025-04-01
+ 34 | - 0 | Sources/HieroProtobufs/Protos/services/auxiliary/hints/crs_publication.proto | (e826)2025-04-01
+ 49 | - 0 | Sources/HieroProtobufs/Protos/services/auxiliary/hints/hints_key_publication.proto | (e826)2025-04-01
+ 43 | - 0 | Sources/HieroProtobufs/Protos/services/auxiliary/hints/hints_partial_signature.proto | (e826)2025-04-01
+ 44 | - 0 | Sources/HieroProtobufs/Protos/services/auxiliary/hints/hints_preprocessing_vote.proto | (e826)2025-04-01
+ 1 | - 16 | Sources/HieroProtobufs/Protos/services/auxiliary/history/history_proof_key_publication.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/auxiliary/history/history_proof_signature.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/auxiliary/history/history_proof_vote.proto | (e826)2025-04-01
+ 1 | - 16 | Sources/HieroProtobufs/Protos/services/auxiliary/tss/tss_message.proto | (e826)2025-04-01
+ 1 | - 16 | Sources/HieroProtobufs/Protos/services/auxiliary/tss/tss_vote.proto | (e826)2025-04-01
+ 27 | - 17 | Sources/HieroProtobufs/Protos/services/basic_types.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/consensus_create_topic.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/consensus_delete_topic.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/consensus_get_topic_info.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/consensus_service.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/consensus_submit_message.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/consensus_topic_info.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/consensus_update_topic.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/contract_call.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/contract_call_local.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/contract_create.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/contract_delete.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/contract_get_bytecode.proto | (e826)2025-04-01
+ 6 | - 21 | Sources/HieroProtobufs/Protos/services/contract_get_info.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/contract_get_records.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/contract_types.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/contract_update.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/crypto_add_live_hash.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/crypto_approve_allowance.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/crypto_create.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/crypto_delete.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/crypto_delete_allowance.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/crypto_delete_live_hash.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/crypto_get_account_balance.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/crypto_get_account_records.proto | (e826)2025-04-01
+ 7 | - 22 | Sources/HieroProtobufs/Protos/services/crypto_get_info.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/crypto_get_live_hash.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/crypto_get_stakers.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/crypto_service.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/crypto_transfer.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/crypto_update.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/custom_fees.proto | (e826)2025-04-01
+ 1 | - 16 | Sources/HieroProtobufs/Protos/services/duration.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/ethereum_transaction.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/exchange_rate.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/file_append.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/file_create.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/file_delete.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/file_get_contents.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/file_get_info.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/file_service.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/file_update.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/freeze.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/freeze_service.proto | (e826)2025-04-01
+ 1 | - 16 | Sources/HieroProtobufs/Protos/services/freeze_type.proto | (e826)2025-04-01
+ 6 | - 21 | Sources/HieroProtobufs/Protos/services/get_account_details.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/get_by_key.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/get_by_solidity_id.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/network_get_execution_time.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/network_get_version_info.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/network_service.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/node_create.proto | (e826)2025-04-01
+ 1 | - 16 | Sources/HieroProtobufs/Protos/services/node_delete.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/node_stake_update.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/node_update.proto | (e826)2025-04-01
+ 26 | - 41 | Sources/HieroProtobufs/Protos/services/query.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/query_header.proto | (e826)2025-04-01
+ 26 | - 41 | Sources/HieroProtobufs/Protos/services/response.proto | (e826)2025-04-01
+ 48 | - 16 | Sources/HieroProtobufs/Protos/services/response_code.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/response_header.proto | (e826)2025-04-01
+ 55 | - 70 | Sources/HieroProtobufs/Protos/services/schedulable_transaction_body.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/schedule_create.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/schedule_delete.proto | (e826)2025-04-01
+ 6 | - 21 | Sources/HieroProtobufs/Protos/services/schedule_get_info.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/schedule_service.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/schedule_sign.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/smart_contract_service.proto | (e826)2025-04-01
+ 55 | - 18 | Sources/HieroProtobufs/Protos/services/state/hints/hints_types.proto | (e826)2025-04-01
+ 7 | - 17 | Sources/HieroProtobufs/Protos/services/state/history/history_types.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/system_delete.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/system_undelete.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/throttle_definitions.proto | (e826)2025-04-01
+ 1 | - 16 | Sources/HieroProtobufs/Protos/services/timestamp.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_airdrop.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_associate.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_burn.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_cancel_airdrop.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_claim_airdrop.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/token_create.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_delete.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_dissociate.proto | (e826)2025-04-01
+ 3 | - 18 | Sources/HieroProtobufs/Protos/services/token_fee_schedule_update.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_freeze_account.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/token_get_account_nft_infos.proto | (e826)2025-04-01
+ 7 | - 22 | Sources/HieroProtobufs/Protos/services/token_get_info.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/token_get_nft_info.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/token_get_nft_infos.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_grant_kyc.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_mint.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_pause.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_reject.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_revoke_kyc.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/token_service.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_unfreeze_account.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_unpause.proto | (e826)2025-04-01
+ 4 | - 19 | Sources/HieroProtobufs/Protos/services/token_update.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_update_nfts.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/token_wipe_account.proto | (e826)2025-04-01
+ 119 | - 91 | Sources/HieroProtobufs/Protos/services/transaction.proto | (e826)2025-04-01
+ 2 | - 17 | Sources/HieroProtobufs/Protos/services/transaction_contents.proto | (e826)2025-04-01
+ 5 | - 20 | Sources/HieroProtobufs/Protos/services/transaction_get_fast_record.proto | (e826)2025-04-01
                    e8263fb6bc2a1be9390688157bd27d17e326cb85
                    
                    Update protos to 0.61.0 (#451)

* chore: update protobufs to v0.61.0

Signed-off-by: Ricky Saechao 

* chore: update README.md docs for testing

Signed-off-by: Ricky Saechao 

---------

Signed-off-by: Ricky Saechao 
                
#: 78

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

99.18 - Rust
0.53 - Solidity
0.15 - Python
0.11 - TeX
0.04 - Shell
0 - RenderScript
toml: 2
json: 1
yaml: 2
rs: 24
yml: 1
gitignore: 1
+    1 | -    1 | .github/release-please/manifest.json | (79f5)2025-03-31
+ 1 | - 5 | .github/workflows/ci.yaml | (a424)2025-04-01, (af2c)2025-03-31
+ 41 | - 0 | .github/workflows/publish-crates.yml | (a424)2025-04-01
+ 0 | - 1 | .gitignore | (a424)2025-04-01
+ 12 | - 12 | Cargo.toml | (79f5)2025-03-31
+ 1 | - 0 | crates/bellman/src/plonk/better_cs/utils.rs | (af2c)2025-03-31
+ 1 | - 0 | crates/bellman/src/plonk/polynomials/mod.rs | (af2c)2025-03-31
+ 2 | - 0 | crates/boojum/src/dag/resolver_box.rs | (af2c)2025-03-31
+ 64 | - 2 | crates/boojum/src/gadgets/curves/sw_projective/mod.rs | (af2c)2025-03-31
+ 247 | - 42 | crates/boojum/src/gadgets/curves/zeroable_affine/mod.rs | (af2c)2025-03-31
+ 1 | - 0 | crates/boojum/src/gadgets/mod.rs | (af2c)2025-03-31
+ 7 | - 4 | crates/boojum/src/gadgets/non_native_field/implementations/impl_traits.rs | (af2c)2025-03-31
+ 171 | - 12 | crates/boojum/src/gadgets/non_native_field/implementations/implementation_u16.rs | (af2c)2025-03-31
+ 19 | - 0 | crates/boojum/src/gadgets/non_native_field/implementations/mod.rs | (af2c)2025-03-31
+ 6 | - 6 | crates/boojum/src/gadgets/non_native_field/implementations/utils.rs | (af2c)2025-03-31
+ 17 | - 0 | crates/boojum/src/gadgets/non_native_field/traits/mod.rs | (af2c)2025-03-31
+ 556 | - 0 | crates/boojum/src/gadgets/tower_extension/algebraic_torus.rs | (af2c)2025-03-31
+ 780 | - 0 | crates/boojum/src/gadgets/tower_extension/fq12.rs | (af2c)2025-03-31
+ 670 | - 0 | crates/boojum/src/gadgets/tower_extension/fq2.rs | (af2c)2025-03-31
+ 886 | - 0 | crates/boojum/src/gadgets/tower_extension/fq6.rs | (af2c)2025-03-31
+ 8 | - 0 | crates/boojum/src/gadgets/tower_extension/mod.rs | (af2c)2025-03-31
+ 259 | - 0 | crates/boojum/src/gadgets/tower_extension/params/bn256.rs | (af2c)2025-03-31
+ 100 | - 0 | crates/boojum/src/gadgets/tower_extension/params/mod.rs | (af2c)2025-03-31
+ 74 | - 1 | crates/boojum/src/gadgets/u256/mod.rs | (af2c)2025-03-31
+ 200 | - 0 | crates/boojum/src/gadgets/u512/mod.rs | (af2c)2025-03-31
+ 1 | - 1 | crates/fflonk/Cargo.toml | (79f5)2025-03-31
+ 39 | - 1 | crates/pairing/src/bn256/ec.rs | (af2c)2025-03-31
+ 9 | - 1 | crates/pairing/src/bn256/fq.rs | (af2c)2025-03-31
+ 2 | - 0 | crates/pairing/src/bn256/mod.rs | (af2c)2025-03-31
+ 230 | - 0 | crates/pairing/src/bn256/pairing_certificate.rs | (af2c)2025-03-31
                    a4245bc720af2b0691118a5f2ea8201ca4662def
                    
                    fix: remove Cargo.lock file from .gitignore (#100)

Changes:
* [x] remove Cargo.lock file from .gitignore
* [x] remove conditions from `pull_request` target as `Github Status
Check` is mandatory now for all PRs. Lack of this check can prevent PRs
from being merged
* [x] add `Publish crates` workflow that allows the restart of the
publishing procedure manually without the need to create an additional
release
                
79f5f9e073475b04c2e0e6b02880cfbf6fa63f73 chore(main): release 0.32.0 (#99) :robot: I have created a release *beep* *boop* --- ## [0.32.0](https://github.com/matter-labs/zksync-crypto/compare/v0.31.0...v0.32.0) (2025-03-31) ### ⚠ BREAKING CHANGES * ec precompiles ([#77](https://github.com/matter-labs/zksync-crypto/issues/77)) ### Features * ec precompiles ([#77](https://github.com/matter-labs/zksync-crypto/issues/77)) ([af2c69a](https://github.com/matter-labs/zksync-crypto/commit/af2c69a525707037adb2d253c815553902b2f84b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: zksync-era-bot
af2c69a525707037adb2d253c815553902b2f84b feat!: ec precompiles (#77) Adding support for ECPairing, ECMul, ECAdd and Modexp (for 32 bytes). --------- Co-authored-by: Nikita Masych Co-authored-by: konstantce Co-authored-by: Fitznik Co-authored-by: Fitznik <[email protected]>
#: 79

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

GitHub Url: github.com/galacticcouncil/apps
GitHub History Url: github.com/galacticcouncil/apps/commits
2025-04-01master

80.44 - TypeScript
14.16 - CSS
4.3 - HTML
1.07 - JavaScript
0.03 - Shell
json: 6
+   24 | -   21 | package-lock.json | (154b)2025-04-01, (c74c)2025-04-01
+ 3 | - 3 | packages/apps/package.json | (154b)2025-04-01, (c74c)2025-04-01
+ 5 | - 2 | pages/apps-web/package.json | (154b)2025-04-01, (c74c)2025-04-01
                    154b7f413287d49e00318737bec083863577bf52
                    
                    RELEASE: Releasing 1 package(s)

Releases:
  @galacticcouncil/[email protected]
                
c74cffebb699d8ff259f4acb71c6d955a82385fd Bump to sdk 6.x
#: 80

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

51.09 - C
47.41 - C++
0.35 - M4
0.33 - Python
0.32 - Rust
0.21 - Shell
0.14 - Jupyter Notebook
0.11 - Makefile
0.02 - Dockerfile
0.02 - Batchfile
0.01 - LLVM
0.01 - Emacs Lisp
vcxproj: 2
h: 83
filters: 2
cpp: 88
+    8 | -    0 | Builds/VisualStudio/stellar-core.vcxproj | (c174)2025-04-01, (81ef)2025-04-01
+ 24 | - 0 | Builds/VisualStudio/stellar-core.vcxproj.filters | (c174)2025-04-01, (81ef)2025-04-01
+ 82 | - 38 | src/herder/TransactionQueue.cpp | (c174)2025-04-01, (7617)2025-04-01, (dc44)2025-04-01, (0f49)2025-04-01
+ 24 | - 0 | src/herder/TransactionQueue.h | (c174)2025-04-01, (0f49)2025-04-01
+ 32 | - 0 | src/ledger/LedgerHashUtils.h | (c174)2025-04-01, (8ecd)2025-04-01
+ 17 | - 7 | src/ledger/LedgerManagerImpl.cpp | (c174)2025-04-01, (dc44)2025-04-01, (81ef)2025-04-01, (f055)2025-04-01
+ 4 | - 4 | src/main/CommandHandler.cpp | (c174)2025-04-01, (0f49)2025-04-01
+ 32 | - 2 | src/main/Config.cpp | (c174)2025-04-01, (f055)2025-04-01
+ 34 | - 2 | src/main/Config.h | (c174)2025-04-01, (f055)2025-04-01
+ 4 | - 2 | src/transactions/BeginSponsoringFutureReservesOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/BeginSponsoringFutureReservesOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/BumpSequenceOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/BumpSequenceOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ChangeTrustOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ChangeTrustOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ClaimClaimableBalanceOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ClaimClaimableBalanceOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ClawbackClaimableBalanceOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ClawbackClaimableBalanceOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ClawbackOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ClawbackOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/CreateAccountOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/CreateAccountOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/CreateClaimableBalanceOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/CreateClaimableBalanceOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/EndSponsoringFutureReservesOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/EndSponsoringFutureReservesOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 316 | - 4 | src/transactions/EventManager.cpp | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 185 | - 3 | src/transactions/EventManager.h | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 35 | - 29 | src/transactions/ExtendFootprintTTLOpFrame.cpp | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 13 | - 11 | src/transactions/ExtendFootprintTTLOpFrame.h | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 27 | - 23 | src/transactions/FeeBumpTransactionFrame.cpp | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 16 | - 12 | src/transactions/FeeBumpTransactionFrame.h | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/InflationOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/InflationOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 83 | - 77 | src/transactions/InvokeHostFunctionOpFrame.cpp | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 15 | - 13 | src/transactions/InvokeHostFunctionOpFrame.h | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 10 | - 6 | src/transactions/LiquidityPoolDepositOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/LiquidityPoolDepositOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/LiquidityPoolWithdrawOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/LiquidityPoolWithdrawOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ManageDataOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ManageDataOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 10 | - 8 | src/transactions/ManageOfferOpFrameBase.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/ManageOfferOpFrameBase.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/MergeOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/MergeOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 14 | - 242 | src/transactions/MutableTransactionResult.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 8 | - 54 | src/transactions/MutableTransactionResult.h | (c174)2025-04-01, (81ef)2025-04-01
+ 32 | - 30 | src/transactions/OperationFrame.cpp | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 16 | - 12 | src/transactions/OperationFrame.h | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 134 | - 0 | src/transactions/OperationMetaArray.cpp | (c174)2025-04-01, (f055)2025-04-01
+ 88 | - 0 | src/transactions/OperationMetaArray.h | (c174)2025-04-01, (f055)2025-04-01
+ 6 | - 2 | src/transactions/PathPaymentStrictReceiveOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/PathPaymentStrictReceiveOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/PathPaymentStrictSendOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/PathPaymentStrictSendOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 8 | - 4 | src/transactions/PaymentOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/PaymentOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 37 | - 29 | src/transactions/RestoreFootprintOpFrame.cpp | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 13 | - 11 | src/transactions/RestoreFootprintOpFrame.h | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 10 | - 6 | src/transactions/RevokeSponsorshipOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/RevokeSponsorshipOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/SetOptionsOpFrame.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/SetOptionsOpFrame.h | (c174)2025-04-01, (81ef)2025-04-01
+ 217 | - 169 | src/transactions/TransactionFrame.cpp | (c174)2025-04-01, (7617)2025-04-01, (dc44)2025-04-01, (81ef)2025-04-01, (f055)2025-04-01
+ 58 | - 50 | src/transactions/TransactionFrame.h | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 19 | - 7 | src/transactions/TransactionFrameBase.h | (c174)2025-04-01, (7617)2025-04-01, (81ef)2025-04-01
+ 404 | - 62 | src/transactions/TransactionMetaFrame.cpp | (c174)2025-04-01, (dc44)2025-04-01, (f055)2025-04-01
+ 34 | - 10 | src/transactions/TransactionMetaFrame.h | (c174)2025-04-01, (dc44)2025-04-01, (f055)2025-04-01
+ 10 | - 10 | src/transactions/TransactionUtils.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/TransactionUtils.h | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/TrustFlagsOpFrameBase.cpp | (c174)2025-04-01, (81ef)2025-04-01
+ 4 | - 2 | src/transactions/TrustFlagsOpFrameBase.h | (c174)2025-04-01, (81ef)2025-04-01
+ 28 | - 0 | src/util/MetaUtils.cpp | (c174)2025-04-01, (f055)2025-04-01
+ 6 | - 0 | src/util/MetaUtils.h | (c174)2025-04-01, (f055)2025-04-01
                    c1746e764983020a725415b017ba0863e15292ec
                    
                    CAP-67 part 1 - new unified events framework (#4672)

# Description

Structural changes in the event emitting framework in stellar-core in
order to support unified events (specified in
https://github.com/stellar/stellar-protocol/blob/master/core/cap-0067.md).
Introduces `EventManager.cpp` that implements the unified event
management
- `TxEventManager` - manages tx-level events (fees) and creation of
`OpEventManager`, and contains a `DiagnosticEventBuffer`.
- `OpEventManager` - manages the lifetime of events at individual
operation level, and has access to the tx-level `DiagnosticEventBuffer`.
- `DiagnosticEventBuffer` - abstraction over diagnostic event creation
and storage.

Adapts relevant workflows to the above event management
- `TransactionMetaFrame` incorporates `TransactionMetaV4` (with
`OperationMetaV2`)
- Two new config flags `EMIT_CLASSIC_EVENTS` and
`BACKFILL_STELLAR_ASSET_EVENTS`, along with the protocol version
determines the proper txmeta version to be emitted.
- Adapts new and existing workflows to go through the unified event
framework
    - pre-23 soroban-operations (soroban contract and diagnostic events)
- classic events for post-23, as well as older protocol versions (if
backfill is enabled)
- Tx submit workflow (which generates diagnostic events for tx
validation errors)

This is just part I of the
[CAP-67](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0067.md)
work that contains framework change and adaptation of existing Soroban
events workflows. The new classic events will be completed in followup
PRs.



# 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)
                
e48042fc13f85f9a888ac396e723d9559e1d2734 vnext test tx meta
7617b7d7044b97b3d999b02f1eb8231be5961f1f address review comments: use raw over shared_ptr for nullable access
dc444039ac4f56b2934bd1c37c9c3c3126a0cd78 Address review comments: naming, passing Confg to TransactionMetaFrame
ae88c52cf8c8c1cb24cd985fec448f8625fcaa92 update meta stream and generate older protocol meta with backfilling enabled (txmetav4)
0f49859cdb9ad23c69d6c7af1eba84684ef9635c Adapt diagnostic events in the tx-queue workflow
81ef7b2af4909c730048636489875532c3b5434c Add {Tx,Op}EventManager for event management and adapt into the tx-apply paths
f0551a3b586e24e35e933f95aa0cc7399e74e403 Update meta frame to V4 with new config flags
369938dd5eeead2ca2b2825a2f40f13f7ca9a86b disable `test_expected_size` in check-sorobans
8ecdeac731623f2cb7780f9e49399718e2b199ee bump xdr and related changes
#: 81

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

98.38 - TypeScript
1.03 - CSS
0.43 - JavaScript
0.16 - HTML
0 - Shell
ts: 1
tsx: 1
+    1 | -    7 | apps/frontend/src/app/5_pages/MarketMakingPage/components/BobWIthdrawModal/BobWithdrawModal.tsx | (08a3)2025-04-01
+ 8 | - 15 | apps/frontend/src/app/5_pages/MarketMakingPage/components/BobWIthdrawModal/hooks/useHandleSubmit.ts | (08a3)2025-04-01
                    08a37a7e37d194a77a2ecb9c3bbfa1b429b73031
                    
                    SOV-4723: fix liquidity withdraw on bob chain (#1074)

* SOV-4723: fix liquidity withdraw on bob chain

* Create silent-waves-study.md
                
#: 82

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

61.11 - TypeScript
24.42 - Solidity
13.22 - Rust
0.86 - Shell
0.15 - Makefile
0.14 - Dockerfile
0.1 - Starlark
ts: 1
+   53 | -    2 | solana/ts/sdk/ntt.ts | (89e9)2025-04-01
                    89e9db6662b5f46625e3ac3ede510e2e24c43514
                    
                    sdk: solana - support gas token transfers (#603)
                
#: 83

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

87.83 - Go
6.51 - Shell
4.23 - Dockerfile
1.43 - Makefile
                    611cd7b479ead090c30e8e4477eb393b4bd5580e
                    
                    Merge pull request #720 from oasisprotocol/lw/expose-ports-1

Update docker instructions to expose nexus and explorer ports
                
4bf5a80ca5a78e8f9c69912d6fb98d4c5c0fc481 other: Update docker instructions to expose Nexus and Explorer ports
#: 84

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-04-01optimism

89.66 - Go
5.04 - C
3.34 - JavaScript
0.48 - Assembly
0.26 - Shell
0.23 - Java
0.23 - Sage
0.19 - M4
0.17 - NSIS
0.17 - Smarty
0.08 - Python
0.07 - Solidity
0.07 - Makefile
0.01 - HTML
0.01 - Dockerfile
go: 16
zip: 1
yaml: 1
txt: 1
+   24 | -   35 | core/txpool/legacypool/legacypool.go | (928e)2025-03-31
+ 52 | - 13 | core/txpool/legacypool/list.go | (37be)2025-04-01, (928e)2025-03-31
+ 50 | - 0 | core/txpool/rollup.go | (928e)2025-03-31
+ 0 | - 2 | core/txpool/txpool.go | (928e)2025-03-31
+ 7 | - 8 | core/txpool/validation.go | (928e)2025-03-31
+ 57 | - 7 | core/types/rollup_cost.go | (928e)2025-03-31
+ 12 | - 0 | fork.yaml | (eec0)2025-04-01
+ 1 | - 1 | miner/worker.go | (02df)2025-04-01
+ 20 | - 1 | params/config.go | (928e)2025-03-31
+ 25 | - 1 | rpc/client.go | (eec0)2025-04-01
+ 2 | - 0 | rpc/client_opt.go | (eec0)2025-04-01
+ 22 | - 1 | rpc/handler.go | (eec0)2025-04-01
+ 4 | - 1 | rpc/inproc.go | (eec0)2025-04-01
+ 98 | - 0 | rpc/recording.go | (eec0)2025-04-01
+ 8 | - 0 | rpc/server.go | (eec0)2025-04-01
+ 9 | - 2 | rpc/subscription.go | (eec0)2025-04-01
+ 1 | - 1 | superchain-registry-commit.txt | (cd15)2025-03-31
+ 0 | - 0 | superchain/superchain-configs.zip | (cd15)2025-03-31
                    02dfe8692a3c606dbabd83c1ced2037aab9753d7
                    
                    interop: fix debug message in miner/worker (#557)
                
eec054da254eef4d9984900eecfc778d4ca43592 rpc: RPC recording functions (#562) * rpc: RPC recording functions * fork.yaml: update fork.yaml with note about RPC recording functionality * rpc: improve MsgError to return JsonError to avoid interface around typed nil
37be9e05e9d6843619c9bbaabc96abc0ce653f55 core/txpool: fix rollup cost accounting (#567) Unlike the regular transaction cost, the rollup cost can change from block to block. So we need to cache transaction costs in the pool's lists when adding them, so we later subtract the exact same cost.
cd1571bc4461bf6e869dbbb027194cd332e23265 sr: update to 877ef2c1dc37b3cdc083819b2acb3e86881711ff (Isthmus Sepolia release) (#566)
928e061f88d0778d00c7229c7cd5c70b3eb67ce8 core/txpool: Take total rollup cost into account (L1 + operator fee) (#558) * core/txpool: Take total rollup cost into account (L1 + operator fee) * add total rollup cost unit test * check optimism config * revert upstream formatting diffs * start testing txpool accounting with rollup costs * revert TestBlockRlpEncodeDecode to use OptimismCliqueTest config * fix txpool rollup cost accounting and add test * use total tx cost in list.Filter * properly handle nil pointer rollupCostFn * tweak test to use later-+1 * replace function ptr by interface * test rollup cost parameter changes
#: 85

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

GitHub Url: github.com/maticnetwork/heimdall
GitHub History Url: github.com/maticnetwork/heimdall/commits
2025-04-01master

99.66 - Go
0.12 - Shell
0.12 - Makefile
0.07 - HTML
0.01 - JavaScript
0.01 - Dockerfile
0 - CSS
go: 2
+    0 | -   26 | bor/querier.go | (f329)2025-04-01, (81c1)2025-03-31
                    f3292ee365d01960b2567c929a735b22438c6542
                    
                    Merge pull request #1268 from maticnetwork/v1.2.2-candidate

v1.2.2
                
81c1dd75dfbcaccea312de30c18ec0956aaa1836 Dont iterate all spans in latest span query
#: 86

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

GitHub Url: github.com/PeggyJV/gravity-bridge
GitHub History Url: github.com/PeggyJV/gravity-bridge/commits
2025-04-01main

33.32 - Go
32.38 - Rust
27.84 - TypeScript
2.82 - Solidity
2.28 - Python
0.39 - Shell
0.39 - JavaScript
0.31 - Makefile
0.28 - Dockerfile
rs: 1
+   65 | -    7 | orchestrator/gravity/src/ethereum/types.rs | (b63f)2025-04-01
                    b63f7ca10b0dcc4e7a2cfbf6aea64e1b36d14212
                    
                    bug: Normalize v in KMS signature (#581)

* Normalize v in KMS signature

* Fix comment

* Normalize S

* Revert "Normalize S"

This reverts commit 5eb3886d31c3ae3a6c3c678a22245510d188905a.

* Apply V normalization

* Apply to other signing functions
                
#: 87

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

99.39 - TypeScript
0.33 - Shell
0.23 - JavaScript
0.05 - Dockerfile
yml: 1
ts: 1
json: 1
+    1 | -    0 | .gitlab-ci.yml | (9611)2025-04-01
+ 1 | - 1 | package.json | (d308)2025-04-01
+ 1 | - 1 | src/verification/response-status.ts | (9611)2025-04-01
                    d3086b25d4c346983854db560d96e5b9de2831f3
                    
                    chore: bumped mcc version
                
961154439363953624f9bae627bf7de1b9caa2e5 feat: add tests for toOne
#: 88

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

64.68 - Go
31.96 - Solidity
2.39 - TypeScript
0.43 - Shell
0.29 - Makefile
0.13 - Smarty
0.12 - Dockerfile
json: 1
mod: 2
tpl: 1
sum: 2
yaml: 1
ts: 1
gas-snapshot: 2
sol: 1
go: 29
toml: 4
+    2 | -    0 | .golangci.yaml | (0887)2025-03-31
+ 1 | - 1 | contracts/bindings/admin.go | (9f01)2025-03-31
+ 174 | - 2 | contracts/bindings/solvernetinbox.go | (9f01)2025-03-31
+ 1 | - 1 | contracts/bindings/solvernetoutbox.go | (9f01)2025-03-31
+ 72 | - 72 | contracts/core/.gas-snapshot | (9f01)2025-03-31
+ 28 | - 28 | contracts/solve/.gas-snapshot | (9f01)2025-03-31
+ 3 | - 0 | contracts/solve/src/SolverNetInbox.sol | (9f01)2025-03-31
+ 17 | - 7 | e2e/app/definition.go | (2622)2025-04-01
+ 12 | - 1 | e2e/app/eoa/solver.go | (e29a)2025-04-01
+ 1 | - 1 | e2e/app/geth/types.go | (6a12)2025-04-01
+ 1 | - 0 | e2e/app/setup.go | (9a18)2025-04-01
+ 8 | - 1 | e2e/docker/data.go | (2622)2025-04-01
+ 4 | - 4 | e2e/manifests/mainnet.toml | (c9b9)2025-04-01, (0d1d)2025-03-31
+ 4 | - 4 | e2e/manifests/omega.toml | (c9b9)2025-04-01, (0d1d)2025-03-31
+ 10 | - 5 | e2e/vmcompose/data.go | (2622)2025-04-01
+ 30 | - 34 | go.mod | (6a12)2025-04-01, (307d)2025-04-01
+ 26 | - 26 | go.sum | (6a12)2025-04-01, (307d)2025-04-01
+ 4 | - 7 | monitor/account/monitor.go | (e29a)2025-04-01
+ 1 | - 1 | monitor/app/app.go | (9a18)2025-04-01
+ 1 | - 0 | monitor/app/config.go | (9a18)2025-04-01
+ 4 | - 0 | monitor/app/config.toml.tpl | (9a18)2025-04-01
+ 1 | - 0 | monitor/cmd/flags.go | (9a18)2025-04-01
+ 62 | - 15 | monitor/flowgen/bridging/bridging.go | (9a18)2025-04-01
+ 4 | - 2 | monitor/flowgen/flowgen.go | (9a18)2025-04-01
+ 1 | - 0 | sdk/package.json | (6378)2025-04-01
+ 1 | - 1 | sdk/packages/react/src/version.ts | (6378)2025-04-01
+ 3 | - 1 | solver/app/app.go | (0887)2025-03-31
+ 16 | - 2 | solver/app/check.go | (8c5e)2025-04-01
+ 17 | - 1 | solver/app/handler.go | (8c5e)2025-04-01, (02a2)2025-04-01
+ 5 | - 11 | solver/app/pnl.go | (8c5e)2025-04-01
+ 32 | - 4 | solver/app/quote.go | (8c5e)2025-04-01
+ 41 | - 31 | solver/app/server.go | (0887)2025-03-31
+ 95 | - 19 | solver/client/client.go | (2ec4)2025-03-31, (f791)2025-03-31
+ 3 | - 3 | solver/targets/targets.go | (7feb)2025-04-01
+ 5 | - 5 | solver/tokens/tokens.go | (e29a)2025-04-01
+ 11 | - 6 | solver/types/api.go | (8c5e)2025-04-01, (02a2)2025-04-01
+ 1 | - 0 | solver/types/reject.go | (02a2)2025-04-01
                    c9b9dfdbfb717f358e2fd13b12fd8891901b99d8
                    
                    chore(e2e): bump solver monitor pins (#3583)

Bumping solver and monitor pins.

issue: none
                
16c02563e1c562d1300f0f8ea9d701eacf8bc25e chore(sdk): add withExecAndTransfer docs (#3582) Add withExecAndTransfer docs. issue: #3500
8c5e4565a852316c626a9effa16bec704dcaf559 feat(solver): reject quotes outside spend boundaries (#3577) Reject quotes outside of spend bounds - adds reject response fields to quote response - does not migrate existing errors (ie. invalid expense to rejections), remainds backwards compatible issue: none
e29ac17e1059ac97af8ad74adbcd088567f3d256 chore(lib/eoa): add more solver min thresholds (#3576) Add wstETH, ETH, and USDC mainnet solver min thresholds. Also add spend bound increase to roughly $10k (6ETH) issue: #3547
9a18f91f8d30ee09a952c8b8b1464759bed467f4 fix(monitor/flowgen): check order before creation (#3550) Before opening an order, use the solver's check API. If the solver returns the error "insufficient inventory" don't create an order. Otherwise, propagate the error. issue: none
02a22bb0bd90f6df6949db274ab3a9138a2cb9b6 chore(solver/app): add rejectCode to check response (#3575) Add a `rejectCode` field to `/check` response which allows better programatic comparison of reject reasons (as compared with english string `rejectReason`). Also easier to lookup and reference. issue: none
6a1237a3acac3a52199c4696b03f7c1401ecfcf4 ci(deps): bump go-ethereum v1-15-7 (#3574) ``` go get github.com/ethereum/go-ethereum go: downloading github.com/ethereum/go-ethereum v1.15.7 go: upgraded github.com/ethereum/go-ethereum v1.15.6 => v1.15.7 ``` issue: none
f79d5423bc7edb0034e84fcae67c3a9f8ad83e29 chore(sdk): move readme toplevel (#3555) - move readme to top level for now issue: none
6378439b4eb447bf6703f9d477f79325e471b13b chore(sdk): unit test improvements (#3573) - ensure callbacks passed to waitFor throw - rename of test descs issue: #3170
7feb93be9c9c92d3ed753acdc2a55bfeb3fd3c30 chore(solver): open mainnet targets (#3569)
307dcb05e6be07fda2c420b7525786661fc50a84 chore(deps): bump github.com/bufbuild/buf from 1.50.1 to 1.51.0 (#3560) Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.50.1 to 1.51.0.
Release notes

Sourced from github.com/bufbuild/buf's releases.

v1.51.0

  • Fix buf convert to allow for zero length for binpb, txtpb, and yaml formats.
  • Fix use of deprecated flag --include-types for buf generate.
  • Add --against-registry flag to buf breaking that runs breaking checks against the latest commit on the default branch of the corresponding module in the registry.
  • Fix type filter with unused image dependencies for buf generate.
  • Improve type filtering for buf generate. Adds the ability to exclude types with the parameter exclude_types in buf.gen.yaml and a flag --exclude-types in the CLI. Type filters may now also be specified as plugin parameters in buf.gen.yaml.
Changelog

Sourced from github.com/bufbuild/buf's changelog.

[v1.51.0] - 2025-03-28

  • Fix buf convert to allow for zero length for binpb, txtpb, and yaml formats.
  • Fix use of deprecated flag --include-types for buf generate.
  • Add --against-registry flag to buf breaking that runs breaking checks against the latest commit on the default branch of the corresponding module in the registry.
  • Fix type filter with unused image dependencies for buf generate.
  • Improve type filtering for buf generate. Adds the ability to exclude types with the parameter exclude_types in buf.gen.yaml and a flag --exclude-types in the CLI. Type filters may now also be specified as plugin parameters in buf.gen.yaml.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/buf&package-manager=go_modules&previous-version=1.50.1&new-version=1.51.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2622d690c2f49276c90b0b5993a8b55a134e986c ci(e2e): add solver address to testnet (#3572) Adds `SolverAddr` to `Testnet` and use it in e2e/tests. Populate this from `InfraData`, which is populated in docker and vmcompose respectively. issue: none
9f01336face3358b0833cfc335758b9c91f5344d feat(contracts): emit OriginData event (#3571) SolverNetInbox now emits an `OriginData` event that emits a typed `FillOriginData` struct so we can analyze it in Dune. Added validation for this to post-upgrade tests. issue: none
0d1d9f952ef465c96f17a390dacfc0dd8505392a chore(e2e): update solver and monitor pins (#3570) - update pins for omega + mainnet issue: none
977a7fee4081d86a0a6dbb1372d70e5be3ff1f3c chore(sdk): add integration tests for API errors (#3566) Uses the same test vectors as the solver issue: https://github.com/omni-network/omni/issues/3541
2ec4da8265c9cf56b07f9fcd6ec7c377f6006702 chore(solver/client): add error test (#3558) Add a unit test for sovler client json errors. Also do some small cleanups. issue: none
0887fbc34b2a75638443dd254a49f5284cc34202 chore(solver/app): add user-agent cors header (#3557) Adds `user-agent` to allows cors headers. Also add shutdown functions and tests. issue: none
f7917d8cd29e4ea03b3d2e27939bd9f09cde2e4b feat(solver): implement http client (#3554) Implements an http client for solver. issue: none
#: 89

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

89.49 - Solidity
7.67 - Python
2.2 - Ruby
0.39 - Shell
0.25 - Makefile
yml: 1
+    5 | -    1 | .github/workflows/release.yml | (795d)2025-04-01
                    464a0ea5147d204140ceda42a433656a58c8e212
                    
                    ci: checkout commit when submitting lcov to codecov (#116)

Codecov requires the git to be initialized as otherwise apparently it has problems to identify which artifact belongs to what.
This pr fixes this by checking out the repo on the codecov flow.
                
795dff46c641d945e509cb01784a0ebb7e41b998 ci: fixed ci permissions (#113) before the changeset integration was not allowed to create pull requests.
#: 90

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

GitHub Url: github.com/edgeandnode/gateway
GitHub History Url: github.com/edgeandnode/gateway/commits
2025-04-01main

99.72 - Rust
0.28 - Dockerfile
rs: 5
toml: 2
+    2 | -    2 | Cargo.toml | (1d20)2025-04-01, (ab30)2025-04-01
+ 0 | - 1 | src/client_query.rs | (ab30)2025-04-01
+ 0 | - 8 | src/network/indexer_processing.rs | (ab30)2025-04-01
+ 0 | - 4 | src/network/pre_processing.rs | (ab30)2025-04-01
+ 0 | - 6 | src/network/snapshot.rs | (ab30)2025-04-01
+ 8 | - 2 | src/subgraph_studio.rs | (8223)2025-03-31
                    ee073938fb094711173aca27114a7a1e9b490c28
                    
                    chore(deps): update rust crate axum to v0.8.3 (#1063)
                
1d20f1106b54d19c06a4dc07a4f183abfe5c5dde chore(deps): update rust crate prometheus to 0.14 (#1064)
ab30e9ae40778325491dd9d86362de2d2a859fdf chore: update indexer-selection (#1066)
82231838e9fcb97ccc0106e9b64b248f670bf607 fix: studio admin-api error logging (#1065)
#: 91

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

83.74 - Go
16.21 - PureBasic
0.02 - Shell
0.02 - Dockerfile
0.01 - Just
go: 5
pb: 2
+  312 | -    1 | sdk/addressbook/mainnet.pb | (e9c6)2025-04-01
+ 63 | - 0 | sdk/addressbook/previewnet.pb | (e9c6)2025-04-01
+ 16 | - 0 | sdk/crypto.go | (6fc5)2025-04-01
+ 28 | - 1 | sdk/ecdsa_private_key.go | (6fc5)2025-04-01
+ 9 | - 4 | sdk/ecdsa_public_key.go | (6fc5)2025-04-01
+ 0 | - 3 | sdk/query.go | (6fc5)2025-04-01
+ 0 | - 3 | sdk/transaction.go | (6fc5)2025-04-01
                    e9c6a8377773b8f98162dbeb2e7ec749b73e8990
                    
                    release: v2.59.0 (#1331)

* release: v2.59.0

Signed-off-by: Ivan Ivanov 

* chore: update changelog

Signed-off-by: Ivan Ivanov 

---------

Signed-off-by: Ivan Ivanov 
                
6fc5439f87fe426c1ce878c1f3f5547e26a17a55 feat: Аdd `GetRecoveryId` and align ECDSA signing with other SDKs (#1324) * wip: add recovery id Signed-off-by: Ivan Ivanov * chore: fix sign/verify functionality Signed-off-by: Ivan Ivanov * chore: refactor Signed-off-by: Ivan Ivanov --------- Signed-off-by: Ivan Ivanov
#: 92

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

91.83 - Go
4.87 - Starlark
1.25 - Makefile
1.06 - Solidity
0.66 - Shell
0.18 - Smarty
0.15 - Dockerfile
go: 6
yaml: 1
+    1 | -    0 | .golangci.yaml | (e5d0)2025-04-01
+ 7 | - 8 | beacon/blockchain/payload.go | (e5d0)2025-04-01
+ 2 | - 2 | config/spec/devnet.go | (840d)2025-03-31
+ 5 | - 0 | consensus-types/types/block.go | (e5d0)2025-04-01
+ 35 | - 29 | consensus-types/types/payload_requests.go | (e5d0)2025-04-01
+ 1 | - 1 | execution/client/ethclient/engine.go | (e5d0)2025-04-01
+ 1 | - 35 | state-transition/core/state_processor_payload.go | (e5d0)2025-04-01
                    e5d06508ee397fcd87425adbf514a4c44a2af673
                    
                    fix(pectra): Fix Bug in ForceSyncUponFinalize (#2635)
                
840db97d612d32bc79ce3b3d8172064533543dfc fix(chainspec): Set EVMInfation*Deneb values in devnet spec (#2640)
#: 93

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

json: 2
+   34 | -    0 | vaults/0x403fdB36Cb82786AC82A5cd3be8E9B922AF4949A/info.json | (32d4)2025-04-01, (bc80)2025-03-31
                    32d4b247b26e47c560e719cd4c27ea6628620c52
                    
                    Merge pull request #238 from wilsonf2pool/main

Added new vault entity: 0x403fdB36Cb82786AC82A5cd3be8E9B922AF4949A
                
bc8076218cb8a93e9acaf97bb2f9e2b24351862d Added new vault entity: 0x403fdB36Cb82786AC82A5cd3be8E9B922AF4949A - **Name**: stakefish vault - **Description**: stakefish vault is Operator Specific. stakefish has been operating validators from 2018. We are one of the largest and most trusted validators in the crypto ecosystem. We support 20+ protocols and help stake over billion worth of assets for both institutions and retail investors. - **Tags**: vault, wstETH, stakefish - **Links**: - [Website](https://stake.fish/) - [Etherscan](https://etherscan.io/address/0x403fdB36Cb82786AC82A5cd3be8E9B922AF4949A) - **Icon**: Included (256x256 px)
#: 94

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

98.72 - TypeScript
1.11 - JavaScript
0.1 - HTML
0.05 - CSS
0.01 - Shell
ts: 3
json: 37
+    5 | -    5 | package.json | (4ef2)2025-04-01
+ 11 | - 4 | packages/contracts-interface/package.json | (9b41)2025-04-01, (4ef2)2025-04-01
+ 2 | - 2 | packages/optimism-networks/package.json | (4ef2)2025-04-01
+ 4 | - 4 | packages/providers/package.json | (9b41)2025-04-01, (4ef2)2025-04-01
+ 12 | - 14 | packages/queries/package.json | (9b41)2025-04-01, (4ef2)2025-04-01
+ 1 | - 0 | packages/queries/src/queries/gov/useHasVotedForElectionsQuery.ts | (4ef2)2025-04-01
+ 1 | - 2 | tools/codegen-graph-ts/package.json | (4ef2)2025-04-01
+ 2 | - 3 | v2/components/BalanceBox/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/Burn/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/BurnStats/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/CRatioBanner/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/CRatioBox/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/CRatioHealthCard/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/CRatioProgressBar/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/EarnStats/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/MainActionCards/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/Mint/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/MintOrBurnChanges/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/Navigation/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/Notifi/package.json | (9b41)2025-04-01
+ 3 | - 4 | v2/components/NotifiButton/package.json | (9b41)2025-04-01, (4ef2)2025-04-01
+ 2 | - 3 | v2/components/RewardsItem/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/SelfLiquidation/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/SwapLinks/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/UnflagOptions/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/WalletBalances/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/WalletLayout/package.json | (9b41)2025-04-01
+ 2 | - 3 | v2/components/WalletModal/package.json | (9b41)2025-04-01
+ 9 | - 3 | v2/contracts/package.json | (9b41)2025-04-01, (4ef2)2025-04-01
+ 1 | - 1 | v2/contracts/src/mainnet-ovm/deployment/Issuer.ts | (4ef2)2025-04-01
+ 1 | - 1 | v2/contracts/src/mainnet/deployment/Issuer.ts | (4ef2)2025-04-01
+ 3 | - 4 | v2/cypress/package.json | (9b41)2025-04-01, (4ef2)2025-04-01
+ 9 | - 8 | v2/ui/package.json | (9b41)2025-04-01, (4ef2)2025-04-01
                    9b41154679dbde40e63dd3e7e4c6f355b612e469
                    
                    Version bump
                
4ef24d41cdcc736033016ba727aab000a55d002b Update ethers and synthetix dependencies (#1129) * Update ethers and synthetix dependencies * Update ethers in queries package * Update ethers in all package * Update graphql-request * Ran yarn deps:fix * Unlock synthetix version * Add missing abi-decoder dependency --------- Co-authored-by: Noisekit
#: 95

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

61.7 - Go
30.95 - Solidity
4.8 - JavaScript
0.55 - Shell
0.54 - Assembly
0.47 - TypeScript
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
js: 2
+    2 | -    2 | boba-docs/docusaurus.config.js | (35dc)2025-03-31, (1613)2025-03-31
                    35dc7928226a7e43d5f7b799e161275e431a6fd6
                    
                    Merge pull request #311 from bobanetwork/jyellick/update-docs-url

Update docs base URL to the correct production one
                
16137c0952dd63ea70f78395bd3abeff8c34f747 Update docs base URL to the correct production one
#: 96

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

GitHub Url: github.com/galacticcouncil/Hydradx-ui
GitHub History Url: github.com/galacticcouncil/Hydradx-ui/commits
2025-03-31master

99.69 - TypeScript
0.22 - HTML
0.09 - JavaScript
ts: 4
graphql: 4
tsx: 10
+  506 | - 1020 | schema.squid.graphql | (c81c)2025-03-31, (ef8c)2025-03-31
+ 6 | - 6 | src/graphql/__generated__/squid/gql.ts | (c81c)2025-03-31, (ef8c)2025-03-31
+ 450 | - 986 | src/graphql/__generated__/squid/graphql.ts | (c81c)2025-03-31, (ef8c)2025-03-31
+ 22 | - 14 | src/sections/lending/subsections/history/LendingHistoryTable.columns.tsx | (c81c)2025-03-31, (ef8c)2025-03-31
+ 42 | - 14 | src/sections/lending/subsections/history/api.squid.graphql | (c81c)2025-03-31, (ef8c)2025-03-31
+ 10 | - 14 | src/sections/lending/subsections/history/descriptions/AssetAmountDescription.tsx | (c81c)2025-03-31, (ef8c)2025-03-31
+ 8 | - 8 | src/sections/lending/subsections/history/descriptions/CollateralDescription.tsx | (c81c)2025-03-31, (ef8c)2025-03-31
+ 10 | - 14 | src/sections/lending/subsections/history/descriptions/LiquidationCallDescription.tsx | (c81c)2025-03-31, (ef8c)2025-03-31
+ 2 | - 2 | src/sections/stats/sections/omnipoolAsset/StatsOmnipoolAsset.tsx | (d034)2025-03-31, (445a)2025-03-31
                    d034728f41e6408383dd056e03f092ff9265899a
                    
                    Merge pull request #2251 from galacticcouncil/fix-pol-price

Fix POL tvl spot price
                
445abee7a278c7c9023a5cbbf8645dbeb5ec3b3e Fix POL tvl spot price
c81c2b70b43999980bd91826d145c70611b0b45a Merge pull request #2250 from galacticcouncil/f/HYDRA-1082_Update-borrow-history-asset-ids f/HYDRA-1082 - Update borrow history asset ids
ef8ceca5fd08e7f9498ce0720f4f9203d55864c8 f/HYDRA-1082 - Update borrow history asset ids
#: 97

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

97.02 - Rust
2.5 - Shell
0.41 - JavaScript
0.07 - Makefile
cargo/config: 2
rs: 8
json: 44
toml: 4
+    2 | -    2 | Cargo.toml | (3f53)2025-03-31, (b2d8)2025-03-31
+ 2 | - 32 | contracts/dao/neutron-chain-manager/schema/neutron-chain-manager.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 30 | contracts/dao/neutron-chain-manager/schema/raw/execute.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 6 | - 0 | contracts/dao/neutron-chain-manager/schema/raw/response_to_strategies.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 2 | - 2 | contracts/dao/neutron-staking-tracker/.cargo/config | (3f53)2025-03-31, (b2d8)2025-03-31
+ 4 | - 4 | contracts/dao/neutron-staking-tracker/Cargo.toml | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/examples/neutron-vault_schema.rs | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/neutron-staking-tracker.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/execute.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/instantiate.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/query.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_bonding_status.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_config.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_dao.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_description.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_info.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_is_address_blacklisted.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_list_blacklisted_addresses.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_list_bonders.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_list_delegations.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_list_validators.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_name.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_stake_at_height.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_total_power_at_height.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_total_stake_at_height.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/schema/raw/response_to_voting_power_at_height.json | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/src/contract.rs | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/src/lib.rs | (3f53)2025-03-31, (b2d8)2025-03-31
+ 0 | - 0 | contracts/dao/neutron-staking-tracker/src/state.rs | (3f53)2025-03-31, (b2d8)2025-03-31
                    3f5318ddc6679174add1d611512bd4a1af220ea4
                    
                    Merge pull request #119 from neutron-org/fix/move-tracker-to-dao

refactor: move staking tracker contract to dao folder
                
b2d8c2deea205f75c36f948d7a51d397a214920f refactor: move staking tracker contract to dao folder
#: 98

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

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
sh: 2
yaml: 2
+    2 | -    2 | run/common/docker/run.sh | (a1e7)2025-03-31, (1649)2025-03-31
+ 2 | - 2 | specifications/api/swagger.yaml | (a1e7)2025-03-31, (2e45)2025-03-31
                    a1e76f82b0942ad693693582830984aac5c13328
                    
                    Release v2025 03 31 (#5069)

## Changes

- Merge administrative commits for 2025-03-31
                
6e9ec093c32b77d8f8e2d69cd4ad9d6fdca47bc0 Update readme and contributing guidelines (#5064) This PR adds a statement on the `README` and to the `CONTRIBUTING` guidelines that the cardano-wallet enters maintenance mode starting on 2025-04-01.
1649791d8e9f14c8c97bd15a5687319672025652 Update cardano-wallet version in run/common/docker/run.sh
568f750478f9b9b97a01161995c76b0324d92b11 Update cardano-wallet version in ruby-e2e.sh
25e1aa28475b35c0543bbcc03792ca30d9d84608 Update cardano-wallet version in README.md
6bd15fcb96e6b16811ef8452cafee8dc0b513c70 Update cardano-wallet version in *.cabal files
2e45a7b458727e9331032e1c93eeea68ffb4ec2b Update wallet version in swagger.yaml
#: 99

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

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
rs: 2
toml: 3
+    1 | -    1 | node/Cargo.toml | (d0de)2025-03-31
+ 1 | - 1 | node/chain_spec/Cargo.toml | (d0de)2025-03-31
+ 2 | - 2 | pallets/xor-fee/src/benchmarking.rs | (eb78)2025-03-31
+ 1 | - 1 | runtime/Cargo.toml | (d0de)2025-03-31
+ 2 | - 2 | runtime/src/lib.rs | (d0de)2025-03-31
                    eb7800f729268a4b8c396d676d43e17c68c98557
                    
                    Fix build (#1333)
                
d0dec71c9ddd8395d5ec150abbd815553d3799ee Prepare release 4.6.0 (#1332)
#: 100

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

74.55 - TypeScript
25.35 - Rust
0.06 - Shell
0.04 - JavaScript
ts: 1
json: 1
+    1 | -    1 | legacy-sdk/whirlpool/package.json | (1fc3)2025-03-31
+ 0 | - 4 | legacy-sdk/whirlpool/src/impl/whirlpool-client-impl.ts | (7db9)2025-03-31
                    1fc3818ed2349f91bc456565100847e24b0756b2
                    
                    Publish Packages
                
7db9161cd1a7d722d3341160be56410239ae86c9 Remove isTickInitializable check on createPool (#866) * remove isTickInitializable check on createPool * changeset
#: 101

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

94.66 - Kotlin
5.34 - JavaScript
json: 26
+    0 | -    1 | _data/chains/eip155-1200.json | (185c)2025-03-31
+ 1 | - 8 | _data/chains/eip155-1210.json | (185c)2025-03-31
+ 0 | - 1 | _data/chains/eip155-1868.json | (185c)2025-03-31
+ 0 | - 1 | _data/chains/eip155-210209.json | (185c)2025-03-31
+ 0 | - 2 | _data/chains/eip155-25839.json | (185c)2025-03-31
+ 1 | - 3 | _data/chains/eip155-272247.json | (185c)2025-03-31
+ 1 | - 3 | _data/chains/eip155-272520.json | (185c)2025-03-31
+ 0 | - 1 | _data/chains/eip155-31611.json | (185c)2025-03-31
+ 0 | - 1 | _data/chains/eip155-33139.json | (185c)2025-03-31
+ 0 | - 2 | _data/chains/eip155-3797.json | (185c)2025-03-31
+ 0 | - 2 | _data/chains/eip155-50312.json | (185c)2025-03-31
+ 0 | - 2 | _data/chains/eip155-70700.json | (185c)2025-03-31
+ 0 | - 1 | _data/chains/eip155-7208.json | (185c)2025-03-31
+ 0 | - 1 | _data/chains/eip155-72080.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/alveychain.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/apechain.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/cuckoo-ai.json | (185c)2025-03-31
+ 2 | - 2 | _data/icons/juneo-eur1.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/mezo.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/nexera.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/nxy.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/pop-apex.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/somnia.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/soneium.json | (185c)2025-03-31
+ 0 | - 8 | _data/icons/sorian.json | (185c)2025-03-31
+ 1 | - 1 | _data/icons/winr.json | (185c)2025-03-31
                    185c27b16608bd0f27522e02a52083940259aa61
                    
                    Fix problems with some icons (#7127)

* Fix problems with some icons

* Remove broken explorer
                
#: 102

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

77.65 - Solidity
19.02 - TypeScript
1.75 - JavaScript
1.58 - Shell
sh: 1
sol: 12
+   57 | -  114 | contracts/extensions/IFlashLoanAave.sol | (8da5)2025-03-31, (ebe7)2025-03-31, (da9d)2025-03-31
+ 26 | - 52 | contracts/extensions/IFlashLoanMorpho.sol | (8da5)2025-03-31, (ebe7)2025-03-31, (da9d)2025-03-31
+ 234 | - 468 | contracts/extensions/LiquidationBot.sol | (8da5)2025-03-31, (ebe7)2025-03-31, (da9d)2025-03-31
+ 106 | - 212 | contracts/extensions/TradingBot.sol | (8da5)2025-03-31, (ebe7)2025-03-31, (da9d)2025-03-31
+ 50 | - 11 | script.sh | (a491)2025-03-31
                    bf69adbdc8dfc5751b015f1b384623d25a6109ac
                    
                    Merge branch 'dev'
                
fb93436c86c4c900e74ad476e04a9b07665b108f format md
c4f937e91999550632764fdd1b694953a0f1a90a Merge branch 'dev'
e3c446789d12029fb89b0b546fe0201c98f68b66 Add bounty plan to md
796eb3ce57b1e44923bc0c5f2054c1e7c2e27f7b Merge branch 'dev'
8912011c5d8c23016e038be2069770e4fa091638 update license
a491f43303a954ba52f16ae73a8d711886cc5bc2 Merge branch 'dev' into 'main' license See merge request tkspring/termmax-contract!201
aa07ce05fca9f0645e401f02720002e5949f6751 Merge branch 'main' into 'dev' # Conflicts: # LICENSE
3a84ebe4cabcee0f8e52337aad859a35c08b2a64 license
8da5468fc7e530e07026e2a86d3e2bc8d73682fb Merge branch 'revert-da9d6869' into 'dev' Revert "Merge branch 'v2_trading_bot' into 'dev'" See merge request tkspring/termmax-contract!200
ebe75158dc77912348af0b72cd41d54ca11b6f0a Revert "Merge branch 'v2_trading_bot' into 'dev'" This reverts commit da9d6869f9a3cd8d76bf403bd0fd7a7253a1a419
da9d6869f9a3cd8d76bf403bd0fd7a7253a1a419 Merge branch 'v2_trading_bot' into 'dev' # Conflicts: # contracts/tokens/GearingTokenWithERC20.sol
#: 103

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

57.71 - Rust
16.24 - Python
15.06 - Solidity
9.65 - TypeScript
0.75 - Starlark
0.22 - JavaScript
0.22 - Dockerfile
0.09 - CSS
0.04 - PLpgSQL
0.03 - Shell
ts: 3
py: 3
rs: 9
+    9 | -    9 | auction-server/src/api.rs | (1ebf)2025-03-31
+ 22 | - 10 | auction-server/src/auction/service/verification.rs | (1ebf)2025-03-31
+ 28 | - 3 | auction-server/src/opportunity/entities/opportunity_svm.rs | (1ebf)2025-03-31
+ 5 | - 1 | auction-server/src/opportunity/service/get_quote_request_account_balances.rs | (f772)2025-03-31
+ 13 | - 0 | contracts/svm/programs/express_relay/src/lib.rs | (cd06)2025-03-31
+ 1 | - 8 | contracts/svm/programs/express_relay/src/swap.rs | (cd06)2025-03-31
+ 17 | - 6 | contracts/svm/programs/express_relay/src/token.rs | (adbe)2025-03-31
+ 1 | - 0 | sdk/js/src/index.ts | (1ebf)2025-03-31
+ 48 | - 21 | sdk/js/src/svm.ts | (1ebf)2025-03-31
+ 2 | - 0 | sdk/js/src/types.ts | (1ebf)2025-03-31
+ 33 | - 1 | sdk/python/express_relay/client.py | (1ebf)2025-03-31
+ 1 | - 0 | sdk/python/express_relay/models/svm.py | (1ebf)2025-03-31
+ 2 | - 0 | sdk/python/express_relay/svm/token_utils.py | (1ebf)2025-03-31
+ 8 | - 2 | sdk/rust/src/lib.rs | (1ebf)2025-03-31
+ 30 | - 3 | sdk/rust/src/svm.rs | (1ebf)2025-03-31
                    1ebffad27ce6096abf74c1064520c9c831cccafb
                    
                    fix:  wsol edgecase  (#461)

* python done

* uodate test

* draft

* draft

* clean

* clean

* clean

* clean

* clean js

* clean py

* changelog

* fix python

* fix js

* fix typo

* add comment about token 22
                
f772f0d9ddb55406f0dad861468d2a065ac76970 fix: 0 length accounts (#463) * fix 0 length accounts * fix 0 length accounts
adbe31383f193fddfe19b1a6c938b6228e314600 Add ata checks for relayer and program fee receivers (#462)
cd066b7401b1700ca2b9fd5de9288320d53d7f39 Program 2.0 tests (#460) * Add tests for secondary_relayer_signer * Add tests for optional ata checks for fees * Add some tests for swap v2 * clippy * address comments * minifix
#: 104

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-03-31staging

67.88 - TypeScript
31.86 - Solidity
0.24 - JavaScript
0.02 - Shell
sol: 2
+    3 | -    2 | contracts/universalResolver/UniversalResolver.sol | (f528)2025-03-31
+ 1 | - 3 | contracts/utils/BytesUtils_LEGACY.sol | (f528)2025-03-31
                    f528d9eca770d11928b32915ee64c4577a0edf9a
                    
                    fix: `UniversalResolver.supportsInterface()` (#426)

fix UR.supportsInterface(), add tests, consolidate helper imports
                
#: 105

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

98.32 - TypeScript
1.63 - Shell
0.05 - Dockerfile
ts: 4
json: 1
+    1 | -    1 | libs/fsp-rewards/src/constants.ts | (f05d)2025-03-31
+ 12 | - 0 | libs/fsp-rewards/src/reward-calculation/feeds-renaming.json | (f05d)2025-03-31
+ 26 | - 10 | libs/fsp-rewards/src/reward-calculation/reward-calculation.ts | (f05d)2025-03-31
+ 18 | - 11 | libs/fsp-rewards/src/utils/stat-info/reward-calculation-data.ts | (f05d)2025-03-31
+ 1 | - 1 | libs/fsp-rewards/src/utils/stat-info/reward-calculation-status.ts | (f05d)2025-03-31
                    f05d4f76c1d91461cbf95e24774d56c224a19f4c
                    
                    Merge branch 'feeds-renaming' into 'main'

Add FTM and DAI renamings

See merge request flarenetwork/ftso/ftso-scaling!154
                
#: 106

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

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
rs: 2
toml: 3
+    1 | -    1 | node/Cargo.toml | (d0de)2025-03-31
+ 1 | - 1 | node/chain_spec/Cargo.toml | (d0de)2025-03-31
+ 2 | - 2 | pallets/xor-fee/src/benchmarking.rs | (eb78)2025-03-31
+ 1 | - 1 | runtime/Cargo.toml | (d0de)2025-03-31
+ 2 | - 2 | runtime/src/lib.rs | (d0de)2025-03-31
                    eb7800f729268a4b8c396d676d43e17c68c98557
                    
                    Fix build (#1333)
                
d0dec71c9ddd8395d5ec150abbd815553d3799ee Prepare release 4.6.0 (#1332)
#: 107

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

89.06 - Go
5.33 - C
3.51 - JavaScript
0.75 - Assembly
0.24 - Shell
0.24 - Java
0.24 - Sage
0.21 - M4
0.18 - NSIS
0.09 - Python
0.08 - Solidity
0.06 - Makefile
0.01 - HTML
0.01 - Dockerfile
go: 2
+   40 | -   30 | core/types/block.go | (ddf3)2025-03-31, (f7ed)2025-03-31
                    ddf33e4fbd1b39b7e2f4c6ed35ab4a8c9dc13ec7
                    
                    Merge pull request #44 from sei-protocol/tony/allow-override-block-hash

allow overwriting block hash
                
f7ed2af11e8ab2e3fd31d9b3c88f03a03b638db9 allow overwriting block hash
#: 108

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

99.33 - Go
0.59 - Shell
0.04 - Dockerfile
0.04 - Nix
0 - Solidity
                    20f9dcd2b5dade4ca381029ee72a65a25769642e
                    
                    [tmpnet] s/Network.ChainConfigs/Network.PrimaryChainConfigs/ (#3854)
                
#: 109

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

99.3 - TypeScript
0.56 - JavaScript
0.09 - Shell
0.05 - CSS
tsx: 6
env: 1
json: 9
yaml: 1
ts: 5
mjs: 1
+    0 | -    2 | .env | (4abf)2025-03-31
+ 34 | - 0 | next.config.mjs | (a9b2)2025-03-31
+ 1 | - 0 | package.json | (4abf)2025-03-31
+ 55 | - 26 | pnpm-lock.yaml | (4abf)2025-03-31
+ 0 | - 1 | public/locales/en/common.json | (4abf)2025-03-31
+ 0 | - 1 | public/locales/es/common.json | (4abf)2025-03-31
+ 0 | - 1 | public/locales/nl/common.json | (4abf)2025-03-31
+ 0 | - 1 | public/locales/pt/common.json | (4abf)2025-03-31
+ 0 | - 1 | public/locales/ru/common.json | (4abf)2025-03-31
+ 0 | - 1 | public/locales/uk/common.json | (4abf)2025-03-31
+ 0 | - 1 | public/locales/zh/common.json | (4abf)2025-03-31
+ 2 | - 1 | public/manifest.json | (a9b2)2025-03-31
+ 13 | - 8 | src/components/@molecules/DateSelection/DateSelection.tsx | (a9b2)2025-03-31
+ 0 | - 7 | src/layouts/Basic.tsx | (4abf)2025-03-31
+ 0 | - 69 | src/pages/unsupportedNetwork.tsx | (4abf)2025-03-31
+ 2 | - 2 | src/transaction-flow/input/ExtendNames/ExtendNames-flow.tsx | (8c4a)2025-03-31, (a23e)2025-03-31
+ 1 | - 0 | src/utils/query/RainbowKitWithParaProvider.tsx | (4abf)2025-03-31
+ 1 | - 8 | src/utils/query/paraWallet.ts | (4abf)2025-03-31
+ 2 | - 1 | src/utils/query/wagmi.ts | (a9b2)2025-03-31
+ 22 | - 19 | src/utils/query/wallets.ts | (a9b2)2025-03-31
+ 3 | - 0 | src/utils/safe.ts | (a9b2)2025-03-31
+ 0 | - 7 | src/utils/shouldRedirect.ts | (4abf)2025-03-31
                    8c4ad96a5ce1705e8185c06ed94419fae3a19326
                    
                    Merge pull request #976 from ensdomains/fix/extendNamesModal

(fix): extend names modal
                
a23e11c426c6bfc145a1914581d18562a1287873 (fix): extend names modal
a9b2a3c9b1b4a3851e7ea9d4d0892c8c5e1bf43d Merge pull request #949 from ensdomains/fix-safe Fix safe
4abf749c90efb517c7800559aad5982d89f65dc4 Merge branch 'main' into fix-safe
#: 110

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

98.24 - Go
1.02 - Makefile
0.43 - Shell
0.31 - Dockerfile
#: 111

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

90.1 - Solidity
5.59 - TypeScript
2.93 - Shell
1.29 - JavaScript
0.09 - Makefile
#: 112

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

98.91 - Solidity
1.09 - JavaScript
#: 113

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

GitHub Url: github.com/AstarNetwork/Astar
GitHub History Url: github.com/AstarNetwork/Astar/commits
2025-03-29master

98.3 - Rust
1.01 - Solidity
0.32 - Shell
0.21 - Handlebars
0.1 - TypeScript
0.05 - Makefile
#: 114

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

82.81 - Go
17.19 - Solidity
#: 115

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

66.33 - TypeScript
29.89 - CSS
3.78 - JavaScript
#: 116

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

99.85 - Rust
0.15 - Makefile
#: 117

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

92.42 - TypeScript
7.11 - JavaScript
0.42 - Python
0.04 - Shell
0.01 - Makefile
#: 118

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

99.67 - Go
0.33 - Makefile
#: 119

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

99.27 - Go
0.45 - JavaScript
0.19 - Shell
0.07 - Solidity
0.02 - Dockerfile
#: 120

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

GitHub Url: github.com/ipfs/go-graphsync
GitHub History Url: github.com/ipfs/go-graphsync/commits
2025-03-28main

99.06 - Go
0.94 - Shell
#: 121

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

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

GitHub Url: github.com/AstarNetwork/astar-apps
GitHub History Url: github.com/AstarNetwork/astar-apps/commits
2025-03-27main

47.92 - CSS
22.23 - TypeScript
16.88 - Vue
8.59 - JavaScript
4 - SCSS
0.37 - HTML
#: 123

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

99.9 - Rust
0.1 - Makefile
#: 124

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

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

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

51.35 - Solidity
48.65 - JavaScript
#: 126

id: fassets
project: FAssets
Date: 2025-02-10T03:45:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/fassets

GitHub Url: github.com/flare-labs-ltd/fasset-bots
GitHub History Url: github.com/flare-labs-ltd/fasset-bots/commits
2025-03-27main

97.67 - TypeScript
1.44 - Solidity
0.4 - Mathematica
0.25 - Python
0.12 - JavaScript
0.12 - Shell
0 - Dockerfile
#: 127

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

52.35 - Rust
46.57 - TypeScript
0.48 - JavaScript
0.24 - Nix
0.23 - CSS
0.08 - Shell
0.04 - Dockerfile
#: 128

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

97.13 - Rust
2.04 - Shell
0.59 - C
0.09 - Python
0.08 - C++
0.04 - Makefile
0.03 - Dockerfile
0 - TeX
0 - Linker Script
#: 129

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

96.49 - Rust
2.59 - Shell
0.92 - Dockerfile
#: 130

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

100 - Solidity
#: 131

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-03-26development

49.14 - JavaScript
37.57 - Solidity
13.25 - Python
0.05 - Shell
#: 132

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

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

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

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

68.36 - Solidity
31.64 - JavaScript
#: 135

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

98.1 - Go
1.06 - Makefile
0.62 - Shell
0.23 - Python
#: 136

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

78 - Solidity
18.35 - Python
1.4 - JavaScript
0.86 - Shell
0.85 - Makefile
0.54 - Ruby
#: 137

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

GitHub Url: github.com/PeggyJV/sommelier
GitHub History Url: github.com/PeggyJV/sommelier/commits
2025-03-26main

76.77 - Go
10.8 - Rust
10.32 - Solidity
1.21 - Makefile
0.57 - Shell
0.27 - TypeScript
0.05 - Dockerfile
#: 138

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

83.68 - Solidity
15.56 - Shell
0.76 - JavaScript
#: 139

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

98.8 - JavaScript
0.84 - Python
0.22 - Makefile
0.14 - Dockerfile
#: 140

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

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

56.89 - Solidity
41.67 - TypeScript
0.88 - HTML
0.47 - Shell
0.07 - Makefile
0.02 - Dockerfile
#: 142

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

GitHub Url: github.com/graphprotocol/block-oracle
GitHub History Url: github.com/graphprotocol/block-oracle/commits
2025-03-24main

61.18 - Rust
35.2 - TypeScript
0.97 - JavaScript
0.94 - Jsonnet
0.81 - HTML
0.66 - Dockerfile
0.25 - Shell
#: 143

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

90.2 - Go
4.73 - C
3.13 - JavaScript
0.45 - Assembly
0.3 - Shell
0.21 - Java
0.21 - Sage
0.18 - M4
0.16 - NSIS
0.16 - Smarty
0.11 - Makefile
0.08 - Python
0.07 - Solidity
0.01 - HTML
0 - Dockerfile
#: 144

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

82.24 - JavaScript
17.76 - Solidity
#: 145

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

90.62 - Rust
5.15 - C
2.69 - Shell
0.64 - Makefile
0.44 - Python
0.24 - Dockerfile
0.13 - Ruby
0.06 - JavaScript
0.02 - Solidity
0 - Linker Script
#: 146

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

58.03 - JavaScript
41.71 - Solidity
0.26 - Shell
#: 147

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

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

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

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

GitHub Url: github.com/ref-finance/ref-contracts
GitHub History Url: github.com/ref-finance/ref-contracts/commits
2025-03-20main

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

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

68.08 - Solidity
29.17 - Go
2.74 - Shell
#: 151

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

99.92 - Solidity
0.08 - TypeScript
#: 152

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

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

99.38 - Go
0.58 - Dockerfile
0.04 - Shell
#: 154

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

97.28 - JavaScript
1.04 - TypeScript
0.55 - Java
0.43 - Shell
0.33 - Ruby
0.19 - Objective-C++
0.08 - Nix
0.07 - Makefile
0.02 - Objective-C
#: 155

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

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

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

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

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

#: 159

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

GitHub Url: github.com/lidofinance/lido-dao
GitHub History Url: github.com/lidofinance/lido-dao/commits
2025-03-18master

61.4 - TypeScript
38.38 - Solidity
0.11 - Shell
0.1 - JavaScript
#: 160

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

92.6 - Cairo
7.33 - TypeScript
0.07 - Shell
#: 161

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

51.11 - Solidity
48.89 - JavaScript
0 - Shell
#: 162

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

74.51 - TypeScript
22.04 - Solidity
1.69 - JavaScript
1.5 - Rust
0.2 - Shell
0.03 - Dockerfile
0.02 - Makefile
0.01 - Handlebars
#: 163

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

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

96.79 - Solidity
2.82 - JavaScript
0.38 - TypeScript
0 - Makefile
#: 165

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

96.84 - Rust
1.66 - Shell
0.65 - Dockerfile
0.44 - Handlebars
0.41 - Python
#: 166

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

99.46 - Rust
0.54 - Shell
#: 167

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

GitHub Url: github.com/enzymefinance/protocol
GitHub History Url: github.com/enzymefinance/protocol/commits
2025-03-11dev

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

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

GitHub Url: github.com/filecoin-project/bellperson
GitHub History Url: github.com/filecoin-project/bellperson/commits
2025-03-11master

100 - Rust
#: 169

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

78.94 - Rust
21.06 - TypeScript
#: 170

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

85.35 - Rust
11.58 - TypeScript
2.42 - Shell
0.45 - JavaScript
0.21 - Dockerfile
#: 171

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

99.82 - Go
0.18 - Makefile
#: 172

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

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

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

GitHub Url: github.com/graphprotocol/indexer
GitHub History Url: github.com/graphprotocol/indexer/commits
2025-03-10main

98.07 - TypeScript
1.38 - HCL
0.4 - JavaScript
0.15 - Shell
#: 174

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

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

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

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-03-10release-candidate

71.47 - JavaScript
28.5 - Solidity
0.02 - Shell
0 - TypeScript
#: 177

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

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

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

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

97.13 - JavaScript
1.55 - SCSS
0.8 - Shell
0.28 - Python
0.11 - Makefile
0.06 - Nix
0.06 - HTML
0.03 - TypeScript
#: 180

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

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

52.01 - Rust
37.28 - TypeScript
10.05 - Shell
0.45 - Dockerfile
0.22 - JavaScript
#: 182

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

56.03 - TypeScript
40.95 - Solidity
2.35 - Shell
0.36 - Dockerfile
0.31 - JavaScript
#: 183

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

97.72 - Solidity
2.08 - Makefile
0.2 - Shell
#: 184

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

77.38 - Rust
21.09 - TypeScript
1.06 - JavaScript
0.32 - Shell
0.05 - Handlebars
0.05 - Dockerfile
0.05 - Go
#: 185

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

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

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

GitHub Url: github.com/stacks-network/stacks-blockchain
GitHub History Url: github.com/stacks-network/stacks-blockchain/commits
2025-03-03master

94.39 - Rust
2.78 - TypeScript
2.16 - Clarity
0.54 - Shell
0.08 - Python
0.02 - JavaScript
0.02 - Dockerfile
0.01 - Mustache
0 - RenderScript
#: 187

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

GitHub Url: github.com/stacks-network/stacks-core
GitHub History Url: github.com/stacks-network/stacks-core/commits
2025-03-03master

94.39 - Rust
2.78 - TypeScript
2.16 - Clarity
0.54 - Shell
0.08 - Python
0.02 - JavaScript
0.02 - Dockerfile
0.01 - Mustache
0 - RenderScript
#: 188

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
#: 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-03-03main

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

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

99.33 - TypeScript
0.64 - JavaScript
0.02 - Shell
#: 191

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

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

GitHub Url: github.com/BendDAO/bend-lending-protocol
GitHub History Url: github.com/BendDAO/bend-lending-protocol/commits
2025-03-02main

58.96 - TypeScript
40.29 - Solidity
0.34 - HTML
0.25 - JavaScript
0.16 - Shell
0.01 - Dockerfile
#: 193

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

#: 194

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

99.89 - Go
0.11 - Shell
#: 195

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

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

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

62.91 - JavaScript
36.71 - Solidity
0.38 - Shell
#: 197

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

100 - Rust
#: 198

id: cyan
project: Cyan
Date: 2023-07-12T14:00:00.000Z
Max Reward: 25000
Bounty Url: https://immunefi.com/bounty/cyan

GitHub Url: github.com/usecyan/cyan-protocol-v2-public
GitHub History Url: github.com/usecyan/cyan-protocol-v2-public/commits
2025-02-27main

89.55 - Solidity
10.45 - TypeScript
#: 199

id: ruscet
project: Ruscet
Date: 2025-01-28T00:40:14.000Z
Max Reward: 75000
Bounty Url: https://immunefi.com/bounty/ruscet

GitHub Url: github.com/burralabs/ruscet-contracts
GitHub History Url: github.com/burralabs/ruscet-contracts/commits
2025-02-26dev

59.51 - TypeScript
40.11 - Sway
0.37 - Python
0.02 - Shell
#: 200

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

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

55.18 - Solidity
30.93 - TypeScript
12.93 - Yul
0.93 - Rust
0.03 - Shell
0.01 - JavaScript
#: 202

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

#: 203

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

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

GitHub Url: github.com/aave/gho-core
GitHub History Url: github.com/aave/gho-core/commits
2025-02-20main

54.55 - Solidity
25.8 - Python
14.1 - TypeScript
5.39 - Ruby
0.1 - Makefile
0.05 - Shell
0.01 - JavaScript
#: 205

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

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

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

#: 208

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

GitHub Url: github.com/geniusyield/dex-contracts-api
GitHub History Url: github.com/geniusyield/dex-contracts-api/commits
2025-02-17main

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

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

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

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

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

100 - Go
#: 212

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

99.87 - Go
0.13 - Makefile
#: 213

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

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

GitHub Url: github.com/axelarnetwork/axelar-core
GitHub History Url: github.com/axelarnetwork/axelar-core/commits
2025-02-14main

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

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

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

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

99.91 - Solidity
0.09 - Makefile
#: 218

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

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

100 - Go
#: 219

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

98.98 - Solidity
1.02 - Makefile
#: 220

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

99.64 - Solidity
0.36 - Makefile
#: 221

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

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

61.28 - Solidity
38.72 - JavaScript
#: 223

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

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

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

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

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

98.31 - Rust
1.27 - Handlebars
0.43 - Shell
#: 227

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

90.48 - Python
5.82 - Starlark
3.1 - Solidity
0.3 - JavaScript
0.08 - Shell
0.06 - TypeScript
0.05 - HTML
0.04 - Vim Script
0.04 - Dockerfile
0.03 - CSS
#: 228

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

GitHub Url: github.com/Threshold-USD/dev
GitHub History Url: github.com/Threshold-USD/dev/commits
2025-01-22develop

88.84 - JavaScript
6.25 - TypeScript
2.96 - Solidity
1.31 - Python
0.62 - TeX
0.01 - HTML
0.01 - Shell
0 - Dockerfile
0 - DIGITAL Command Language
0 - CSS
#: 229

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

67.65 - C++
20.38 - Python
6.5 - C
1.53 - M4
1.39 - Shell
1.18 - 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
#: 230

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

GitHub Url: github.com/alpaca-finance/alperp-contract
GitHub History Url: github.com/alpaca-finance/alperp-contract/commits
2025-01-17main

85.02 - Solidity
14.97 - TypeScript
0.01 - Makefile
#: 231

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

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

100 - Rust
#: 233

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

64.78 - Solidity
34.62 - TypeScript
0.38 - Makefile
0.23 - Shell
#: 234

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

86.55 - Rust
12.25 - TypeScript
0.4 - Solidity
0.3 - Handlebars
0.24 - JavaScript
0.12 - Makefile
0.1 - Shell
0.05 - Nix
#: 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/rust-fil-proofs
GitHub History Url: github.com/filecoin-project/rust-fil-proofs/commits
2025-01-14master

99.05 - Rust
0.95 - Shell
#: 236

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

91 - TypeScript
5.99 - Shell
2.82 - JavaScript
0.1 - CSS
0.08 - HTML
#: 237

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

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

85.72 - Solidity
13.62 - TypeScript
0.5 - JavaScript
0.09 - Shell
0.07 - Yul
#: 239

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

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

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

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

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

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

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

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

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

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

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

100 - Rust
#: 247

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

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

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

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

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

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

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

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

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

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

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-indexer
GitHub History Url: github.com/babylonlabs-io/staking-indexer/commits
2024-12-05main

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

id: tinymanv2
project: Tinyman AMM v2.0 Protocol
Date: 2022-11-28T17:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/tinymanv2

GitHub Url: github.com/tinymanorg/tinyman-consensus-staking
GitHub History Url: github.com/tinymanorg/tinyman-consensus-staking/commits
2024-11-27main

100 - Python
#: 253

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

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

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

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

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

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

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

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

98.03 - Solidity
1.97 - Shell
#: 257

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

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

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

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

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

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

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

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

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

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

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

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

97.75 - Rust
2.25 - JavaScript
#: 264

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

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

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

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

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

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

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

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

100 - Rust
#: 267

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

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

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

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

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

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

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

99.16 - Rust
0.84 - Shell
#: 273

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

99.41 - Solidity
0.59 - TypeScript
#: 289

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

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

GitHub Url: github.com/0xPolygonHermez/zkevm-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
#: 291

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

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

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

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

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

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

100 - Rust
#: 294

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

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

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

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

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

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

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

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

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

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

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

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

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

100 - Julia
#: 302

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

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

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

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

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

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

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

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

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

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

63.44 - Solidity
36.56 - JavaScript
#: 309

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

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

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

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

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

GitHub Url: github.com/DODOEX/contractV2
GitHub History Url: github.com/DODOEX/contractV2/commits
2024-05-21main

40.4 - Solidity
24.47 - HTML
23.66 - TypeScript
11.4 - JavaScript
0.08 - Shell
#: 312

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

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

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

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

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

GitHub Url: github.com/Bonfida/name-tokenizer
GitHub History Url: github.com/Bonfida/name-tokenizer/commits
2024-05-06master

61.36 - Rust
30.06 - TypeScript
6.6 - Python
0.92 - JavaScript
0.68 - Shell
0.37 - Dockerfile
#: 317

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

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

id: degate
project: DeGate
Date: 2023-04-06T16:00:00.000Z
Max Reward: 1110000
Bounty Url: https://immunefi.com/bounty/degate

GitHub Url: github.com/degatedev/protocols
GitHub History Url: github.com/degatedev/protocols/commits
2024-04-22degate_mainnet

39.46 - C++
30.49 - TypeScript
15.29 - Solidity
8.24 - Python
3.77 - Cuda
1.71 - JavaScript
0.85 - Shell
0.08 - CMake
0.07 - Makefile
0.03 - Dockerfile
#: 320

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

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

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

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

GitHub Url: github.com/0xPolygonHermez/zkevm-rom
GitHub History Url: github.com/0xPolygonHermez/zkevm-rom/commits
2024-04-10main

95.89 - JavaScript
3.65 - Sage
0.45 - Shell
#: 323

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

GitHub Url: github.com/0xPolygonHermez/zkevm-proverjs
GitHub History Url: github.com/0xPolygonHermez/zkevm-proverjs/commits
2024-03-26main

97.41 - JavaScript
1.26 - Shell
0.71 - EJS
0.6 - Circom
0.02 - Dockerfile
#: 324

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

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

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

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

GitHub Url: github.com/BoundNFT/boundnft-protocol
GitHub History Url: github.com/BoundNFT/boundnft-protocol/commits
2024-03-19main

62.66 - TypeScript
36.22 - Solidity
0.77 - JavaScript
0.33 - Shell
0.02 - Dockerfile
#: 328

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

GitHub Url: github.com/BendDAO/bend-exchange-protocol
GitHub History Url: github.com/BendDAO/bend-exchange-protocol/commits
2024-03-16main

71.6 - TypeScript
28.15 - Solidity
0.21 - JavaScript
0.03 - Shell
#: 329

id: degate
project: DeGate
Date: 2023-04-06T16:00:00.000Z
Max Reward: 1110000
Bounty Url: https://immunefi.com/bounty/degate

GitHub Url: github.com/degatedev/degate-sdk-golang
GitHub History Url: github.com/degatedev/degate-sdk-golang/commits
2024-03-15master

99.48 - Go
0.33 - C
0.13 - Shell
0.03 - Makefile
0.02 - Batchfile
#: 330

id: degate
project: DeGate
Date: 2023-04-06T16:00:00.000Z
Max Reward: 1110000
Bounty Url: https://immunefi.com/bounty/degate

GitHub Url: github.com/degatedev/degate-sdk-python
GitHub History Url: github.com/degatedev/degate-sdk-python/commits
2024-03-15master

100 - Python
#: 331

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

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

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

GitHub Url: github.com/alpaca-finance/alpaca-v2-money-market
GitHub History Url: github.com/alpaca-finance/alpaca-v2-money-market/commits
2024-03-08main

96 - Solidity
3.25 - TypeScript
0.75 - Shell
#: 334

id: liquidswap
project: Liquidswap
Date: 2022-11-16T18:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/liquidswap

GitHub Url: github.com/pontem-network/u256
GitHub History Url: github.com/pontem-network/u256/commits
2024-03-06main

100 - Move
#: 335

id: liquidswap
project: Liquidswap
Date: 2022-11-16T18:30:00.000Z
Max Reward: 500000
Bounty Url: https://immunefi.com/bounty/liquidswap

GitHub Url: github.com/pontem-network/uq64x64
GitHub History Url: github.com/pontem-network/uq64x64/commits
2024-03-05main

100 - Move
#: 336

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

GitHub Url: github.com/bgd-labs/stake-token
GitHub History Url: github.com/bgd-labs/stake-token/commits
2024-03-04main

80.99 - Solidity
16.89 - Ruby
1.56 - Shell
0.56 - Makefile
#: 337

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

GitHub Url: github.com/sweatco/sweat-claim
GitHub History Url: github.com/sweatco/sweat-claim/commits
2024-02-27main

96.3 - Rust
1.94 - Shell
1.76 - Makefile
#: 338

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

GitHub Url: github.com/sweatco/sweat-near
GitHub History Url: github.com/sweatco/sweat-near/commits
2024-02-27main

96.18 - Rust
2.13 - Shell
1.69 - Makefile
#: 339

id: bitcoinsv
project: Bitcoin SV
Date: 2022-02-06T18:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/bitcoinsv

GitHub Url: github.com/bitcoin-sv/bitcoin-sv
GitHub History Url: github.com/bitcoin-sv/bitcoin-sv/commits
2024-02-15master

62.09 - C++
20.84 - Python
13.28 - C
1.28 - M4
0.82 - CMake
0.6 - Makefile
0.38 - Shell
0.31 - Sage
0.21 - Assembly
0.16 - HTML
0.03 - Dockerfile
0 - sed
#: 340

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

GitHub Url: github.com/Instadapp/dsa-contracts
GitHub History Url: github.com/Instadapp/dsa-contracts/commits
2024-02-10master

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

id: ichi
project: Ichi
Date: 2021-06-17T15:00:00.000Z
Max Reward: 50000
Bounty Url: https://immunefi.com/bounty/ichi

GitHub Url: github.com/ichifarm/ichi-oneToken
GitHub History Url: github.com/ichifarm/ichi-oneToken/commits
2024-01-28master

52.11 - JavaScript
47.02 - Solidity
0.86 - TypeScript
0.01 - Shell
#: 342

id: quadrata
project: Quadrata
Date: 2023-08-07T14:00:00.000Z
Max Reward: 20000
Bounty Url: https://immunefi.com/bounty/quadrata

GitHub Url: github.com/QuadrataNetwork/passport-contracts
GitHub History Url: github.com/QuadrataNetwork/passport-contracts/commits
2024-01-26develop

83.3 - TypeScript
16.5 - Solidity
0.12 - JavaScript
0.08 - Dockerfile
#: 343

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

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

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

GitHub Url: github.com/bgd-labs/aave-stk-gov-v3
GitHub History Url: github.com/bgd-labs/aave-stk-gov-v3/commits
2023-12-22main

85.74 - Solidity
12.46 - Ruby
0.91 - Shell
0.5 - TypeScript
0.38 - Makefile
#: 346

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

GitHub Url: github.com/OrderlyNetwork/evm-cross-chain
GitHub History Url: github.com/OrderlyNetwork/evm-cross-chain/commits
2023-12-17main

67.15 - Solidity
31.88 - TypeScript
0.96 - JavaScript
#: 347

id: poolshark
project: Poolshark
Date: 2024-01-24T16:03:00.000Z
Max Reward: 10000
Bounty Url: https://immunefi.com/bounty/poolshark

GitHub Url: github.com/poolshark-protocol/limit
GitHub History Url: github.com/poolshark-protocol/limit/commits
2023-12-08master

67.06 - TypeScript
32.83 - Solidity
0.11 - JavaScript
#: 348

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

GitHub Url: github.com/neo-project/neo-node
GitHub History Url: github.com/neo-project/neo-node/commits
2023-12-07master

99.72 - C#
0.18 - Dockerfile
0.09 - Batchfile
#: 349

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

GitHub Url: github.com/0xPolygonHermez/pilcom
GitHub History Url: github.com/0xPolygonHermez/pilcom/commits
2023-12-05main

90.34 - JavaScript
9.66 - Yacc
#: 350

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

GitHub Url: github.com/bgd-labs/aave-collector-unification
GitHub History Url: github.com/bgd-labs/aave-collector-unification/commits
2023-12-01main

99.19 - Solidity
0.81 - Makefile
#: 351

id: starkex
project: StarkEx
Date: 2023-06-27T08:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/starkex

GitHub Url: github.com/starkware-libs/stark-perpetual
GitHub History Url: github.com/starkware-libs/stark-perpetual/commits
2023-11-22master

52.86 - Cairo
26.49 - Python
11.48 - JavaScript
4.87 - CMake
3.82 - Starlark
0.38 - Shell
0.1 - Dockerfile
#: 352

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

GitHub Url: github.com/neo-project/neo-vm
GitHub History Url: github.com/neo-project/neo-vm/commits
2023-11-22master

100 - C#
#: 353

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

GitHub Url: github.com/ava-labs/Avalanche-Wallet-SDK
GitHub History Url: github.com/ava-labs/Avalanche-Wallet-SDK/commits
2023-11-16dev

99.22 - TypeScript
0.77 - JavaScript
0.01 - Shell
#: 354

id: marinade
project: Marinade
Date: 2021-12-01T18:30:00.000Z
Max Reward: 250000
Bounty Url: https://immunefi.com/bounty/marinade

GitHub Url: github.com/marinade-finance/liquid-staking-program
GitHub History Url: github.com/marinade-finance/liquid-staking-program/commits
2023-11-14main

99.32 - Rust
0.68 - Shell
#: 355

id: zksync
project: ZKsync Lite
Date: 2022-03-15T21:00:00.000Z
Max Reward: 2300000
Bounty Url: https://immunefi.com/bounty/zksync

GitHub Url: github.com/matter-labs/zksync
GitHub History Url: github.com/matter-labs/zksync/commits
2023-11-08master

78.89 - Rust
14.59 - TypeScript
5.1 - Solidity
0.56 - API Blueprint
0.3 - JavaScript
0.24 - Shell
0.16 - Dockerfile
0.15 - PLpgSQL
#: 356

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

GitHub Url: github.com/makerdao/sdai
GitHub History Url: github.com/makerdao/sdai/commits
2023-11-02master

99.77 - Solidity
0.23 - Makefile
#: 357

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

GitHub Url: github.com/lidofinance/anchor-collateral-steth
GitHub History Url: github.com/lidofinance/anchor-collateral-steth/commits
2023-10-02main

94.66 - Python
5.29 - Solidity
0.05 - Shell
#: 358

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

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

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

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

id: pact
project: Pact
Date: 2022-04-06T02:30:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/pact

GitHub Url: github.com/pactfi/algorand-testbed
GitHub History Url: github.com/pactfi/algorand-testbed/commits
2023-07-28master

98.4 - Python
1.04 - Dockerfile
0.56 - Shell
#: 363

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

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

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

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

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

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

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

id: lidoonpolygon
project: Lido on Polygon
Date: 2022-03-31T20:30:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/lidoonpolygon

GitHub Url: github.com/lidofinance/polygon-contracts
GitHub History Url: github.com/lidofinance/polygon-contracts/commits
2023-05-18main

62.89 - TypeScript
36.9 - Solidity
0.12 - Makefile
0.09 - JavaScript
#: 371

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

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

id: starkex
project: StarkEx
Date: 2023-06-27T08:00:00.000Z
Max Reward: 1000000
Bounty Url: https://immunefi.com/bounty/starkex

GitHub Url: github.com/starkware-libs/starkex-contracts
GitHub History Url: github.com/starkware-libs/starkex-contracts/commits
2023-04-27master

100 - Solidity
#: 374

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

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

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

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

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

GitHub Url: github.com/makerdao/line-mom
GitHub History Url: github.com/makerdao/line-mom/commits
2023-03-12master

98.24 - Solidity
1.76 - Makefile
#: 378

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

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

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

GitHub Url: github.com/makerdao/dss-exec-lib
GitHub History Url: github.com/makerdao/dss-exec-lib/commits
2023-01-23master

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

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

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

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

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

GitHub Url: github.com/PeggyJV/cellar-v1_5
GitHub History Url: github.com/PeggyJV/cellar-v1_5/commits
2022-12-05release

98.92 - Solidity
1.08 - TypeScript
#: 386

id: lidoonpolygon
project: Lido on Polygon
Date: 2022-03-31T20:30:00.000Z
Max Reward: 2000000
Bounty Url: https://immunefi.com/bounty/lidoonpolygon

GitHub Url: github.com/Shard-Labs/PoLido
GitHub History Url: github.com/Shard-Labs/PoLido/commits
2022-12-04main

53.24 - TypeScript
46.6 - Solidity
0.16 - Makefile
#: 387

id: tinymanv2
project: Tinyman AMM v2.0 Protocol
Date: 2022-11-28T17:00:00.000Z
Max Reward: 100000
Bounty Url: https://immunefi.com/bounty/tinymanv2

GitHub Url: github.com/tinymanorg/tinyman-amm-contracts-v2
GitHub History Url: github.com/tinymanorg/tinyman-amm-contracts-v2/commits
2022-11-25main

100 - Python
#: 388

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

GitHub Url: github.com/PeggyJV/cellar-staking
GitHub History Url: github.com/PeggyJV/cellar-staking/commits
2022-11-18main

72.19 - TypeScript
27.05 - Solidity
0.64 - JavaScript
0.12 - Shell
#: 389

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

GitHub Url: github.com/makerdao/dss-gem-joins
GitHub History Url: github.com/makerdao/dss-gem-joins/commits
2022-11-08master

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

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

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

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

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

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

#: 395

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

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

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

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

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

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

GitHub Url: github.com/makerdao/dss
GitHub History Url: github.com/makerdao/dss/commits
2022-05-18master

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

GitHub Url: github.com/filecoin-project/go-statestore
GitHub History Url: github.com/filecoin-project/go-statestore/commits
2021-11-18master

95.75 - Go
4.25 - Makefile
#: 412

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

GitHub Url: github.com/alpaca-finance/alpies-contract
GitHub History Url: github.com/alpaca-finance/alpies-contract/commits
2021-11-10main

71.83 - TypeScript
27.8 - Solidity
0.38 - Shell
#: 413

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

GitHub Url: github.com/lidofinance/aave-protocol-v2
GitHub History Url: github.com/lidofinance/aave-protocol-v2/commits
2021-10-07master

70.82 - TypeScript
28.28 - Solidity
0.78 - Ruby
0.07 - JavaScript
0.05 - Shell
0.01 - Dockerfile
#: 414

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

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

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

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
#: 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/clipper-mom
GitHub History Url: github.com/makerdao/clipper-mom/commits
2021-09-17master

96.4 - Solidity
1.95 - Nix
1.65 - 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/osm
GitHub History Url: github.com/makerdao/osm/commits
2021-09-17master

96.5 - Solidity
2.35 - Nix
1.16 - Makefile
#: 420

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

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

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

GitHub Url: github.com/money-on-chain/sc-moc-decentralized-exchange
GitHub History Url: github.com/money-on-chain/sc-moc-decentralized-exchange/commits
2021-08-23master

54.52 - JavaScript
42.91 - Solidity
2.14 - Python
0.42 - Shell
0.01 - Dockerfile
#: 424

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

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

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

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

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

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

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
#: 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/filecoin-project/go-sectorbuilder
GitHub History Url: github.com/filecoin-project/go-sectorbuilder/commits
2020-03-26master

98.21 - Go
1.79 - 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/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