Commit Graph

10857 Commits

Author SHA1 Message Date
chris-j-h 871e722820 Move account handling to the vaultService
Also implement the unsupported Derive and SelfDerive methods
2019-07-08 16:43:04 +01:00
chris-j-h befd39c74c Implement Contains for vaultWallet 2019-07-08 13:54:25 +01:00
chris-j-h 98ff8b9a19 Implement Accounts for vaultWallet 2019-07-08 13:09:46 +01:00
chris-j-h 9aa1427846 Implement Close for vaultWallet 2019-07-08 13:09:45 +01:00
chris-j-h f297b1613a Send a wallet event to subscribers once vaultWallet is opened
Also:
* Update existing vaultWallet tests
* Reduce backend constructor test scope to check only created wlt urls
2019-07-08 10:15:03 +01:00
chris-j-h 961cdd08e4 Authenticate the hashicorp client during open() 2019-07-07 20:53:38 +01:00
chris-j-h 54b74b3d82 Implement open for hashicorp wallets to create a client 2019-07-07 16:44:50 +01:00
chris-j-h 3d7bf16754 Add vaultService to allow different vendor impls & impl Hashicorp status 2019-07-07 14:05:43 +01:00
chris-j-h a40c72f8a5 Add NewHashicorpBackend, hashicorp config types & start vaultWallet impl 2019-07-06 13:49:44 +01:00
chris-j-h 1916b8a865 Implement vaultBackend 2019-07-05 17:35:56 +01:00
Vinod Damle 16bfe64d1d rpc: increase server buffer size to 128kb
Changes in #636 makes transaction size limit configurable up to a maximum of 128kb.
RPC server creates a buffer to accept payload for a transaction, this
change increases the size of the buffer to 128kb to match the maximum
allowed in chain config
2019-07-03 19:28:10 +01:00
fixanoid 5e9ff6d522 Updating links 2019-07-03 14:29:53 +01:00
Matus Kysel d10680f97f Fixed broken links in README (#746) 2019-06-19 19:34:18 -04:00
jpmsam 30d4d72476 patch version update 2019-06-19 14:36:21 -04:00
fixanoid d948fe0e1d
Removing contract code type ref in security docs 2019-06-19 12:42:02 -04:00
fixanoid 20fd435ab7
Typo 2019-06-17 17:41:40 -04:00
fixanoid 548f65efad
Updating packages -- IGNORE WHEN MERGING UPSTREAM GETH (#743) 2019-06-17 15:59:41 -04:00
Chaddy H 90bbfb18c8 Quorum Security Framework (#738)
Quorum security framework
2019-06-17 15:25:44 -04:00
Samer Falah 53105b1640
Merge pull request #739 from trung/non-party-refund-gas
non-party node must refund gas for private transactions
2019-06-14 16:17:19 -04:00
Trung Nguyen 74337c7167
added unit tests and comments 2019-06-13 13:41:28 -04:00
Trung Nguyen bacd5dc3c9
non-party must refund gas for private transactions 2019-06-12 17:09:49 -04:00
Nguyen Kien Trung 5a80e7a1ba added how-to-contribute (#736) 2019-06-10 15:25:00 -04:00
Krish1979 175fffb806 Docs updates (#735)
* Update 7Nodes.md

* Update FAQ.md

* Update FAQ.md

* Rename docs/api.md to docs/Getting Started/api.md

* Update running.md

* Update mkdocs.yml

* Create roadmap.md

* Add Product Roadmap
2019-06-10 10:42:20 -04:00
Samer Falah 731d186401
Merge pull request #731 from conor10/master
Update URL for Quorum Blockchain explorer by Web3 Labs
2019-06-06 08:21:02 -04:00
Conor ec5bcc95a7 Update URL for Quorum Blockchain explorer by Web3 Labs 2019-06-05 21:47:27 +01:00
Nguyen Kien Trung bb88608c16 updated broken links (#728) 2019-06-03 22:37:20 -04:00
Samer Falah 1c07c0c8c4
Merge pull request #680 from jpmorganchase/fix/raft-calcgaslimit
raft: pass gas floor and gas ceil to calcGasLimit when minting block
2019-05-31 09:49:30 -04:00
amalraj.manigmail.com 10e01f4fb3 Merge remote-tracking branch 'remotes/origin/master' into fix/raft-calcgaslimit-1 2019-05-31 10:36:00 +08:00
amalraj.manigmail.com 1632f12293 Merge remote-tracking branch 'origin/fix/raft-calcgaslimit' into fix/raft-calcgaslimit-1 2019-05-31 10:35:14 +08:00
fixanoid 43806e165b
Adding Quorum compatibility table to FAQ (#726) 2019-05-29 10:42:18 -04:00
libby kent d1475ee296 Adding signer tests for EIP155, Homestead and private tx. (#682)
Adding signer tests for EIP155, Homestead and private tx.
2019-05-24 15:46:49 -04:00
chris-j-h abac88ea97 Add logo favicon and other minor doc fixes/changes: (#723)
- Fix incorrectly documented Tessera server config field name
- Add Quorum logo favicon
- Add 404.html from material theme to try fix 404 not displaying properly
- FAQ ordering and phrasing changes
- Fix formatting in Tessera TLS config docs
2019-05-23 18:37:52 -04:00
Samer Falah 7511778d0d
Merge branch 'master' into fix/raft-calcgaslimit 2019-05-23 12:12:22 -04:00
Samer Falah 2c9811ffbc
Merge pull request #679 from jpmorganchase/bugfix/personal_sendTransaction
ETHAPI: Private tx bug fix for personal_sendTransaction API
2019-05-21 16:53:45 -04:00
Samer Falah c46d47a0ac
Merge branch 'master' into bugfix/personal_sendTransaction 2019-05-21 14:56:20 -04:00
Samer Falah 5de5126b08
Merge branch 'master' into fix/raft-calcgaslimit 2019-05-21 14:15:25 -04:00
Samer Falah 7504dcf722
Merge pull request #721 from trung/ignore-swarm-tests
ignore tests in `swarm` package for PR builds
2019-05-21 13:50:55 -04:00
Nguyen Kien Trung d484e4621a
Merge branch 'master' into ignore-swarm-tests 2019-05-21 09:29:29 -04:00
Krish1979 2bfbb1381f
Merge pull request #722 from trung/update-docs
updated quorum examples docs
2019-05-21 09:51:44 +01:00
amalraj.manigmail.com 54121422d4 Merge remote-tracking branch 'origin/fix/raft-calcgaslimit' into fix/raft-calcgaslimit-1
# Conflicts:
#	eth/config.go
2019-05-21 15:44:11 +08:00
Krish1979 9c5f0bbd4e
Merge branch 'master' into update-docs 2019-05-20 22:23:33 +01:00
Krish1979 2b66204b7f
Merge pull request #720 from Krish1979/master
Updated FAQ Section in Quorum docs
2019-05-20 22:20:02 +01:00
Nguyen Kien Trung a55573bfc8
Merge branch 'master' into update-docs 2019-05-20 16:52:20 -04:00
Trung Nguyen 31d7309a86
updated quorum examples docs 2019-05-20 16:50:21 -04:00
Nguyen Kien Trung 82b1649859
Merge branch 'master' into ignore-swarm-tests 2019-05-20 15:57:14 -04:00
Trung Nguyen c8d9ed1741
ignore swarm package when running tests for PR 2019-05-20 15:54:50 -04:00
Krish1979 ee41b85847
Merge branch 'master' into master 2019-05-20 19:10:19 +01:00
Nguyen Kien Trung 0007a10812
Merge branch 'master' into fix/raft-calcgaslimit 2019-05-20 13:57:29 -04:00
Samer Falah 5637f7ad58
Merge pull request #717 from jpmorganchase/fix/go-test
whisper test: reduce the number of nodes in TestSimulation
2019-05-20 13:40:30 -04:00
fixanoid 2617579f55
Merge branch 'master' into master 2019-05-20 13:37:09 -04:00