From 117f3186c1d117279c19c83dfb24f9cbb33d25b9 Mon Sep 17 00:00:00 2001
From: Marius van der Wijden <m.vanderwijden@live.de>
Date: Mon, 28 Sep 2020 14:12:08 +0200
Subject: [PATCH] mobile: added constructor for big int (#21597)

* mobile: added constructor for big int

* mobile: tiny nitpick
# Conflicts:
#	mobile/big.go
---
 to-merge.txt | 63 ----------------------------------------------------
 1 file changed, 63 deletions(-)

diff --git a/to-merge.txt b/to-merge.txt
index 6531d2e0fc..cf9a24e919 100644
--- a/to-merge.txt
+++ b/to-merge.txt
@@ -539,66 +539,3 @@ Date:   Mon Sep 28 14:14:45 2020 +0200
 
     core/vm, params: make 2200 in line with spec (#21605)
 
-commit a90e645ccda7d8d373783e161e6c6fc4430cb6d0
-Author: Marius van der Wijden <m.vanderwijden@live.de>
-Date:   Mon Sep 28 14:12:08 2020 +0200
-
-    mobile: added constructor for big int (#21597)
-    
-    * mobile: added constructor for big int
-    
-    * mobile: tiny nitpick
-
-commit 420b78659bef661a83c5c442121b13f13288c09f
-Author: Marius van der Wijden <m.vanderwijden@live.de>
-Date:   Mon Sep 28 14:10:26 2020 +0200
-
-    accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091)
-    
-    * accounts/abi: refactored abi.Unpack
-    
-    * accounts/abi/bind: fixed error
-    
-    * accounts/abi/bind: modified template
-    
-    * accounts/abi/bind: added ToStruct for conversion
-    
-    * accounts/abi: reenabled tests
-    
-    * accounts/abi: fixed tests
-    
-    * accounts/abi: fixed tests for packing/unpacking
-    
-    * accounts/abi: fixed tests
-    
-    * accounts/abi: added more logic to ToStruct
-    
-    * accounts/abi/bind: fixed template
-    
-    * accounts/abi/bind: fixed ToStruct conversion
-    
-    * accounts/abi/: removed unused code
-    
-    * accounts/abi: updated template
-    
-    * accounts/abi: refactored unused code
-    
-    * contracts/checkpointoracle: updated contracts to sol ^0.6.0
-    
-    * accounts/abi: refactored reflection logic
-    
-    * accounts/abi: less code duplication in Unpack*
-    
-    * accounts/abi: fixed rebasing bug
-    
-    * fix a few typos in comments
-    
-    * rebase on master
-    
-    Co-authored-by: Guillaume Ballet <gballet@gmail.com>
-
-commit c9959145a9c1f1141784a2e7e0b2cb070d399065
-Author: Péter Szilágyi <peterke@gmail.com>
-Date:   Mon Sep 28 11:23:02 2020 +0300
-
-    params: begin v1.9.23 release cycle
-- 
GitLab