-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Release 3.2.0 ### Changes - Changed structure `SetEthConnectorContractAccountArgs` for setting eth connector account. It was extended with additional field: `withdraw_serialize_type` for defining serialization type for withdraw arguments by [@aleksuss]. ([#834]) - Updated rocksdb up to 0.21.0 by [@aleksuss]. ([#840]) ### Additions - Added a possibility of mirroring deployed ERC-20 contracts in the main Aurora contract in Silo mode by [@aleksuss]. ([#844]) - Allow to initialize hashchain directly with the `new` method by [@birchmd]. ([#846]) - Added a silo logic which allows to set fixed gas costs per transaction by [@aleksuss]. ([#746]) - Added a new type of transaction which allows to add full access key into account of the smart contract by [@aleksuss]. ([#847]) [#746]: #746 [#834]: #834 [#840]: #840 [#844]: #844 [#846]: #846 [#847]: #847 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: i-fix-typos <146758284+i-fix-typos@users.noreply.github.com> Co-authored-by: Evgeny Ukhanov <evgeny@aurora.dev> Co-authored-by: Michael Birch <michael.birch@aurora.dev> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karim <karim@aurora.dev> Co-authored-by: Joshua J. Bouw <joshua@aurora.dev> Co-authored-by: ForwardSlashBack <142098649+ForwardSlashBack@users.noreply.github.com>
- Loading branch information
1 parent
6d861c8
commit 9b3a2d9
Showing
94 changed files
with
8,058 additions
and
2,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CARGO_FEATURES_BUILD="mainnet,ext-connector" | ||
CARGO_FEATURES_BUILD_TEST="mainnet,integration-test,ext-connector" | ||
CARGO_FEATURES_TEST="mainnet-test,ext-connector" | ||
RUSTC_FLAGS_BUILD="-C link-arg=-s" | ||
NEAR_EVM_ACCOUNT="aurora" | ||
WASM_FILE="aurora-mainnet-silo.wasm" | ||
WASM_FILE_TEST="aurora-mainnet-silo-test.wasm" | ||
NEAR_CLI="near" | ||
PROFILE="mainnet-silo" | ||
IS_PROD=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CARGO_FEATURES_BUILD="testnet,ext-connector" | ||
CARGO_FEATURES_BUILD_TEST="testnet,integration-test,ext-connector" | ||
CARGO_FEATURES_TEST="testnet-test,ext-connector" | ||
RUSTC_FLAGS_BUILD="-C link-arg=-s" | ||
NEAR_EVM_ACCOUNT="aurora" | ||
WASM_FILE="aurora-testnet-silo.wasm" | ||
WASM_FILE_TEST="aurora-testnet-silo-test.wasm" | ||
NEAR_CLI="near" | ||
PROFILE="testnet-silo" | ||
IS_PROD=false |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
* @joshuajbouw | ||
/engine/ @aleksuss | ||
/engine-precompiles/ @mandreyel | ||
/engine-sdk/ @aleksuss | ||
/engine-standalone-storage/ @RomanHodulak | ||
/engine-standalone-tracing/ @RomanHodulak | ||
/engine-test-doubles/ @joshuajbouw | ||
/engine-tests/ @joshuajbouw | ||
/engine-transactions/ @aleksuss | ||
* @aleksuss | ||
/engine/ @birchmd | ||
/engine-hashchain/ @birchmd | ||
/engine-modexp/ @birchmd | ||
/engine-precompiles/ @birchmd | ||
/engine-sdk/ @mrLSD | ||
/engine-standalone-storage/ @birchmd | ||
/engine-standalone-tracing/ @birchmd | ||
/engine-tests-connector/ @mrLSD | ||
/engine-test-doubles/ @mrLSD | ||
/engine-tests/ @mrLSD | ||
/engine-workspace/ @mrLSD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.