Commit Graph
54 Commits
Author SHA1 Message Date
Jack Zampolin 0b48920f94 Add README.md 2018-07-12 15:25:48 -07:00
Alexander Bezobchuk 2263a7d258 Merge pull request #21 from cosmos/jack/Makefile
Add Makefile modified from Cosmos-SDK
2018-07-11 13:10:43 -04:00
Jack Zampolin cc0f9bdd5b Address PR comments and add clean makefile target 2018-07-11 09:15:39 -07:00
Jack Zampolin 36a2214519 Add makefile modified from cosmos/cosmos-sdk 2018-07-10 17:12:30 -07:00
Jack Zampolin cb9949db81 Fix unstable mention 2018-07-10 12:00:21 -07:00
Jack Zampolin 5363dbfb4f Merge pull request #13 from cosmos/jack/contrib
Proposal for CONTRIBUTING.md
2018-07-10 08:15:28 -07:00
Jack Zampolin 757da2eff3 Merge branch 'develop' into jack/contrib 2018-07-10 08:15:16 -07:00
ledgerwatch 5b9809d130 Merge pull request #19 from ledgerwatch/develop
Flag for specifying blockchain file, timing, switch to LevelDB backend
2018-07-10 10:19:08 +01:00
Alexey Akhunov f0ada2afca Timing 2018-07-10 10:17:56 +01:00
Alexey Akhunov 9b3456d86e Flag to specify a different blockchain file, switch to levelDB backend 2018-07-10 10:13:34 +01:00
Jack Zampolin 3355a59bf8 address PR comments 2018-07-09 18:18:30 -07:00
ledgerwatch 22603cb3a2 Merge pull request #18 from ledgerwatch/develop
Add profiling flag
2018-07-09 23:15:48 +01:00
Alexey Akhunov 32e98c71f1 Add profiling flag 2018-07-09 23:14:17 +01:00
Jack Zampolin abca6c7c03 Merge pull request #16 from cosmos/bez/pr-template
Add Github PR template
2018-07-09 14:23:45 -07:00
Aleksandr Bezobchuk 1960b73752 Remove CHANGELOG requirement from PR template 2018-07-09 16:43:59 -04:00
Alexander Bezobchuk 54c477fa90 Merge pull request #15 from cosmos/bez/lock-depedencies
Update Dependency Configuration
2018-07-09 16:36:53 -04:00
Aleksandr Bezobchuk bb140939dc Add Github PR template 2018-07-09 15:47:49 -04:00
Aleksandr Bezobchuk 09d5888c2e Fix import paths (replace ledgerwatch with cosmos) 2018-07-09 14:25:00 -04:00
Aleksandr Bezobchuk c2e1ab2d4a Lock in versions of dependencies 2018-07-09 14:24:19 -04:00
Jack Zampolin 958e8362fc Merge pull request #14 from cosmos/jack/code-of-conduct
Add CODE_OF_CONDUCT.md
2018-07-09 10:20:25 -07:00
Jack Zampolin fbe5ac69d6 Add CODE_OF_CONDUCT.md
This adds a code of conduct, same one as on `cosmos-sdk`
2018-07-06 14:10:55 -07:00
Jack Zampolin a18d98a24e Proposal for CONTRIBUTING.md 2018-07-06 14:06:12 -07:00
Alexey Akhunov 710282b30b Fixed BLOCKHASH opcode and added blockchain file for smoke testing 2018-07-05 22:01:52 +01:00
Aleksandr Bezobchuk 40ea93bd2a remove bad comment 2018-07-05 11:55:14 -04:00
Aleksandr Bezobchuk c1ebcf2947 Merge branch 'master' of github.com:ledgerwatch/ethermint 2018-07-05 11:54:37 -04:00
Aleksandr Bezobchuk ebde1c0316 fix bug in OpenTrie 2018-07-05 11:37:00 -04:00
ledgerwatch 126d39c562 Merge pull request #1 from alexanderbez/master
Restructure and Documentation
2018-07-05 16:17:00 +01:00
Aleksandr Bezobchuk 7b274f8692 add gitignore 2018-07-05 11:08:39 -04:00
Aleksandr Bezobchuk 7e2606f614 update go dep config and lock file 2018-07-05 11:07:00 -04:00
Aleksandr Bezobchuk c6269e23b3 cleanup main function 2018-07-05 11:06:31 -04:00
Aleksandr Bezobchuk cb5c081858 expose ChainContext coinbase field 2018-07-05 11:06:15 -04:00
Aleksandr Bezobchuk c8c7767059 Update Ethermint stateDB API 2018-07-05 11:05:43 -04:00
Aleksandr Bezobchuk d01a73218a initial refactor of state and core modules 2018-07-04 21:00:29 -04:00
Aleksandr Bezobchuk fb9f6a7cdc [WIP] structure/dep refactor 2018-07-04 19:38:20 -04:00
Alexey Akhunov 631cac4e3b Fix the discrepancy problem 2018-07-03 17:30:54 +01:00
Alexey Akhunov 4ad50d723c Fixed commit issue, tx tracing introduced 2018-07-02 23:28:39 +01:00
Alexey Akhunov c1d410b294 Fixed transaction fees and code saving 2018-06-26 12:41:29 +01:00
Alexey Akhunov c4dd0ee8c4 Fixed chain context for transaction processing 2018-06-25 17:31:20 +01:00
Alexey Akhunov 35115a6f6b Fixed miner balances 2018-06-25 16:27:05 +01:00
Alexey Akhunov 2be9984327 Simplifications 2018-06-24 22:58:28 +01:00
Alexey Akhunov 34288a91c9 More error checking, but still does not work 2018-06-20 05:49:52 +01:00
Alexey Akhunov f84b84f9cf Process block rewards and check balances 2018-06-19 12:32:26 +01:00
Alexey Akhunov ee8d406f54 Writing Ethereum genesis block and reading from it 2018-06-18 22:10:29 +01:00
Alexey Akhunov a80f473128 Added StateDB instantiation 2018-06-18 16:33:07 +01:00
Alexey Akhunov 06bc05a279 Fill in commit function 2018-06-15 22:32:35 +01:00
Alexey Akhunov e70d247dfb Fill out a bit more 2018-06-15 21:51:55 +01:00
Alexey Akhunov 1756896894 Filling in OpenTrie and OpenStorageTrie 2018-06-15 14:26:06 +01:00
Alexey Akhunov 00ec31f408 Introduced multiStore 2018-06-15 11:05:12 +01:00
Alexey Akhunov dbb16ce486 Merge branch 'master' of https://github.com/ledgerwatch/ethermint 2018-06-13 15:29:57 +01:00
Alexey Akhunov 48eba14504 Switch from iavl tree to cosmos store 2018-06-13 15:29:22 +01:00