AccessList in JSONRPC. And enabling github action tests (#255)

* Enabling github action tests
* Fix failing tests
* AccessList to Option in json
* failing rust example removed
* AccessList for jsonrpc
* Tx type as sequence, AccessList as type
This commit is contained in:
rakita
2021-02-08 14:55:03 +01:00
committed by GitHub
parent f40e198eb7
commit 6b4e56b214
22 changed files with 144 additions and 81 deletions

View File

@@ -33,3 +33,8 @@ jobs:
with:
command: test
args: --locked --all --release --features "json-tests" --verbose --no-run
- name: Run tests for ${{ matrix.platform }}
uses: actions-rs/cargo@v1
with:
command: test
args: --locked --all --release --features "json-tests" --verbose