- Mar 02, 2018
-
-
Silas Davis authored
to avoid crashing entire network due to transactions that triggers a panic. Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
This also checks for UInt64 containment and prevents panic from negative offsets via a check on forwarding to the underlying implementation (which now uses uint64s) Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Our SIGNEXTEND was broken on positive numbers because for these numbers it `Add`ed the sign extension mask rather than `And`ing it. I took the opportunity to tidy up the arithmetical opcodes and add some test. Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 27, 2018
-
-
Dennis Mckinnon authored
Support creating contracts with Transact by accepting empty address
-
Silas Davis authored
empty address - restoring correct behaviour for JS libs. Signed-off-by:
Silas Davis <silas@monax.io>
-
Dennis Mckinnon authored
Run integration tests from Bosmarmot
-
- Feb 26, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 24, 2018
-
-
Silas Davis authored
Hotfix on config wal overwrite
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Casey Kuhlman authored
Adopt Relic for release infrastructure
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 23, 2018
-
-
Dennis Mckinnon authored
More vendor pruning, more better
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 22, 2018
-
-
Dennis Mckinnon authored
Merge back master and simplify CI
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Casey Kuhlman authored
Fix permissioning related issues from Bosmarmot integration
-
- Feb 21, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 19, 2018
-
-
Casey Kuhlman authored
Fix accidental compositing of logging config
-
- Feb 18, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 15, 2018
-
-
Casey Kuhlman authored
Simplify SubscribeCallback and bump version
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Casey Kuhlman authored
Allow callbacks to close subscriptions.
-
Silas Davis authored
websocket Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 14, 2018
-
-
Silas Davis authored
In particular we can stop trying to write to dropped websocket connections Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Upgrade dependencies and events system
-
Silas Davis authored
Makes our events non-blocking and adds Query logic. Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 13, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 11, 2018
-
-
Silas Davis authored
Add Bytecode lexer and remove panic from Splice
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 09, 2018
-
-
Silas Davis authored
-
Silas Davis authored
Add VM test to check return of msg.sender
-
Silas Davis authored
also fix broken newAccount to use determinsitic seed to avoid native contracts Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Feature/vm testing
-
- Feb 08, 2018
-
-
Silas Davis authored
Compressing bytecode with Splice helper in vm_test.go
-