• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

eosrio / rs-abieos / 26707343106
30%

Build:
DEFAULT BRANCH: master
Ran 31 May 2026 08:13AM UTC
Jobs 1
Files 12
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 May 2026 08:09AM UTC coverage: 30.341% (+3.6%) from 26.729%
26707343106

push

github

igorls
feat: 0.6.0 — native hot-loop decode methods + AbiHandle (rust-backend)

Driven by a high-throughput contract_row delta decoder. All additions; the
original methods and the cpp-backend are unchanged.

Added (both backends, FFI wrappers):
- bin_to_json_native / json_to_bin_native / get_type_for_action_result_native
  (u64 account — skips the per-row string_to_name round-trip)
- decode_table_row_native(_into) — fuse get_type_for_table + bin_to_json
- bin_to_json_native_into / *_into — write into a caller &mut String (no per-row alloc)

Added (rust-backend only):
- AbiHandle — standalone pre-parsed ABI: from_json/from_bin/from_hex,
  type_for_table/action, bin_to_json(_into), decode_table_row(_into). Decode
  against a held ABI with no context / set_abi churn; keep a (account, valid_from)
  map for historical delta/action decoding. Send (per-worker); &mut decode.

Documented:
- set_abi replacement divergence (cpp no-op vs rust overwrite) — behavior
  unchanged, use delete_contract first to replace portably, or AbiHandle.

6 new tests; full rust-backend suite green (127 passed).

52 of 56 new or added lines in 1 file covered. (92.86%)

311 of 1025 relevant lines covered (30.34%)

264.45 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
89.53
0.65% src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 26707343106.1 31 May 2026 08:13AM UTC 12
30.34
GitHub Action Run
Source Files on build 26707343106
  • Tree
  • List 12
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26707343106
  • 3079d973 on github
  • Prev Build on master (#26703160462)
  • Next Build on master (#26707434457)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc