julien/lovepublic Fork 0
b1c9b0da13b4f77bdbd9773cbd4365322de0f1d7
Commits
Clone
git clone https://git.rickub.com/julien/love.git
git clone ssh://git@rickub.com/julien/love.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

document setup b1c9b0d · on b1c9b0da13b4f77bdbd9773cbd4365322de0f1d7 · julienbrg · 7h ago
CHANGELOG.md · 18 lines · 698 Bmarkdown
Blame HistoryOpen raw

Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Foundry project scaffolding (forge-std, CI workflow, .gitignore).
  • Love contract recording units of love sent between addresses.
  • Unit, revert and fuzz tests for Love.
  • Deployment script script/Love.s.sol.
  • foundry.toml with pinned solc 0.8.30, optimizer, fmt rules, fuzz/invariant
    defaults, and RPC/Etherscan endpoints driven by env vars.
  • .env.example documenting required environment variables.
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# Changelog

All notable changes to this project are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Foundry project scaffolding (`forge-std`, CI workflow, `.gitignore`).
- `Love` contract recording units of love sent between addresses.
- Unit, revert and fuzz tests for `Love`.
- Deployment script `script/Love.s.sol`.
- `foundry.toml` with pinned solc 0.8.30, optimizer, fmt rules, fuzz/invariant
  defaults, and RPC/Etherscan endpoints driven by env vars.
- `.env.example` documenting required environment variables.