Akira Taniguchi
Akira Taniguchi
ERC223
# Description High gas prices when performing lockups. # Solution idea base ・The Allocator.CalculateMaxRewardsPerBlock has been added to the Since it is only called from Lockup, it should be a...
# Description Change the description method from absolute path to relative path # Solution before ``` import {Pausable} from "@openzeppelin/contracts/lifecycle/Pausable.sol"; import {IAllocator} from "contracts/src/allocator/IAllocator.sol"; ``` after ``` import "../../../@openzeppelin/contracts/lifecycle/Pausable.sol"; import...
# Description add event to beforeBalanceChange. the event has property transfer data. # why To enhance the functionality of GraphQL
# Problem subject - [x] Contracts - [ ] Tests - [ ] Other # Description WithdrawStorage.getLastCum If ulativeGlobalHoldersPrice is 0 and If the another Property already has a large...
# What I want to do I want to set gasLimit when executing zksync.Wallet's transfer function. # What I need help with When I set gasLimit, I get an error...
Tests will be added after this pull request passes.
Description: Summary This PR addresses the hardcoded Alchemy subgraph URL issue by introducing environment-based team ID configuration. Changes - return team IDs based on environment variables - Added comprehensive unit...
Currently, the Alchemy subgraph access URL is hardcoded. When a schema is deployed to an Alchemy subgraph, the team ID becomes fixed, which results in a loss of flexibility for...