Jeffrey Wilcke
a76d55c83a
Merge pull request #467 from ethersphere/frontier/natspec
...
NatSpec integration
2015-03-13 16:47:16 +01:00
zelig
4342fe0f22
include new minified natspec with RE fix; fix test for the improved error messages
2015-03-12 19:08:30 +07:00
Taylor Gerring
485e37e889
Move MakeName to ethutil
2015-03-11 14:29:07 -05:00
zelig
0743d68d4c
rename constructor New
2015-03-08 20:17:20 +07:00
zelig
97dc4edb45
natspec for poc-9
...
- 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
2015-03-08 20:09:13 +07:00
Fefe
e157147253
Now using github.com/obscuren/otto, no need for an Ethereum object
...
(got rid of some messy code in test)
2015-03-06 18:54:26 +01:00
Fefe
b67ded9f27
Natspec + test
2015-03-06 03:43:34 +01:00
Felix Lange
e64f727529
Merge pull request #433 from fjl/newcli
...
Improved CLI
2015-03-06 14:02:16 +01:00
Felix Lange
bdba044a80
ethutil: remove Config variable
...
Various functions throughout the codebase used it to grab settings. This
has to stop because I want to use them without reading the config file.
These functions can now be used without reading the config first:
* ethdb.NewLDBDatabase
* ethrepl.NewJSRepl
* vm.New
2015-03-06 02:46:56 +01:00
obscuren
fabaf4f1f0
wip math
2015-03-05 17:21:16 +01:00
obscuren
c47866d251
Miner fixes and updates (including miner)
2015-03-05 09:14:58 +01:00
Taylor Gerring
a39c73672e
bump last resort check out of ifelse
2015-02-26 21:04:26 +01:00
Taylor Gerring
d90b71bc55
Check source directroy for assets as last resort
2015-02-26 21:01:40 +01:00
Taylor Gerring
739b7cc2ac
Cleanup imports
2015-02-26 02:36:06 +01:00
Taylor Gerring
d5aed82b11
DRY DefaultAssetPath()
2015-02-26 02:32:27 +01:00
Maran
40adb7feb6
Implement OS sensitive dataDirs
2015-02-23 11:28:20 +01:00
Taylor Gerring
f9663b8f4f
Fix test for Finney
2015-02-20 20:57:45 +01:00
obscuren
cc43ab9a81
Minor updates for release
2015-02-20 18:05:46 +01:00
obscuren
fa4cbad315
Optimisations and fixed a couple of DDOS issues in the miner
2015-02-19 22:33:22 +01:00
obscuren
487c5cc294
Added WIP number package
2015-02-18 17:18:07 +01:00
obscuren
750d70c202
updated tests
2015-01-13 00:25:45 +01:00
obscuren
b25126a277
Minor fixed and additions for block proc
...
* Path check length
* Genesis include TD
* Output TD on last block
2015-01-08 16:37:06 +01:00
obscuren
fed3e6a808
Refactored ethutil.Config.Db out
2015-01-07 13:17:48 +01:00
obscuren
09841b1c9b
Cleaned up some of that util
2015-01-04 14:20:16 +01:00
obscuren
4b2f1f7628
idx should return -1
2014-12-18 11:55:46 +01:00
obscuren
df3366d910
Rlp shouldn't write null bytes
2014-12-18 11:39:24 +01:00
obscuren
b1c58b76a9
moved err check
2014-12-17 12:57:35 +01:00
obscuren
3db9c80070
Removed mutan. Closes #183
2014-12-04 17:13:23 +01:00
obscuren
64f35ba8d1
merge errors fixed
2014-12-02 11:52:56 +01:00
obscuren
a052357872
Fixed EXP gas
2014-12-01 22:05:38 +01:00
obscuren
6dc46d3341
Changed the way transactions are being added to the transaction pool
2014-12-01 20:18:09 +01:00
Taylor Gerring
ffab36c7d8
Update ethutil/common tests to checker
2014-11-16 12:08:27 -06:00
Taylor Gerring
ddca18638f
update imports order per goimports
2014-11-15 20:21:55 -06:00
Taylor Gerring
2a9fc7baa9
Merge branch 'develop' of https://github.com/tgerring/go-ethereum
2014-11-14 15:01:52 -06:00
obscuren
7db44b56b0
Updated to ethereum serpent
2014-11-05 00:32:51 +01:00
obscuren
1bb398f4e2
Sign ext
2014-11-02 19:39:45 +01:00
obscuren
3f90f7c898
Signextend
2014-11-01 02:14:55 +01:00
obscuren
8e0a39f33f
Updated to use ethereum.js
2014-10-31 10:50:16 +01:00
obscuren
fb4113dab4
PoC 7 updates
...
* Bloom
* Block restructure
* Receipts
2014-10-29 10:34:40 +01:00
obscuren
797b93c98c
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2014-10-27 11:50:50 +01:00
obscuren
272d58662c
Implemented LOG. Closes #159
2014-10-27 11:44:16 +01:00
Felix Lange
e73aad959e
ethutil: re-add build constraints in script*.go ( fixes #151 )
2014-10-24 01:04:10 +02:00
obscuren
a02dc4ccc3
Using proper naming scheme. Fixes #63
2014-10-18 13:23:01 +02:00
obscuren
311c6f8a3f
Fixed remote Arithmetic tests
2014-10-15 17:12:26 +02:00
obscuren
c5bd32b0ad
Refactored VM to two separate VMs; std & debug
...
Standard VM should be about 10x faster than the debug VM. Some error
checking has been removed, all of the log statements and therefor quite
some unnecessary if-statements.
2014-10-14 11:48:52 +02:00
obscuren
e02c0fa808
Added generic big to 256 method. Implemented new iterator
2014-10-10 17:00:06 +02:00
obscuren
a38dafcc57
Moved the To256
2014-10-08 16:11:36 +02:00
obscuren
0015ce1e35
kick of bad peers
2014-10-07 11:18:46 +02:00
obscuren
b55e017e62
Proper delete
2014-10-02 17:03:36 +02:00
obscuren
68119d0929
Fixed messages to use proper numbers
2014-09-26 13:32:54 +02:00