Skip to content

Commit

Permalink
chore: prepare for alpha.18 release (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter authored Mar 13, 2024
1 parent dc0b89d commit b566fcf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "era_test_node"
version = "0.1.0-alpha.17"
version = "0.1.0-alpha.18"
edition = "2018"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ rebuild-contracts:
rust-build:
cargo build --release

# Run local
run: rust-build
# Run local after building everything
run: all
./target/release/era_test_node run

# Build the Rust project for a specific target. Primarily used for CI.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Please note that `era-test-node` is still in its **alpha** stage. Some features
| 🚫 Limitations | ✅ Features |
| ----------------------------------------------- | ----------------------------------------------------------- |
| No communication between Layer 1 and Layer 2. | Can fork the state of mainnet, testnet, or custom network. |
| Many APIs are not yet implemented. | Can replay existing mainnet or testnet transactions. |
| No support for accessing historical data. | Uses local bootloader and system contracts. |
| Only one transaction allowed per Layer 1 batch. | Operates deterministically in non-fork mode. |
| Fixed values returned for zk Gas estimation. | Starts up quickly with pre-configured 'rich' accounts. |
| Redeploy requires MetaMask cache reset. | Supports hardhat's console.log debugging. |
| | Resolves names of ABI functions and Events using openchain. |
| | Can replay existing mainnet or testnet transactions. |
| | Starts up quickly with pre-configured 'rich' accounts. |

## 🛠 Prerequisites

Expand Down

0 comments on commit b566fcf

Please sign in to comment.