BuildOnViction / BuildOnViction/vrc25
VRC25 doesn't init value for EIP-712
Open
question
- Dominant language
- Solidity
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/tomochain/trc25/blob/main/contracts/VRC25Permit.sol#L11
```solidity
function DOMAIN_SEPARATOR() external override view returns (bytes32) {
return _domainSeparatorV4();
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at contracts/VRC25Permit.sol line 11 and inspect how DOMAIN_SEPARATOR and _domainSeparatorV4 handle EIP-712 initialization. Confirm the domain separator is initialized correctly and verify the contract behavior with the repository's relevant tests, if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity
- Domain
- blockchain
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100