TritonVM / tasm-lib

A collection of functions written in Triton VM assembly (tasm)
Apache License 2.0
11 stars 2 forks source link

chore: mmra_with_mps has moved in twenty-first #90

Closed dan-da closed 5 months ago

dan-da commented 5 months ago

Some minor changes to make tasm-lib build against present twenty-first master, what will presumably become twenty-first v0.39.0. (rev: 4f5f46b33f25f83940cbd934ae63c5848a041a7a)

  1. we patch crates.io twenty-first dep, so that triton-vm will build it instead of v0.38.0. This is only temporary until triton-vm has a dep on twenty-first v0.39.0.

  2. twenty_first::test_shared no longer exists, and mmra_with_mps has moved.

Purpose: These changes enable neptune-core async branch to build against latest twenty-first.