Skip to content

Tags: starcoinorg/starcoin.js

Tags

v0.2.8

Toggle v0.2.8's commit message
bump version to 0.2.8

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1. replace generateSignedUserTransactionHex with generateRawUserTrans…

…action + signRawUserTransaction (#17)

2. add CHANGELOG.md

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add generateSignedUserTransactionHex in untils.tx (#14)

* bump version from 0.1.7 to 0.2.0

* 1. only export func: generateSignedUserTransactionHex
2. fix bug: new Uint8Array([...hashSeedBytes, ...rawUserTransactionBytes]) will get [[0],[0]] when sdk is called from test_dapp in chrome

* fix bug: the value of non-exists key in javascript is undefined, not null

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add generateSignedUserTransactionHex in untils.tx (#14)

* bump version from 0.1.7 to 0.2.0

* 1. only export func: generateSignedUserTransactionHex
2. fix bug: new Uint8Array([...hashSeedBytes, ...rawUserTransactionBytes]) will get [[0],[0]] when sdk is called from test_dapp in chrome

* fix bug: the value of non-exists key in javascript is undefined, not null

v0.1.0

Toggle v0.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
doc: add readme