This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
Releases: radixdlt/olympia-node
Releases · radixdlt/olympia-node
1.0-beta.29
Changes
- Faucet tokens @talekhinezh (#233)
- Fix naming for one more field @siy (#232)
- Fix naming for response fields @siy (#230)
- Fix pagination for transaction history @siy (#229)
- Cleanup unused commands in CLI @siy (#228)
- Genesis tokens + Validator Info @talekhinezh (#227)
- Validator api @talekhinezh (#226)
- Proof endpoints @talekhinezh (#225)
- Header serialization @talekhinezh (#224)
- Fix bft opaque @talekhinezh (#223)
- Increase proposal size and set fixed fee to 0.1 @talekhinezh (#222)
- Implement stake/unstake positions @talekhinezh (#221)
- Cleanup api 3 @talekhinezh (#220)
- Account address update @talekhinezh (#213)
- Cleanup api 2 @talekhinezh (#219)
- Remove deprecated json rpc methods @talekhinezh (#218)
- Hotfix/fix hashing @talekhinezh (#217)
- Fix staking balances retrieval @siy (#216)
- Fix validators parameter handling @siy (#214)
- Hotfix/fix rris returned @talekhinezh (#212)
- Feature/rri update @talekhinezh (#208)
- Implement stakePositions API @siy (#211)
- Balance retrieval and other fixes @siy (#210)
- Feature/fix error handling @talekhinezh (#202)
- Process genesis txns in Client DB @talekhinezh (#206)
- Token definition lookup and other fixes @siy (#205)
- Fix RRI format in lookupTransaction response @siy (#204)
- Hotfix/fix small issues @talekhinezh (#201)
- Feature/validator address @talekhinezh (#191)
- Fix txn submission @talekhinezh (#200)
- Swap icon and token url in action list builder @talekhinezh (#198)
- Validators endpoint @siy (#197)
- Fix tokenInfo handling of native token @siy (#195)
- Fix set of minor issues - naming, rri, universe @siy (#194)
- Add missing ProvidesIntoMap annotation for finalizeTransaction and su… @Sajjon (#192)
- Refactor rri @talekhinezh (#185)
- Refactor mint action @talekhinezh (#184)
- Remove timestamp logging @talekhinezh (#190)
- Don't store transaction for user if transaction is a system transaction @talekhinezh (#189)
- Fix RRI format in response @siy (#188)
- Feature/txn structure @talekhinezh (#183)
- Fix registration of JSON RPC methods @siy (#186)
- Fix Pre-signed blob @talekhinezh (#182)
- Cleanup genesis @talekhinezh (#180)
- Use single byte to represent native token RRI @talekhinezh (#181)
- Implement RriId @talekhinezh (#176)
- Use uncompressed representation for ECPublicKey equality @LukasGasior1 (#178)
- Add transaction submission methods to JSON RPC API @siy (#179)
- Fix deserialization error at client startup @siy (#175)
- Refactor substate serialization @talekhinezh (#174)
- Refactor Constraint Machine @talekhinezh (#172)
- Transaction status API @siy (#170)
- Feature/stake cleanup @talekhinezh (#168)
- Feature/remove granularity @talekhinezh (#166)
- Feature/node info @talekhinezh (#164)
- Transaction History @siy (#163)
- Task/rpnv1 1174 testnets distributed region @shambupujar (#165)
- Feature/node execute api @talekhinezh (#162)
🧰 Maintenance
- Update chaos experiment to run against Relasenet @Theoklitos (#177)
🍏 CI & Build
1.0-beta.28
- Transaction batching
- Refactored client API, which now has its own DB
- Multiple genesis atoms
- Full node improvements
- Substate store
- Better transaction creation (TxBuilder)
- Many small bug fixes
1.0-beta.27
- Dramatically reduced ledger size
- A lot of minor fixes
1.0-beta.26
- Fixed gap-inducing sync issues
- Fixed pending votes bug
- Fixed various minor bugs
- Implemented a reactive-based API layer
1.0-beta.25
- Add mempool filler
- Implement split store
- Runners and reducers refactoring
- Fix committed sync across epochs
- Fix conflicts in mempool
1.0-beta.24
- Implement Flowable backpressure for messages
- Implement chaos api for testing
- Refactor persistence layer
- Fix bug with syncs occurring cross epoch boundaries
1.0-beta.23.1
Fix for gradle and regression tests
1.0-beta.23
- Implement smarter mempool
- Implement batched committed sync
- Add integration tests project
- Fix atom structure
- Fix exponential message growth
1.0-beta.22
Migration to monorepo