You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: update compiler and builder as in the compact-contracts
* chore: fix readme
* chore: fix readme
* refactor: adding changelog
* feat: split the cli and the builder
* chore: fix lint
* refactor: types depend on the build
* refactor: remove the barrel package
* chore: ignore .claude/ directory
* fix(builder): prevent shell injection by using execFile + shell-quote
* fix: address coderabbit review (rethrow build errors, no flag dedup, unwrap CompilationError, parser-error routing)
* docs: address review feedback (drop premature changelogs, slim READMEs, generalize toolchain version)
- Drop pre-baseline CHANGELOGs for builder/cli/simulator and remove
them from package.json file lists (no released baseline yet)
- RELEASING.md: drop the changesets-migration TODO section and the
CHANGELOG preamble
- README.md: remove submodule-consumption section; drop busy
"## Packages" walkthrough (each package has its own README);
rename "Getting started" -> "Development"; linkify package list
- packages/cli/README.md: split em-dash sentence per review;
replace hardcoded +0.29.0 with +<version> placeholder
- runCompiler.ts: generalize +<version> in help text + JSDoc;
update matching test assertions
- runBuilder.ts: drop confusing JSDoc @example block; point to
cli README for usage examples
- Set author = "OpenZeppelin Community <maintainers@openzeppelin.org>"
across builder/cli/simulator package.json
* chore: fix lint
---------
Co-authored-by: Andrew Fleming <fleming.andrew@protonmail.com>
// Deploy and execute contract circuits, inspect state, etc.
124
-
```
125
-
126
-
See package tests in `packages/simulator/src/integration` and `src/unit` for full examples.
127
-
128
95
## Contributing
129
96
130
97
Before opening a PR, please read `CODE_OF_CONDUCT.md`. Use the root scripts to build, test, and format. For targeted work inside a package, run the scripts in that package directory.
0 commit comments