Ethan Buchman
|
d43c776e84
|
add bonder's signature to BondTx
|
10 years ago |
Jae Kwon
|
489bf767cb
|
importing tendermint/config/tendermint_test applies the test config
|
10 years ago |
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
10 years ago |
Ethan Buchman
|
7a97fb464d
|
genpriv from hash(secret), evc fix in ExecTx
|
10 years ago |
Ethan Buchman
|
02f4219079
|
cleanup calldepth=0 events logic
|
10 years ago |
Ethan Buchman
|
bda9a38544
|
CallTx to address with no code fails and costs gas
|
10 years ago |
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
10 years ago |
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
10 years ago |
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
10 years ago |
Jae Kwon
|
59e69434e1
|
improved barak with logging into ~/.barak/outputs
|
10 years ago |
Jae Kwon
|
0db6b0b005
|
Maybe fixed validatorSet.IncrementAccum()
|
10 years ago |
Jae Kwon
|
5bdd73f4a4
|
New genesis.json
|
10 years ago |
Jae Kwon
|
da9f4118a7
|
Atomic write to addrbook and privvalidator
|
10 years ago |
Ethan Buchman
|
e702303e16
|
little fixes to vm and endianess
|
10 years ago |
Jae Kwon
|
b11ca1bbfc
|
(╯°□°)╯︵ ┻━┻
|
10 years ago |
Ethan Buchman
|
65f669160f
|
more fixes from review
|
10 years ago |
Ethan Buchman
|
75049ec827
|
major flippage for vm addrs. now left padded words for tx_cache
|
10 years ago |
Ethan Buchman
|
d27e0bbad5
|
event cache and fireable interace
|
10 years ago |
Ethan Buchman
|
a1c5e32d76
|
fixes from review with jae
|
10 years ago |
Jae Kwon
|
df1d46d04d
|
Errorf -> fmt.Errorf
|
10 years ago |
Ethan Buchman
|
34098edb93
|
state: fireEvents flag on ExecTx and fixes for GetAccount
|
10 years ago |
Ethan Buchman
|
2e918e8c0b
|
rpc: websocket events testing
|
10 years ago |
Ethan Buchman
|
85661de293
|
fire events, event urls
|
10 years ago |
Jae Kwon
|
6d6f061f19
|
Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
|
10 years ago |
Jae Kwon
|
f271ab7256
|
various changes. removed debora temporarily
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Ethan Buchman
|
a976721a97
|
state: fix GetStorage on blockcache with unknown account
|
10 years ago |
Jae Kwon
|
42e2e11364
|
add dirty bit to BlockCache accounts and storages.
construct account’s storage lazily.
|
10 years ago |
Jae Kwon
|
79304b0dd3
|
Create BlockCache and TxCache for performance.
|
10 years ago |
Jae Kwon
|
fd0646fc4f
|
Compare blockhashes in stageBlock()
|
10 years ago |
Jae Kwon
|
cebfae60c7
|
BlockchainReactor syncs first before ConsensusReactor.
|
10 years ago |
Jae Kwon
|
08a83aa9fb
|
Reactors can be stopped or started at any time.
|
10 years ago |
Jae Kwon
|
0237d284cc
|
Channel bytes are spelled fully, "XXXChannel"
|
10 years ago |
Jae Kwon
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
10 years ago |
Ethan Buchman
|
6a227004aa
|
state: fixes for creating a contract and msging it in the same block
|
10 years ago |
Ethan Buchman
|
7bf34b1883
|
state: fix CreateAddress to use Address not Word
|
10 years ago |
Ethan Buchman
|
e6da48880b
|
vm: fix Pad functions, state: add debug log for create new account
|
10 years ago |
Ethan Buchman
|
54e222866a
|
Check StorageRoot for Zero before state.Load() again. Closes #36
|
10 years ago |
Jae Kwon
|
af3b31db24
|
Check StorageRoot for Zero before state.Load().
|
10 years ago |
Jae Kwon
|
ab8ad30648
|
Set Pubkey on vm.Account.
|
10 years ago |
Ethan Buchman
|
f93bb35c02
|
rpc: return tx hash, creates contract, contract addr in broadcast (required some helper functions). Closes #30
|
10 years ago |
Ethan Buchman
|
e56db7f615
|
state: fix debug logs
|
10 years ago |
Ethan Buchman
|
6cd46b726d
|
state: ExecTx bug fixes for create contract
|
10 years ago |
Ethan Buchman
|
deff645dba
|
some public convenience functions, extra debug errors on ExecTx
|
10 years ago |
Jae Kwon
|
55d8e29e32
|
Fixed issues from review with Ethan
|
10 years ago |
Jae Kwon
|
5dcbb272be
|
formatting...
|
10 years ago |
Jae Kwon
|
b7553e2bfe
|
Address is generated with VMAppState, and it increments the nonce too.
|
10 years ago |
Jae Kwon
|
36dca3981b
|
Make Call() handle value transfers and reverts.
|
10 years ago |
Jae Kwon
|
7f12738415
|
VMAppState bridge to vm.
|
10 years ago |