Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target/
.idea
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.1] - 2024-10-02

### Added

- Added a staking denom to the mocks

## [1.1.0] - 2024-08-23

### Changed

- Updated `lib.rs` so that the re-organisation is adhered to

## [1.0.0] - 2024-08-23

### Changed

- Restructure of architecture to improve organisation of helper functions and also to enable re-use with multiple projects
Comment on lines +8 to +24
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Historical changelog entries in an "init repo" PR.

The changelog contains versions dating back to August 2024, which seems inconsistent with this being an initialization PR. This suggests the code is being migrated or extracted from another repository rather than created from scratch. Consider clarifying in the PR description whether this is a migration/extraction, or update the changelog to reflect that this is version 1.2.0 as the initial public release.

🤖 Prompt for AI Agents
In CHANGELOG.md around lines 8–24, the file contains historical version entries
(Aug–Oct 2024) that contradict an "init repo" PR; either clarify in the PR
description that this is a migration/extraction from another repository (mention
source repo and date), or edit the changelog so the initial public release is a
single entry (e.g., v1.2.0 or v1.0.0) reflecting the init PR and move prior
history into a separate MIGRATION.md or archive section labeled "Migrated
history" with the original dates; update the changelog header and PR description
accordingly to ensure consistency.

Loading