Skip to content

Releases: monerobuilders/libmonero

v0.1.9

30 Mar 23:02
Compare
Choose a tag to compare
  • RPC functions added: get_height, get_block_from_height, get_transaction_from_hash
  • DaemonNode struct added
  • Many bug fixes and improvements

You can find the documents in docs.rs

Don't forget that this is experimental and not audited yet. Please use at your own risk.

v0.1.8

30 Jan 13:18
Compare
Choose a tag to compare
  • CryptoNight hash function cn_slow_hash added
  • Documentation refactored to docs.rs/libmonero
  • Integration tests and workflows added for better CI

You can find the documents in docs.rs

Don't forget that this is experimental and not audited yet. Please use at your own risk.

v0.1.7

26 Dec 19:09
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
  • MyMonero type added, now you can generate and use 13-word mnemonic seeds
  • New languages added for both MyMonero (13-word) and Original (25-word) type seeds: eo, fr, it, jp, lj, pt, ru

You can find the documents in docs folder.

Don't forget that this is experimental and not audited yet. Please use at your own risk.

v0.1.6

25 Dec 21:10
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

Rewrote the rest of the functions in Rust

v0.1.5

25 Dec 15:13
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

delete old go one

v0.1.4

25 Dec 14:46
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Rewrite in Rust

v0.1.2

20 Dec 17:01
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

This release renames package and module name, adds docs changes etc. Nothing important to list.

v0.1.1

07 Jul 13:28
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Version 0.1.1 Released! This release adds these functions to the previous one:

Utils

  • ValidateAddress(address string) bool

Keys

  • GenerateMnemonicSeed(language string) (string, error)
  • DeriveHexSeedFromMnemonicSeed(mnemonic string, language string) (string, error)
  • DerivePrivateKeysFromHexSeed(hexSeed string) (string, string, error)
  • DerivePrivVKFromPrivSK(privateSpendKey string) (string, error)
  • DerivePublicKeyFromPrivateKey(privateKey string) (string, error)
  • DeriveAddressFromPubKeys(publicSpendKey string, publicViewKey string, network string) (string, error)

Version v0.1.0

02 Jul 11:36
Compare
Choose a tag to compare
Version v0.1.0 Pre-release
Pre-release

Initial Version