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
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"brown-sheep-fold",
"chilly-poems-visit",
"clever-trains-wait",
"cool-bears-dig",
"cool-crews-rest",
"cuddly-moons-refuse",
"cute-wings-shop",
"dirty-apricots-approve",
Expand Down Expand Up @@ -47,6 +49,7 @@
"many-trains-call",
"mean-flowers-search",
"mean-turtles-cross",
"new-hotels-follow",
"new-maps-rest",
"olive-buckets-lay",
"orange-deers-refuse",
Expand All @@ -71,6 +74,7 @@
"tired-points-fold",
"upset-news-ask",
"wise-mayflies-exercise",
"yellow-wolves-battle"
"yellow-wolves-battle",
"young-bobcats-wonder"
]
}
8 changes: 8 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.0-alpha.7

### Major Changes

- 1fede95: change espresso endpoint to /transaction
- c1f8ba8: fix name of bundler service
- c4b139d: improve startup time

## 2.0.0-alpha.6

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/cli",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"description": "Cartesi CLI",
"author": "Danilo Tuler <[email protected]>",
"bin": {
Expand Down
42 changes: 24 additions & 18 deletions packages/devnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,97 +1,103 @@
# devnet

## 2.0.0-alpha.4

### Major Changes

- f338996: rollups-contract:2.0.0-rc.16, forge and cannon

## 2.0.0-alpha.3

### Minor Changes

- 9a07738: bump anvil to 0.3.0
- 9a07738: bump anvil to 0.3.0

## 2.0.0-alpha.2

### Major Changes

- 83946c0: lock anvil version in CI to the same anvil used by cartesi/rollups-contracts
- 83946c0: lock anvil version in CI to the same anvil used by cartesi/rollups-contracts

## 2.0.0-alpha.1

### Patch Changes

- 9862a9c: bump openzeppelin, change to test contract addresses
- 707204d: bump rollups-contracts
- 9862a9c: bump openzeppelin, change to test contract addresses
- 707204d: bump rollups-contracts

## 2.0.0-alpha.0

### Major Changes

- f856432: rollups-contract v2
- f856432: rollups-contract v2

## 1.8.0

### Minor Changes

- 79b860d: deployment of ERC-4337 smart contracts
- 79b860d: deployment of ERC-4337 smart contracts

## 1.7.0

### Minor Changes

- fce00ac: new anvil dump state with blocks information
- fce00ac: new anvil dump state with blocks information

## 1.6.0

### Minor Changes

- 0e2dd7f: move token contracts to devnet
- f38dfaf: using SelfHostedApplicationFactory from @cartesi/rollups
- 0e2dd7f: move token contracts to devnet
- f38dfaf: using SelfHostedApplicationFactory from @cartesi/rollups

## 1.5.0

### Minor Changes

- 4f546e0: new ERC-721 and ERC-1155 test contracts
- 4f546e0: new ERC-721 and ERC-1155 test contracts

## 1.4.0

### Minor Changes

- 1d36367: bump anvil version
- 1d36367: bump anvil version

## 1.3.1

### Patch Changes

- 342d98f: bump hardhat and hardhat-plugin
- 342d98f: bump hardhat and hardhat-plugin

## 1.3.0

### Minor Changes

- 3463c4c: bump anvil and token
- 3463c4c: bump anvil and token

## 1.2.0

### Minor Changes

- 2b2ad2e: bump @sunodo/contracts
- 2b2ad2e: bump @sunodo/contracts

### Patch Changes

- 209a1a5: bump anvil version
- 209a1a5: bump anvil version

## 1.1.1

### Patch Changes

- 1e4c4d4: bump anvil image to 3.1.0
- 1e4c4d4: bump anvil image to 3.1.0

## 1.1.0

### Minor Changes

- 2085635: bump to sunodo/anvil:3.0.0
- 2085635: bump to sunodo/anvil:3.0.0

## 1.0.0

### Major Changes

- 0f67070: docker image with anvil loaded with cartesi and sunodo contracts
- 0f67070: docker image with anvil loaded with cartesi and sunodo contracts
2 changes: 1 addition & 1 deletion packages/devnet/cannonfile.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = 'cartesi-rollups-devnet'
version = '2.0.0-alpha.3'
version = '2.0.0-alpha.4'
description = 'Cartesi Rollups Devnet'

[pull.cartesiRollups]
Expand Down
2 changes: 1 addition & 1 deletion packages/devnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/devnet",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"license": "Apache-2.0",
"scripts": {
"build": "run-s build:soldeer build:forge build:cannon",
Expand Down
Loading