aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-06-13 01:35:39 +0800
committerGav Wood <i@gavwood.com>2014-06-13 01:35:39 +0800
commit52d7d699021182207853cc657f3633f4f960fcc3 (patch)
tree6f2986c98646bd2506b3d3cb465bf2ebe04b48a7
parenta2219639febeeac1807c670071aded337d7a4d7c (diff)
downloaddexon-solidity-52d7d699021182207853cc657f3633f4f960fcc3.tar
dexon-solidity-52d7d699021182207853cc657f3633f4f960fcc3.tar.gz
dexon-solidity-52d7d699021182207853cc657f3633f4f960fcc3.tar.bz2
dexon-solidity-52d7d699021182207853cc657f3633f4f960fcc3.tar.lz
dexon-solidity-52d7d699021182207853cc657f3633f4f960fcc3.tar.xz
dexon-solidity-52d7d699021182207853cc657f3633f4f960fcc3.tar.zst
dexon-solidity-52d7d699021182207853cc657f3633f4f960fcc3.zip
Standard service JS script.
Bug fix for load & LLL macros. Move to new services.
-rw-r--r--CodeFragment.cpp2
-rw-r--r--CompilerState.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CodeFragment.cpp b/CodeFragment.cpp
index 804504f0..9284c1f3 100644
--- a/CodeFragment.cpp
+++ b/CodeFragment.cpp
@@ -343,7 +343,7 @@ void CodeFragment::constructOperation(sp::utree const& _t, CompilerState& _s)
cs.defs.clear();
for (unsigned i = 0; i < m.args.size(); ++i)
{
- requireDeposit(i, 1);
+ //requireDeposit(i, 1);
cs.args[m.args[i]] = code[i];
}
m_asm.append(CodeFragment(m.code, cs).m_asm);
diff --git a/CompilerState.cpp b/CompilerState.cpp
index 490e9267..7e990413 100644
--- a/CompilerState.cpp
+++ b/CompilerState.cpp
@@ -44,7 +44,7 @@ CodeFragment const& CompilerState::getDef(std::string const& _s)
void CompilerState::populateStandard()
{
static const string s = "{"
- "(def 'gav 0x8a40bfaa73256b60764c1bf40675a99083efb075)"
+ "(def 'gav 0x51ba59315b3a95761d0863b05ccc7a7f54703d99)"
"(def 'namereg 0x2d0aceee7e5ab874e22ccf8d1a649f59106d74e8)"
"(def 'config 0xccdeac59d35627b7de09332e819d5159e7bb7250)"
"(def 'gavcoin 0x5620133321fcac7f15a5c570016f6cb6dc263f9d)"