-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split to crates: engine, prelude, sdk (#243) * Test for 1inch liquidity protocol (#274) * Bump @openzeppelin/contracts from 4.3.1 to 4.3.2 in /etc/eth-contracts (#275) * Fix deploy benchmark to use a realistic transaction (that actually writes data to the created account code) (#277) * Fix json formatting in JsonValue serialization (#279) * Update primitive-types dependency to 0.10 (#280) * Fix block.timestamp (#287) Co-authored-by: Evgeny Ukhanov <evgeny@aurora.dev> Co-authored-by: Michael Birch <michael@aurora.dev> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3eace8c
commit 0fe4f05
Showing
86 changed files
with
1,998 additions
and
1,095 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 |
---|---|---|
|
@@ -6,8 +6,6 @@ on: | |
- master | ||
- develop | ||
pull_request: | ||
branches: | ||
- "*" | ||
|
||
name: Lints | ||
jobs: | ||
|
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 |
---|---|---|
|
@@ -5,8 +5,6 @@ on: | |
- master | ||
- develop | ||
pull_request: | ||
branches: | ||
- "*" | ||
|
||
name: Tests | ||
jobs: | ||
|
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.