Releases: Entropy-Foundation/aptos-core
Releases · Entropy-Foundation/aptos-core
aptosvm-v1.16_supra-v0.4.0
What's Changed
- Set
MIN_COINS_ON_SHARES_POOL
to100000000
by @axiongsupra in #41 - Refactor vesting for prove by @axiongsupra in #28
- Pbo delegation pool and unit testcases by @nizam-supraoracles in #40
- [#51] Ensured that reconfiguration.move::last_reconfiguration_time is set properly when genesis ends. by @isaacdoidge in #52
- aptos_account -> supra_account by @sjoshisupra in #55
- OPN-1233 Implement Multisig voting module and integrate it with supra governance by @nizam-supraoracles in #58
- fix proposal expiration check by @sjoshisupra in #59
- Resource account test coverage by @axiongsupra in #56
- Test coverage for account.move by @axiongsupra in #49
- Test coverage for aggregator_v2 by @axiongsupra in #50
- OPN-1253 supra governance cleanup and updating unit test cases by @nizam-supraoracles in #62
- Multisig genesis by @sjoshisupra in #66
- Supra_coin test coverage by @axiongsupra in #54
- Remove unused
delegation_pool
module from supra_framework by @nizam-supraoracles in #67
New Contributors
- @nizam-supraoracles made their first contribution in #40
Full Changelog: aptosvm-v1.16_supra-v0.3.2...aptosvm-v1.16_supra-v0.4.0
aptosvm-v1.16_supra-v0.3.4
What's Changed
- Issue 60 by @isaacdoidge in #61
Full Changelog: aptosvm-v1.16_supra-v0.3.3...aptosvm-v1.16_supra-v0.3.4
aptosvm-v1.16_supra-v0.3.3
aptosvm-v1.16_supra-v0.3.2
What's Changed
- [#47] Made convert.rs:explain_vm_status public. by @isaacdoidge in #48
New Contributors
- @isaacdoidge made their first contribution in #48
Full Changelog: aptosvm-v1.16_supra-v0.3.1...aptosvm-v1.16_supra-v0.3.2
aptosvm-v1.16_supra-v0.3.1
What's Changed
- Ensure validators become active at the end of genesis by @sjoshisupra in #39
- add initial time for genesis by @sjoshisupra in #44
- Updates to Genesis Transaction encoding functions for PBO by @supra-yoga & @so-kkroy22 in #43
Full Changelog: aptosvm-v1.16_supra-v0.3.0...aptosvm-v1.16_supra-v0.3.1
Upgrade to Aptos 1.16 framework as base
Upgrade base code from aptos-framework-v1.10
to aptos-framework-v1.16
aptosvm-v1.10_supra-v0.2.1
What's Changed
- fixes #30 add account, coin_type to events by @sjoshisupra in #31
Full Changelog: aptosvm-v1.10_supra-v0.2.0...aptosvm-v1.10_supra-v0.2.1
aptosvm-v1.10_supra-v0.2.0
What's Changed
- Fix
test_create_with_without_feature_flag_enabled_should_fail
test case by @axiongsupra in #12 - Get customisation contract to supra-framework by @axiongsupra in #7
- [Prover] Add modify clause for rotate_consensus_key_internal because of this update by @axiongsupra in #14
- Add back the integration_tests file and make the test case pass by @axiongsupra in #13
- Add back aggregator tests and fix the errors by @axiongsupra in #16
- Multisig account customization by @axiongsupra in #15
- Genesis customization - pbo and normal delegation pool pull in by @axiongsupra in #17
- remove unused workflow files by @sjadiya-supra in #19
- Fix supra framework spec by @axiongsupra in #18
- Fix cargo test by @sjoshisupra in #20
- Unify delegation_pool by @axiongsupra in #21
- Vesting contract enable
vest_individual
call by @axiongsupra in #25 - add assertion to check existence of shareholder in the contract by @sjoshisupra in #27
- aptos_governance -> supra_governance by @sjoshisupra in #29
- Traits for supra cli by @so-kkroy22 in #24
New Contributors
- @sjadiya-supra made their first contribution in #19
- @sjoshisupra made their first contribution in #20
- @so-kkroy22 made their first contribution in #24
Full Changelog: supra.aptos-core-v1.10...aptosvm-v1.10_supra-v0.2.0
supra.aptos-core-v1.10
What's Changed
- Update the address in
test_get_expected_stake_pool_address
by @axiongsupra in #8 - supra-framework
- consensus key uses ED25519 schema
- make rust framework use supra coin
New Contributors
- @axiongsupra made their first contribution in #8
Full Changelog: supra.aptos-node-v1.10.1...supra.aptos-core-v1.10