From 64af2aafdaf16d0bab4c2b89573324b076602bab Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Sat, 8 Oct 2016 00:23:45 +0200 Subject: core, core/vm: added gas price variance table This implements 1b & 1c of EIP150 by adding a new GasTable which must be returned from the RuleSet config method. This table is used to determine the gas prices for the current epoch. Please note that when the CreateBySuicide gas price is set it is assumed that we're in the new epoch phase. In addition this PR will serve as temporary basis while refactorisation in being done in the EVM64 PR, which will substentially overhaul the gas price code. --- swarm/api/testdata/test0/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swarm/api') diff --git a/swarm/api/testdata/test0/index.css b/swarm/api/testdata/test0/index.css index 67cb8d0ff..693b13a37 100644 --- a/swarm/api/testdata/test0/index.css +++ b/swarm/api/testdata/test0/index.css @@ -6,4 +6,4 @@ h1 { } body { background-color: orange -} \ No newline at end of file +} -- cgit v1.2.3