Skip to content

Commit

Permalink
Prep for final @chainlink/contracts 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Mar 25, 2024
1 parent 1627a2d commit a6f07e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
5 changes: 2 additions & 3 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

...

## 1.0.0 - 2024-03-15
## 1.0.0 - 2024-03-25

- Moved `VRFCoordinatorV2Mock.sol` to src/v0.8/vrf/mocks
- Moved `VRFCoordinatorMock.sol` to src/v0.8/vrf/mocks
Expand All @@ -16,7 +16,7 @@
- Functions Request IDs are now globally unique (#10891)
- Add an event for broken down billing costs (#11185)
- Add custom errors to OCR2Base contract (#11249)
- Updated AutomationBase interface to check for ready only address on polygon
- Updated AutomationBase interface to check for ready only address on polygon

### Removed

Expand All @@ -26,7 +26,6 @@

### Changed


- Add a re-entrancy guard to VRFCoordinatorV2Mock to mimic VRFCoordinatorV2's behavior (#10585)
- Enhanced support for destination configs in Data Streams verifiers (#10472)
- Update Data Streams proxy and billing interfaces for better UX (#10603)
Expand Down
9 changes: 0 additions & 9 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,8 @@ $ npm install @chainlink/contracts --save
```sh
@chainlink/contracts
├── src # Solidity contracts
│ ├── v0.4
│ ├── v0.5
│ ├── v0.6
│ ├── v0.7
│ └── v0.8
└── abi # ABI json output
├── v0.4
├── v0.5
├── v0.6
├── v0.7
└── v0.8
```

Expand All @@ -33,7 +25,6 @@ The solidity smart contracts themselves can be imported via the `src` directory

```solidity
import '@chainlink/contracts/src/v0.8/AutomationCompatibleInterface.sol';
```

## Local Development
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/contracts",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "Chainlink smart contracts",
"author": "Chainlink devs",
"license": "MIT",
Expand Down

0 comments on commit a6f07e1

Please sign in to comment.