Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zk lightnet explorer command implementation. #521

Merged
merged 22 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9499790
Bug fixes.
shimkiv Nov 19, 2023
eda92db
Lightnet logs sub-command implementation.
shimkiv Nov 19, 2023
ebdcefb
Refactoring to simplify and improve readability.
shimkiv Nov 20, 2023
7fdc226
zk lightnet explorer command implementation.
shimkiv Nov 21, 2023
92c3cd4
Package-lock.
shimkiv Nov 21, 2023
c846518
Putting logs streaming within the step to prevent issues with some ed…
shimkiv Nov 21, 2023
c4dbd5e
Merge remote-tracking branch 'origin/lightnet-logs' into lightnet-exp…
shimkiv Nov 21, 2023
594bb3d
zk lightnet explorer sub-command implementation.
shimkiv Nov 23, 2023
8c6616b
Add the file:// schema to explorer path.
shimkiv Nov 24, 2023
cca46a7
Merge remote-tracking branch 'origin/main' into lightnet-logs
shimkiv Nov 24, 2023
6a343b5
Merge remote-tracking branch 'origin/lightnet-logs' into lightnet-exp…
shimkiv Nov 24, 2023
fb9aaa3
Update src/lib/lightnet.js
shimkiv Nov 29, 2023
801593b
Update src/lib/lightnet.js
shimkiv Nov 29, 2023
78449de
Update src/lib/lightnet.js
shimkiv Nov 29, 2023
ab662d1
Fix for review.
shimkiv Nov 29, 2023
abc2d7d
Addressing review comments.
shimkiv Nov 29, 2023
f45e4d5
Merge remote-tracking branch 'origin/lightnet-logs' into lightnet-exp…
shimkiv Nov 29, 2023
441589f
Merge remote-tracking branch 'origin/main' into lightnet-explorer
shimkiv Nov 29, 2023
a72472d
Merge remote-tracking branch 'origin/main' into lightnet-explorer
shimkiv Dec 1, 2023
67166aa
Update src/lib/lightnet.js
shimkiv Dec 2, 2023
bd8cc71
CHANGELOG updates.
shimkiv Dec 2, 2023
49401f5
CHANGELOG updates.
shimkiv Dec 3, 2023
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: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [0.15.2] - 2023-11-XX
shimkiv marked this conversation as resolved.
Show resolved Hide resolved

### Added

- Lightnet sub-commands implementation (`explorer`). [#521](https://github.com/o1-labs/zkapp-cli/pull/521)

## [0.15.1] - 2023-11-29

### Added
Expand Down
Loading
Loading