near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 22 forks source link

feat: gas meter api #229

Open shariffdev opened 6 months ago

shariffdev commented 6 months ago

We introduce the GasMeter api in this PR.

It allows to meter the gas burnt by transactions for debugging purposes. This is a port of what was added on workspace-rs.

shariffdev commented 6 months ago

@ailisp Ready to review