Skip to content

Commit

Permalink
Release 1.2.0. (#132)
Browse files Browse the repository at this point in the history
* Remove the dependency on Lunarity. (#115)
* Fix Clippy complaint with +nightly. (#117)
* Add an `evm-bully=yes` build to CI. (#121)
* Fix evm-bully builds. (#130)
* Handle transaction gas limit properly. (#123)
* Add an `is_used_proof` interface. (#120)
* Simplify the `sdk::read_u64` return type. (#118)

Co-authored-by: Frank Braun <[email protected]>
Co-authored-by: Joshua J. Bouw <[email protected]>
Co-authored-by: Kirill Abramov <[email protected]>
Co-authored-by: Michael Birch <[email protected]>
  • Loading branch information
5 people authored Jun 5, 2021
1 parent 7fc436a commit f3d3982
Show file tree
Hide file tree
Showing 19 changed files with 749 additions and 401 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ jobs:
with:
command: test
args: --locked --verbose
bully-build:
name: Bully build
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v2
- name: Install the toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2021-03-25
override: true
- run: make evm-bully=yes
- run: ls -lH release.wasm
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
Loading

0 comments on commit f3d3982

Please sign in to comment.