Skip to content

Commit f3d3982

Browse files
artobFrank Braunjoshuajbouwsept-enbirchmd
authored
Release 1.2.0. (#132)
* 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 <frank@near.org> Co-authored-by: Joshua J. Bouw <dev@joshuajbouw.com> Co-authored-by: Kirill Abramov <septengineering@pm.me> Co-authored-by: Michael Birch <michael@near.org>
1 parent 7fc436a commit f3d3982

19 files changed

Lines changed: 749 additions & 401 deletions

File tree

.github/workflows/tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ jobs:
2828
with:
2929
command: test
3030
args: --locked --verbose
31+
bully-build:
32+
name: Bully build
33+
runs-on: ubuntu-latest
34+
steps:
35+
- name: Clone the repository
36+
uses: actions/checkout@v2
37+
- name: Install the toolchain
38+
uses: actions-rs/toolchain@v1
39+
with:
40+
profile: minimal
41+
toolchain: nightly-2021-03-25
42+
override: true
43+
- run: make evm-bully=yes
44+
- run: ls -lH release.wasm
3145
env:
3246
CARGO_TERM_COLOR: always
3347
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)