Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move random-number-generator into starknet-devnet-core * removed tests for already removed case of generating private keys with seed 123 * removed tests according to predeployed accounts, because they were bound in some way to seed 123 and now this seed is not used anymore * refactor some methods because they dont need to return Result * removed json schema dependency because its unused * remove unused file * return test for checking seeds equality should translate to generated numbers equality * test improvement * add one test * copy anvil-rpc package into starknet-devnet-server * updated blockifier with version from crates.io * replaced starknet-rs with versions from crates.io * metadata to cargo toml * remove cairo-felt * add license file and description to starknet-devnet-core * add cairo-lang dependencies to starknet-devnet-types to be able to lock the specific version of cairo-lang * set crates versions to 0.0.1 * specified version for starknet-devnet-types in workspace toml * specified version for starknet-devnet-core in workspace toml * starknet-devnet-server metadata * update starknet-devnet-server in workspace toml * starknet-devnet-cli metadata * change starknet-devnet-cli to starknet-devnet * remove config.toml and replace it with constants * updated versions * updated ref * updated version of starknet-devnet * renamed starknet-devnet-cli to starknet-devnet * reorder packages in members section based * rename script * change script * add environment variable to build scripts * add new workflow * comment out main workflow * docker images build * renamings * readme update * readme update * changed README.md * removed key in yml file * added env variable to script * updated metadata * removed line * add new line * whitespaces * hardcoding * edit publish cratesio new versions script
- Loading branch information