GH-3156: Remove inmem global state | 2022-07-04 17:59:02+00:00 | ExEng | Refactor |
GH-3157: Move EE's storage module to a crate | 2022-07-07 11:57:03+00:00 | ExEng | Refactor |
GH-3182: Add basic data access layer structure | 2022-09-21 14:48:49+00:00 | ExEng | Refactor |
Reverting the reversion of Zug-compatible rewards | 2023-01-28 01:47:23+00:00 | Zug | Refactor |
Port DES tests and related Zug changes to feat-2.0 | 2023-05-11 15:40:12+00:00 | Zug | Enhance |
New parameters are added in relation to the finality rewards: | 2023-05-29 12:42:34+00:00 | Zug | Enhance |
Push chainspec type graph down into casper types | 2023-06-13 23:49:02+00:00 | ExEng | Refactor |
Move Deploy and its associated types to casper-types crate | 2023-06-15 03:03:48+00:00 | ExEng | Refactor |
Move block types from casper-node to casper-types | 2023-06-27 16:21:02+00:00 | ExEng | Refactor |
Fix serialization issues | 2023-06-27 12:08:17+00:00 | Core | Bugfix |
Clean up EE types | 2023-06-28 18:53:17+00:00 | ExEng | Refactor |
Add casper-storage to casper-updater | 2023-07-07 17:09:21+00:00 | ExEng | Refactor |
Introduce new Transaction type | 2023-08-18 15:11:17+00:00 | Transaction | Enhance |
Use test_block_builder only for tests | 2023-07-20 14:55:24+00:00 | TechDebt | Refactor |
Use execution journal instead of execution effects | 2023-08-11 09:43:05+00:00 | Transactions | Refactor |
Transaction enum | 2023-08-23 21:18:12+00:00 | Transactions | Enhance |
Introduce AddressableEntity | 2023-08-08 16:41:18+00:00 | AddressableEntity | Enhance |
GH-2064: Factory pattern MVP | 2023-09-01 23:13:16+00:00 | FactoryPattern | Enhance |
Feat 2.0 bid rework | 2023-08-28 06:09:35+00:00 | Rewards | Enhance |
Return early in case of a faulty sender | 2023-08-14 13:08:25+00:00 | Zug | Enhance |
Verify that the sync response has been asked for | 2023-09-04 14:34:49+00:00 | Zug | Refactor |
Change DeployAcceptor to TransactionAcceptor | 2023-09-06 17:23:20+00:00 | Transactions | Enhance |
Transaction gossiper | 2023-09-06 20:49:27+00:00 | Transactions | Enhance |
Data extensibility for Block and BlockBody | 2023-09-12 17:39:26+00:00 | DataExtensibility | Enhance |
Fix query_balance to handle addressable_entity | 2023-09-14 12:05:47+00:00 | AddressableEntity | Refactor |
Refactor usage of the ContractHash and Key types in preparation for Uref work | 2023-10-12 12:33:26+00:00 | ExEng | Refactor |
Disable stored session and rework standard payment | 2023-10-19 12:37:29+00:00 | AddressableEntity | Enhance |
Merge SSE event streams | 2023-10-10 16:20:59+00:00 | NativeEvents | Enhance |
Transactions on JSON-RPC server | 2023-10-27 13:55:55+00:00 | Transactions | Enhance |
Transactions on event stream server | 2023-10-27 20:30:10+00:00 | Transactions | Enhance |
Convert DeployFetcher to TransactionFetcher | 2023-10-30 13:31:42+00:00 | Transactions | Enhance |
Contract level messages | 2023-11-03 21:47:00+00:00 | NativeEvents | Enhance |
Fix issue in Key and increase test coverage | 2023-10-24 15:12:53+00:00 | Core | Bugfix |
Fix addressable entity request | 2023-10-30 17:25:32+00:00 | AddressableEntity | Bugfix |
Update BlockV2 to hold TransactionHash es | 2023-11-03 12:52:23+00:00 | Transactions | Enhance |
Rewards tests setup | 2023-11-20 13:15:48+00:00 | Rewards | TestFix |
Rework named keys | 2024-02-08 20:37:46+00:00 | AddressableEntity | Enhance |
Rewrite TransactionV1 | 2023-11-29 16:47:48+00:00 | Transactions | TestFix |
Fix several JsonSchema impls and update the schema | 2023-12-12 14:45:00+00:00 | Transactions | Refactor |
block_synchronizer: sync transactions | 2023-12-18 17:27:44+00:00 | Transactions | Refactor |
Improvements for the contract level messages interface | 2024-02-27 19:18:46+00:00 | NativeEvents | Enhance |
Port the BlockValidator changes related to rewards to feat-2.0 | 2023-12-29 17:37:19+00:00 | Rewards | Enhance |
RPC sidecar changes | 2024-02-29 20:50:38+00:00 | Sidecar | Enhance |
Move block store CRUD functionality from the node store component in casper-storage. | 2024-02-28 16:48:02+00:00 | Refactor | Enhance |
Implementation for 'Part 2 : Update Gossipers' | 2024-02-23 12:14:57+00:00 | Core | Enhance |
TrackingCopy moved to storage crate | 2024-02-09 23:33:19+00:00 | ExEng | Refactor |
EraValidators support for data_provider | 2024-02-12 18:25:58+00:00 | ExEng | Enhance |
Bids support for data_provider | 2024-02-12 18:25:58+00:00 | ExEng | Enhance |
ExecutionResultsChecksum support for data_provider | 2024-02-12 18:27:20+00:00 | ExEng | Enhance |
AddressableEntity support for data_provider | 2024-02-12 18:25:58+00:00 | ExEng | Enhance |
TotalSupply support for data_provider | 2024-02-12 18:25:58+00:00 | ExEng | Enhance |
RoundSeigniorageRate support for data_provider | 2024-02-12 18:25:56+00:00 | ExEng | Enhance |
Trie support for data_provider | 2024-02-12 23:18:03+00:00 | ExEng | Enhance |
PutTrie support for data_provider | 2024-02-12 23:18:01+00:00 | ExEng | Enhance |
Genesis support for data_provider | 2024-02-13 18:55:46+00:00 | ExEng | Enhance |
ProtocolUpgrade support for data_provider | 2024-02-14 00:46:09+00:00 | ExEng | Enhance |
Fix the build for casper-types with single features enabled. | 2024-02-15 23:01:28+00:00 | Core | BuildFix |
initial native transfer wireup | 2024-02-16 23:01:46+00:00 | ExEng | Enhance |
Add tests for validation of rewarded finality signatures | 2024-02-22 23:26:53+00:00 | Zug | Enhance |
Rewards calculation fixes | 2024-02-22 21:28:05+00:00 | Rewards | TestFix |
Implement per block message ids for contract level messages emitted | 2024-03-13 03:39:19+00:00 | NativeEvents | Enhance |
Block Vacancy and gas price tracking | 2024-03-19 19:33:35+00:00 | ExEng | Enhance |
Native auction support for data_provider | 2024-03-01 20:35:47+00:00 | ExEng | Enhance |
Change PublicKey on Bid | 2024-05-02 19:45:48+00:00 | Zug | Validator |
Min max delegation amounts | 2024-06-10 15:26:42+00:00 | Zug | Delegation |
Update default versions in nctl to 2.0.0 | 2024-02-29 11:22:48+00:00 | NCTL | Fix |
TaggedValues support of data provider | 2024-03-04 13:46:54+00:00 | ExEng | Enhance |
Move ReactorState back to the node and replace with a wrapped String in the binary port | 2024-03-06 18:58:59+00:00 | BinaryPort | Refactor |
Add a flag for speculative exec and disable by default | 2024-03-07 18:46:05+00:00 | SpecExec | Refactor |
Rename transform types | 2024-03-11 14:50:48+00:00 | Core | Refactor |
Remove state from execution engine | 2024-03-06 21:17:44+00:00 | ExEng | Refactor |
184 update deploy buffer mods | 2024-03-13 01:13:52+00:00 | Transactions | Refactor |
Update Doc disable/enable_contract_version | 2024-06-10 15:29:23+00:00 | ExEng | Fix |
Add a binary request for dictionary items | 2024-03-15 21:03:12+00:00 | BinaryPort | Sidecar |
Fix client.sh nighly test | 2024-03-13 17:18:34+00:00 | Core | Fix |
Ensure there is at least one txn when calling random_with_specifics() | 2024-03-11 18:49:34+00:00 | Transactions | Enhance |
Update example config | 2024-03-13 00:20:54+00:00 | Transactions | TestFix |
Expose latest switch block information in the binary port | 2024-03-15 22:18:44+00:00 | BinaryPort | Enhance |
Fix block proposer parse in NCTL | 2024-03-13 17:18:45+00:00 | NCTL | TestFix |
Minor updates to gossiper comments | 2024-03-18 16:03:34+00:00 | Zug | Fix |
ee/contract-messages: use EntityAddr for messages | 2024-03-19 13:06:12+00:00 | AddressableEntity | Enhance |
nctl/nightly-tests: several script fixes for parsing blocks | 2024-03-19 11:55:13+00:00 | Core | FixTest |
Fixes for bond its test | 2024-03-18 12:56:37+00:00 | Core | FixTest |
Remove references to deleted files from casper-updater | 2024-03-19 00:12:25+00:00 | ExEng | Fix |
Fix upgrade test issues in 2.0 | 2024-03-19 14:24:54+00:00 | Core | FixTest |
Fixes for network soundness test | 2024-03-19 09:34:18+00:00 | Core | FixTest |
Fix emergency upgrade test | 2024-03-19 15:34:50+00:00 | Core | FixTest |
Fix upgrade scenario 09 in 2.0 | 2024-03-22 14:13:03+00:00 | Core | Bugfix |
Fix rewards distribution | 2024-04-09 16:07:30+00:00 | Rewards | Bugfix |
Update block parsing code in NCTL | 2024-03-22 14:13:20+00:00 | NCTL | Enhance |
Update juliet server settings | 2024-03-27 12:02:38+00:00 | Core | Fix |
Use consistent administrator account in both 'accounts' and 'chainspe… | 2024-03-22 14:13:35+00:00 | Core | Fix |
Remove redundant flaky test | 2024-03-26 13:57:11+00:00 | Tests | FixTest |
Remove add_session_version | 2024-03-22 17:08:20+00:00 | ExEng | Fix |
Move NCTL to a separate repo | 2024-03-26 16:26:55+00:00 | NCTL | Refactor |
Expose dictionary item key in lookup response | 2024-04-02 14:33:43+00:00 | BinaryPort | Enhance |
Correct CI json file path | 2024-03-28 18:09:58+00:00 | Tests | Fix |
2.0 Integration | 2024-04-04 01:31:35+00:00 | ExEng | Massive |
Return None in case of an error in get_addressable_entity | 2024-04-02 17:14:50+00:00 | AddressableEntity | Enhance |
Bump juliet | 2024-03-28 13:38:43+00:00 | Core | Fix |
Log details of errors related to binary port connectivity | 2024-03-28 16:54:31+00:00 | BinaryPort | Refactor |
burn implemented | 2024-05-06 22:47:05+00:00 | Core | Enhance |
Decouple Refund and Fee handling | 2024-04-04 13:59:53+00:00 | ExEng | Refactor |
Changes needed for downstream apps to work with feat-2.0 | 2024-04-05 16:42:54+00:00 | ExEng | Fix |
Add tracking of size and consumption in determing block utilization | 2024-04-25 19:57:27+00:00 | ExEng | Refactor |
Binary port balance query | 2024-04-10 18:11:22+00:00 | BinaryPort | Enhance |
Add 'latest_switch_block_hash' field to rest status endpoint | 2024-04-08 14:30:42+00:00 | RPC | Enhance |
Fix for StoredValue::ContractPackage not json-deserializable | 2024-04-09 13:12:24+00:00 | ExEng | Bugfix |
casper_updater compatibility with Condor and version bumps | 2024-04-09 18:28:32+00:00 | Core | Fix |
Fix a bug in the BlockValidator | 2024-04-10 15:38:05+00:00 | ExEng | Bugfix |
2.0 ScratchDb fix | 2024-04-09 03:38:44+00:00 | ExEng | Enhance |
Use custom Serialize/Deserialize for EntityAddr | 2024-04-10 16:57:32+00:00 | AddressableEntity | Enhance |
Prevent stray accounts.toml files from breaking upgrades | 2024-04-25 12:42:55+00:00 | Core | Bugfix |
Correction of values for expected prod chainspec.toml. | 2024-04-11 00:21:42+00:00 | Core | Fix |
Syncing and cleanup of chainspec.toml values | 2024-04-11 19:58:31+00:00 | Core | Fix |
Makefile: fix rust smart contracts build | 2024-04-12 13:57:21+00:00 | Core | Fix |
Fix issues with custom payment | 2024-04-15 14:12:07+00:00 | Core | Bugfix |
Stub implementation of reservations | 2024-04-23 16:08:19+00:00 | ExEng | Enhance |
Remove 'json_rpc' crate and handle cors origin for REST server as string | 2024-04-15 15:31:55+00:00 | Refactor | Refactor |
Changed the format used to deserialize StoredValue::ContractPackage variant because it broke backwards compatibility. | 2024-04-25 16:23:11+00:00 | ExEng | Bugfix |
Amortized gas holds chainspec option | 2024-04-22 17:00:35+00:00 | ExEng | Fees |
Update build.rs to eliminate vergen and gitoxide dependencies | 2024-05-02 18:15:05+00:00 | Build | Fix |
Re-generate chainspec.toml for EE test support | 2024-05-09 14:25:06+00:00 | Build | FixTest |
Remove 'juliet' from the binary port | 2024-04-29 19:04:48+00:00 | BinaryPort | Fix |
Fixing ee tests | 2024-06-05 16:07:38+00:00 | ExEng | TestFix |
One time migration of accounts and contracts at upgrade | 2024-04-29 21:16:07+00:00 | AddressableEntity | Enhance |
Internalize block global and gas hold settings | 2024-04-26 00:08:18+00:00 | ExEng | Enhance |
Update emit message costs for production chainspec | 2024-04-27 00:29:00+00:00 | NativeEvents | Enhance |
Expand binary port error reporting | 2024-05-10 17:11:56+00:00 | BinaryPort | Enhance |
BUGFIX: Custom Payment / No Fee / No Refund interaction | 2024-04-30 15:23:38+00:00 | Core | Bugfix |
Block restructure | 2024-05-13 15:28:55+00:00 | ExEng | Enhance |
Use a shared enum for key prefixes | 2024-05-07 13:42:56+00:00 | BinaryPort | Enhance |
Remove balance by block request | 2024-05-03 08:34:01+00:00 | BinaryPort | Enhance |
Migrate entry points | 2024-05-06 00:11:33+00:00 | AddressableEntity | Enhance |
Fix version string | 2024-05-07 12:12:13+00:00 | Core | Fix |
Use compile-time env rather than runtime for git hash | 2024-05-07 15:36:11+00:00 | Core | Fix |
Add ItemsByPrefix request | 2024-05-08 17:18:38+00:00 | BinaryPort | Enhance |
NoFee validator credit | 2024-05-16 13:53:35+00:00 | ExEng | Fees,Rewards |
BlockSynchronizer: turn down log level | 2024-05-13 16:05:25+00:00 | Core | Fix |
Add test counter to nightly tests script | 2024-05-10 12:02:56+00:00 | Tests | FixTest |
Fix block vacancy bug | 2024-05-10 19:24:01+00:00 | Core | Bugfix |
Fix stalled block synchronizer test | 2024-05-09 19:29:24+00:00 | Tests | FixTest |
Efficient byte prefix queries for tracking copy cache | 2024-05-13 22:02:03+00:00 | Storage | Optimization |
Fix named key retrieval for system entities in WasmTestBuilder | 2024-05-16 18:22:43+00:00 | Tests | FixTest |
Update DeployBuilder | 2024-05-15 03:31:19+00:00 | Transactions | Fix |
Remove bytesrepr impls from PayloadType | 2024-05-17 12:06:45+00:00 | BinaryPort | Refactor |
Fix bid addr key formatting/parsing | 2024-05-17 18:17:44+00:00 | Core | Bugfix |
Change the unbonding process to only prune bids after unbonding is processed | 2024-05-21 16:11:36+00:00 | Protocol | Enhance |
Transaction buffer improvements | 2024-05-24 16:10:50+00:00 | Transactions | Enhance |
Expand standard | 2024-05-29 11:45:56+00:00 | Transactions | Enhance |
BUG FIX: native auction uref extension | 2024-05-22 14:28:43+00:00 | Core | Bugfix |
Small refactors in support for casper-db-utils rewrite. | 2024-05-30 10:25:52+00:00 | Core | Refactor |
Fix entry point and argument transaction issues | 2024-05-30 13:14:53+00:00 | Transactions | Bugfix |
Introduce Request Id for binary port communication | 2024-06-18 15:25:28+00:00 | BinaryPort | Enhance |
Alter reward distribution logic to take account of prior eras' delegator identities and weights | 2024-05-30 00:51:21+00:00 | Rewards | Enhance |
Chainspec fixes for lane numberings and slot gas allocations | 2024-05-29 20:02:31+00:00 | ExEng | Enhance |
Cherry pick changes for avoiding leaf deserialization | 2024-06-05 15:18:36+00:00 | 1.X | Fix |
Remove unused "gas_hold_handling" from binary port config | 2024-06-04 13:10:24+00:00 | BinaryPort | Fix |
Protocol upgrade as async task | 2024-06-06 12:36:55+00:00 | Protocol | Enhance |
types/transaction/deploy: bring back the Mint category for transfers | 2024-06-06 13:57:24+00:00 | Transactions | Bugfix |
Initial implementation of a reward request | 2024-06-07 17:53:57+00:00 | Rewards | Enhance |
Bump upgrade timeout in config | 2024-06-06 22:23:17+00:00 | Upgrade | Fix |
Porting old 1.6 prs | 2024-06-17 20:10:18+00:00 | 1.X | Fix |
types/transaction: remove TransactionSessionKind | 2024-06-17 21:07:57+00:00 | Transactions | Refactor |
Caller extension | 2024-06-14 19:24:53+00:00 | ExEng | Enhance |
Including new rewards in the changelog | 2024-07-09 21:11:24+00:00 | Rewards | Fix |
Remove 'highway.reduced_reward_multiplier' from the chainspec | 2024-06-17 15:39:14+00:00 | Protocol | Fix |
Fix flaky 'should_fetch_from_multiple_peers' test | 2024-06-17 09:12:59+00:00 | Protocol | FixTest |
Fix incorrect handling of large bids and unbonds | 2024-06-14 23:52:48+00:00 | Protocol | Bugfix |
Add a decode subcommand to global-state-update-gen | 2024-06-21 14:13:25+00:00 | Update | Enhance |
contract_runtime: add more metrics | 2024-06-18 14:00:17+00:00 | Runtime | Enhance |
quick fix for direct stored exec | 2024-06-15 06:00:15+00:00 | Runtime | Bugfix |
Update 'casper-sidecar' CI dependency to point to feat-2.0 branch | 2024-06-18 17:28:16+00:00 | CI | Fix |
Update handling of binary port errors | 2024-06-25 06:05:19+00:00 | BinaryPort | Enhance |
Use protocol version from the requested block in reward request | 2024-06-25 14:52:11+00:00 | Protocol | Bugfix |
Update RUSTSEC issues | 2024-06-21 12:50:38+00:00 | Build | Cleanup |
Add tracing to the binary port component | 2024-06-25 13:45:08+00:00 | BinaryPort | Enhance |
Fix an issue where a switch block was executing very slowly (minutes) | 2024-06-25 21:38:02+00:00 | ExEng | Enhance |
BUGFIX: include validator credit in snapshot | 2024-07-03 20:04:56+00:00 | ExEng | Bugfix |
Keep minimum/maximum delegation amounts when updating bids | 2024-07-04 14:37:40+00:00 | Protocol | Bugfix |
Provide more visibility into error codes in binary port | 2024-06-25 20:23:48+00:00 | BinaryPort | Enhance |
[BUGFIX]: Fix in account hash indirection for addressable entity | 2024-06-25 22:50:13+00:00 | AddressableEntity | Bugfix |
Derive Serialize for some of the types | 2024-06-26 16:18:48+00:00 | BinaryPort | Enhance |
Minor edits in BINARY_PORT_PROTOCOL.md. | 2024-06-26 13:37:31+00:00 | AddressableEntity | Docs |
Lower verbosity of a repeated log | 2024-07-23 14:18:07+00:00 | Zug | Enhance |
Expose delegation rate in reward responses | 2024-07-04 13:49:16+00:00 | BinaryPort | Enhance |
Precursor for reserved delegator slots | 2024-08-15 16:46:33+00:00 | ExEng | Enhance |
Rc3 block validator tests fix | 2024-07-02 14:51:59+00:00 | Protocol | TestFix |
Fix the "No such contract" error | 2024-07-04 12:54:36+00:00 | Runtime | Bugfix |
Remove revert on deser in try_get_named_arg introduced in #4569 | 2024-07-18 15:57:53+00:00 | Runtime | Enhance |
Expose protocol version in NodeStatus | 2024-07-05 15:45:24+00:00 | BinaryPort | Enhance |
Fix a bug in rewards calculation and add a test | 2024-07-09 20:26:43+00:00 | Runtime | Bugfix |
Drop effects if WASM module execution caused a revert and also add a test for this. | 2024-07-09 18:23:27+00:00 | ExEng | Enhance |
Add a version information request | 2024-07-09 17:33:24+00:00 | BinaryPort | Enhance |
Migration version bug fix | 2024-07-12 13:56:23+00:00 | Upgrade | Bugfix |
Fix unbonding failing if accounts weren't migrated | 2024-07-12 14:56:24+00:00 | Upgrade | Bugfix |
Fix issue with multiple balance holds in the same block. | 2024-07-18 12:09:33+00:00 | Transactions | Bugfix |
BUGFIX: Fix miswire of min max delegations amount | 2024-07-23 15:58:07+00:00 | Runtime | Bugfix |
Bump rust-toolchain to 1.77.2 | 2024-07-18 13:06:48+00:00 | CI | Cleanup |
Reject transactions with gas price tolerance lower than minimum chain threshold | 2024-07-22 14:55:12+00:00 | Transactions | Enhance |
Bump 'vergen' version to dodge RUSTSEC issues | 2024-07-25 14:25:09+00:00 | CI | Cleanup |
Return the switch block hash with rewards response | 2024-07-26 13:05:04+00:00 | BinaryPort | Enhance |
Add an error code for purse not found for balance requests | 2024-07-26 16:46:47+00:00 | BinaryPort | Enhance |
trie store: fix extension node split when inserting key of variable len | 2024-08-13 22:21:19+00:00 | Node | Enhance |
Introducing calltable serialization to TransactionV1 structures subtree. | 2024-09-10 15:51:04+00:00 | Transactions | Enhance |
Revert keeping zero bids in the auction state | 2024-08-14 19:26:14+00:00 | ExEng | Fix |
Add gas price to appendable block | 2024-08-17 22:49:23+00:00 | Node | Enhance |
Consistent carry forward | 2024-08-21 00:02:13+00:00 | Upgrade | Enhance |
Add batch write operation to trie store | 2024-08-30 20:25:31+00:00 | Node | Enhance |
Bump transaction limits in the ttl test for block validator | 2024-08-30 12:40:32+00:00 | Transactions | Testfix |
Extend FFI for backwards compatibility | 2024-09-05 12:44:34+00:00 | ExEng | Fix |
Port the changes related to handling of unbonds in global-state-update-gen to feat-2.0 | 2024-09-10 13:34:32+00:00 | 1.X | Enhance |
Implement Entity and Package information requests (redux) | 2024-09-06 16:38:30+00:00 | BinaryPort | Enhance |
Rework deploy lane logic | 2025-03-24T22:28:03Z | | |
Updated logging to make it easier to debug issues with utilization sc… | 2025-03-24T12:09:56Z | | |
Updating ci.json nctl-related definitions | 2025-03-18T18:13:23Z | | |
[Enhancement] No refund of unspent gas if error detected while processing txn | 2025-03-14T20:31:17Z | | |
[BUGFIX] Deploy native transfer entry point name resolution | 2025-03-13T19:11:25Z | | |
Correcting minimum bid amount to 10_000 CSPR from 100_000 CSPR | 2025-03-13T18:11:47Z | | |
[BUGFIX] extend transaction_acceptor coverage | 2025-03-13T12:36:26Z | | |
[FEEDBACK-RESPONSE] address various feedback items | 2025-03-11T21:17:01Z | | |
[CLEANUP] remove unused scheduling | 2025-03-12T17:17:31Z | | |
Fix chainspec inconsistencies | 2025-03-12T13:55:19Z | | |
Backfilling missing error variants in binary port error code enum | 2025-03-12T14:10:59Z | | |
Port messages API for new Virtual Machine | 2025-03-11T14:33:48Z | | |
Use EntityAddr in MessageAddr and EntityVersions | 2025-03-10T19:43:27Z | | |
Disable default features in the prometheus crate | 2025-03-10T16:56:51Z | | |
Bumping versions needed for crates publish. | 2025-03-05T20:55:16Z | | |
[BUGFIX] in payment limited mode payment 0 should be rejected | 2025-03-04T15:02:47Z | | |
Fix gas cost calculation in payment limited | 2025-02-28T14:39:39Z | | |
Changed the json representation of StoredValue::Contract.entry_points… | 2025-02-28T12:08:54Z | | |
Charge for host functions in VM2 | 2025-02-27T14:58:27Z | | |
[BUGFIX] in payment limited mode payment 0 should be rejected | 2025-02-27T05:37:26Z | | |
Tweak logic for purse creation during contract upgrade | 2025-02-26T19:16:24Z | | |
Raise unconsumed 0 to baseline | 2025-02-25T16:04:13Z | | |
Update to rust 1.85.0 | 2025-02-26T14:33:32Z | | |
Update toolchain to 1.84.1 | 2025-02-26T12:49:12Z | | |
Fixed local config file: changed 'blocklist_retain_duration' into 'bl… | 2025-02-20T11:35:12Z | | |
Added more logging, changed blocking mechanism to randomize a value i… | 2025-02-19T20:26:14Z | | |
capturing invalid proposal scenarios for improved logging | 2025-02-19T17:58:15Z | | |
Attempt of fix a Zug stall possibility. This can happen in a situatio… | 2025-02-14T04:21:07Z | | |
Zug update scheduling fix | 2025-02-14T04:21:05Z | | |
[CLEANUP] several small consistency & docu fixes | 2025-02-11T15:54:58Z | | |
[BUGFIX] Custom payment processing | 2025-02-10T17:36:02Z | | |
Updating resources/production/config-example.toml. | 2025-02-06T22:00:15Z | | |
Fix binary port test | 2025-02-06T16:00:59Z | | |
Rename SignedBlockHeader to BlockHeaderWithSignatures | 2025-02-06T14:40:00Z | | |
Making a series of fixes to binary port: | 2025-02-06T00:36:14Z | | |
[BUGFIX] penalized payment flow correction | 2025-02-05T22:34:16Z | | |
Bump dependencies | 2025-02-05T21:03:45Z | | |
[BUGFIX] Fix remove_associated_keys | 2025-02-05T21:01:48Z | | |
[BUGFIX] Return intended error variants from several auction internal methods | 2025-02-05T20:31:55Z | | |
Make the current protocol version availabe via the FFI | 2025-02-04T13:01:14Z | | |
Execute two sets of installer code to extend coverage | 2025-02-03T16:02:26Z | | |
Bump OpenSSL version | 2025-02-03T15:19:06Z | | |
Rename SignedBlock struct to BlockWithSignatures | 2025-01-30T07:12:46Z | | |
GH-5053: Remove unmaintained test contract | 2025-01-24T13:41:30Z | | |
chore: remove repetitive words | 2025-01-23T12:42:15Z | | |
CI update for GitHub actions in test. | 2025-01-23T12:34:25Z | | |
[BUGFIX] Fix small wasm / big args lane assignment | 2025-01-21T23:28:45Z | | |
Amend config compliance to check limit of largest wasm lane | 2025-01-21T20:18:26Z | | |
[BUGFIX] Retrocompat for SeigniorageAllocation | 2025-01-21T19:13:40Z | | |
GH-5058: Handle payment fix | 2025-01-21T14:40:41Z | | |
Bump lanes config | 2025-01-17T17:19:57Z | | |
Update wasm lane 5. | 2025-01-10T15:14:25Z | | |
Fixing binary port decoder to bail out quickly when receiving a big mes… | 2025-01-09T11:13:22Z | | |
Make get_package handle Key::Hash | 2025-01-03T20:26:23Z | | |
feat-2.0 to dev | 2024-12-21T01:58:30Z | | |
GH-5039: Tweak costs and chainspec settings | 2024-12-21T01:05:23Z | | |
Remove 0_9_0 chainspec | 2024-12-20T19:31:59Z | | |
Execution engine changelog | 2024-12-20T18:25:20Z | | |
Custom Payment QoL | 2024-12-20T17:27:17Z | | |
Added missing error codes for InvalidDeploy errors | 2024-12-18T23:08:54Z | | |
Added missing error code for situation when we can't associate a tran… | 2024-12-18T00:16:04Z | | |
Renaming StoredValue::LegacyTransfer to StoredValue::Transfer | 2024-12-17T21:43:57Z | | |
Adjust transaction byte sizing | 2024-12-17T20:15:02Z | | |
Added ""Isolated"" mode for the sync_handling. Running the node in this… | 2024-12-17T15:29:12Z | | |
Changed the way transaction lanes are calculated if the transaction h… | 2024-12-16T17:07:39Z | | |
Update wasm lanes and opcode costs | 2024-12-16T16:13:23Z | | |
Remove cargo-audit ignores | 2024-12-13T17:00:46Z | | |
Improve transactor acceptor logic. | 2024-12-13T15:58:55Z | | |
Make prepayment naming consistent | 2024-12-11T17:01:35Z | | |
Make it possible to query BidKind records in smart contracts | 2024-12-11T16:07:10Z | | |
Fix invalid cancel_reservations args | 2024-12-11T11:16:43Z | | |
GH-4985: Transaction vm2 settings | 2024-12-10T15:18:48Z | | |
Fix withdraw bid unbonds | 2024-12-10T12:29:29Z | | |
Audit error fix | 2024-12-09T17:03:05Z | | |
Don't enforce spending limit when delegating with a purse | 2024-12-05T23:32:37Z | | |
Update wasm lanes | 2024-12-07T01:00:08Z | | |
Fixed arg_handling code which forced optional arguments to be passed … | 2024-12-05T09:34:32Z | | |
[BUGFIX] contract staking context management | 2024-12-04T22:57:29Z | | |
Removed TODOs | 2024-12-04T16:44:41Z | | |
Use match statements to avoid runtime errors | 2024-12-04T16:02:50Z | | |
Some types and enum variants were not properly json-serializing | 2024-11-27T03:46:38Z | | |
Removing builder structs from public API of casper-types | 2024-12-03T12:18:57Z | | |
Added json-deserialization code to other variants of Key::BidAddr. Al… | 2024-11-29T11:55:06Z | | |
Fix visibility for transaction builder methods | 2024-11-27T18:00:42Z | | |
Update chainspec gas fees related to bids | 2024-11-27T17:07:17Z | | |
Follow up changes for new VM | 2024-11-25T19:33:45Z | | |
Introduce cycle-based gas cost model. | 2024-11-25T21:09:07Z | | |
[Test] contract staking test contract | 2024-11-25T17:47:44Z | | |
Remove uncessary panics in storage | 2024-11-25T18:39:34Z | | |
Changed json serialization for Message struct | 2024-11-25T16:44:05Z | | |
Changing Transaction::V1 json serialization | 2024-11-23T21:43:53Z | | |
Update transaction builder to handle new auction entrypoints | 2024-11-25T12:15:13Z | | |
Introducing seigniorage proportion gauge | 2024-11-23T20:39:32Z | | |
Contract staking | 2024-11-23T19:17:10Z | | |
Fixed bug which caused calling entry points for smart contracts deplo… | 2024-11-21T11:54:11Z | | |
Introduced keep alive monitor mechanism in the binary port. Introduce… | 2024-11-19T19:17:59Z | | |
[BUGFIX]: Bugfix for add_contract_version post migration with entity enabled | 2024-11-19T21:43:25Z | | |
VM2 MVP | 2024-11-12T16:56:47Z | | |
Fixing issues with the node upgrading from 1.5.8 to 2.0.0 | 2024-11-07T17:49:28Z | | |
Host functions for signature verification and Secp256k1 PK Recovery | 2024-11-08T20:00:36Z | | |
Misc cleanups | 2024-11-06T16:55:05Z | | |
Add catch up & shutdown mode | 2024-11-05T16:52:17Z | | |
Adding checks on GetRequest::Record check to make sure that we don't … | 2024-11-05T10:03:00Z | | |
Avoid iterating through all rounds when determining validator participation | 2024-11-04T16:41:36Z | | |
Fix timeouts growing in Zug when network is stalled | 2024-10-31T16:45:21Z | | |
Adjusted binary port default config settings | 2024-10-31T00:04:14Z | | |
Add validate-config subcommand | 2024-10-30T16:05:44Z | | |
Fixed bug which caused install/upgrade transactions to not get added … | 2024-10-29T10:31:51Z | | |
Fix handling zero bids in forced_undelegate | 2024-10-26T00:36:58Z | | |
Metrics timings | 2024-10-25T23:46:00Z | | |
Implement delegator slot reservation | 2024-10-25T15:47:03Z | | |
Add chainspec setting to enable Addressable Entity | 2024-10-23T21:52:48Z | | |
[BUGFIX]: Fix transfer recording | 2024-10-22T20:08:38Z | | |
Implement generic_hash() host function to support hashing algorithms | 2024-10-22T19:14:56Z | | |
Remove max_dependencies from chainspec | 2024-10-22T13:54:03Z | | |
Nesting wasm config into ""v1"" field so that we can have clear separat… | 2024-10-21T21:00:05Z | | |
Replace URLs with CasperLabs/... to casper-network/... | 2024-10-21T16:41:25Z | | |
Changed from enum to struct, moved variant as a variant which allo… | 2024-10-21T15:46:21Z | | |
Complete feature std-fs-io in casper-types for wasm compilation | 2024-10-21T09:21:35Z | | |
Add minimum bid amount to add and withdraw bid | 2024-10-17T20:17:05Z | | |
Backfilled changelog with types that were added, changed, removed | 2024-10-17T19:22:58Z | | |
Changing TransactionV1 structure. From now on a TransactionV1 con… | 2024-10-17T13:47:12Z | | |
Add block info support to EE and Casper VM (#4853) | 2024-10-09T20:31:26Z | | |
[BUGFIX] misc payment edge cases | 2024-10-11T15:56:15Z | | |
Key::from_formatted_str no longer produces f64 opcodes in wasm | 2024-10-15T14:19:28Z | | |
Added QPS rate limiting mechanism to the binary port. The rate limiti… | 2024-10-16T14:35:10Z | | |
GH-4164: Update comment | 2024-10-14T16:39:35Z | | |
Remove unchecked arithmetic | 2024-10-15T22:14:31Z | | |
Enable missing docs warning on EE and storage crates (#4106) | 2024-10-10T21:07:00Z | | |
TransferTargetMode fix (#4192) | 2024-10-09T21:23:53Z | | |
Bump casper-wasmi, add sign-ext support | 2024-10-03T14:24:33Z | | |
Test rate limiter | 2025-03-24T10:43:40Z | | |
Less cloning | 2025-03-21T16:56:00Z | | |
Fix action limiter by adjusting expiration time | 2025-03-21T13:05:31Z | | |
Revert ""Removing per action limiters"" | 2025-03-21T11:38:07Z | | |
Bumping build version to 1.0.3 | 2025-03-14T14:32:33Z | | |
Removing per action limiters | 2025-03-14T11:54:09Z | | |
Aligning sidecar with recent changes in the node | 2025-03-12T20:29:24Z | | |
Updating casper-node dependency to use new Transaction definition; up… | 2024-10-25T14:41:07Z | | |
Updating dependency to casper-node; fixing state_get_auction_info c… | 2024-11-14T08:13:35Z | | |
Introduced ""state_get_auction_info_v2"" json rpc method. | 2025-01-16T15:24:27Z | | |
Refactoring ""state_get_auction_info"" and ""state_get_auction_info_v2"" … | 2025-01-17T22:44:36Z | | |
Added missing error variants to handle error codes returned by the node. | 2025-01-21T10:18:18Z | | |
Refreshing casper-node dependency, refactoring tests for 'chain_get_e… | 2025-01-24T13:51:12Z | | |
Aligning timeouts to reflect real-world scenarios | 2025-01-29T16:03:41Z | | |
Aligning sidecar with various changes made to nodes binary port | 2025-02-06T14:53:26Z | | |
Updating casper-node dependency, aligning code with those changes | 2025-02-28T14:33:21Z | | |
Added sse example config in default_debian_config.toml . Made `limit… | 2025-03-11T17:50:39Z | | |
Update dependnecies; fix testing; apply some clippy suggestions | 2025-03-06T08:39:33Z | | |
Connection limiter | 2025-02-27T13:30:11Z | | |
Quick fix for event_sidecar testing and build | 2025-02-28T14:03:58Z | | |
Repointing casper-node dependency to dev; applying fixes to be aligne… | 2025-01-02T13:57:09Z | | |
Feat 2.0 | 2025-02-21T16:17:41Z | | |
CI publish update | 2025-02-19T16:29:05Z | | |
public-read to private for repo ACL | 2025-02-18T20:47:33Z | | |
Removing --no-build from deb. | 2025-02-18T20:16:44Z | | |
Ci publish update | 2025-02-18T20:11:29Z | | |
Correcting aptly version. | 2025-02-18T17:12:54Z | | |
Update variables | 2025-02-18T17:08:49Z | | |
CI Repo Publish Initial Test | 2025-02-18T15:59:06Z | | |
Increase the rate of heartbeat checks across default configs | 2025-02-11T13:55:18Z | | |
Rename SignedBlock to BlockWithSignatures | 2025-01-31T07:33:09Z | | |
Cutting rc3 | 2025-01-10T13:16:15Z | | |
updating dependencies to reflect newest ""casper-types"" | 2024-11-19T15:20:51Z | | |
Aligning code with recent changes to casper-types, fixing auction_inf… | 2024-11-25T15:57:17Z | | |
aligning with node changes | 2024-12-18T01:31:57Z | | |
Repointing casper-node to v2.0.0-rc5 | 2024-11-26T15:15:38Z | | |
Aligning sidecar to latest changes in casper-node | 2024-11-26T12:20:56Z | | |
Aligning code with recent changes in the node | 2024-12-04T12:19:58Z | | |
Bumping dependencies | 2024-12-10T22:20:09Z | | |
Handle standard interrupt signals | 2024-12-04T15:52:08Z | | |
Use local duplicate of AuctionState struct | 2024-12-03T11:52:10Z | | |
Validate network name if specified | 2024-12-03T10:42:30Z | | |
Implement keepalive checks | 2024-11-26T13:20:26Z | | |
Make IP & port config consistent across all node connections | 2024-11-19T15:56:31Z | | |
Add config typing for IP/socket addresses | 2024-11-13T14:17:35Z | | |
RPC client graceful reconnect | 2024-11-12T11:22:58Z | | |
Feat track node 2.0 | 2025-03-13T15:55:26Z | | |
Bumping rust version, putting Cargo.lock into the repo | 2025-03-05T11:18:06Z | | |
Change default pricing mode | 2025-02-24T15:09:30Z | | |
Updating publish to new infra. | 2025-02-20T17:55:42Z | | |
Rename transaction-path arg to wasm-path | 2025-02-13T09:04:40Z | | |
Add list-transactions subcommand | 2025-01-24T16:05:07Z | | |
Add put-deploy deprecation warning | 2025-01-24T16:02:39Z | | |
Add contract package arg | 2025-01-23T15:38:05Z | | |
Pub DeployBuilder | 2024-12-18T10:07:42Z | | |
Applying arg_handling fixes to the client | 2024-12-10T21:53:35Z | | |
Reflecting clients code to the fact that ""arg_handling"" module is now… | 2024-12-04T15:11:22Z | | |
Aligning client code with recent node changes | 2024-12-11T09:21:41Z | | |
Fix cancel reservations args | 2024-12-12T08:39:04Z | | |
Aligning client with recent changes of casper-types | 2024-11-25T15:52:47Z | | |
Making transferred-value optional in the CLI. Also, if VM1 is the sel… | 2024-11-27T17:28:34Z | | |
Typo fixes | 2024-12-03T11:23:16Z | | |
Add support for new auction entrypoints | 2024-11-29T14:30:10Z | | |
Remove external transaction & deploy builder dependency | 2024-11-29T12:20:57Z | | |
Address refactor of Package to SmartContract | 2024-11-25T20:23:03Z | | |
Remove --gas-limit parameter | 2024-11-19T17:15:44Z | | |
New execution engine support | 2024-11-19T16:10:01Z | | |
Update types latest changes | 2024-11-07T02:56:43Z | | |
arg install-upgrade bug | 2024-10-31T12:07:34Z | | |
Interaction with Casper smart-contract source code verification service for feat-2.0 branch | 2024-10-28T10:04:47Z | | |
Fix for remove of as_entity_addr | 2024-10-24T18:27:10Z | | |
Complete feature std-fs-io in casper-client feat-2.0 | 2024-10-21T09:45:47Z | | |
Changing TransactionV1 structure follwing https://github.com/casper-network/casper-node/pull/4890 | 2024-10-17T14:21:47Z | | |
Add json-schema to casper types import | 2024-10-15T17:53:40Z | | |
Update casper-contract crate + Message topic fix | 2025-03-25T16:17:04Z | | |
EntityEntryPoint update | 2025-03-05T20:56:45Z | | |
Update Feat 2.0 branch | 2025-02-12T12:44:22Z | | |
Do not revert on upgrade with same events | 2025-03-11T11:10:05Z | | |
Update Feat 2.0 branch | 2025-01-28T18:41:18Z | | |
Enable wasm32 compilation and runtime of the binary-port-access lib | 2025-02-04T09:02:38Z | | |
Apply changes from https://github.com/casper-network/casper-node/pull/5089 | 2025-03-25T15:11:35Z | | |
Make it possible to initialize COUNTER with a custom value | 2025-02-05T17:29:52Z | | |
Rename SignedBlock to BlockWithSignatures | 2025-02-04T15:11:44Z | | |
Implementation of ""raw"" command | 2025-01-25T20:42:04Z | | |
Update DelegatorKind | 2025-01-17T11:01:36Z | | |