const/immutable contract fields
Open
- Dominant language
- Rust
- Stars
- 1.7k
- Forks
- 218
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 9
Description
```rust
contract Foo {
mut balance: Map,
creator: Address, // const, written to bytecode
...
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue provides only a contract syntax example and does not name implementation files, tests, or entry points. Start by locating the contract field representation and bytecode generation path, then determine how const or immutable fields should be represented and verify that the resulting contract stores the creator value in bytecode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- blockchain, rust
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100