Akira Taniguchi

Results 8 issues of Akira Taniguchi

# 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...

enhancement

# 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...

enhancement
refactor

# Description add event to beforeBalanceChange. the event has property transfer data. # why To enhance the functionality of GraphQL

enhancement
usability

# Problem subject - [x] Contracts - [ ] Tests - [ ] Other # Description WithdrawStorage.getLastCum If ulativeGlobalHoldersPrice is 0 and If the another Property already has a large...

bug

# 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.