Skip to content

Commit c684a16

Browse files
authored
Merge pull request #1848 from o1-labs/feature/dynamic-arrays
Dynamic arrays in o1js
2 parents c6de276 + c8dbe17 commit c684a16

File tree

4 files changed

+1292
-0
lines changed

4 files changed

+1292
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3232

3333
### Added
3434

35+
- [PR !1848](https://github.com/o1-labs/o1js/pull/1848) Dynamic array provable type
36+
3537
- [PR !2076](https://github.com/o1-labs/o1js/pull/2076)
3638
- o1js-bindings is no longer a submodule (same directory structure)
3739
- compiled artifacts are now gitignored

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export { Bytes, FlexibleBytes } from './lib/provable/wrapped-classes.js';
4141
export { Packed, Hashed } from './lib/provable/packed.js';
4242
export { Gadgets } from './lib/provable/gadgets/gadgets.js';
4343
export { Types } from './bindings/mina-transaction/v1/types.js';
44+
export { DynamicArray } from './lib/provable/dynamic-array.js';
4445

4546
export { MerkleList, MerkleListIterator } from './lib/provable/merkle-list.js';
4647
import { IndexedMerkleMap, IndexedMerkleMapBase } from './lib/provable/merkle-tree-indexed.js';

0 commit comments

Comments
 (0)