Skip to content

Releases: starcoinorg/starcoin

v1.11.4-alpha

15 Apr 12:56
6251853
Compare
Choose a tag to compare
v1.11.4-alpha Pre-release
Pre-release

What's Changed

  • [mpm] Output more info for mpm compatibility check command by @jolestar in #3333
  • [doc] A small change to README by @jolestar in #3322
  • [mpm] change the spectest to integration-test by @jolestar in #3334
  • [refactor] Add prefix G_ to global static variables (#3336) by @liby in #3338
  • [doc] Add rust-coding-guidelines to CONTRIBUTING doc. by @jolestar in #3337
  • Bump pbkdf2 from 0.3.0 to 0.11.0 by @uvd in #3340
  • upgrade ci node group for low ephemeral-storage by @yourmoonlight in #3341
  • upgrade to rust toolchain to 1.60 && cargo clippy --fix by @uvd in #3335
  • Merge statedb flush by @nkysg in #3323
  • [Dev] add powershell for setup by @LemonHX in #3343
  • [ci & doc] Add an executable binary document to README and improve CI release by @jolestar in #3345
  • [refactor] Improve variable naming convention by @liby in #3342
  • [release] Fix release yaml file by @jolestar in #3346

New Contributors

Full Changelog: v1.11.2-alpha...v1.11.4-alpha

v1.11.2-alpha

11 Apr 15:44
32628dd
Compare
Choose a tag to compare
v1.11.2-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v1.11.1-alpha...v1.11.2-alpha

v1.11.1-alpha

23 Mar 09:18
45054fc
Compare
Choose a tag to compare
v1.11.1-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.11.0-alpha...v1.11.1-alpha

v1.11.0-alpha

25 Feb 16:47
abb263c
Compare
Choose a tag to compare
v1.11.0-alpha Pre-release
Pre-release
[starcoin-framework] Migrate to https://github.com/starcoinorg/starco…

…in-framework/ (#3249)

v1.10.1

22 Feb 16:11
Compare
Choose a tag to compare

This is a bug-fix version, only affecting the dev package command behavior.

  • [cmd] dev package auto convert module to Move file format version 3.

Full Changelog: v1.10.0-rc.2...v1.10.1

v1.10.0-rc.2

18 Feb 06:02
95e2ed2
Compare
Choose a tag to compare

What's Changed

  • fix compile windows error by @nkysg in #3119
  • fix starcoin-main.yaml format by @nkysg in #3125
  • startupinfo head back off to fix disk full corruption(issue 3128) by @nkysg in #3129
  • Update to use diem latest code by @lerencao in #3109
  • make unit test as a package by @lerencao in #3155
  • use setrlimit set rocksdb max open files by @nkysg in #3148
  • [cli] Fix some cmd help doc, change peer_to_peer to peer_to_peer_v2 by @jolestar in #3142
  • mpm: add Std name mapping by @lerencao in #3157
  • Bench block transaction by @nkysg in #3141
  • Upgrade libp2p to 0.41.0 by @sanlee42 in #3137
  • [devex] add Move syntax highlighting on GitHub by @sblackshear in #3159
  • fix: fix thing related to mpm by @lerencao in #3164
  • mpm: fix unit test by @lerencao in #3167
  • fix: stdlib U256 native function verification workaround by @whst in #3174
  • release v1.10.0-alpha by @lerencao in #3176
  • replay: support massive replay by @lerencao in #3177
  • [kube]fix kube halley config by @jolestar in #3181
  • Update kube by @sanlee42 in #3182
  • [p2p] Increment the max handshake message size. by @jolestar in #3183
  • [release] Release v1.10.0-beta by @jolestar in #3184
  • [kube] Update kubeconfig to v1.9.2 by @jolestar in #3185
  • [kube] Resize barnard volume to 100G by @jolestar in #3192
  • mpm: release support init function and cleanup by @lerencao in #3196
  • update write buffer config by @nkysg in #3198
  • [kube] Fix corruption db when start failed. by @jolestar in #3197
  • [cmd] state list command decode resource at local with remove state reader by @jolestar in #3200
  • fix windows and non x86_64 compile warning by @nkysg in #3180
  • fix for issue#3130 - Compile example contracts failed on Windows by @zhutoulala in #3135
  • mpm: provider compatibility check by @lerencao in #3204
  • reset proxima to start with v10 by @lerencao in #3205
  • [rpc] Do not raise error when decode resource or resolve module failed by @jolestar in #3206
  • Stdlib v11 by @lerencao in #3210
  • [cleanup] Migrate the SimpleNFT example by @jolestar in #3209
  • release v1.10.0-rc.1 by @lerencao in #3211
  • Fix some network issue by @sanlee42 in #3216
  • [doc] Improve contributing documents and add a script for check commit. by @jolestar in #3213
  • Update jsonrpc && network dep by @sanlee42 in #3220
  • enlarge max_open_files by @nkysg in #3217
  • release v1.10.0-rc.2 by @lerencao in #3224

New Contributors

Full Changelog: v1.9.1...v1.10.0-rc.2

v1.10.0-rc.1

15 Feb 01:35
274f8dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.10.0-rc.1

v1.10.0-beta

28 Jan 16:23
655e79f
Compare
Choose a tag to compare
v1.10.0-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.10.0-beta

v1.9.2

28 Jan 14:27
Compare
Choose a tag to compare

[network-p2p] Increment the max handshake message size.

v1.10.0-alpha

27 Jan 00:48
Compare
Choose a tag to compare
v1.10.0-alpha Pre-release
Pre-release

What's Changed

  • fix compile windows error by @nkysg in #3119
  • fix starcoin-main.yaml format by @nkysg in #3125
  • startupinfo head back off to fix disk full corruption(issue 3128) by @nkysg in #3129
  • Update to use diem latest code by @lerencao in #3109
  • Bump dashmap from 4.0.2 to 5.0.0 by @dependabot in #3083
  • Bump num_enum from 0.5.5 to 0.5.6 by @dependabot in #3134
  • make unit test as a package by @lerencao in #3155
  • use setrlimit set rocksdb max open files by @nkysg in #3148
  • [cli] Fix some cmd help doc, change peer_to_peer to peer_to_peer_v2 by @jolestar in #3142
  • mpm: add Std name mapping by @lerencao in #3157
  • Bench block transaction by @nkysg in #3141
  • Bump camino from 1.0.5 to 1.0.7 by @dependabot in #3158
  • Upgrade libp2p to 0.41.0 by @sanlee42 in #3137
  • Bump yamux from 0.9.0 to 0.10.0 by @dependabot in #3151
  • Bump smallvec from 1.7.0 to 1.8.0 by @dependabot in #3153
  • [devex] add Move syntax highlighting on GitHub by @sblackshear in #3159
  • Bump structopt from 0.3.25 to 0.3.26 by @dependabot in #3161
  • fix: fix thing related to mpm by @lerencao in #3164
  • mpm: fix unit test by @lerencao in #3167
  • fix: stdlib U256 native function verification workaround by @whst in #3174

New Contributors

Full Changelog: v1.9.1...v1.10.0-alpha