Commit graph

9513 commits

Author SHA1 Message Date
AnilChinchawale
f1abd2fdea updated CONFIG.GO 2018-05-24 14:54:31 +05:30
AnilChinchawale
821f8915a1 updated BUGCMD.GO 2018-05-24 14:51:13 +05:30
AnilChinchawale
4a23b8c7ea updated ACCOUNTCMD_TEST.GO 2018-05-24 14:49:12 +05:30
AnilChinchawale
ff6c5425c0 created NEW GENESIS_TEST.GO 2018-05-24 14:27:03 +05:30
AnilChinchawale
cb8cf5b662 updated XDC WITH NEW MODE 2018-05-24 14:25:25 +05:30
AnilChinchawale
5d7c5ef101 updated XDC WITH NEW MODE 2018-05-24 14:23:51 +05:30
AnilChinchawale
e81137d533 updated XDC 2018-05-22 14:22:19 +05:30
AnilChinchawale
398c1c0eaf updated CMD 2018-05-22 14:19:03 +05:30
AnilChinchawale
2a16337460 ACCOUNTCMD.GO 2018-05-22 14:15:32 +05:30
AnilChinchawale
1269bea37d updated MAIN.GO 2018-05-22 13:16:10 +05:30
AnilChinchawale
a8477a1d57 updated CONFIG.GO 2018-05-22 13:14:28 +05:30
AnilChinchawale
7ac52b7950 updated MODULE_WALLET.GO 2018-05-22 13:11:37 +05:30
AnilChinchawale
21dcd34b75 updated MODULE_NODE.GO 2018-05-22 13:09:03 +05:30
AnilChinchawale
6003d4726b updated FAUCET.GO 2018-05-22 13:04:29 +05:30
AnilChinchawale
16f2bf33e1 updated CI.GO 2018-05-22 13:02:05 +05:30
AnilChinchawale
77a88447a0 updated VERSION.GO> 2018-05-24 12:17:42 +05:30
AnilChinchawale
47b6857d3b refactor from geth to XDC on make file 2018-05-22 12:08:15 +05:30
AnilChinchawale
08798ba2e6 refactor of geth to XDC 2018-05-18 11:04:57 +05:30
AnilChinchawale
4bb7366e66 updated LINKS ON README 2018-05-06 10:33:23 +05:30
AnilChinchawale
7361008cf1 remove .travis.yml 2018-05-02 10:24:54 +05:30
AnilChinchawale
41edd1049a submodules: false # avoid cloning ethereum/tests 2018-04-25 19:20:01 +05:30
AnilChinchawale
2f725d39b7 remove unused import 2018-04-19 18:43:05 +05:30
AnilChinchawale
ee295a230b remove relOracle variable 2018-04-12 18:38:34 +05:30
AnilChinchawale
229f36e24c removed issue template 2018-04-04 18:26:57 +05:30
AnilChinchawale
39a2b11e85 ReadMe Updated 2018-03-29 18:20:09 +05:30
Felix Lange
a095b84ec5 travis.yml: remove sudo requirement for PPA and Azure purge builders (#16404)
This is supposed to fix the FTP upload issue according to
travis-ci/travis-ci#9391.
2018-03-28 15:35:41 +03:00
Jia Chenhui
1a8894b3d5 core/state: uniform parameter style (#16398)
- Uniform code style.
2018-03-28 09:26:37 +03:00
Guillaume Ballet
80449719bd
whisper: fix issue in topic list copy (#16381)
- Fixes #16271. What was appeneded was a pointer to
an object that changes during the iteration.
- The topic is allocated as a 4-byte array, fill partial topics
with 0s. Partial topics are currently disabled, but would
crash as they rely on the presence of byte number 3.
2018-03-27 17:26:08 +02:00
Felföldi Zsolt
45bd4fedde light: new CHT for ropsten (#16393) 2018-03-27 10:09:15 +03:00
Péter Szilágyi
d763e20d55
Merge pull request #16394 from hydai/fix_typo
core/vm: Fixed typos in core/vm/interpreter.go
2018-03-27 10:08:58 +03:00
hydai
6134990709
core/vm: Fixed typos in core/vm/interpreter.go 2018-03-27 12:29:04 +08:00
Felix Lange
85ea9159d0 params, VERSION: v1.8.4 unstable 2018-03-26 18:09:56 +02:00
Felix Lange
329ac18ef6 params: v1.8.3 stable 2018-03-26 18:09:06 +02:00
Felix Lange
89cc604a50 light: new mainnet CHT (#16390) 2018-03-26 18:02:12 +03:00
Guillaume Ballet
cf799e5eaa
whisper: switch all remaining components from v5 to v6 2018-03-26 16:36:14 +02:00
Péter Szilágyi
c053f1146d
Merge pull request #16388 from hydai/fix_comments
core/vm: Fixed typos
2018-03-26 17:05:35 +03:00
hydai
c3dc814fea
core/vm: Fixed typo in core/vm/evm.go 2018-03-26 21:40:00 +08:00
Zhenguo Niu
db9b2f5405 cmd/puppeth: add constraints to network name (#16336)
* cmd/puppeth: add constraints to network name

* cmd/puppeth: update usage of network arg

* cmd/puppeth: avoid package dependency on utils
2018-03-26 15:21:20 +03:00
Felix Lange
e9b5e22ad1 rpc: limit chunked requests (#16343) 2018-03-26 14:46:37 +03:00
Jia Chenhui
e506d384e9 core/state: fix typo (#16370) 2018-03-26 14:45:34 +03:00
Péter Szilágyi
dd708c1636
Merge pull request #16319 from rjl493456442/dump_preimages
cmd: implement preimage dump and import cmds
2018-03-26 14:45:01 +03:00
Péter Szilágyi
495bdb0c71
cmd: export preimages in RLP, support GZIP, uniform with block export 2018-03-26 14:08:01 +03:00
hydai
7c131f4d6d core/asm: fixed typo (posititon -> position) (#16366) 2018-03-26 13:48:39 +03:00
hydai
84c5db5409 core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
David Huie
23ac783332 ecies: drop randomness parameter from PrivateKey.Decrypt (#16374)
The parameter `rand` is unused in `PrivateKey.Decrypt`. Decryption in
the ECIES encryption scheme is deterministic, so randomness isn't
needed.
2018-03-26 13:46:18 +03:00
Péter Szilágyi
e9a1d8de34
Merge pull request #16387 from karalabe/evm-polsihes
core: minor evm polishes and optimizations
2018-03-26 13:44:36 +03:00
rjl493456442
b6b6f52ec8
cmd: implement preimage dump and import cmds 2018-03-26 12:51:46 +03:00
Péter Szilágyi
1fae50a199
core: minor evm polishes and optimizations 2018-03-26 12:28:46 +03:00
Guillaume Ballet
3d013c1939 whisper: some components are still using v5, switch to v6 2018-03-22 15:48:52 +01:00
Martin Holst Swende
933972d139
Merge pull request #16256 from epiclabs-io/unpack_one_arg_event
Fix issue unmarshaling single parameter events from abigen generated go code #16208
2018-03-21 10:11:37 +01:00