Commit graph

  • 9b480b261d Fixed add unit test tx sign for validators. parmarrushabh 2018-09-09 18:01:19 +0530
  • a68236fb17
    eth: small fix to make it work hackyminer 2018-09-09 21:11:09 +0900
  • df4f7c867e
    eth: improve getting chainID with existence check and hexutil ia 2017-09-06 11:08:06 -0500
  • 51dd117a34
    eth,internal: add eth_chainId method to PublicEthereumApi JSONRPC ia 2017-08-18 07:45:43 -0500
  • 8b55c62115
    Update README.md Etienne Napoleone 2018-09-09 13:41:14 +0700
  • 1743af1dd3 Fixes (#27) Martin Holst Swende 2018-09-09 02:27:45 +0200
  • e177f5294e Fixes (#26) Martin Holst Swende 2018-09-08 23:59:09 +0200
  • 1f6086d09b Fix Goerli Params and Genesis (#25) Afri Schoedon 2018-09-08 23:12:25 +0200
  • 65ae9c91b6 Elizabeth/aura (#23) noot 2018-09-08 13:02:55 -0700
  • 6c50892c46 goerli networkid changed to 6382 priom 2018-09-08 15:03:24 -0400
  • 8cbcd6d1f0 --goerli connects to Aura engine by default (#24) Priom Chowdhury 2018-09-08 14:35:41 -0400
  • 8297ce0eba type fix (#22) Priom Chowdhury 2018-09-08 13:49:09 -0400
  • d4634ebd16 Merge branch 'aura-dev' of github.com:goerli/go-ethereum-aura into aura-dev priom 2018-09-08 13:35:09 -0400
  • df1fbbc2f0 Alternating config for Aura consensus mechanism (#21) Priom Chowdhury 2018-09-08 13:34:32 -0400
  • 4eacd1dc7b Merge branch 'aura-dev' of github.com:goerli/go-ethereum-aura into aura-dev priom 2018-09-08 13:18:07 -0400
  • 5e09cee3e1 Goerli flag keeps connecting to Mainnet (#20) Priom Chowdhury 2018-09-08 13:17:52 -0400
  • ba563eb96c
    Elizabeth/aura (#18) noot 2018-09-08 08:42:34 -0700
  • c462f4734a Merge branch 'aura-dev' of github.com:goerli/go-ethereum-aura into aura-dev priom 2018-09-08 11:16:54 -0400
  • 2cf98eb934 Priom/gorli cli flag (#17) Priom Chowdhury 2018-09-08 11:05:48 -0400
  • 26dbe7e64e
    Merge a49663c7f1 into ae992a5d73 Priom Chowdhury 2018-09-08 14:50:13 +0000
  • a49663c7f1 Merge branch 'priom/gorliCliFlag' into aura-dev priom 2018-09-08 10:46:40 -0400
  • f044a17419 Merge remote-tracking branch 'origin' into priom/gorliCliFlag priom 2018-09-08 10:46:21 -0400
  • 61d94f5a08 flag function fix priom 2018-09-08 10:46:13 -0400
  • d7c933abf4 fixed type differences and undefined vars (#16) Dustin Brickwood 2018-09-08 16:40:58 +0200
  • 85240a47ba aura-dev merged priom 2018-09-08 10:30:28 -0400
  • 66ef7f7676 configuring goerli cli flag priom 2018-09-08 10:28:02 -0400
  • 69f2029dbe David/verify headers (#13) David Ansermino 2018-09-08 08:07:48 -0600
  • d30a22bfa5 added bootnodes to bootnodes.go and added authorities array to GoerliChainConfig in params/config.go (#15) noot 2018-09-08 07:07:20 -0700
  • bfc6989d9c
    Merge 8c6221b5cf into ae992a5d73 noot 2018-09-08 14:00:19 +0000
  • 12b04adc97 Added difficulty retrival from Aura config (#11) David Ansermino 2018-09-08 07:58:37 -0600
  • 8c6221b5cf added bootnodes to bootnodes.go and added authorities array to GoerliChainConfig in params/config.go ebinks 2018-09-08 09:55:15 -0400
  • 725046997e Engine/create (#12) Dustin Brickwood 2018-09-08 15:24:57 +0200
  • 5c2696495c adding configs for aura api priom 2018-09-08 07:33:01 -0400
  • d08315ecd3
    Configuring Aura config, genesis, bytecodes (#10) Priom Chowdhury 2018-09-08 07:12:44 -0400
  • c3796278d6 removing duplicate imports priom 2018-09-08 07:08:27 -0400
  • 3e2491d45b configuring genesis priom 2018-09-08 07:01:44 -0400
  • e256eb58fc
    core/vm: Hide read only flag from Interpreter interface (#17461) (#6) Afri Schoedon 2018-09-08 12:49:30 +0200
  • b5c0113d29 fix errors relating to referencing clique (#9) Tim Williams 2018-09-08 06:49:03 -0400
  • 6163173ea0 Changed signaturs to match aura namespace (#7) David Ansermino 2018-09-08 04:38:57 -0600
  • 2787e636dc merged aura-dev priom 2018-09-08 06:35:06 -0400
  • a456f9c876 adding configs priom 2018-09-08 06:28:52 -0400
  • 2b9910992c goerli flag added priom 2018-09-07 19:32:50 -0400
  • f1c8bdc760
    clique: add testcase to demonstrate epoch error when accounting for recent signers Martin Holst Swende 2018-09-08 01:10:53 +0200
  • d650d64df7 adding goerli flag priom 2018-09-07 18:19:14 -0400
  • c2d7940c97 go modules added; preparing to write aura consensus priom 2018-09-07 17:55:52 -0400
  • fe9dbab7b5 changed name of Clique struct to Aura and updated interface functions ebinks 2018-09-07 17:40:05 -0400
  • 17defee4a6 Merge branch 'dustin/dir' of github.com:goerli/go-ethereum-aura ebinks 2018-09-07 17:33:52 -0400
  • 693c1201fe added aura dir and made aura in config.go Dustin Brickwood 2018-09-07 23:30:46 +0200
  • c112e458e4
    made symlink explicit Trung Nguyen 2018-09-07 15:33:04 -0400
  • ae992a5d73 core/vm: Hide read only flag from Interpreter interface (#17461) Paweł Bylica 2018-09-07 18:13:25 +0200
  • 8b9b149d54 swarm/api/http: bzz-immutable wrong handler bug (#17602) Elad 2018-09-07 15:23:29 +0200
  • e5e1a7be8a swarm/api/http: bzz-immutable wrong handler bug Elad 2018-09-07 11:21:53 +0200
  • f7da05fd78 swarm/storage/encryption: address review comments zelig 2018-09-07 10:04:59 +0200
  • 320c59e9df
    Merge 214a27454b into 70d31fb278 Viktor Trón 2018-09-07 08:06:32 +0000
  • dc086a4f7c swarm/storage/encryption: address review comments zelig 2018-09-07 10:04:59 +0200
  • 70d31fb278 cmd/swarm: added password to ACT (#17598) Elad 2018-09-07 09:56:05 +0200
  • 855c1247c1 swarm/api: adapt RefEncryption for AC to new Encryption API zelig 2018-09-02 20:59:10 +0200
  • ac965f0122 swarm/storage: adapt hasherstore to encryption API change zelig 2018-08-31 12:36:38 +0200
  • 7d18b2210b swarm/storage/encryption: async segmentwise encryption/decryption zelig 2018-08-31 11:27:55 +0200
  • d23ad53cb4 Add new command line option --database-handles (#16796) Juergen Hoetzel 2018-09-06 18:55:37 +0200
  • 523a9ea504
    Merge pull request #168 from nguyenbatam/add_some_config_to_toml_file Tuna 2018-09-07 11:00:55 +0700
  • 98229c0541
    Merge pull request #151 from ngtuna/readme Tuna 2018-09-07 10:50:34 +0700
  • df24a3de8e few words for tmn script Tuna 2018-08-26 12:11:17 +0700
  • 24ea884d31 add info to run tomo cli Tuna 2018-08-26 12:02:32 +0700
  • 2f7d6028c7 update README Tuna 2018-08-20 10:14:46 +0700
  • c9219e5201 fix option Verbosity in toml file Nguyen Ba Tam 2018-09-06 17:47:58 +0700
  • c5108358c6
    used DefaultConfig.NetworkId instead of hardcoded value 1 Trung Nguyen 2018-09-06 17:01:10 -0400
  • bec7e9de0d Merge branch 'master' into add-password-to-act Elad 2018-09-06 10:58:32 +0200
  • 73d5e2a06e Merge remote-tracking branch 'upstream/master' Pavel Kiselyov 2018-09-06 16:57:37 +0300
  • 00df3d6cc3 Add unit test for send tx sign for block signer. parmarrushabh 2018-09-06 17:42:02 +0530
  • 580145e96d swarm/storage: added metrics for db entry count (#17589) Elad 2018-09-06 12:11:38 +0200
  • 4c15ffffdd swarm/api/http: added a regression test for resolver bug from #17483 (#17502) Elad 2018-09-06 12:08:39 +0200
  • 65c222b109 add some config to toml file Nguyen Ba Tam 2018-09-06 16:07:19 +0700
  • 882e1218e8
    Update blockchain.go Sarlor 2018-09-06 17:05:33 +0800
  • cbf822fc3b cmd/swarm: added password to ACT Elad 2018-08-24 14:38:04 +0200
  • c449b5aeff
    core/vm: Hide read only flag from Interpreter interface Paweł Bylica 2018-08-21 11:04:28 +0200
  • 69140fa366
    rpc: increased maxRequestContentLength size to 512kB hackyminer 2018-09-06 17:32:59 +0900
  • aa84b874a3
    Merge 51a0c17174 into 5918b88a8f gary rong 2018-09-06 06:59:25 +0000
  • 51a0c17174 consensus: store recent signer for epoch snapshot rjl493456442 2018-09-06 12:47:18 +0800
  • 272b5cae5f
    cmd/puppeth: fixed comment typo hackyminer 2018-08-18 06:36:16 +0900
  • 93ce802f02
    eth: fixed comment typo hackyminer 2018-08-18 06:55:22 +0900
  • c5886a0966
    swarm: fixed comment typo hackyminer 2018-08-18 07:44:43 +0900
  • 76812c9b0c
    Merge pull request #167 from ngtuna/bootnode Tuna 2018-09-06 11:35:15 +0700
  • 2308c432b0
    Merge pull request #165 from nguyenbatam/fix_sync_update_M1 Tuna 2018-09-06 11:30:36 +0700
  • efb0d7d724 some msg make up Tuna 2018-09-05 16:07:21 +0700
  • d284374279 convert update M1 method from async to sync Nguyen Ba Tam 2018-09-05 14:13:37 +0700
  • 115a96cf39
    Merge pull request #161 from nguyenbatam/change_ping_packet_to_bootnode Tuna 2018-09-06 11:14:07 +0700
  • d33a3027bc
    Merge pull request #164 from nguyenbatam/fix_update_flag_miner Tuna 2018-09-06 11:12:20 +0700
  • 87eab8abd1 cmd, eth, les: Fixed bugs resulting formatting Lucas Hendren 2018-09-05 23:53:21 -0400
  • 4ceb65f9a5 fix unit tests Tuna 2018-09-06 10:45:10 +0700
  • da3639a9a0 fix test package Nguyen Ba Tam 2018-09-05 09:56:01 +0700
  • b2d45f8f3f swarm/storage: added metrics for db entry count Elad 2018-09-05 16:15:47 +0200
  • 46a8a91318
    flags: typos in {Miner, MinerLegacy}GasPriceFlag TColl 2018-09-05 11:20:51 +0100
  • 5918b88a8f cmd/swarm: added publisher key assertion to act tests (#17471) Elad 2018-09-05 11:33:07 +0200
  • c4c4d7c8e9
    Merge 1b9afa41f7 into 8711e2b636 Zhenguo Niu 2018-09-05 08:57:47 +0000
  • 8711e2b636 whisper: add light mode check to handshake (#16725) b00ris 2018-09-05 11:57:45 +0300
  • 03b6ef85c7
    Merge aee80fe824 into cf33d8b83c Hyung-Kyu Hqueue Choi 2018-09-05 08:48:00 +0000
  • cf33d8b83c core: fix typo in comment (#17586) Hyung-Kyu Hqueue Choi 2018-09-05 17:29:51 +0900
  • 3e5328a08b remove bootnodes for ETH mainnet Tuna 2018-09-05 14:55:51 +0700
  • 0b08a8ef96
    Merge pull request #166 from thanhson1085/master Tuna 2018-09-05 14:51:36 +0700