Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Merged
merged 8 commits into from
Jun 4, 2019
Merged

update #1

merged 8 commits into from
Jun 4, 2019

Conversation

Tommo-L
Copy link
Owner

@Tommo-L Tommo-L commented Jun 4, 2019

No description provided.

shargon and others added 8 commits May 24, 2019 11:39
1. Redefine the price of all `OpCode`s.
2. Redefine the price of all `SYSCALL`s.
3. Define the price of `NativeContract`s.
4. Storage is charged in bytes.
5. Modify the price of contract deployment. (100 for deployment, and 10 for migration)
6. Remove the 10 free gas for each invocation.
7. Limit the gas for transactions' verification to 0.1 gas.
* Json api

* Serialize and Deserialize

* Number overflow protection

* Erik's review

* Clean code

* Fix max js integer

* Prevent non deterministic code

* Throw with decimal values

* improve

* rename

* rename

* simplify

* simplify

* Add `MIN_SAFE_INTEGER`

* Json changes

* readability

* Implement JSON according to RFC 7159

* Fix the parser of `object` and `array`

* disallow to contain duplicate keys in an object

* Fix the parser of `number`

* Fix the parser of `string`

* Fix `JString.Parse()`

* Fix `JObject.ParseObject()` and `JArray.Parse()`

* Some json unit test

* Fix `JObject.Parse()`

* Ensure that is not possible to parse invalid numbers

* Two more tests

* More unit test

* Add generic `OrderedDictionary`

* Use ordered dictionary for properties

* Fix Ordered dictionary

* internal

* Null in uppercase
* Indentantions

* Follow some Visual studio hints

* Clean code
@Tommo-L Tommo-L merged commit 93060a2 into Tommo-L:master Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants