Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Releases: xboston/metahash-php

v0.2.3

27 Jul 20:23
Compare
Choose a tag to compare
reformat

v0.2.2

19 Jul 18:19
Compare
Choose a tag to compare

Add secp256k1 & secp256r1 key generator

v0.2.1

09 Jul 12:00
Compare
Choose a tag to compare

fix example

v0.2.0

09 Jul 00:17
Compare
Choose a tag to compare

Breaking change

  • from v0.1.1 to v0.2.0
-public function fetchHistory(string $address, int $beginTx = 0, int $countTx = self::HISTORY_LIMIT)
+public function fetchHistory(string $address, int $countTx = self::HISTORY_LIMIT, int $beginTx = 0)

-public function sendTx(string $to, string $value, string $fee = '', int $nonce = 1, string $data = '', string $key = '', string $sign = '')
+public function sendTx(string $privateKey, string $to, int $value, string $data = '', int $nonce = 1, int $fee = 0)

-public function makeSign(string $address, string $value, string $nonce, int $fee = 0, string $data = '')
+public function makeSign(string $address, int $value, int $nonce, int $fee = 0, string $data = '')

v0.1.2

08 Jul 16:02
Compare
Choose a tag to compare
fix #16

v0.1.1

01 Jul 23:36
Compare
Choose a tag to compare
add fetch-balances, get-last-txs

v0.1.0

01 Jul 21:46
Compare
Choose a tag to compare
add #11

v0.0.1

26 Jun 23:00
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
readme update