Commit Graph

18 Commits

Author SHA1 Message Date
Pedro Pombeiro 354e23aaf5 Fix issues reported by lint. Part of #1017 2018-06-14 13:52:51 +02:00
Adrià Cidre d5be8c525d
[#856] move geth subpackages to root level (#1007) 2018-06-08 13:29:50 +02:00
Victor Farazdagi 57fb99c4ca jail, params: moved into geth package, refactored 2017-03-16 10:40:17 +03:00
Victor Farazdagi 13efd3063d jail: gas estimation on tx sending 2017-02-27 16:49:39 +03:00
Victor Farazdagi 772467c8a7 geth, jail: contract creation tx sending fixed 2017-02-27 16:49:39 +03:00
Victor Farazdagi 87e345c1cc fixes issue when non-originator can complete a tx 2017-02-01 20:08:03 +03:00
Victor Farazdagi 473d997849 refactors signal sending + localStorage.set() tests. Fixes #75 2016-12-19 03:32:20 +03:00
Roman Volosovskyi c1d2cfde08 local storage signal 2016-12-16 22:57:34 +03:00
Victor Farazdagi 0057d8f4cd node_manager: start/stop RPC server methods added 2016-12-11 17:19:53 +03:00
Victor Farazdagi 20cb0c64dd Merge branch 'release/1.1.0' 2016-12-08 02:10:05 +03:00
Victor Farazdagi e5bb6a24f7 replaces dependency on go-ethereum "cmd/*" packages. Fixes #72 2016-12-08 01:04:09 +03:00
Victor Farazdagi 58a355026d jail: adds isConnected to jeth provider. fixes #69 2016-12-01 19:52:37 +03:00
Victor Farazdagi 4415ee65f6 update bindings to work correctly w/ geth-1.5.3-unstable 2016-11-25 11:06:47 +03:00
Victor Farazdagi e731703a55 Rebase fixes + static nodes update 2016-10-21 12:03:18 +03:00
Victor Farazdagi e8ef42eb06 Send transaction: fix jailed requests
- VM Cell access is isolated (each request runs w/i copy of the original VM)
- SendTransaction is intercepted and executed w/o RPC call
2016-10-15 16:20:13 +03:00
Victor Farazdagi 6abbca9935 jail: more robust cell ticket acquire/release 2016-10-12 20:51:25 +03:00
Victor Farazdagi e31aa3c746 Jailed JSRE: context passing. Fixes #34 2016-10-12 01:59:42 +03:00
Victor Farazdagi edd8763c3c Major code refactoring
- geth package implemented
- jail package implemented (and tested)
- cgo and xgo (android, ios) builds w/o any issues
- better conditional compilation of signals code
2016-09-15 06:13:40 +03:00