AnilChinchawale
77a41fcc7d
updated MAKEFILE
2018-06-06 16:55:00 +05:30
AnilChinchawale
ea8fb76452
added GOFMT TO MAKEFILE
2018-06-06 16:51:06 +05:30
AnilChinchawale
03cd215f38
updated ADDED VALIDATOR CONTRACT
2018-06-04 16:39:47 +05:30
AnilChinchawale
c095cc3e6f
FIX TYPO
2018-05-28 16:17:11 +05:30
AnilChinchawale
dd02e14d42
updated MAKEFILE
2018-05-24 15:53:49 +05:30
AnilChinchawale
797cddd01f
updated FLAGS.GO
2018-05-24 15:52:03 +05:30
AnilChinchawale
88fe0a6d9d
updated USAGE.GO
2018-05-24 15:48:47 +05:30
AnilChinchawale
9b96842bfe
updated TESTDATA
2018-05-24 15:46:50 +05:30
AnilChinchawale
a686a3dc05
updated RUN_TEST.GO
2018-05-24 15:44:23 +05:30
AnilChinchawale
5e07884497
updated MONITORCMD.GO
2018-05-24 15:39:43 +05:30
AnilChinchawale
840fcb171c
updated MISCCMD.GO
2018-05-24 15:35:58 +05:30
AnilChinchawale
875820f769
updated MAIN.GO
2018-05-24 15:32:23 +05:30
AnilChinchawale
deb0903922
updated GENESIS_TEST.GO
2018-05-24 15:28:59 +05:30
AnilChinchawale
bd58746a7e
updated CONSOLECMD.GO
2018-05-24 15:21:10 +05:30
AnilChinchawale
19c8fa1aad
updated DAO_TEST.GO
2018-05-24 15:17:31 +05:30
AnilChinchawale
bf041d1d7b
updated CONSOLECMD_TEST.GO
2018-05-24 15:13:39 +05:30
AnilChinchawale
d1111a0be2
updated CONSOLECMD.GO
2018-05-24 15:03:05 +05:30
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