Skip to content

Commit

Permalink
chore: release v0.3.0 (keep-starknet-strange#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro authored Sep 22, 2023
1 parent fa9bf11 commit 2244ec1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 30 deletions.
53 changes: 24 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,40 @@

## Next release

## v0.3.0

- chore: release v0.3.0
- chore: big transaction type refactoring
- chore: split `primitives` crates into multiple smaller crates
- chore: improve logging about transaction when nonce is too high
- chore: add real class hash values for genesis config
- fix: use specific commit for avail and celestia
- fix: change dep of rustdoc on push
- fix: initial_gas set to max_fee and fixed fee not being charged when max_fee=0
- fix: correct value of compiled_class_hash in RPCTransaction
- fix: std feature import in transactions crate
- fix: replace all calls to `transmute` by calls `from_raw_parts`
- fix: estimate_fee should make sure all transaction have a version being
2^128 + 1 or 2^128+2 depending on the tx type
- feat: modify the hash_bytes functions in `poseidon` and `pedersen` for dynamic
data length
- chore: add real class hash values for genesis config
- feat: print development accounts at node startup
- feat: unification of the DA interface
- feat: use resolver 2 for cargo in the workspace
- upgrade: restructure code for rust latest version
- upgrade: bump rustc nightly version to 1.74 date
- feat: bump starknet-core to 0.6.0 and remove InvokeV0
- fix: estimate_fee should make sure all transaction have a version being
2^128 + 1 or 2^128+2 depending on the tx type
- fix: initial_gas set to max_fee and fixed fee not being charged when max_fee=0
- fix: correct value of compiled_class_hash in RPCTransaction
- ci: scope cache by branch and add cache cleanup
- feat: print development accounts at node startup
- test: add test to check tx signed by OZ account can be signed with Argent pk
- feat: use resolver 2 for cargo in the workspace
- feat: impl tx execution and verification as traits
- perf: reduce the amount of data stored in the runtime and use the Substrate
block to as source of data in the client
- perf: use perfect hash function in calculate_l1_gas_by_vm_usage
- build: restructure code for rust latest version
- build: bump rustc nightly version to 1.74 date
- buid: add rust-analyzer to toolchain components
- ci: scope cache by branch and add cache cleanup
- ci: increase threshold for codecov to 1%
- test: add `starknet-rpc-test` crate to the workspace
- test(rpc): add `get_block_number.rs` tests
- test(rpc): add `get_block_hash_and_number.rs` tests
- test(rpc): add `get_block_transaction_count.rs` tests
- test(rpc): add `chain_id.rs` tests
- feat: print development accounts at node startup
- test: add test to check tx signed by OZ account can be signed with Argent pk
- buid: add rust-analyzer to toolchain components
- ci: increase threshold for codecov to 1%
- replace all calls to `transmute` by calls `from_raw_parts`
- big transaction type refactoring
- impl tx execution and verification as traits
- reduce the amount of data stored in the runtime and use the Substrate block to
as source of data in the client
- perf: use perfect hash function in calculate_l1_gas_by_vm_usage
- chore: add tests for tx hashing
- split `primitives` crates into multiple smaller crates
- chore: add tests for simulate tx offset
- fix: std feature import in transactions crate
- chore: improve logging about transaction when nonce is too high
- test: add tests for simulate tx offset
- test: add tests for tx hashing

## v0.2.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rpath = false # Disables adding rpath to the binary
authors = ["Abdelhamid Bakhta <@abdelhamidbakhta>"]
edition = "2021"
repository = "https://github.com/keep-starknet-strange/madara/"
version = "0.2.0"
version = "0.3.0"

[workspace.dependencies]
# Substrate frame dependencies
Expand Down

0 comments on commit 2244ec1

Please sign in to comment.