Archit Sharma

Results 33 issues of Archit Sharma

#### What type of PR is this? sanboxing changes WIP #### What this PR does / why we need it: commit introduces the desired change (work towards #4622) #### Which...

lifecycle/stale
do-not-merge/release-note-label-needed
do-not-merge/work-in-progress
ok-to-test
dco-signoff: yes

# WIP todo: update from internal cc/ @hzh1982 let's hold another meeting with you, @panghalamit and Elon (add his github?) asap, then I'll update it here after common agreement.

bug
question
A-level
R-level

the client could just be anyone. So verify the sender of the block by obtaining the VRS in block, deconstructing public key from that and comparing the obtained key with...

bug
C-level

``` [test] /src:/src/.. [test] warning: "./trueconsensus/dapps/..." matched no packages [test] warning: "./trueconsensus/db/..." matched no packages [test] warning: "./trueconsensus/evm/..." matched no packages [test] 2018/08/01 01:35:30 Unable to read config file. Error:open...

Txn pool / blocks exchanged are all in memory at the moment. This should follow the paradigm of file storage drivers such as leveldb

bug
B-level

to facilitate payload execution, we need compiler integration. Related to #31 cc/ @samikshan

bug
A-level

Need to integrate with Travis CI / Jenkins. A highly disrupted dev cycle led us to a dark dark place, one without test cases. Need to push for *_test.go files,...

help wanted
A-level

Need to replace the functionality "verifySender for client request" with accountNonce cross-check logic from db, in future, when we would have implemented access to db. Ref #55

bug
B-level

in line with HybridConsensusHelp.proto from truechain-engineering-code ref: https://github.com/truechain/truechain-engineering-code/blob/master/eth/truechain/HybridConsensusHelp.proto

bug
C-level

An example is that of `bank.py` under https://github.com/truechain/py-trueconsensus/blob/master/trueconsensus/dapps/bank.py which gives something to this consensus to execute, as a PoC for payload execution, in future, with Truechain Virtual Machine (~EVM) At...

bug
B-level