Skip to content

Commit

Permalink
switched to waves/protobuf package for protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Aug 15, 2024
1 parent ceb0992 commit 93483ce
Show file tree
Hide file tree
Showing 57 changed files with 12 additions and 6,263 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,22 @@
],
"require": {
"php": ">=5.6",
"ext-mbstring": "*",
"deemru/abcode": "^1.0",
"deemru/blake2b": "^1.0",
"deemru/curve25519": "^1.0",
"deemru/cryptash": "^1.0",
"deemru/pairs": "^1.0",
"deemru/cloaked": "^1.0",
"deemru/fetcher": "^1.0",
"google/protobuf": "^3.13",
"ext-mbstring": "*"
"waves/protobuf": "^1.4"
},
"suggest": {
"ext-sodium": "Up to ~2000x faster sign/verify"
},
"autoload": {
"psr-4": {
"deemru\\": "src/",
"Waves\\": "protobuf/Waves/",
"GPBMetadata\\Waves\\": "protobuf/GPBMetadata/Waves/"
"deemru\\": "src/"
}
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion protobuf/.gitattributes

This file was deleted.

30 changes: 0 additions & 30 deletions protobuf/GPBMetadata/Waves/Amount.php

This file was deleted.

55 changes: 0 additions & 55 deletions protobuf/GPBMetadata/Waves/Block.php

This file was deleted.

Binary file removed protobuf/GPBMetadata/Waves/InvokeScriptResult.php
Binary file not shown.
Binary file removed protobuf/GPBMetadata/Waves/Order.php
Binary file not shown.
Binary file removed protobuf/GPBMetadata/Waves/Recipient.php
Binary file not shown.
Binary file removed protobuf/GPBMetadata/Waves/Transaction.php
Binary file not shown.
12 changes: 0 additions & 12 deletions protobuf/README.md

This file was deleted.

85 changes: 0 additions & 85 deletions protobuf/Waves/Amount.php

This file was deleted.

85 changes: 0 additions & 85 deletions protobuf/Waves/AssetPair.php

This file was deleted.

Loading

0 comments on commit 93483ce

Please sign in to comment.