/a11y/

value='jm-vm-design-doc'>jm-vm-design-doc DEXON full node (https://github.com/dexon-foundation/dexon)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate error type switchTaylor Gerring2015-03-131-14/+2
|
* Fix eth_newBlockFilterTaylor Gerring2015-03-132-6/+15
|
* Add web3_clientVersionTaylor Gerring2015-03-133-7/+11
|
* Convert to proper errorsTaylor Gerring2015-03-135-104/+183
| | | | Allow returning different JSON RPC error codes depending on error type
* Fix arg names in testsTaylor Gerring2015-03-131-3/+3
|
* #469Taylor Gerring2015-03-131-1/+2
|
* Update path to web3 libraryTaylor Gerring2015-03-121-1/+1
|
* Update ethereum.jsTaylor Gerring2015-03-1245-6328/+3
| | | | Added to git modules
* Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-120-0/+0
|\ | | | | | | rpcfrontier
| * Merge branch 'develop' into rpcfrontierTaylor Gerring2015-03-1228-462/+2568356
| |\
* | | Get transaction implementedobscuren2015-03-123-10/+27
| | | | | | | | | | | | | | | * Added a GetTransaction to XEth * Implemented the `eth_getTransactionByHash` RPC method
* | | Merge branch 'develop' into rpcfrontierobscuren2015-03-1233-475/+2568387
|\ \ \ | |/ / |/| |
| * | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-03-123-11/+9
| |\|
| | * Merge pull request #460 from tgerring/ethutilFelix Lange2015-03-123-11/+9
| | |\ | | | | | | | | Move MakeName to ethutil
| | | * Move MakeName to ethutilTaylor Gerring2015-03-123-11/+9
| | | |
| * | | Add additional extra database for non-protocol related dataobscuren2015-03-125-13/+31
| |/ / | | | | | | | | | * Add transaction to extra database after a successful block process
| * | updated rnd vm test => state testobscuren2015-03-122-30/+91
| | |
| * | Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into developobscuren2015-03-1223-421/+2568256
| |\ \
| | * | Squashed 'tests/files/' changes from e390be4..dbdd0f8obscuren2015-03-1223-421/+2568256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dbdd0f8 update test script for python 29dced2 add failing python test 5b7ebb9 OOG or 1024 depth level fail 3f58fd8 run OOG at tx level with to high value for call 39d8595 run OOG and too high value for call/callcode 55fbf95 run OOG and too high value for call/callcode 8856bfb add callCreateCallCode test file d2da29e check value when doing callcode 129a464 suicide and storage refund tests with and without storage 6aa5e29 suicide and storage refund tests fff323d python fails 963648b python callcode fail 31ce83a python big memory fail 531bc36 add memory stress test using return b7021c7 renaming 959ff59 vm input limit tests 1c3741f update blockchain tests with new uncle reward rule git-subtree-dir: tests/files git-subtree-split: dbdd0f829dea8aa053159707caf353d83bf5be0f
* | | | Should on empty params #466Taylor Gerring2015-03-122-1/+46
| | | |
* | | | Output filter ID as hexTaylor Gerring2015-03-121-1/+1
| | | |
* | | | Check for existance of key before deleteTaylor Gerring2015-03-121-1/+4
| | | |
* | | | Merge branch 'develop' into rpcfrontierobscuren2015-03-129-100/+80
|\| | |
| * | | Changed V to byte. Closes #456obscuren2015-03-121-4/+4
| | | |
| * | | Merge pull request #462 from fjl/miner-coinbaseJeffrey Wilcke2015-03-128-96/+76
| |\ \ \ | | | | | | | | | | miner: provide coinbase when starting the miner
| | * | | cmd/ethereum: remove extra check for 'no accounts' errorFelix Lange2015-03-121-9/+2
| | | | | | | | | | | | | | | | | | | | This error can no longer be returned from eth.New.
| | * | | miner: provide coinbase when starting the minerFelix Lange2015-03-128-87/+74
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids having to query the coinbase when creating the miner, which in turn eliminates the dreaded startup error when no accounts are set up. Later, this will also allow us to simply restart the miner when the user picks a different coinbase. This causes a lot of changes in other packages. These are included in this commit because they're impossible to separate.
* | | | shh_uninstallFilterTaylor Gerring2015-03-121-1/+11
| | | |
* | | | block&index args unmarshal plus testTaylor Gerring2015-03-122-0/+96
|/ / /
* | / Comment out broken test (return type does not exist)Taylor Gerring2015-03-121-4/+5
| |/ |/|
* | Merge branch 'fjl-unencrypted-keys' into developobscuren2015-03-122-16/+29
|\ \
| * | mergeobscuren2015-03-122-16/+29
|/| |
| * | cmd/ethereum: add a flag to switch to unencrytped keystoreFelix Lange2015-03-112-14/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is mostly for automated tests. The tests can use the following commands to start the node: ethereum --unencrypted-keys account new ... ethereum --unencrypted-keys
* | | Merge branch 'rpcfrontier' into developobscuren2015-03-1219-1881/+3180
|\ \ \
| * | | Lowered default gas price and increased default gas limitobscuren2015-03-123-10/+17
| | | |
| * | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-124-15/+56
| |\ \ \ | | | | | | | | | | | | | | | rpcfrontier
| | * | | Rename Topic to TopicsTaylor Gerring2015-03-113-7/+7
| | | | |
| | * | | Get UnclesTaylor Gerring2015-03-111-1/+36
| | | | |
| | * | | BlockHash must be a stringTaylor Gerring2015-03-111-1/+6
| | | | |
| | * | | TxIndex -> IndexTaylor Gerring2015-03-113-6/+7
| | | | |
| * | | | Default block number changesobscuren2015-03-122-45/+27
| | | | |
| * | | | Changed logging to use internal loggerobscuren2015-03-111-4/+4
| | | | |
| * | | | Improved error reporting and removed commented codeobscuren2015-03-112-43/+7
| | | | |
| * | | | Reverted globalobscuren2015-03-112-8/+3
| | | | |
| * | | | Use the state to up the balance of the coinbaseobscuren2015-03-111-2/+6
| |/ / /
| * | | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontierTaylor Gerring2015-03-1145-1566/+848
| |\ \ \
| | * | | Merge branch 'develop' into rpcfrontierobscuren2015-03-111-6/+3
| | |\| |
| | * | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-114-34/+64
| | |\ \ \ | | | | | | | | | | | | | | | | | | rpcfrontier
| | * \ \ \ Merge branch 'develop' into rpcfrontierobscuren2015-03-1142-1558/+841
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go
| | * | | | | fallbackobscuren2015-03-113-2/+4
| | | | | | |
| * | | | | | Get transaction via block & indexTaylor Gerring2015-03-112-0/+37
| | | | | | |
| * | | | | | Nil check blockTaylor Gerring2015-03-111-0/+4
| | |_|/ / / | |/| | | |
| * | | | | Output hex should be prepended with 0xTaylor Gerring2015-03-113-34/+36
| | | | | |
| * | | | | Left-pad odd length hex inputs and testsTaylor Gerring2015-03-112-0/+28
| |/ / / /
| * | | | id to hexobscuren2015-03-111-1/+1
| | | | |
| * | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-115-11/+318
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpcfrontier Conflicts: rpc/args.go
| | * | | | Update response typesTaylor Gerring2015-03-114-6/+312
| | | | | |
| | * | | | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontierTaylor Gerring2015-03-1122-2039/+2095
| | |\ \ \ \
| | * | | | | Allow integers for BlockNumberTaylor Gerring2015-03-101-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If parsing fails, fall back to hex decoding
| * | | | | | Updated RPCobscuren2015-03-115-135/+151
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app
| * | | | | Added unmarshalStateobscuren2015-03-103-1017/+1510
| | | | | |
| * | | | | Merge branch 'develop' into rpcfrontierobscuren2015-03-1019-1022/+585
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | mergeobscuren2015-03-102-18/+15
| | | | | |
| * | | | | wipobscuren2015-03-10413-2191255/+57399
| |\ \ \ \ \
| * | | | | | Undo client_version changesTaylor Gerring2015-03-107-19/+14
| | | | | | |
| * | | | | | Remove support for compiling serpentTaylor Gerring2015-03-091-16/+2
| | | | | | |
| * | | | | | Increased args test coverageTaylor Gerring2015-03-064-56/+393
| | | | | | |
| * | | | | | Initial args testsTaylor Gerring2015-03-062-13/+138
| | | | | | |
| * | | | | | Add web3_sha3 testTaylor Gerring2015-03-061-0/+18
| | | | | | |
| * | | | | | TidyTaylor Gerring2015-03-063-62/+58
| | | | | | |
| * | | | | | Refactor & cleanupTaylor Gerring2015-03-065-657/+543
| | | | | | |
| * | | | | | Resolve storage/storageatTaylor Gerring2015-03-063-16/+24
| | | | | | |
| * | | | | | Revert to hex responseTaylor Gerring2015-03-061-4/+3
| | | | | | |
| * | | | | | Final name changesTaylor Gerring2015-03-061-8/+9
| | | | | | |
| * | | | | | Update RPC methodsTaylor Gerring2015-03-051-84/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-order to match spec and explicitly list unimplemented methods
| * | | | | | Output 0x0 instead of 0xTaylor Gerring2015-03-051-1/+6
| | | | | | |
| * | | | | | Output net_peerCount as hexTaylor Gerring2015-03-041-1/+2
| | | | | | |
| * | | | | | Return block number as hexTaylor Gerring2015-03-041-1/+1
| | | | | | |
| * | | | | | Update NewTXArgs to accept hexTaylor Gerring2015-03-042-21/+28
| | | | | | |
| * | | | | | Add client_version RPC messageTaylor Gerring2015-03-043-1/+11
| | | | | | |
| * | | | | | Move p2p.MakeName to ethutil.MakeVersionTaylor Gerring2015-03-034-13/+8
| | | | | | |
| * | | | | | Remove defunct callsTaylor Gerring2015-03-021-62/+30
| | | | | | |
| * | | | | | Rename "net" methodsTaylor Gerring2015-03-021-4/+4
| | | | | | |
* | | | | | | Check length of timestring before taking sliceTaylor Gerring2015-03-111-1/+6
| |_|_|_|/ / |/| | | | |
* | | | | | Use ECDSA instead of ellipticobscuren2015-03-111-6/+3
| |_|_|/ / |/| | | |
* | | | | don't log whisper start upsobscuren2015-03-111-2/+2
| | | | |
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-03-110-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge pull request #447 from fjl/accounts-integrationJeffrey Wilcke2015-03-1142-1569/+803
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Accounts integration
* | | | | | Merge branch 'fjl-accounts-integration' into developobscuren2015-03-110-0/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'accounts-integration' of https://github.com/fjl/go-ethereum ↵obscuren2015-03-1038-1545/+701
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into fjl-accounts-integration
* | \ \ \ \ \ Merge branch origin/develop into accounts-integrationFelix Lange2015-03-1119-1021/+577
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/blocktest/main.go cmd/mist/debugger.go cmd/utils/cmd.go
| * | | | | | Merge pull request #449 from Gustav-Simonsson/add_blockchain_tests2Jeffrey Wilcke2015-03-103-3/+31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add empty total difficulty to test blocks and clean up stopping the node
| | * | | | | | Add empty total difficulty to test blocks and clean up stopping the nodeGustav Simonsson2015-03-103-3/+31
| | | |_|_|/ / | | |/| | | |
| * | | | | | removed debuggerobscuren2015-03-105-436/+1
| | | | | | |
| * | | | | | Fixed error message. Closes #448obscuren2015-03-101-1/+1
| | | | | | |
| * | | | | | Merge branch 'poc-9' into developobscuren2015-03-105-138/+199
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge pull request #438 from ethersphere/poc9/cliJeffrey Wilcke2015-03-102-35/+49
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Poc9/cli (exportchain)
| | | * | | | | version outputzelig2015-03-081-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make version output more verbose - include NetworkId - go version and os not displayed like env vars (confusing)
| | | * | | | | add export blockchain subcommand, remove BlockDozelig2015-03-082-30/+42
| | | | | | | |
| | * | | | | | Merge pull request #437 from ethersphere/poc9/natspecJeffrey Wilcke2015-03-103-103/+150
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [WIP] Poc9/natspec
| | | * | | | | | rename constructor Newzelig2015-03-082-2/+3
| | | | | | | | |
| | | * | | | | | natspec for poc-9zelig2015-03-083-103/+149
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - put natspec.js in a heredoc string (to help binary) - constructor takes no args, just sets up js vm - API: only exports Notice(transaction, abi, method, expression string) (string, error) - effort to turn natspec.js error strings to proper go errors - test errors
| * | | | | | | Merge branch 'poc-9' into developobscuren2015-03-10