Commit Graph

1963 Commits

Author SHA1 Message Date
Svyatoslav Nikolsky c1e53a8e7a Merge branch 'rpc_getblock' of https://github.com/paritytech/parity-zcash into rpc_getblock 2019-01-14 14:32:48 +03:00
Svyatoslav Nikolsky 6700c05e53 DummyVisitor -> BlockRefVisitor 2019-01-14 14:32:42 +03:00
Nikolay Volf 817acd616e
Update blockchain.rs 2019-01-14 14:29:09 +03:00
Svyatoslav Nikolsky 753b69995b getblock RPC 2019-01-14 13:50:41 +03:00
NikVolf a501da9a24 also one test for the demo 2019-01-14 13:36:22 +03:00
Svyatoslav Nikolsky 9651e4b270
Merge pull request #33 from paritytech/rpc_getdifficulty
getdifficulty RPC
2019-01-14 13:21:57 +03:00
NikVolf 96e113e3f2 anchors -> anchor 2019-01-14 13:16:51 +03:00
NikVolf afa24400cd empty regular tree test 2019-01-14 13:16:51 +03:00
NikVolf f995fda937 anchor provider trait 2019-01-14 13:16:51 +03:00
Svyatoslav Nikolsky f110b0be13 update getdifficulty RPC 2019-01-14 12:43:23 +03:00
Svyatoslav Nikolsky 0d98b13e2f
Merge pull request #32 from paritytech/rpc_createrawttransaction
Update createrawttransaction RPC
2019-01-14 12:38:02 +03:00
Svyatoslav Nikolsky 78fafd7eae updated docs 2019-01-11 12:58:16 +03:00
Svyatoslav Nikolsky e7e2ce7c7c use jsonrpc from pzec_dependency_multiple_trailing_args branch 2019-01-11 12:52:20 +03:00
Svyatoslav Nikolsky 25d3540db6 cargo update 2019-01-11 12:52:11 +03:00
Svyatoslav Nikolsky 4d6d97d871 change gith ref to rocksdb crate 2019-01-11 12:51:31 +03:00
Svyatoslav Nikolsky 8881a7e529 update createrawtransaction (not compiling) 2019-01-11 12:26:55 +03:00
Nikolay Volf 349077e1db
Merge pull request #31 from paritytech/nv3
Tabify stray spaces
2019-01-09 12:25:19 +03:00
NikVolf c35738daae tabify some more 2019-01-09 12:04:58 +03:00
NikVolf 51862f0d02 tabify 2019-01-09 12:04:58 +03:00
Nikolay Volf 0ec59442a5
Merge pull request #30 from paritytech/nv2
Incremental merkle tree implementation
2019-01-09 12:03:34 +03:00
NikVolf 201994dd84 serialization/deserialization test 2018-12-30 19:43:37 +03:00
NikVolf d8b8d6710c simplify logic a bit 2018-12-30 01:08:30 +03:00
NikVolf 0ef99a62a4 refactor to const 2018-12-29 23:32:36 +03:00
NikVolf a2bfdfbbed remove patch 2018-12-29 21:44:33 +03:00
NikVolf 557985b92d Fix warnings 2018-12-29 21:35:30 +03:00
NikVolf 6c858f207c more glass assertions 2018-12-29 21:32:18 +03:00
NikVolf 19b06b93a7 fix root calc 2018-12-29 21:24:05 +03:00
NikVolf f51399feae augment tree state 2018-12-29 19:23:33 +03:00
NikVolf 1157929fd0 tree state 2018-12-28 17:30:07 +03:00
NikVolf 899b499466 Merge remote-tracking branch 'origin/master' into nv2
# Conflicts:
#	Cargo.lock
2018-12-27 17:59:32 +03:00
NikVolf c970b17fe9 commitments tracker initial 2018-12-27 17:56:21 +03:00
Nikolay Volf 12c1397ce6
Merge pull request #29 from paritytech/nv3
SHA-256 compress
2018-12-27 17:07:17 +03:00
NikVolf f1dc5081ff sha-256 compress 2018-12-27 16:08:43 +03:00
NikVolf 55e0c661a1 refactor nullifier tag to epoch tag 2018-12-27 13:23:57 +03:00
Svyatoslav Nikolsky 300945807e
Merge pull request #26 from paritytech/fix_work_on_testnet
Fix required work calculation on testnet
2018-12-26 16:07:23 +03:00
Svyatoslav Nikolsky 8dbb089683 fixed bencher 2018-12-26 15:45:50 +03:00
Svyatoslav Nikolsky 509ac8e35a update testnet genesis block 2018-12-26 15:10:09 +03:00
Svyatoslav Nikolsky 565157e799 fixed work calculation on testnet 2018-12-26 15:03:25 +03:00
Svyatoslav Nikolsky 8231949588
Merge pull request #24 from paritytech/block_founders_reward
Block founders reward
2018-12-25 13:13:04 +03:00
Svyatoslav Nikolsky 933b0386cb consistent naming 2018-12-25 11:49:07 +03:00
Svyatoslav Nikolsky 515b3de977 fixed test 2018-12-25 11:43:22 +03:00
Svyatoslav Nikolsky 105a1ab892 fixed miner reward check 2018-12-25 11:18:10 +03:00
Svyatoslav Nikolsky 9de3272781 new transparent address format 2018-12-25 10:38:07 +03:00
NikVolf 38a630ed86 regenerate token again 2018-12-24 17:20:49 +03:00
Svyatoslav Nikolsky 9398ff2321 BlockFoundersReward 2018-12-24 16:34:58 +03:00
NikVolf 736c21234b regenerate token 2018-12-24 14:27:01 +03:00
Nikolay Volf 33e027c972
Update travis url in README 2018-12-24 14:01:15 +03:00
Svyatoslav Nikolsky e8b6e7cf43
Merge pull request #23 from paritytech/accept_tx_version_and_expiry
Version + expiry_height checks in accept_transaction
2018-12-24 14:00:51 +03:00
NikVolf d789957924 Merge branch 'master' of github.com:paritytech/parity-zcash 2018-12-24 13:31:49 +03:00
NikVolf b96ac213d4 fix documentation build 2018-12-24 13:31:41 +03:00