Skip to content
Merged
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: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"1.1.0"}
32 changes: 19 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,46 @@
# Changelog

## [1.1.0](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/compare/v1.0.0...v1.1.0) (2025-07-24)

### 🚀 Features

* add arbitrum network config ([#28](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/issues/28)) ([0742af6](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/0742af6e6d0bbda21876c1ec41674d030af73fee))

## [1.0.0] - 2025-07-23

### Added

- GitHub Actions CI/CD pipeline
- Hardhat Ignition deployment script
- TypeChain support for improved type safety
* GitHub Actions CI/CD pipeline
* Hardhat Ignition deployment script
* TypeChain support for improved type safety

### Changed

- **[BREAKING]** Migrated from OpenZeppelin contracts v4 to v5
- Updated Hardhat and related dependencies
- Improved test structure using TypeChain factories
* **[BREAKING]** Migrated from OpenZeppelin contracts v4 to v5
* Updated Hardhat and related dependencies
* Improved test structure using TypeChain factories

### Removed

- Drone CI
* Drone CI

## [0.2.1]

### Added

- Load environment variables from `.env` file
* Load environment variables from `.env` file

### Changed

- Upgrade dependencies
* Upgrade dependencies

## [0.2.0]

### Changed

- **[BREAKING]** Fixed method name `addResourceToWhitelist`
- **[BREAKING]** Fixed method name `removeResourceFromWhitelist`
- Throw an error early when a script param is missing
- Fixed TypeScript typing errors
* **[BREAKING]** Fixed method name `addResourceToWhitelist`
* **[BREAKING]** Fixed method name `removeResourceFromWhitelist`
* Throw an error early when a script param is missing
* Fixed TypeScript typing errors

## [0.1.0] Initial release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whitelist-smart-contract",
"version": "1.0.0",
"version": "1.1.0",
"description": "Whitelist smart contract to allow developers to not resign a sell order every time there's a new web3mail dapp being deployed.",
"main": "index.ts",
"scripts": {
Expand Down