All work
- put justification in BlockInfo apiRCHAIN-4113Resolved issue: RCHAIN-4113Will Qiu
- refactor BlockAPIRCHAIN-4112Will Qiu
- provide state hash on exploratory deploy to explore any block statusRCHAIN-4111Resolved issue: RCHAIN-4111Will Qiu
- Invalid block's justification would influence how node pick the parent to propose a block.RCHAIN-4110Will Qiu
- Alignment + colors for logsRCHAIN-4109nutzipper
- comm event bug on reportingCasperRCHAIN-4108Resolved issue: RCHAIN-4108Will Qiu
- Remove redundant delays in genesis ceremonyRCHAIN-4107Resolved issue: RCHAIN-4107nutzipper
- Update keygen routine + fix for running with keyfileRCHAIN-4106Resolved issue: RCHAIN-4106nutzipper
- Add CI on feature branchRCHAIN-4105Resolved issue: RCHAIN-4105nutzipper
- Fix Update FCTRCHAIN-4104
- Optimize fault tolerance calculation for old blocksRCHAIN-4103Resolved issue: RCHAIN-4103Tomislav Grospić
- Tuple space mismatch errorRCHAIN-4102Will Qiu
- Add persistence caching for reporting APIRCHAIN-4101Resolved issue: RCHAIN-4101Tomislav Grospić
- Refactor configurationRCHAIN-4100Resolved issue: RCHAIN-4100nutzipper
- Fix validation of slashing deploys (system deploys)RCHAIN-4099Tomislav Grospić
- malformed trie errorRCHAIN-4098Resolved issue: RCHAIN-4098Will Qiu
- Improve error handling in Web APIRCHAIN-4097Resolved issue: RCHAIN-4097Tomislav Grospić
- node failed because of tuple space mismatchedRCHAIN-4096Will Qiu
- Slashed validator includes slashing deploy in every blockRCHAIN-4095Resolved issue: RCHAIN-4095Will Qiu
- Test RNode with latest OpenJDK version of JVM and JRERCHAIN-4094gurinderj
- Create groups for casper tests to speed up CI execution timeRCHAIN-4093Resolved issue: RCHAIN-4093Tomislav Grospić
- Block DAG storage - LMDB implementationRCHAIN-4092Resolved issue: RCHAIN-4092Tomislav Grospić
- Block DAG storage insert block is not atomic in respect to all saved files (databases)RCHAIN-4091
- Block DAG lookup should fail when searching for invalid justificationsRCHAIN-4090
- config server keepalive and etc paramRCHAIN-4089Resolved issue: RCHAIN-4089Will Qiu
- nodejs client error on deployRCHAIN-4088Resolved issue: RCHAIN-4088Will Qiu
- Create templates for GitHub issuesRCHAIN-4087Resolved issue: RCHAIN-4087Tomislav Grospić
- Basic block validation before saving block in blockstoreRCHAIN-4086nutzipper
- Run async-profile when CPU usage is highRCHAIN-4085nutzipper
- Create HTTP Admin (internal) API endpointRCHAIN-4084Resolved issue: RCHAIN-4084
- limit depth in listenatdatanameRCHAIN-4083Resolved issue: RCHAIN-4083
- isFinalized in http apiRCHAIN-4082Resolved issue: RCHAIN-4082Will Qiu
- visual dag with specified block heightRCHAIN-4081Resolved issue: RCHAIN-4081Will Qiu
- Optimizations for block store and casper engineRCHAIN-4080nutzipper
- Non deterministic fail in integration testRCHAIN-4079
- fix find method performance in block reportRCHAIN-4078Resolved issue: RCHAIN-4078Will Qiu
- Introduction of KeyValueStoreManager to simplify working with LMDBRCHAIN-4077Resolved issue: RCHAIN-4077Tomislav Grospić
- optimize reporting api and cached the resultsRCHAIN-4076Resolved issue: RCHAIN-4076Will Qiu
- Update ScalaPB compiler plugin to 0.10.x version released Oct, 2019RCHAIN-4075
- reportingCasper performance impact for testnetRCHAIN-4074Resolved issue: RCHAIN-4074Will Qiu
- Asia observer node went downRCHAIN-4073
- Lost transaction on testnetRCHAIN-4072
- Rholang should check type error before special process namesRCHAIN-4071
- ReportingCasper would generate not equal comm events when user deploy has no comm events.RCHAIN-4070Will Qiu
- After updating to 0.9.23 eu observer node fails to add blocksRCHAIN-4069
- Add RNode version information to P2P messages and log messagesRCHAIN-4068nutzipper
- Mainnet node0 failedRCHAIN-4067
- pyrchain test with rnode directlyRCHAIN-4066
- Refactor the reportingRuntimeManagerImplRCHAIN-4065
- Research where is the problem (sometimes) with signature verification (ETH style)RCHAIN-4064
50 of
put justification in BlockInfo api
Done
Description
Details
Assignee
Will QiuWill QiuReporter
Will QiuWill QiuPriority
Medium
Details
Details
Assignee
Will Qiu
Will QiuReporter
Will Qiu
Will QiuPriority
Created June 26, 2020 at 3:24 AM
Updated June 30, 2020 at 1:01 PM
Resolved June 30, 2020 at 1:01 PM
Currently the node miss the justification in blockApi. It is very important information.