Skip to content

Commit fa29e7f

Browse files
chore: prepare for 1.0.0b2 release
1 parent 4550ffa commit fa29e7f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0b2] - 2026-03-04
11+
12+
### Changes
13+
- Rename RPC endpoints to arkiv_, removed all legacy RPC methods
14+
- Update docker image for ArkivNode to arkiv-op-geth:latest
15+
- Parse numeric values for atBlock and resultsPerPage as hex
16+
1017
## [1.0.0b1] - 2025-12-05
1118

1219
### Added Features

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "arkiv-sdk"
3-
version = "1.0.0b1"
3+
version = "1.0.0b2"
44
description = "Python SDK for Arkiv networks - Web3.py + Entities"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
keywords = ["arkiv", "web3", "blockchain", "ethereum", "storage", "entities", "l2", "layer2"]
1212
classifiers = [
13-
"Development Status :: 3 - Alpha",
13+
"Development Status :: 3 - Beta",
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: MIT License",
1616
"Programming Language :: Python :: 3",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)