Releases: massalabs/massa-web3
Releases · massalabs/massa-web3
v1.11.0
What's Changed
- Update doc by @qdrn in #64
- readme extended to include different massa-web3 usages by @BatiGencho in #66
- export Args like other exports by @Thykof in #65
- added gas_cost to the ExecuteReadOnlyResponse response by @BatiGencho in #67
- Fix op datastore encoding by @Eitu33 in #70
- Update deployer sc example by @Eitu33 in #71
- use bytearray instead of strings in abi call and storage and remove fee. by @AurelienFT in #74
- Update version. by @AurelienFT in #75
New Contributors
Full Changelog: v.1.10.13...v1.11.0
Add Args
What's Changed
- 50 - Add Args class to serialize arguments into bytes (u32, string) by @Thykof in #52
- rework u32 and string with DataView by @Thykof in #54
- encode and decode base64 string in args class by @Thykof in #56
- bump version 1.10.12 by @Thykof in #58
New Contributors
Full Changelog: v1.10.11...v1.10.12
Fixes Args endianness
What's Changed
- removed flag for tests as it crashes on windows by @BatiGencho in #57
- add little endian conversion by @AurelienFT in #59
- New version. by @AurelienFT in #60
Full Changelog: v1.10.12...v.1.10.13
Added localnet configuration
What's Changed
- added localnet default url configuration by @BatiGencho in #49
Full Changelog: v1.10.10...v1.10.11
Massa Testnet 15 adjustments
What's Changed
- Fix balance for testnet15 by @qdrn in #42
- fixed bytecode compaction for ExecuteSC by @BatiGencho in #47
Full Changelog: v1.10.8...v1.10.10
TEST.15.1
v1.10.8
What's Changed
- improved events polling, updated documentation by @BatiGencho in #40
Full Changelog: v1.10.7...v1.10.8
v1.10.7
What's Changed
- added vault and bip39 mnemonics by @BatiGencho in #20
- Change labnet address by @qdrn in #21
- fixed operation signers/executors by @BatiGencho in #23
- improved package.json entities by @BatiGencho in #25
- changed signatures to schnorr by @BatiGencho in #24
- Datastore by @qdrn in #28
- Update operations send and key pair. by @AurelienFT in #29
- fixed sc event poller, README and some cleanup by @BatiGencho in #31
- Removes unused package by @qdrn in #35
- Feature/state by @BatiGencho in #34
- Adds artifacts to CI/CD and removes dist folder by @qdrn in #38
- fixes and updates to the web3 lib by @BatiGencho in #37
- Fix CI by @qdrn in #39