Murisi Tarusenga
Murisi Tarusenga
> In this case, at the moment, the transaction would fail, right? Yes, I think the token VPs would reject this transaction. But I'll test this later...
> Interesting! Can you add test cases as well (especially cases in `rustler_tests`? I have added a test case which checks that `` can deserialise to the Rust `Vec`: `vec![2,...
@cwgoes Sure! Will take a look at this...
So far I've been comparing https://github.com/anoma/anoma/pull/1655 with https://github.com/anoma/anoma/tree/ray/sparse-merkle-tree . Some points: * They are conceptually similar, as is to be expected since they implement the same abstract data type: a...
I have touched up https://github.com/anoma/anoma/tree/ray/sparse-merkle-tree and confirmed that it works correctly with tests. (I.e. identical hashes are computed for very large trees.) See: https://github.com/anoma/anoma/pull/2098 . My conclusion from testing is...
I have made two minor changes to https://github.com/anoma/anoma/pull/1655 in order to obtain https://github.com/anoma/anoma/pull/2099 and opened it up for review. (I guess the PR would unblock parts of the implementation of...
Just wanted to provide an update on this issue. I managed to review https://github.com/anoma/anoma/pull/2102 (thanks again for proposing it @juped ), and with some work it has the potential to...
See an example of the release generated by the CI here: https://github.com/murisi/anoma/releases/tag/v41 . The linked binaries seem to be working, but more testing on different platforms and OSs would be...
> DLL dependencies currently have to be manually copied into erts-15.2.3/bin/ for bin/anoma to work and not display NIF errors The CI now automatically finds and copies Anoma for Windows'...
@mariari Just trying to understand the context here... Is cross-referencing to Elixir docs instead of embedding it a possibility? I.e. could we generate the documentation using `mix docs` and then...