Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deoxys/sync fork #14

Merged
merged 88 commits into from
Sep 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
cc334e7
fund script + pool validation error (#855)
greged93 Jul 11, 2023
9522f23
✨ update sharigan (#857)
AbdelStark Jul 11, 2023
695224f
🚨 prettier (#858)
AbdelStark Jul 11, 2023
55f82a9
Revert "🚨 prettier (#858)"
AbdelStark Jul 11, 2023
41e8ca4
Revert "✨ update sharigan (#857)"
AbdelStark Jul 11, 2023
8abbc8c
✨ update sharigan (#859)
AbdelStark Jul 11, 2023
9db8569
update sharingan chain id (#860)
AbdelStark Jul 11, 2023
f8deaea
🫶 add LambdaClass Madara Explorer reference (#863)
AbdelStark Jul 12, 2023
b99d8bc
:busts_in_silhouette: Add @hel-kame as a contributor (#865)
AbdelStark Jul 12, 2023
eaf48c8
fix: runs on for binaries build (#872)
d-roak Jul 14, 2023
cd02fdd
added `is_query` to handle estimate fee (#866)
apoorvsadana Jul 14, 2023
2a00bee
added store_block and get_block_context unit tests (#874)
nikania Jul 16, 2023
6d92e60
update cargo.lock (#876)
d-roak Jul 16, 2023
c46c02e
No fee pallet option (#868)
apoorvsadana Jul 18, 2023
3280faa
build(deps): bump num-traits from 0.2.15 to 0.2.16 (#892)
dependabot[bot] Jul 24, 2023
559230f
build(deps): bump clap from 4.3.12 to 4.3.19 (#890)
dependabot[bot] Jul 24, 2023
f79f558
build(deps): bump async-trait from 0.1.71 to 0.1.72 (#887)
dependabot[bot] Jul 24, 2023
1d42509
build: update deps to non bugged cairo-rs (#893)
tdelabro Jul 24, 2023
9c86eb5
typo fix :D (#885)
antiyro Jul 24, 2023
203e4b4
build(deps): bump serde from 1.0.171 to 1.0.175 (#894)
dependabot[bot] Jul 24, 2023
36c994f
build(deps): bump thiserror from 1.0.43 to 1.0.44 (#888)
dependabot[bot] Jul 24, 2023
c7797a1
build(deps): bump parity-db from 0.4.9 to 0.4.10 (#891)
dependabot[bot] Jul 24, 2023
f25f399
build(deps): bump zstd from 0.12.3+zstd.1.5.2 to 0.12.4 (#886)
dependabot[bot] Jul 24, 2023
ed703d4
Revert "build(deps): bump zstd from 0.12.3+zstd.1.5.2 to 0.12.4 (#886…
AbdelStark Jul 25, 2023
7706788
ci: change dep to get gh token (#908)
d-roak Jul 25, 2023
a19d6d5
ci: fix runs-on (#910)
d-roak Jul 26, 2023
9e2e2df
docker: add healthcheck to docker image (#915)
d-roak Jul 26, 2023
488197d
ci: add deps to binaries build (#916)
d-roak Jul 27, 2023
cc5951a
ci: binaries build - linux/macos amd64 working (#918)
d-roak Jul 27, 2023
be49ceb
ci: rm windows msvc that was preventing binaries build (#920)
d-roak Jul 27, 2023
d4ee6a7
ci: link gcc for aarch64, add base deps for win (#925)
d-roak Jul 27, 2023
3d00d08
dev: move chain_id into the pallet config rather than its storage (#867)
lambda-0x Jul 27, 2023
69a8049
Fix prettier not linting README (#917)
ClementWalter Jul 28, 2023
813dd55
ci: arm/amd64 binaries for linux and macos (#928)
d-roak Jul 28, 2023
1c47209
feat: nonce validation config (#869)
greged93 Jul 28, 2023
a116670
Fixed madara-infra link in README (#914)
clexmond Jul 28, 2023
8bba004
:busts_in_silhouette: Add @clexmond as a contributor (#930)
AbdelStark Jul 28, 2023
0d24667
fix: contract call on non existing contract returning a specific erro…
MdTeach Jul 30, 2023
db95773
[0.1.0] CI : add changelog.md and check it is changed in CI #931 (#937)
Tidus91 Jul 30, 2023
d4db522
:busts_in_silhouette: Add @Tidus91 as a contributor (#942)
AbdelStark Jul 31, 2023
084859d
feat: add genesis loader utility to runtimes (#913)
greged93 Aug 1, 2023
eb01fa6
ci: windows binaries and upload bins to releases (#955)
d-roak Aug 1, 2023
c4132d0
Create madara beast article.md #932 (#933)
ClementWalter Aug 2, 2023
9f29a20
ci: use latest image for windows (#957)
d-roak Aug 2, 2023
8011c96
update logo (#961)
AbdelStark Aug 3, 2023
9d564f7
ci: disable changelog enforcement (#962)
d-roak Aug 3, 2023
10e7e94
:busts_in_silhouette: Add @nikania as a contributor (#960)
lana-shanghai Aug 3, 2023
6fe8808
add tsukuyomi submodule (#959)
apoorvsadana Aug 3, 2023
8c0eb02
💚 remove madara_runtime from client deps (#946)
EvolveArt Aug 4, 2023
2bdcad4
refactor: added configs folder in root directory (#964)
d-roak Aug 4, 2023
c8af817
configs: fix genesis.json refs to link the config folder (#966)
d-roak Aug 7, 2023
8aa5efa
cli: change dev flag behaviour and created alias for base and madara …
d-roak Aug 7, 2023
0a34fcb
configs: fix genesis; add cairo contracts (#986)
d-roak Aug 11, 2023
b5d4120
release: v0.1.0
tdelabro Aug 11, 2023
a78da52
release: update CHANGELOG.md
tdelabro Aug 11, 2023
2bf70a2
ci: reactivate changelog enforcement (#1003)
d-roak Aug 15, 2023
ba4dc3d
ci: stop closing stale issues (#1004)
d-roak Aug 15, 2023
f385f72
Update the default port for running Madara locally in getting-started…
0xAsten Aug 15, 2023
327ac7f
Update RPC URL to use localhost instead of 0.0.0.0 in hurl.config fil…
0xAsten Aug 15, 2023
c9195b2
build(deps): bump serde_json from 1.0.103 to 1.0.104 (#938)
dependabot[bot] Aug 16, 2023
22a2298
:busts_in_silhouette: Add @0xAsten and @ben2077 as a contributor (#1006)
lana-shanghai Aug 16, 2023
ef31018
cli: fetch configs from URLs (#974)
d-roak Aug 16, 2023
5073ffd
build(deps): bump async-trait from 0.1.72 to 0.1.73 (#1000)
dependabot[bot] Aug 16, 2023
7684d49
build(deps): bump serde from 1.0.175 to 1.0.180 (#952)
dependabot[bot] Aug 16, 2023
1701056
ci: fix docker and binary builds (#1009)
d-roak Aug 16, 2023
67f7b21
ci: fixing madara bin for aarch64 linux (#1010)
d-roak Aug 16, 2023
9739902
build(deps): bump clap from 4.3.19 to 4.3.21 (#997)
dependabot[bot] Aug 16, 2023
d4f5404
build(deps): bump log from 0.4.19 to 0.4.20 (#999)
dependabot[bot] Aug 16, 2023
9c08690
ci: disable benchmark (#1013)
d-roak Aug 17, 2023
089a3a8
ci: disable codespell (#1012)
d-roak Aug 17, 2023
cce0b0d
Fix incorrect event ordering (#1001)
Aug 17, 2023
845a1d8
Li/dev/initial gas config param (#978)
lana-shanghai Aug 17, 2023
57b4931
Tests: fix expected event idx in continuation tokens (#1014)
Aug 17, 2023
294b805
chore(CI): add `dependencies` tag to changelog ignore list (#1015)
lambda-0x Aug 17, 2023
62ec8d7
Translation madara beast article.md (#958)
joaopereira12 Aug 17, 2023
fa98fe9
feat: translate madara article to russian (#936)
gylman Aug 17, 2023
fa8411c
Add contributors michael joao (#1017)
lana-shanghai Aug 18, 2023
1833549
CI: added wasm to test (#948)
joaopereira12 Aug 18, 2023
98ef223
fix: rebase fixes and adaptations (#993)
apoorvsadana Aug 21, 2023
201a5d2
build(deps): bump anyhow from 1.0.72 to 1.0.75 (#1023)
dependabot[bot] Aug 23, 2023
05c1cea
build(deps): bump thiserror from 1.0.44 to 1.0.47 (#1024)
dependabot[bot] Aug 23, 2023
b4eb5ca
build(deps): bump serde_json from 1.0.104 to 1.0.105 (#1026)
dependabot[bot] Aug 23, 2023
448e366
build(deps): bump clap from 4.3.21 to 4.3.23 (#1027)
dependabot[bot] Aug 23, 2023
cc0039e
build(deps): bump flate2 from 1.0.26 to 1.0.27 (#1028)
dependabot[bot] Aug 23, 2023
9ca3390
build(deps): bump serde from 1.0.180 to 1.0.185 (#1029)
dependabot[bot] Aug 23, 2023
6918bf2
fix: #1032: RPC: getClassAt doesn't follow specification for Cairo le…
ptisserand Aug 24, 2023
e847a76
bug: fix build-spec (#1037)
d-roak Aug 24, 2023
9224402
sync fork with madara
eytanlvy Aug 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
236 changes: 101 additions & 135 deletions .all-contributorsrc

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions .codespellignore

This file was deleted.

119 changes: 84 additions & 35 deletions .github/workflows/binaries-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,55 +21,104 @@ jobs:
fail-fast: false
matrix:
build:
- aarch64-apple-darwin
- aarch64-unknown-linux-gnu
- i686-pc-windows-gnu
- i686-pc-windows-msvc
- i686-unknown-linux-gnu
- x86_64-apple-darwin
- x86_64-pc-windows-gnu
- x86_64-pc-windows-msvc
- x86_64-unknown-linux-gnu
# https://github.com/rust-rocksdb/rust-rocksdb/issues/665
# - x86_64-pc-windows-gnu
- x86_64-pc-windows-msvc
include:
- build: x86_64-unknown-linux-gnu
os: ubuntu-latest
- build: aarch64-apple-darwin
os: macos-latest-xl
bin_name: madara
- build: aarch64-unknown-linux-gnu
os: ubuntu-latest-32-cores
bin_name: madara
- build: x86_64-apple-darwin
os: macos-latest
- build: x86_64-pc-windows-gnu
os: windows-latest
os: macos-latest-xl
bin_name: madara
- build: x86_64-unknown-linux-gnu
os: ubuntu-latest-32-cores
bin_name: madara
- build: x86_64-pc-windows-msvc
os: windows-latest
- build: i686-unknown-linux-gnu
os: ubuntu-latest
- build: i686-pc-windows-gnu
os: windows-latest
- build: i686-pc-windows-msvc
os: windows-latest
- build: aarch64-unknown-linux-gnu
os: ubuntu-latest
runs-on: ${{ matrix.os }}
bin_name: madara.exe
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup rust toolchain
run: rustup show
run: |
rustup target add ${{ matrix.build }}

- name: Setup build deps (linux)
if:
matrix.build == 'x86_64-unknown-linux-gnu' || matrix.build ==
'aarch64-unknown-linux-gnu'
run: |
sudo apt update
sudo apt install -y clang llvm libudev-dev protobuf-compiler libssl-dev

- name: Setup build deps (aarch64-unknown-linux-gnu)
if: matrix.build == 'aarch64-unknown-linux-gnu'
run: |
sudo apt update
sudo apt install -y g++-aarch64-linux-gnu libc6-dev-arm64-cross
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc
export CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc
export CXX_aarch64_unknown_linux_gnu=aarch64-linux-gnu-g+

- name: Setup build deps (x86_64-apple-darwin)
if:
matrix.build == 'x86_64-apple-darwin' || matrix.build ==
'aarch64-apple-darwin'
run: |
brew install protobuf

- name: Install cargo-release
run: cargo install cargo-release
- name: Setup build deps (x86_64-pc-windows-msvc)
if: matrix.build == 'x86_64-pc-windows-msvc'
run: |
choco install -y protoc llvm
mkdir C:/tmp/madara-libs
(New-Object net.webclient).Downloadfile("https://github.com/keep-starknet-strange/madara-infra/releases/download/win-bins-build-libs/libjemalloc.a", "C:/tmp/madara-libs/libjemalloc.a")
(New-Object net.webclient).Downloadfile("https://github.com/keep-starknet-strange/madara-infra/releases/download/win-bins-build-libs/rocksdb.lib", "C:/tmp/madara-libs/rocksdb.lib")

- name: Build
- name: Build (x86_64 linux and x86_64/aarch64 apple)
if:
matrix.build == 'x86_64-unknown-linux-gnu' || matrix.build ==
'x86_64-apple-darwin' || matrix.build == 'aarch64-apple-darwin'
run: cargo build --release --target ${{ matrix.build }}

- name: Upload binaries
if: github.event.inputs.release_tag_name
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.build }}
path: target/${{ matrix.build }}/release
- name: Build (aarch64-unknown-linux-gnu)
if: matrix.build == 'aarch64-unknown-linux-gnu'
run: |
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc
export CC_aarch64_unknown_linux_gnu=/usr/bin/aarch64-linux-gnu-gcc
export CXX_aarch64_unknown_linux_gnu=/usr/bin/aarch64-linux-gnu-g++
cargo build --release --target ${{ matrix.build }}

- name: Pre-Build (x86_64-pc-windows-msvc)
if: matrix.build == 'x86_64-pc-windows-msvc'
shell: bash
run: |
cargo fetch --target ${{ matrix.build }}
export reg_folder=$(ls C:/Users/runneradmin/.cargo/registry/src | grep github.com)
export pdb_folder=$(ls C:/Users/runneradmin/.cargo/registry/src/$reg_folder | grep parity-db)
sed -ir 's/madvise_random(_id: TableId, _map: \&mut memmap2::MmapMut)/madvise_random(_map: \&mut memmap2::MmapMut)/g' C:/Users/runneradmin/.cargo/registry/src/$reg_folder/$pdb_folder/src/file.rs

- name: Build (x86_64-pc-windows-msvc)
if: matrix.build == 'x86_64-pc-windows-msvc'
shell: bash
run: |
JEMALLOC_OVERRIDE=C:/tmp/madara-libs/libjemalloc.a ROCKSDB_LIB_DIR=C:/tmp/madara-libs cargo build --release --target ${{ matrix.build }}

- name: Upload source
if: github.event.inputs.release_tag_name
uses: actions/upload-artifact@v2
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
name: source
path: target/${{ matrix.build }}/release
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.build }}/release/${{ matrix.bin_name }}
asset_name: ${{ matrix.build}}-${{ matrix.bin_name }}
tag: ${{ inputs.release_tag_name }}
overwrite: true
12 changes: 12 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Changelog Workflow"
on:
workflow_dispatch:
workflow_call:

jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: "Skip-Changelog,dependencies"
11 changes: 0 additions & 11 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ on:
workflow_call:

jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v1
with:
check_filenames: true
check_hidden: true
ignore_words_file: ./.codespellignore
skip: Cargo.lock,package-lock.json,target,yarn.lock,.git,resources

prettier:
runs-on: ubuntu-latest
steps:
Expand Down
30 changes: 30 additions & 0 deletions .github/workflows/madara-commands.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Task - Test Madara Commands

on:
workflow_dispatch:
workflow_call:

jobs:
build-spec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
fail-on-cache-miss: true
- name: Create build-spec (plain)
run: |
target/release/madara build-spec --chain local > chain-plain.json
- name: Create build-spec (raw)
run: |
target/release/madara build-spec --chain chain-plain.json --raw > chain-raw.json

# TODO: add remaining commands
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Generate a token
id: generate_token
uses: tibdex/github-app-token@v1.8
uses: getsentry/action-github-app-token@v2
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIV_KEY }}
Expand Down
33 changes: 22 additions & 11 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,24 @@ on:
branches: [main]

jobs:
changelog:
name: Enforce CHANGELOG
uses: ./.github/workflows/changelog.yml

linters:
name: Run linters
uses: ./.github/workflows/linters.yml
needs: changelog

rust_build:
name: Build Rust project
uses: ./.github/workflows/rust-build.yml
needs: changelog

madara_commands:
name: Test Madara commands
uses: ./.github/workflows/madara-commands.yml
needs: rust_build

linters_cargo:
name: Run Cargo linters
Expand All @@ -25,14 +36,14 @@ jobs:
uses: ./.github/workflows/tests-coverage.yml
needs: [rust_build]

benchmark:
name: Run benchmarks
uses: ./.github/workflows/benchmarks.yml
needs: [rust_build, tests]
permissions:
# deployments permission to deploy GitHub pages website
deployments: write
# contents permission to update benchmark contents in gh-pages branch
contents: write
# post on the pull-request page
pull-requests: write
# benchmark:
# name: Run benchmarks
# uses: ./.github/workflows/benchmarks.yml
# needs: [rust_build, tests]
# permissions:
# # deployments permission to deploy GitHub pages website
# deployments: write
# # contents permission to update benchmark contents in gh-pages branch
# contents: write
# # post on the pull-request page
# pull-requests: write
22 changes: 11 additions & 11 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
uses: ./.github/workflows/tests-coverage.yml
needs: [rust_build]

benchmark:
name: Run benchmarks
uses: ./.github/workflows/benchmarks.yml
needs: [rust_build, tests]
permissions:
# deployments permission to deploy GitHub pages website
deployments: write
# contents permission to update benchmark contents in gh-pages branch
contents: write
# post on the pull-request page
pull-requests: write
# benchmark:
# name: Run benchmarks
# uses: ./.github/workflows/benchmarks.yml
# needs: [rust_build, tests]
# permissions:
# # deployments permission to deploy GitHub pages website
# deployments: write
# # contents permission to update benchmark contents in gh-pages branch
# contents: write
# # post on the pull-request page
# pull-requests: write

rustdoc:
name: Deploy docs to GitHub Pages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
binaries_release_build:
name: Build binaries (release)
uses: ./.github/workflows/binaries-build.yml
permissions:
contents: write
with:
release_tag_name: ${{ github.event.release.tag_name }}
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
days-before-close: 7
days-before-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale"
exempt-issue-labels: "no-stale,help-wanted"
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
fail-on-cache-miss: true
- name: Run test
- name: Run test (native)
run: |-
cd tests
npm run test
- name: Run test (wasm)
run: |-
cd tests
FORCE_WASM_EXECUTION=true npm run test

coverage:
# sadly, for now we have to "rebuild" for the coverage
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "madara-dev-explorer"]
path = madara-dev-explorer
url = https://github.com/keep-starknet-strange/madara-dev-explorer
[submodule "madara-tsukuyomi"]
path = madara-tsukuyomi
url = https://github.com/keep-starknet-strange/madara-tsukuyomi
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
target
typescript-api
cairo-contracts/build
madara-app
madara-dev-explorer
madara-docs
madara-infra
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Madara Changelog

## Next release

- ci: add verification if build-spec is working
- bug: fix build-spec not working by setting the madara-path always and fetching
relevant files
- fix: RPC getClassAt cairo legacy program code encoding
- ci: added wasm to test
- docs: added translation of madara beast article.md to portuguese
- ci: disable benchmark for pushes and pr's
- ci: fix docker and binaries build
- ci: don't enforce changelog on PR's with label `dependencies`
- feat: rebase of core deps and 0.12.1

## v0.1.0

- ci: rm codespell task and rm .codespellignore
- feat: refactor flags on tests
- feat: fetch config files from gh repo
- refactor: remove config files from the code
- ci: stop closing stale issues
- ci: reactivate changelog enforcement
- cli: change dev flag behaviour and created alias for base and madara path
- configs: fix genesis.json refs to link the config folder
- ci: downgraded windows runner to windows-latest
- ci: added windows binaries build and upload the binaries to the release page
- ci: add `CHANGELOG.md` and enforce it is edited for each PR on `main`
- fix: removed `madara_runtime` as a dependency in the client crates and make
errors more expressive
- fix: state root bug fix where the tree was stored in runtime _before_ being
committed
- feat: add a `genesis_loader` for the node and mocking
- feat: add `madara_tsukuyomi` as a submodule
- branding: use new logo in the README
- fix: events are emitted in correct sequential order
- fix: expected event idx in cotinuation tokens in test responses
- chore: cairo-contracts compilation scripts & docs are updated, cairo_0
contracts recompiled
- add-contributors: `0xAsten`, `m-kus`, `joaopereira12`
- fix: update RPC URL to use localhost instead of 0.0.0.0 in hurl.config file
- fix: update the default port for running Madara locally in getting-started.md
file from 9933 to 9944.
- dev: replace the 0 initial gas value with u128::MAX because view call
entrypoints were failing
Loading
Loading