Skip to content

Commit

Permalink
fix build web3 and add changelog (#891)
Browse files Browse the repository at this point in the history
* fix build web3

* add changelog

---------

Co-authored-by: shaorongqiang <[email protected]>
  • Loading branch information
shaorongqiang and shiran555 authored Mar 17, 2023
1 parent bffae92 commit e2a24a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@

## Change log

#### v0.3.38-release
- Features:
- Prism++: Support any type of FRC20 and nft to UTXO
- Bugfix:
- Fix transaction serialization error
- Fix evm nonce increase when tx error.

#### v0.3.30-release

- EVM upgrading and optimization in TPS.
Expand Down
2 changes: 1 addition & 1 deletion src/components/contracts/modules/evm/src/runtime/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ impl<'context, 'vicinity, 'config, C: Config> StackState<'config>
value,
});
} else {
log::error!(
error!(
target: "evm",
"Failed push state update to STATE_UPDATE_LIST for {:?} [index: {:?}, value: {:?}]",
address,
Expand Down

0 comments on commit e2a24a3

Please sign in to comment.