rust-bitcoin-unsafe-fast/primitives/src
Tobin C. Harding 9a586987d1
Move opcodes to primitives
Move the `opcodes` module to the new `primitives` crate. This is pretty
straight forward, some things to note:

- Are we ok with the public wildcard re-export from `blockdata`? I think
so because the whole `blockdata` module should, IMO, be deleted after
everything in it is moved to `primitives`.

- `decode_pushnum` becomes public.

Includes addition of a `patch` section for `primitives` in the
`bitcoin/embedded` crate.
2024-07-09 15:26:33 +10:00
..
lib.rs Move opcodes to primitives 2024-07-09 15:26:33 +10:00
opcodes.rs Move opcodes to primitives 2024-07-09 15:26:33 +10:00