Skip to content

Commit

Permalink
V2 Refactor complete.
Browse files Browse the repository at this point in the history
- Completed refactor and testing of V2 release
- Lotsa new goodies including completely new Script Interpreter (port from Bitcoin4J)
  • Loading branch information
Stephan February committed Aug 17, 2023
1 parent 33d1585 commit 45ab90c
Show file tree
Hide file tree
Showing 7 changed files with 1,557 additions and 3,387 deletions.
1 change: 0 additions & 1 deletion lib/dartsv.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export 'src/block/blockheader.dart';
export 'src/block/merkleblock.dart';
export 'src/script/svscript.dart';
export 'src/script/opcodes.dart';
export 'src/script/interpreter.dart';
export 'src/script/stack.dart';
export 'src/script/script_error.dart';
export 'src/script/script_chunk.dart';
Expand Down
Loading

0 comments on commit 45ab90c

Please sign in to comment.